Home
last modified time | relevance | path

Searched refs:find (Results 4626 - 4650 of 4772) sorted by relevance

1...<<181182183184185186187188189190191

/third_party/protobuf/src/google/protobuf/
H A Dgenerated_message_reflection.cc715 if (swapped_oneof.find(oneof_index) != swapped_oneof.end()) { in SwapFields()
/third_party/skia/modules/skparagraph/src/
H A DParagraphImpl.cpp842 return set_.find(c) != set_.end(); in GetLineFontMetrics()
/third_party/rust/crates/nix/test/sys/
H A Dtest_socket.rs1654 addrs.find(|ifaddr| { in loopback_address()
/third_party/rust/crates/serde/serde_derive/src/
H A Dde.rs357 let transparent_field = fields.iter().find(|f| f.attrs.transparent()).unwrap(); in deserialize_transparent()
1515 // we don't care about until we find `tag`, `content`, or run out of keys. in deserialize_adjacently_tagged_enum()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampleShaderBuiltInTests.cpp1104 DE_ASSERT(kValidSquareSampleCounts.find(sampleCount) != kValidSquareSampleCounts.end()); in assertSquareSampleCount()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingDataSpillTests.cpp316 const auto found = map.find(key); in getGLSLInputValDecl()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassFragmentDensityMapTests.cpp2735 auto it = colorCount.find(outputColor); in verifyImage()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationInvarianceTests.cpp205 return c.find(key) != c.end(); in contains()
/third_party/vk-gl-cts/framework/referencerenderer/
H A DrrRenderer.cpp867 if (vertices.find(packet) == vertices.end()) in makeSharedVerticeDistinct()
1458 for (; (primitiveEnd < emitted.size()) && emitted[primitiveEnd]; ++primitiveEnd); // find primitive end in drawWithGeometryShader()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp274 // open until we find an instruction that can't be added to it. in forwardITPosition()
3926 StringMap<unsigned>::const_iterator Entry = RegisterReqs.find(lowerCase); in tryParseRegister()
4961 size_t Start = 0, Next = Mask.find('_'); in parseMSRMaskOperand()
6733 // it. If we do find anything that prevents us from doing the transformation we
6797 size_t Start = 0, Next = Name.find('.'); in ParseInstruction()
6799 StringRef ExtraToken = Name.slice(Next, Name.find(' ', Next + 1)); in ParseInstruction()
6927 Next = Name.find('.', Start + 1); in ParseInstruction()
7783 // lead to bugs that are difficult to find since this is an easy mistake in validateInstruction()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cEnhancedLayoutsTests.cpp1521 if (std::find(extensions.begin(), extensions.end(), extension_name) == extensions.end()) in isExtensionSupported()
1577 * @param search_position Position at which find will start, it is updated to position at which replaced text ends
1585 const size_t token_position = string.find(token, search_position); in replaceToken()
1617 const size_t token_position = string.find(token, search_position); in replaceAllTokens()
1669 const size_t list_position = string.find(list, search_position); in insertElementOfList()
1670 const size_t sep_list_position = string.find(sep_list, search_position); in insertElementOfList()
1706 const size_t sep_position = string.find("SEPARATOR", search_position); in endList()
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex1203 \errmessage{Could not find image file #1 for pdf}%
2764 % and it is not used as such in any manual I can find. We need it for
3961 % Use the current \colcount to find the correct column width:
4097 % Define a command to find the next `@end #1'.
4101 % And this command to find another #1 command, at the beginning of a
7996 % find a line break at a hyphen in a node names. Since some manuals
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext.cpp3341 auto extension = extensionInfos.find(name); in isExtensionRequestable()
3350 auto extension = extensionInfos.find(name); in isExtensionDisablable()
3373 ASSERT(extensionInfos.find(name) != extensionInfos.end()); in setExtensionEnabled()
/third_party/skia/modules/skparagraph/tests/
H A DSkParagraphTest.cpp7420 auto K = text.find("k"); in UNIX_ONLY_TEST()
7421 auto P = text.find("P"); in UNIX_ONLY_TEST()
7422 auto h = text.find("h"); in UNIX_ONLY_TEST()
/base/security/access_token/interfaces/innerkits/accesstoken/test/unittest/src/
H A Daccesstoken_kit_test.cpp2236 it = find(array.begin(), array.end(), value); in ExistInVector()
/base/telephony/core_service/services/tel_ril/test/
H A Dtel_ril_test.cpp240 auto itFunc = memberFuncMap_.find((DiffInterfaceId)what); in OnProcessInput()
/base/telephony/core_service/services/sim/src/
H A Desim_file.cpp1996 TELEPHONY_LOGE("failed to find ProfileInstallationResult tag"); in LoadBoundProfilePackageParseProfileInstallResult()
2007 TELEPHONY_LOGE("extProfileInstallRsp: failed to find finalResult tag"); in LoadBoundProfilePackageParseProfileInstallResult()
3173 auto itFunc = memberFuncMap_.find(id); in ProcessEvent()
/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_sms_test.cpp1050 EXPECT_TRUE(address.find('+') != std::string::npos); in HWTEST_F()
/third_party/json/tests/src/
H A Dunit-cbor.cpp2233 if (unsupported.find(byte) != unsupported.end())
/third_party/node/src/
H A Dnode_http2.cc736 auto s = streams_.find(id); in FindStream()
2493 // find out when the HTTP2 stream wants to consume data, and because the in OnRead()
/third_party/node/deps/v8/src/codegen/mips64/
H A Dassembler-mips64.h1893 return internal_reference_positions_.find(L->pos()) != in is_internal_reference()
/third_party/node/deps/v8/src/codegen/mips/
H A Dassembler-mips.h1865 return internal_reference_positions_.find(L->pos()) != in is_internal_reference()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingDescriptorCopyTests.cpp1439 if (m_descriptorCounts.find(type) != m_descriptorCounts.end())
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/
H A DvktAttachmentRateTests.cpp1170 // find proper set in map and add value to it after doing verification with existing items in verifyUsingAtomicChecks()
1171 auto fragmentsSetMapIt = fragmentsWithSameAtomicValueMap.find(atomicValue); in verifyUsingAtomicChecks()
1746 // find graphics and transfer queue families in runCopyModeOnTransferQueue()

Completed in 163 milliseconds

1...<<181182183184185186187188189190191