/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
H A D | AsmLexer.cpp | 374 if (Result.substr(2).getAsInteger(2, Value)) in LexDigit()
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
H A D | validate.cpp | 111 << id_str.substr(0, id_str.size() - 1); in ValidateForwardDecls()
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
H A D | DrawCallPerf.cpp | 87 os << params.backendAndStory().substr(1); in operator <<()
|
H A D | UniformsPerf.cpp | 82 os << params.backendAndStory().substr(1); in operator <<()
|
H A D | MultiviewPerf.cpp | 136 os << params.backendAndStory().substr(1); in operator <<()
|
H A D | MapBufferRange.cpp | 56 os << params.backendAndStory().substr(1); in operator <<()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/ |
H A D | MacroExpander.cpp | 88 // Copying the string here by using substr is a check for use-after-free. It detects in ~ScopedMacroReenabler() 90 assert(!macro->name.substr().empty()); in ~ScopedMacroReenabler()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validate.cpp | 111 << id_str.substr(0, id_str.size() - 1); in ValidateForwardDecls()
|
/third_party/skia/third_party/externals/piex/src/image_type_recognition/ |
H A D | image_type_recognition_lite.cc | 122 return source.substr(source_offset, signature.size()) == signature; in IsSignatureMatched()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
H A D | SampleProf.h | 517 Cand = Cand.substr(0, It); in getCanonicalFnName()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Option/ |
H A D | OptTable.cpp | 185 StringRef Rest = Str.substr(Prefix.size()); in matchOption()
|
/third_party/vixl/src/aarch64/ |
H A D | disasm-aarch64.h | 141 mnemonic_ = form.substr(0, form.find_first_of('_')); in SetMnemonicFromForm()
|
/third_party/protobuf/src/google/protobuf/compiler/java/ |
H A D | java_map_field.cc | 96 boxed_key_type.substr(boxed_key_type.rfind('.') + 1); in SetMessageVariables()
|
/third_party/protobuf/src/google/protobuf/compiler/ |
H A D | mock_code_generator.cc | 156 file_content.substr(annotation.begin(), expected_text.size())); in CheckSingleAnnotation()
|
/third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
H A D | objectivec_message.cc | 563 CEscape(text_format_data_str.substr(i, kBytesPerLine)))); in GenerateSource()
|
/third_party/protobuf/src/google/protobuf/io/ |
H A D | tokenizer.cc | 1126 if (!AllInClass<Alphanumeric>(text.substr(1))) return false; in IsIdentifier()
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
H A D | utility.cc | 129 return type_url.substr(kTypeUrlSize + 1); in GetTypeWithoutUrl()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
H A D | cord_rep_ring.h | 595 if (fragment) *fragment = data.substr(pos.offset, len); in IsFlat()
|
H A D | str_split_internal.h | 135 curr_ = text.substr(pos_, d.data() - (text.data() + pos_)); in operator ++()
|
H A D | cord_rep_btree_navigator_test.cc | 298 EXPECT_THAT(value, Eq(data.substr(offset, length))); in TEST_P()
|
/third_party/spirv-tools/source/val/ |
H A D | validate.cpp | 103 << id_str.substr(0, id_str.size() - 1); in ValidateForwardDecls()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fImplementationLimitTests.cpp | 338 extensionList.push_back(extensionStr.substr(pos, len)); in queryExtensionsNonIndexed()
|
H A D | es3fShaderMetamorphicTests.cpp | 246 variantName = variantName.substr(0, pos); in init()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fShaderBuiltinConstantTests.cpp | 94 DE_ASSERT(varName.substr(0,3) == "gl_"); in makeCaseName()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineLogicOpTests.cpp | 484 return de::toLower(std::string(getFormatName(format)).substr(std::string("VK_FORMAT_").size())); in getSimpleFormatName()
|