| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/ |
| H A D | Execution.cpp | 1127 ArgIndex.UIntPairVal.first = ECStack.size() - 1; 1148 // Restore the CurInst pointer to the first instruction newly inserted, if 1587 // If src is floating point, cast to integer first. 1777 GenericValue Src = ECStack[VAList.UIntPairVal.first] 1897 // The selector may not be greater than sum of lengths of first and 2140 // Get pointers to first LLVM BB & Instruction in function. in callFunction()
|
| /third_party/skia/src/core/ |
| H A D | SkPath.cpp | 130 - we insert a Move(0,0) if Line | Quad | Cubic is our first command 134 2. if we encounter Close, return a cons'd up Line() first (if the curr-pt != start-pt) 423 *The final point isn't equal to the first point. 768 // don't add a close if it's the first verb or a repeat in close() 1016 const SkPoint& first = *pts; in isZeroLengthSincePoint() local 1018 if (first != pts[index]) { in isZeroLengthSincePoint() 1723 // verbs points one beyond the current verb, decrement first. in isClosedContour() 2135 // should only be true for first non-zero vector after setMovePt was called. in addPt() 2190 // we have to check the direction change along the first vector in case it is concave. in close() 2247 SkPoint fFirstPt {0, 0}; // The first poin [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| H A D | IceInstARM32.cpp | 137 // need to call this for the first instruction. in emitUsingTextFixup() 1454 emitSRegsOp(Func, Form, Pair.first, Pair.second, InstCount++); in emitUsingForm() 1459 emitSRegsOp(Func, Form, Pair.first, Pair.second, InstCount++); in emitUsingForm()
|
| H A D | IceTargetLoweringARM32.cpp | 133 // signed vs unsigned (comparing hi vs lo first, and using cmp vs sbc). 896 // liveness analysis is used, the instructions need to be renumbered first. in translateO2() 1138 // i32) will have the first argument in r0, the second in r1-r2, and the third 1240 // recursively on the components, taking care to handle Lo first because of the 1374 // Make two passes over the used registers. The first pass records all the in addProlog() 1844 // Do a fairly naive greedy clustering for now. Pick the first stack slot in postLowerLegalization() 3575 Type Ty = StackArg.first->getType(); 3586 lowerStore(InstStore::create(Func, StackArg.first, Addr)); 3642 RegArgs.emplace_back(legalizeToReg(FPArg.first, FPArg.second)); 3645 RegArgs.emplace_back(legalizeToReg(GPRArg.first, GPRAr [all...] |
| H A D | IceTargetLoweringMIPS32.cpp | 881 // liveness analysis is used, the instructions need to be renumbered first. in translateO2() 1148 // In MIPS O32 abi FP argument registers can be used only if first argument is 1150 // registers can be used only for first 2 arguments, so we require argument 1245 // i32) will have the first argument in a0, the second in a2-a3, and the third 1292 // of alignment. For example if fun args are (f32, f64, f32), for first f32 in argInVFP() 1294 // first align GPR vector to even register by discarding a1, then discard in argInVFP() 1321 // first argument implicitly. Callee then copies the return vector at $4. in lowerArguments() 1406 // recursively on the components, taking care to handle Lo first because of the 1548 // Make two passes over the used registers. The first pass records all the in addProlog() 1669 // 1. If this is first vecto in addProlog() [all...] |
| /third_party/skia/tools/viewer/ |
| H A D | Viewer.cpp | 3024 if (params.fGrContextOptions.fGpuPathRenderers != pair.first) { in onUIStateChanged() 3025 params.fGrContextOptions.fGpuPathRenderers = pair.first; in onUIStateChanged()
|
| /third_party/rust/crates/regex/regex-syntax/src/ast/ |
| H A D | parse.rs | 100 /// If `first` is true, then `c` is treated as the first character in the 102 fn is_capture_char(c: char, first: bool) -> bool { in is_capture_char() 104 || (!first in is_capture_char() 1015 /// operator and advances the parser to the first character after the 1070 /// and advances the parser to the first character after the operator. 1247 /// the first character in the name following the opening `<` (and may 1248 /// possibly be EOF). This advances the parser to the first character 1389 /// This advances the parser to the first character immediately following 1430 /// sequence, i.e., `\`. It advances the parser to the first positio [all...] |
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| H A D | es31fDebugTests.cpp | 420 * DEBUG_TYPE_DEPRECATED_BEHAVIOR Reasonable to only report first instance in verifyMessageCount() 421 * DEBUG_TYPE_UNDEFINED_BEHAVIOR Reasonable to only report first instance in verifyMessageCount() 422 * DEBUG_TYPE_PORTABILITY Reasonable to only report first instance in verifyMessageCount() 426 * DEBUG_TYPE_PERFORMANCE May be tied to arbitrary factors, reasonable to report only first instance in verifyMessageCount() 1208 const MessageID& id = itr->first; 1328 resMessages0 = genMessages(false, "Filtered run, popped first debug group"); 1644 const MessageID& id = itr->first;
|
| /third_party/mesa3d/src/mesa/main/ |
| H A D | dlist.c | 1565 * an array of Nodes where node[0] holds the opcode, node[1] is the first 1818 UNUSED GLint first, in save_DrawArraysInstancedARB() 1855 UNUSED GLint first, in save_DrawArraysInstancedBaseInstance() 4691 save_ViewportArrayv(GLuint first, GLsizei count, const GLfloat *v) in save_ViewportArrayv() argument 4698 n[1].ui = first; in save_ViewportArrayv() 4703 CALL_ViewportArrayv(ctx->Exec, (first, count, v)); in save_ViewportArrayv() 4747 save_ScissorArrayv(GLuint first, GLsizei count, const GLint *v) in save_ScissorArrayv() argument 4754 n[1].ui = first; in save_ScissorArrayv() 4759 CALL_ScissorArrayv(ctx->Exec, (first, count, v)); in save_ScissorArrayv() 4784 save_DepthRangeArrayv(GLuint first, GLsize argument 1817 save_DrawArraysInstancedARB(UNUSED GLenum mode, UNUSED GLint first, UNUSED GLsizei count, UNUSED GLsizei primcount) save_DrawArraysInstancedARB() argument 1854 save_DrawArraysInstancedBaseInstance(UNUSED GLenum mode, UNUSED GLint first, UNUSED GLsizei count, UNUSED GLsizei primcount, UNUSED GLuint baseinstance) save_DrawArraysInstancedBaseInstance() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 740 // elements smaller than i32, so promote the input to i32 first. in AArch64TargetLowering() 763 // to i32 first. in AArch64TargetLowering() 1774 /// far, so the 2nd sub-tree we emit would also affect the first). 1846 /// emit the subtree first in this case. 1893 // emitted first. in canEmitConjunction() 1948 // Produce a normal comparison if we are first in the chain in emitConjunctionRec() 1973 // Swap sub-tree that must come first to the right side. in emitConjunctionRec() 2719 return CallResult.first; in LowerFSINCOS() 3058 "llvm.eh.recoverfp must take a function as the first argument"); in LowerINTRINSIC_WO_CHAIN() 3077 // It first exten in LowerTruncateVectorStore() [all...] |
| /base/web/webview/interfaces/kits/napi/webviewcontroller/ |
| H A D | napi_webview_controller.cpp | 4156 scheme.option += 1 << property.first; in SetCustomizeSchemeOption() 4176 napi_get_named_property(env, obj, property.first.c_str(), &propertyObj); in SetCustomizeScheme() 4179 if (property.first == "isSupportCORS" || property.first == "isSupportFetch") { in SetCustomizeScheme()
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| H A D | js_web.cpp | 1147 header->SetProperty("headerKey", iterator->first); in GetResponseHeader() 1366 header->SetProperty("headerKey", iterator->first); in GetRequestHeader() 4827 paramsObj->SetProperty(item.first.c_str(), item.second.c_str()); in EmbedLifecycleChangeToJSValue() 5384 attributesObj->SetProperty(item.first.c_str(), item.second.c_str()); in InterceptKeyboardEventToJSValue()
|
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl4cTextureViewTests.cpp | 3459 1 /* bufSize - first result */, &gl_max_samples_value); in iterate() 3688 glw::GLenum original_texture_target = texture_target_pair.first; in iterate() 3761 glw::GLenum src_internalformat = pair_iterator->first; in iterate() 4579 gl.drawArrays(GL_PATCHES, 0 /* first */, 1 /* count */); in executeTest() 4816 /* Check and return the first conformant sample count */ in getMaxConformantSampleCount() 5707 gl.drawArrays(GL_POINTS, 0 /* first */, 1 /* count */); in initParentTextureContents() 6335 const glw::GLenum parent_texture_target = texture_target_iterator->first; in iterate() 6398 /* Allocate the descriptor if it's the first time the test will be in resetReferenceColorStorage() 6757 * Sampled texture data will go to the first half of the buffer, and the corresponding in initBufferObject() 6995 /* If the object we're about to initialize has already been created, delete it first in initTextureObject() [all...] |
| H A D | gl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp | 2185 * @param [in] first First float to be compared. 2191 bool ClearTest::Compare<glw::GLfloat>(const glw::GLfloat first, const glw::GLfloat second) in Compare() argument 2193 return (de::abs(first - second) < (1.f / 64.f) /* Precission. */); in Compare() 2198 * @param [in] first First objetc to be compared. 2204 bool ClearTest::Compare(const T first, const T second) in Compare() argument 2206 return (first == second); in Compare() 7240 /** Prepare first framebuffer.
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.cpp | 97 // If I is a shifted mask, set the size (Size) and the first bit of the 879 // See if Op's first operand matches (and $src1 , mask0). in performORCombine() 906 // Return if the shift amount and the first bit position of mask are not the in performORCombine() 2019 // The first operand is the chain, the second is the condition, the third is in lowerBRCOND() 2171 SDValue Ret = CallResult.first; in lowerGlobalTLSAddress() 2927 // If this is the first part of an i64 arg, in CC_MipsO32() 2933 // Allocate int register and shadow next int register. If first in CC_MipsO32() 3052 Chain = CLI.DAG.getCopyToReg(Chain, CLI.DL, RegsToPass[i].first, in getOpndList() 3060 Ops.push_back(CLI.DAG.getRegister(RegsToPass[i].first, in getOpndList() 3972 /// into non-numeric and numeric parts (Prefix and Reg). The first boolea [all...] |
| /third_party/python/Lib/test/ |
| H A D | test_descr.py | 2475 def __init__(self, first, last): 2476 self.first = first 2479 return iter([self.first, self.last]) 2712 # because the int type gets first dibs.) 5078 # (Hence the 'AAA' in the test class name: to make it the first
|
| /third_party/skia/third_party/vulkanmemoryallocator/include/ |
| H A D | vk_mem_alloc.h | 563 required by it are available and enable them. Please note that the first is a device 1326 The margin is applied also before first and after last allocation in a block. 1468 Prefer to create such resources first and all other GPU resources (like textures and vertex buffers) later. 1553 Even if the resource ends up in system memory, its data may be cached on GPU after first 1816 - By default, all calls to functions that take #VmaAllocator as first parameter 2715 /** Allocation strategy that chooses first suitable free range for the 3327 When succeeded, `*ppData` contains pointer to first byte of this memory. 3335 assigned to the same memory block. Actual Vulkan memory will be mapped on first 4600 Performs binary search and returns iterator to first element that is greater or 4603 Cmp should return true if first argumen [all...] |
| /foundation/multimedia/media_library/frameworks/js/src/ |
| H A D | media_library_napi.cpp | 796 NAPI_CALL(env, AddStringNamedProperty(env, result, properties[i].first, properties[i].second)); in CreateStringEnumProperty() 4763 string param = iter.first; in ParsePhotoAssetCreateOption() 4806 string param = iter.first; in ParseCreateOptions() 4850 /* Parse the first argument into displayName */ in ParseArgsCreatePhotoAssetSystem() 4885 /* Parse the first argument into displayName */ in ParseArgsCreatePhotoAssetComponent() 5168 string param = iter.first; in ParseCreateConfig() 5258 /* Parse the first argument into displayName */ in ParseArgsCreateAudioAssetSystem() 5274 /* Parse the first argument into displayName */ in ParseArgsCreateAudioAssetComponent() 5339 /* Parse the first argument */ in ParseArgsGetAssets() 5381 /* Parse the first argumen in ParseArgsGetBurstAssets() [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | Context.cpp | 744 // Backend requires implementation to be destroyed first to close down all the objects in onDestroy() 2519 GLint first, in drawArraysInstanced() 2532 mImplementation->drawArraysInstanced(this, mode, first, count, instanceCount)); in drawArraysInstanced() 3262 mRequestableExtensionStrings.push_back(MakeStaticString(extensionInfo.first)); in initExtensionStrings() 4136 // since it successfully linked already in order to become part of the PPO in the first in prepareForDispatch() 6515 GLint first, in drawArraysInstancedBaseInstance() 6541 this, mode, first, count, instanceCount, baseInstance)); in drawArraysInstancedBaseInstance() 7365 // previously bound, the GL first creates a new state vector in the same manner as in validateProgramPipeline() 2518 drawArraysInstanced(PrimitiveMode mode, GLint first, GLsizei count, GLsizei instanceCount) drawArraysInstanced() argument 6514 drawArraysInstancedBaseInstance(PrimitiveMode mode, GLint first, GLsizei count, GLsizei instanceCount, GLuint baseInstance) drawArraysInstancedBaseInstance() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 403 NewLHS = Call.first; in softenSetCCOperands() 423 NewLHS = DAG.getSetCC(dl, SetCCVT, Call2.first, NewRHS, CCCode); in softenSetCCOperands() 4210 // otherwise keep searching and return the first class found in getRegForInlineAsmConstraint() 7064 return CallResult.first; 7566 Ret = makeLibCall(DAG, LC, WideVT, Args, CallOptions, dl).first; 7569 Ret = makeLibCall(DAG, LC, WideVT, Args, CallOptions, dl).first;
|
| /applications/standard/contacts_data/test/unittest/src/ |
| H A D | voicemailability_test.cpp | 325 * @tc.name Insert 3 pieces of voicemail data first, then delete 2 of them, and verify whether the deletion is 1579 predicates.EqualTo("id", std::to_string(it->first)); in HWTEST_F()
|
| H A D | calllogability_test.cpp | 1219 predicates.EqualTo("id", std::to_string(it->first)); in HWTEST_F()
|
| /base/account/os_account/interfaces/kits/napi/appaccount/src/ |
| H A D | napi_app_account_common.cpp | 868 if (subscriberInstance.first == asyncContextForOff->appAccountManager) { in GetSubscriberByUnsubscribe()
|
| /base/location/frameworks/js/napi/source/ |
| H A D | napi_util.cpp | 153 NAPI_CALL(env, napi_create_string_utf8(env, iter.first.c_str(), NAPI_AUTO_LENGTH, &key)); in CreateJsMap()
|
| /base/account/os_account/interfaces/kits/napi/osaccount/src/ |
| H A D | napi_os_account.cpp | 1700 g_osAccountSubscribers.erase(subscribe->first); in UnsubscribeSync()
|