Home
last modified time | relevance | path

Searched refs:substr (Results 901 - 915 of 915) sorted by relevance

1...<<31323334353637

/third_party/libabigail/src/
H A Dabg-dwarf-reader.cc12973 if (n.substr(0, 5) == "_vptr"
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiExternalMemoryTests.cpp88 return de::toLower(de::toString(getFormatStr(format)).substr(10)); in getFormatCaseName()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampledRenderToSingleSampledTests.cpp4937 return s.substr(10); in getFormatShortString()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
H A DvktTransformFeedbackSimpleTests.cpp3185 return css.str().substr(0, css.str().size() - 1); in vectorToString()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiExternalMemoryTests.cpp88 return de::toLower(de::toString(getFormatStr(format)).substr(10)); in getFormatCaseName()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DVerifier.cpp2191 F.getName().substr(0, 5) == "llvm."; in visitFunction()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampledRenderToSingleSampledTests.cpp4899 return s.substr(10); in getFormatShortString()
/third_party/typescript/lib/
H A DtypingsInstaller.js2274 return startsWith(str, prefix) ? str.substr(prefix.length) : str;
8055 return path.substr(0, path.length - 1);
[all...]
H A Dtsc.js1906 return startsWith(str, prefix) ? str.substr(prefix.length) : str;
5227 return path.substr(0, path.length - 1);
9726 return id.length >= 3 && id.charCodeAt(0) === 95 && id.charCodeAt(1) === 95 && id.charCodeAt(2) === 95 ? id.substr(1) : id;
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4077 if (S == 8 && Constraint.substr(1, 6) == "memory") // "{memory}" in getConstraintType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp10699 bool Failed = Constraint.substr(2).getAsInteger(10, Idx); in getRegForInlineAsmConstraint()
/third_party/json/tests/abi/include/nlohmann/
H A Djson_v3_10_5.hpp12894 auto reference_token = reference_string.substr(start, slash - start);
/third_party/sqlite/src/
H A Dsqlite3.c17299 ** structure. For global built-in functions (ex: substr(), max(), count())
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp22441 substr(size_type __pos = 0, size_type __n = npos) const
22443 _M_check(__pos, "basic_string::substr"), __n); }
[all...]

Completed in 343 milliseconds

1...<<31323334353637