| /third_party/protobuf/src/google/protobuf/ |
| H A D | generated_message_reflection.cc | 715 if (swapped_oneof.find(oneof_index) != swapped_oneof.end()) { in SwapFields()
|
| /third_party/skia/modules/skparagraph/src/ |
| H A D | ParagraphImpl.cpp | 842 return set_.find(c) != set_.end(); in GetLineFontMetrics()
|
| /third_party/rust/crates/nix/test/sys/ |
| H A D | test_socket.rs | 1654 addrs.find(|ifaddr| { in loopback_address()
|
| /third_party/rust/crates/serde/serde_derive/src/ |
| H A D | de.rs | 357 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 D | vktPipelineMultisampleShaderBuiltInTests.cpp | 1104 DE_ASSERT(kValidSquareSampleCounts.find(sampleCount) != kValidSquareSampleCounts.end()); in assertSquareSampleCount()
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
| H A D | vktRayTracingDataSpillTests.cpp | 316 const auto found = map.find(key); in getGLSLInputValDecl()
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
| H A D | vktRenderPassFragmentDensityMapTests.cpp | 2735 auto it = colorCount.find(outputColor); in verifyImage()
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
| H A D | vktTessellationInvarianceTests.cpp | 205 return c.find(key) != c.end(); in contains()
|
| /third_party/vk-gl-cts/framework/referencerenderer/ |
| H A D | rrRenderer.cpp | 867 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 D | ARMAsmParser.cpp | 274 // 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 D | icu4j-4_8_1_1.jar | META-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 D | gl4cEnhancedLayoutsTests.cpp | 1521 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 D | texinfo.tex | 1203 \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 D | Context.cpp | 3341 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 D | SkParagraphTest.cpp | 7420 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 D | accesstoken_kit_test.cpp | 2236 it = find(array.begin(), array.end(), value); in ExistInVector()
|
| /base/telephony/core_service/services/tel_ril/test/ |
| H A D | tel_ril_test.cpp | 240 auto itFunc = memberFuncMap_.find((DiffInterfaceId)what); in OnProcessInput()
|
| /base/telephony/core_service/services/sim/src/ |
| H A D | esim_file.cpp | 1996 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 D | zero_branch_sms_test.cpp | 1050 EXPECT_TRUE(address.find('+') != std::string::npos); in HWTEST_F()
|
| /third_party/json/tests/src/ |
| H A D | unit-cbor.cpp | 2233 if (unsupported.find(byte) != unsupported.end())
|
| /third_party/node/src/ |
| H A D | node_http2.cc | 736 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 D | assembler-mips64.h | 1893 return internal_reference_positions_.find(L->pos()) != in is_internal_reference()
|
| /third_party/node/deps/v8/src/codegen/mips/ |
| H A D | assembler-mips.h | 1865 return internal_reference_positions_.find(L->pos()) != in is_internal_reference()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
| H A D | vktBindingDescriptorCopyTests.cpp | 1439 if (m_descriptorCounts.find(type) != m_descriptorCounts.end())
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/ |
| H A D | vktAttachmentRateTests.cpp | 1170 // 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()
|