Home
last modified time | relevance | path

Searched refs:second (Results 7776 - 7800 of 7960) sorted by relevance

1...<<311312313314315316317318319

/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/
H A Dsendable_pixel_map_napi.cpp1164 errNode->second.find(code) != errNode->second.end()) { in ThrowExceptionError()
/third_party/glslang/SPIRV/
H A DSpvBuilder.cpp1088 sourceId = getStringId(*incItr->second); in makeDebugSource()
3240 // The second column vector should NOT be spec constant, as it does not contain any spec constants. in createCompositeConstruct()
4150 dumpSourceInstructions(iItr->first, *iItr->second, out); in dumpSourceInstructions()
/third_party/node/deps/v8/src/wasm/
H A Dc-api.cc293 map_entry != counter_map_->end() ? map_entry->second : nullptr; in GetCounter()
352 Counter* counter = pair.second; in ~EngineImpl()
1388 // {sig->set} needs to take the address of its second parameter, in Serialize()
/third_party/node/deps/v8/src/compiler/
H A Dbytecode-graph-builder.cc3844 it->second->Merge(environment(), in SwitchToMergeEnvironment()
3847 set_environment(it->second); in SwitchToMergeEnvironment()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderOperatorTests.cpp206 static std::string twoValuedVec4 (const std::string& first, const std::string& second, const BVec4& firstMask) in twoValuedVec4() argument
210 elems[i] = firstMask[i] ? first : second; in twoValuedVec4()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmFloatControlsTests.cpp916 sm[it->first] = replace(it->second, typeToken, typeName); in updateSpirvSnippets()
1697 // conversion operations that are meant to be used only for single output type (defined by the second number in name) in init()
2213 // operation fp64 second arg preserve zero preserve szero preserve inf preserve sinf preserve nan in build()
2222 // operation fp64 second arg preserve zero preserve szero preserve inf preserve sinf preserve nan in build()
2995 string behaviorName = it->second; in getBehaviorCapabilityAndExecutionMode()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DOutputSPIRV.cpp516 return iter->second; in getSymbolIdAndStorageClass()
4690 return iter->second; in makeBuiltInOutputStructType()
4729 // Field 0 is lsb, which is extracted and stored through the second out parameter. in storeBuiltInStructOutputInParamsAndReturnValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DAutoUpgrade.cpp2452 // Extend the second operand into a vector the size of the destination. in UpgradeIntrinsicCall()
2461 // Insert the second operand into the first operand. in UpgradeIntrinsicCall()
3432 // Extract the second result and store it. in UpgradeIntrinsicCall()
3654 // Extract the second result and store it. in UpgradeIntrinsicCall()
3999 UpgradeToIntrinsic(I.first, I.second); in UpgradeARCRuntime()
4184 FramePointer = I.second == "true" ? "all" : "none"; in UpgradeFramePointerAttributes()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cProgramInterfaceQueryTests.cpp247 if (it->second == res) in VerifyGetProgramResourceIndex()
308 if (it->second == res) in VerifyGetProgramResourceLocation()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationES3.cpp1031 static bool EqualOrFirstZero(GLuint first, GLuint second) in EqualOrFirstZero() argument
1033 return first == 0 || first == second; in EqualOrFirstZero()
5004 // one to specify that the color be used as either the first or second color input to the in ValidateBindFragDataLocationIndexedEXT()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DContextVk.cpp2191 gl::Program *program = resource.second; in syncObjectPerfCounters()
2196 ProgramVk *programVk = vk::GetImpl(resource.second); in syncObjectPerfCounters()
4799 // For the second barrier, we need to defer closing the render pass until there's a draw or in memoryBarrier()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp457 // first, the operands to swap are actually the second and third. in findCommutedOpIndices()
654 // If the block ends with two PPC:Bs, handle it. The second one is not in analyzeBranch()
1337 // a ZERO into what is presented as the second argument. All we have here in FoldImmediate()
1526 assert(Pred2.size() == 2 && "Invalid PPC second predicate");
1983 PredsToUpdate[i].first->setImm(PredsToUpdate[i].second);
1986 SubRegsToUpdate[i].first->setSubReg(SubRegsToUpdate[i].second);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp52 /// They are stored in a second shadow mapping, one 4-byte value for 4 bytes
1309 instrumentAlloca(*Item.second, Item.first);
1310 AllocaSet.erase(Item.second);
2186 // Strict on the second argument.
/third_party/vixl/src/aarch64/
H A Dsimulator-aarch64.h220 R value = (pair == map->end()) ? nullptr : &pair->second; in GetAttribute()
327 return search->second.get(); in FindBranchInterception()
3850 // if any predicate lane is active, false otherwise. The second part takes the
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderOperatorTests.cpp206 static std::string twoValuedVec4 (const std::string& first, const std::string& second, const BVec4& firstMask) in twoValuedVec4() argument
210 elems[i] = firstMask[i] ? first : second; in twoValuedVec4()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmFloatControlsTests.cpp914 sm[it->first] = replace(it->second, typeToken, typeName); in updateSpirvSnippets()
1695 // conversion operations that are meant to be used only for single output type (defined by the second number in name) in init()
2211 // operation fp64 second arg preserve zero preserve szero preserve inf preserve sinf preserve nan in build()
2220 // operation fp64 second arg preserve zero preserve szero preserve inf preserve sinf preserve nan in build()
2993 string behaviorName = it->second; in getBehaviorCapabilityAndExecutionMode()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp3995 return it->second; in ConvertToAceAutoFillType()
5818 return contentTypeMap_[contentType].second; in OnBackPressed()
5820 return contentTypeMap_[TextContentType::UNSPECIFIED].second; in OnBackPressed()
6757 copyOptionsEnum = iter->second; in OnBackPressed()
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.cpp1796 it->second(env, argv[INTEGER_ZERO], webMessageExt); in SetArray()
4155 if (property.second(scheme)) { in SetCustomizeSchemeOption()
4183 property.second(scheme, schemeProperty); in SetCustomizeScheme()
/third_party/node/deps/v8/src/codegen/arm64/
H A Dassembler-arm64.cc535 // chain. Since tbz has a range of +-32KB, the second tbz cannot point to in RemoveBranchFromLabelLinkChain()
669 for (it = range.first; it != range.second; ++it) { in DeleteUnresolvedBranchInfoForLabelTraverse()
670 if (it->second.pc_offset_ == link_offset) { in DeleteUnresolvedBranchInfoForLabelTraverse()
1869 // second operand of zero. Otherwise, orr with first operand zr is in mov()
4554 tasks.emplace_back(it->second); in EmitVeneers()
/third_party/node/deps/v8/src/init/
H A Dbootstrapper.cc4906 V(second, Second) \ in InitializeGlobal_harmony_temporal()
4967 V(second, Second) \ in InitializeGlobal_harmony_temporal()
5045 V(second, Second) \ in InitializeGlobal_harmony_temporal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp371 .addFrameIndex(SI->second) in fastMaterializeAlloca()
675 Addr.setFI(SI->second); in computeAddress()
5065 bool IdxNIsKill = Pair.second; in selectGetElementPtr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp113 if (!MLxEntryMap.insert(std::make_pair(ARM_MLxTable[i].MLxOpc, i)).second) in ARMBaseInstrInfo()
3154 OperandsToUpdate[i].first->setImm(OperandsToUpdate[i].second); in optimizeCompareInstr()
4804 const ARM_MLxEntry &Entry = ARM_MLxTable[I->second]; in isFpMLxInstruction()
5090 // On the second instruction, DDst has definitely been defined above, so in setExecutionDomain()
/base/account/os_account/interfaces/kits/napi/osaccount/src/
H A Dnapi_os_account_common.cpp298 CreateJsDistributedInfo(env, dbAccountInfo.second, dbInfoToJs); in GetOtherAccountInfoToJs()
/base/account/os_account/services/accountmgr/test/unittest/os_account/
H A Dos_account_inner_account_mgr_mock.cpp132 fileNameMgr.second->eventCallbackFunc_ = nullptr; in SetUpTestCase()
/base/account/os_account/services/accountmgr/src/osaccount/
H A Dinner_os_account_manager.cpp2346 return it->second; in RetryToGetAccount()

Completed in 173 milliseconds

1...<<311312313314315316317318319