/third_party/vk-gl-cts/external/vulkancts/scripts/ |
H A D | gen_framework_sc.py | 536 # find occurence of extension is a place where 554 # iterate over all versions and find all structure definitions 656 # iterate over all versions and find all function definitions 1009 index = str.find("//") 2104 # iterate over all searched structures and find extensions that enable them 2368 # find VkPhysicalDeviceVulkan[1-9][0-9]Features blob structurs 2463 # find definition of this structure in dfDefs 2482 "\tauto it = sTypeBlobMap.find(sType);\n" \ 2587 # find VkPhysicalDeviceVulkan[1-9][0-9]Features blob structurs 2681 # find definitio [all...] |
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fNegativeTextureApiTests.cpp | 91 vector<deInt32>::const_iterator fmt = std::find(supported.begin(), supported.end(), compressedTexSubImage2DFormats[i]); in getCompressedTexSubImage2DFormat()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | StateManager11.cpp | 3737 if (std::find(previouslyBound.begin(), previouslyBound.end(), bufferStorage) !=
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 16267 find(const char_type* __s, std::size_t __n, const char_type& __a); 16326 find(const char_type* __s, std::size_t __n, const char_type& __a) 16413 find(const char_type* __s, size_t __n, const char_type& __a) 16504 find(const char_type* __s, size_t __n, const char_type& __a) 16653 find(const char_type* __s, size_t __n, const char_type& __a) 16750 find(const char_type* __s, size_t __n, const char_type& __a) 22327 find(const _CharT* __s, size_type __pos, size_type __n) const; 22330 find(const basic_string& __str, size_type __pos = 0) const 22332 { return this->find(__str.data(), __pos, __str.size()); } 22335 find(cons [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | simplified-lowering.cc | 691 auto revisit_it = might_need_revisit_.find(node); in RunRetypePhase() 991 auto it = might_need_revisit_.find(input); in MarkAsPossibleRevisit()
|
H A D | bytecode-graph-builder.cc | 1185 // In case we skipped checkpoint creation above, we must be able to find an in PrepareEagerCheckpoint() 1239 // We find here the outermost loop which contains the OSR loop. in ProcessOsrPrelude() 3840 auto it = merge_environments_.find(current_offset); in SwitchToMergeEnvironment()
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-temporal-objects.cc | 3250 return calendar_id_indices.find(id) != calendar_id_indices.end(); in Contains() 3259 return calendar_id_indices.find(id)->second; in Index()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/ |
H A D | vktTransformFeedbackSimpleTests.cpp | 597 } while (offsetsSet.find(chunkSlot) != offsetsSet.end()); in generateSizesList() 882 DE_ASSERT(topologyParametersMap.find(parameters.primTopology) != topologyParametersMap.end()); in TransformFeedbackWindingOrderTestInstance()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationES.cpp | 4873 if (std::find(programBinaryFormats.begin(), programBinaryFormats.end(), binaryFormat) == in ValidateProgramBinaryBase() 6390 if (std::find(validComponentTypes, end, componentType) == end) in ValidateWebGLFramebufferAttachmentClearType()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 144 return std::find(Excluded.begin(), End, Value) != End; in isExcluded() 1663 // tracking the specific element. But at least we might find information in computeKnownBitsFromOperator() 2431 /// For vector constants, loop over the elements and find the constant with the 2444 // If we find a non-ConstantInt, bail out. in computeNumSignBitsVectorConstant() 2699 // skip tracking the specific element. But at least we might find in ComputeNumSignBitsImpl() 3111 // tracking the specific element. But at least we might find information in cannotBeOrderedLessThanZeroImpl() 3472 // Couldn't find any inserted value for this index? Cleanup in BuildSubAggregate() 3489 // we might be able to find the complete struct somewhere. in BuildSubAggregate() 3743 Str = Str.substr(0, Str.find('\0')); in getConstantStringInfo() 3973 // If we find in getUnderlyingObjectFromInt() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64FastISel.cpp | 365 FuncInfo.StaticAllocaMap.find(AI); in fastMaterializeAlloca() 672 FuncInfo.StaticAllocaMap.find(AI); in computeAddress()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 674 if (NewInsts.find(Val) != NewInsts.end()) in rewriteGEPAsOffset() 722 if (NewInsts.find(NewIncoming) != NewInsts.end()) in rewriteGEPAsOffset() 3380 assert(SafeReplacementConstant && "Failed to find undef replacement"); in foldICmpWithLowBitMaskedVal()
|
/third_party/python/Lib/test/ |
H A D | test_decimal.py | 310 if s.find(' -> ') >= 0 and s[:2] != '--' and not s.startswith(' --'): 317 if s.find(ignore) >= 0: 1661 # that hangs IDLE and I couldn't find it 3846 # find answer and flags raised using a clean context
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglGLES2SharingThreadedTests.cpp | 754 std::string::size_type pos = extensions.find(" "); in exec() 775 pos = extensions.find(" "); in exec()
|
/third_party/python/ |
H A D | configure | 106 # We did not find ourselves, most probably we were run as `sh COMMAND' 112 printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 516 # (the dirname of $[0] is not the place where we might find the 1652 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" 1700 --srcdir=DIR find the sources in DIR [configure dir or \`..'] 1947 it to find libraries and programs with nonstandard names/locations. 2286 # Tries to find the compile-time value of EXPR in a program that includes 2589 # Tries to find if the field MEMBER exists in type AGGR, after including 3269 # If we don't find one directory that contains all the files we need, 3340 as_fn_error $? "cannot find require [all...] |
/third_party/mesa3d/src/compiler/glsl/ |
H A D | builtin_functions.cpp | 990 ir_function_signature *find(_mesa_glsl_parse_state *state, 1403 builtin_builder::find(_mesa_glsl_parse_state *state, in find() function in builtin_builder 1409 * Even if we don't find a matching signature, we still need to do this so in find() 8535 s = builtins.find(state, name, actual_parameters); in _mesa_glsl_find_builtin_function()
|
/test/xts/acts/ai/mindspore/mindsporectest/src/ |
H A D | ohos_c_api_test_mslite.cpp | 3915 if (line.find("VmRSS") != std::string::npos) { in PrintMem()
|
/third_party/googletest/googletest/test/ |
H A D | gtest_unittest.cc | 1681 if (added_env.find(name) != added_env.end()) { in SetEnv() 7723 FAIL() << "Didn't find the test!"; in TEST()
|
/third_party/mbedtls/tests/scripts/ |
H A D | all.sh | 32 # * Basic Unix tools (Windows users note: a Unix-style find must be before 33 # the Windows find in the PATH) 320 find . -name .git -prune -o \ 1121 # find where that macro occurs, and either replace it with PSA macros, or 3794 # script to find regression in test coverage when accelerated hash is used (tests and ssl-opt). 5570 # this target (cannot find libclang_rt.lsan-i386.a - this is a known clang issue). 6160 # Attempt to parse lsb-release to find out distribution and version. If not 6199 # Check that ssl-opt.sh can find the test programs.
|
/third_party/json/tests/src/ |
H A D | unit-bjdata.cpp | 3436 if (supported.find(byte) == supported.end())
|
/third_party/node/deps/v8/tools/ |
H A D | grokdump.py | 719 print("# Cannot find '%s', falling back to default objdump '%s'" % ( 727 # Try to find the platform specific objdump 746 print("# Could not find platform specific objdump in third_party.") 2149 """ Walk the memory until we find a large string """ 2288 """ Assume we have a framepointer if we find 4 consecutive links """ 3773 if name.find(arg.lower()) >= 0: 3804 You might get lucky and find this rare treasure full of invaluable
|
/third_party/node/deps/v8/src/wasm/ |
H A D | c-api.cc | 291 auto map_entry = counter_map_->find(name); in GetCounter()
|
H A D | module-compiler.cc | 384 // If we reach here, we didn't find any unit of the requested tier. in GetNextUnitOfTier() 1275 auto existing = feedback_for_function_.find(func); in EnqueueCallees() 3335 // find all functions that need recompilation. in InitializeRecompilation()
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_lowering_nvc0.cpp | 457 if (visited.find(bb) != visited.end()) in findFirstUsesBB() 561 WARN("Failed to find path TEX -> TEXBAR\n"); in insertTextureBarriers()
|
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | instruction-selector.cc | 718 auto cache_entry = state_values_cache_.find(key); in AddInputsToFrameStateDescriptor()
|