| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| H A D | vktPipelineMultisampleTests.cpp | 1136 if (histogram.find(pixelValue) != histogram.end()) in getUniqueColorsCount() 2271 if (histogram.find(sampleShadedValue) != histogram.end()) 3053 if (std::find(fullyCoveredPixelsCoordinateSet.begin(), fullyCoveredPixelsCoordinateSet.end(), std::make_pair(x, y)) != fullyCoveredPixelsCoordinateSet.end()) 5650 TCU_FAIL("Unable to find supported depth/stencil format");
|
| H A D | vktPipelineMultisampleShaderBuiltInTests.cpp | 1108 DE_ASSERT(kValidSquareSampleCounts.find(sampleCount) != kValidSquareSampleCounts.end()); in assertSquareSampleCount()
|
| H A D | vktPipelineVertexInputTests.cpp | 367 const auto pos = nameMap.find(name); in expandGlslNameToFullComponents()
|
| /third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
| H A D | PixelRoutine.cpp | 256 auto it = spirvShader->inputBuiltins.find(spv::BuiltInClipDistance); in quad() 269 auto it = spirvShader->inputBuiltins.find(spv::BuiltInCullDistance); in quad() 884 auto it = spirvShader->outputBuiltins.find(spv::BuiltInFragStencilRefEXT); in stencilReplaceRef()
|
| /third_party/skia/third_party/externals/libpng/ |
| H A D | ltmain.sh | 3878 func_fatal_error "cannot find '$dlname' in '$dir' or '$dir/$objdir'" 5171 darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u` 5175 darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP` 5190 my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP` 5802 lt_fatal (__FILE__, __LINE__, "couldn't find %s", argv[0]); 6731 func_fatal_error "cannot find name of object for '$arg'" 7099 # and Darwin in order for the loader to find any dlls it needs. 7332 func_fatal_error "cannot find name of object for '$arg'" 7836 || func_fatal_error "cannot find the library '$lib' or unhandled argument '$deplib'" 7885 func_fatal_error "cannot find nam [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 226 const auto &VMI = GUIDToValueIdMap.find(ValGUID); in getValueId() 467 const auto &MPI = Index.modulePaths().find(M.first); in forEachModule() 491 auto VMI = GUIDToValueIdMap.find(ValGUID); in getValueId() 3049 /// to allow clients to efficiently find the function body. 4084 // have its original name annotated in profile. We try to find the in writeCombinedGlobalValueSummary()
|
| /third_party/python/Lib/test/ |
| H A D | test_descr.py | 634 # Testing code to find most derived baseclass 2156 self.assertGreaterEqual(str(c1).find('C object at '), 0) 2179 self.assertGreaterEqual(str(d1).find('D object at '), 0) 2305 if str(msg).find('readonly') < 0:
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
| H A D | vktPipelineMultisampleTests.cpp | 1115 if (histogram.find(pixelValue) != histogram.end()) in getUniqueColorsCount() 2219 if (histogram.find(sampleShadedValue) != histogram.end()) 2962 if (std::find(fullyCoveredPixelsCoordinateSet.begin(), fullyCoveredPixelsCoordinateSet.end(), std::make_pair(x, y)) != fullyCoveredPixelsCoordinateSet.end())
|
| /test/xts/acts/multimedia/avsource/entry/src/main/cpp/ |
| H A D | multimediaCore.cpp | 1356 if (Set_Buffer_Key_Map.find(key) != Set_Buffer_Key_Map.end()) { in MultimediaCoreAVFormatSetBufferAll()
|
| /third_party/glslang/glslang/HLSL/ |
| H A D | hlslGrammar.cpp | 1493 if (parseContext.symbolTable.find(name) != nullptr) in acceptType() 4270 // If we get here, we have at least one array dimension. This will track the sizes we find. in acceptArraySpecifier()
|
| /third_party/gn/src/gn/ |
| H A D | ninja_c_binary_target_writer_unittest.cc | 184 EXPECT_TRUE(out_str.find(expectedSubstr) != std::string::npos); in TEST_F()
|
| /third_party/json/tests/src/ |
| H A D | unit-ubjson.cpp | 2389 if (supported.find(byte) == supported.end())
|
| /third_party/node/src/ |
| H A D | cares_wrap.cc | 119 auto it = channel->task_list()->find(&lookup_task); in ares_sockstate_cb()
|
| /third_party/node/deps/v8/src/wasm/ |
| H A D | module-instantiate.cc | 224 // Try to find the canonical map for this type in the isolate store. in CreateMapForType() 1073 thrower_->LinkError("Could not find value for import %zu", index); in SanitizeImports() 1842 auto cached_global = imported_globals.find(exp.index); in ProcessExports()
|
| H A D | wasm-code-manager.cc | 543 // traverse that list in reverse order to find the reservation(s) that guide how 2322 // {kMaxCodeSpaceSize}, we would not find valid jump tables for the whole in AddCompiledCode() 2409 auto cache_it = cached_code_->find(std::make_pair( in FindFunctionsToRecompile()
|
| /third_party/node/deps/v8/src/asmjs/ |
| H A D | asm-parser.cc | 2263 auto it = function_info->import->cache.find(*sig); in ValidateCall()
|
| /third_party/node/deps/v8/src/codegen/riscv64/ |
| H A D | assembler-riscv64.h | 1761 return internal_reference_positions_.find(L->pos()) != in is_internal_reference()
|
| /third_party/node/deps/v8/src/logging/ |
| H A D | log.cc | 1685 if (logged_source_code_.find(script_id) != logged_source_code_.end()) { in EnsureLogScriptSource() 1838 // Iterate the heap to find JSFunctions and record their optimized code. in EnumerateCompiledFunctions()
|
| /third_party/mksh/ |
| H A D | Build.sh | 2597 print Cannot find a working Perl interpreter, aborting.
|
| /third_party/libphonenumber/javascript/i18n/phonenumbers/ |
| H A D | phonenumberutil.js | 166 * find geographical mobile numbers or hear from user reports. 532 * find numbers in text and to decide what is a viable phone number. This 2865 ].find(function(desc, index) { 4078 // If we find a potential extension, and the number preceding this is a viable 4090 // We go through the capturing groups until we find one that captured
|
| /third_party/python/Lib/ |
| H A D | tarfile.py | 171 p = s.find(b"\0") 2682 # We'll later skip members until we find an equivalent.
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_barycentric/ |
| H A D | vktFragmentShadingBarycentricTests.cpp | 342 while ((start_pos = result.find(from, start_pos)) != std::string::npos) in replace()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/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/vulkan/renderpass/ |
| H A D | vktRenderPassFragmentDensityMapTests.cpp | 2820 auto it = colorCount.find(outputColor); in verifyImage()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
| H A D | vktTessellationInvarianceTests.cpp | 205 return c.find(key) != c.end(); in contains()
|