HomeSort by relevance Sort by last modified time
    Searched full:substr (Results 1376 - 1400 of 1935) sorted by null

<<51525354555657585960>>

  /external/clang/lib/Lex/
HeaderSearch.cpp 415 HS.LookupFrameworkCache(Filename.substr(0, SlashPos));
851 *FrameworkMap.insert(std::make_pair(Filename.substr(0, SlashPos),
    [all...]
PPLexerChange.cpp 243 Result = FilePath.substr(Path.size());
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineRenderToImageTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/renderpass/
vktRenderPassMultisampleTests.cpp     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DateFormatRegressionTest.java 544 String substr = s2.substring(0,2); local
545 if (s.indexOf(substr) == -1)
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateFormatRegressionTest.java 541 String substr = s2.substring(0,2); local
542 if (s.indexOf(substr) == -1)
    [all...]
  /external/jsoncpp/src/test_lib_json/
main.cpp 110 std::string normalized = s.substr(0, exponentStartIndex);
117 exponent = s.substr(indexDigit);
    [all...]
  /external/libvncserver/webclients/novnc/include/
rfb.js 215 } else if (document.location.href.substr(0, 7) === 'file://') {
603 var sversion = this._sock.rQshiftStr(12).substr(4, 7);
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy.cpp 689 std::string IRFileName = ModuleID.substr(3);
711 std::string IRFileName = ModuleID.substr(3);
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 708 std::string IRFileName = ModuleID.substr(3);
730 std::string IRFileName = ModuleID.substr(3);
    [all...]
  /external/pdfium/fxjs/
cjs_field.cpp 195 std::wstring suffixal = strFieldNameParsed.substr(iStart + 1);
209 strFieldName = strFieldNameParsed.substr(0, iStart);
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
strutil.h 121 return str.substr(prefix.size());
143 return str.substr(0, str.size() - suffix.size());
    [all...]
  /external/python/cpython2/Objects/
unicodeobject.c     [all...]
  /external/spirv-llvm/lib/SPIRV/
SPIRVWriter.cpp 357 auto ExtSetName = S.substr(0, Loc);
365 auto ExtOpName = S.substr(Loc + 1);
    [all...]
  /external/v8/src/builtins/
builtins-string.cc     [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64_race/
strings.a 41 2BN@? s·5R&T eNewReplacer oldnew·2B ?strings.goContains f substr·3
181 a.len?Tgclocals·fe6ffc2349f25cff781ced0e76d7d8fc?Tgclocals·9a87e88801e0ad7de4fc8a0019c9e0f1?"".hashStr?sep?type.uint32?hash?pow?Tgclocals·e6397a44f8e1b6e77d0f200b4fba5269?"".hashStrRev?"".countGeneric?"".Index? substr?"".Contains?"".ContainsAny?"".IndexAny?
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64_race/
strings.a 41 2BN@? s·5R&T eNewReplacer oldnew·2B ?strings.goContains f substr·3
181 a.len?Tgclocals·fe6ffc2349f25cff781ced0e76d7d8fc?Tgclocals·9a87e88801e0ad7de4fc8a0019c9e0f1?"".hashStr?sep?type.uint32?hash?pow?Tgclocals·e6397a44f8e1b6e77d0f200b4fba5269?"".hashStrRev?"".countGeneric?"".Index? substr?"".Contains?"".ContainsAny?"".IndexAny?
    [all...]
  /system/core/logcat/
logcat.cpp     [all...]
  /system/extras/simpleperf/demo/SimpleperfExampleWithNative/app/build/intermediates/cmake/profiling/obj/armeabi/
libnative-lib.so 
  /art/compiler/linker/
elf_builder.h 704 soname = soname.substr(directory_separator_pos + 1);
    [all...]
  /art/compiler/optimizing/
optimizing_compiler.cc 604 return pos == std::string::npos ? pass_name : pass_name.substr(0, pos);
    [all...]
  /external/abi-compliance-checker/modules/Internals/
CallConv.pm 351 if(substr($F2, 0, 1) eq "[")
    [all...]
  /external/clang/lib/AST/
Expr.cpp 491 return Buffer.substr(1);
    [all...]
  /external/clang/lib/Index/
CommentToXML.cpp     [all...]
  /external/clang/lib/Parse/
ParseStmtAsm.cpp 89 LineBuf = LineBuf.substr(0, TotalOffset);

Completed in 1215 milliseconds

<<51525354555657585960>>