HomeSort by relevance Sort by last modified time
    Searched full:find_first_not_of (Results 176 - 200 of 337) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
YAMLTraits.h 449 S.drop_front().find_first_not_of(OctalChars) == StringRef::npos)
453 S.drop_front(2).find_first_not_of(OctalChars) == StringRef::npos)
458 S.drop_front(2).find_first_not_of(HexChars) == StringRef::npos)
462 if (S.find_first_not_of(DecChars) == StringRef::npos)
509 if (S.find_first_not_of(ScalarSafeChars) != StringRef::npos)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
YAMLTraits.h 440 S.drop_front().find_first_not_of(OctalChars) == StringRef::npos)
444 S.drop_front(2).find_first_not_of(OctalChars) == StringRef::npos)
449 S.drop_front(2).find_first_not_of(HexChars) == StringRef::npos)
453 if (S.find_first_not_of(DecChars) == StringRef::npos)
500 if (S.find_first_not_of(ScalarSafeChars) != StringRef::npos)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
YAMLTraits.h 440 S.drop_front().find_first_not_of(OctalChars) == StringRef::npos)
444 S.drop_front(2).find_first_not_of(OctalChars) == StringRef::npos)
449 S.drop_front(2).find_first_not_of(HexChars) == StringRef::npos)
453 if (S.find_first_not_of(DecChars) == StringRef::npos)
500 if (S.find_first_not_of(ScalarSafeChars) != StringRef::npos)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
YAMLTraits.h 440 S.drop_front().find_first_not_of(OctalChars) == StringRef::npos)
444 S.drop_front(2).find_first_not_of(OctalChars) == StringRef::npos)
449 S.drop_front(2).find_first_not_of(HexChars) == StringRef::npos)
453 if (S.find_first_not_of(DecChars) == StringRef::npos)
500 if (S.find_first_not_of(ScalarSafeChars) != StringRef::npos)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
YAMLTraits.h 449 S.drop_front().find_first_not_of(OctalChars) == StringRef::npos)
453 S.drop_front(2).find_first_not_of(OctalChars) == StringRef::npos)
458 S.drop_front(2).find_first_not_of(HexChars) == StringRef::npos)
462 if (S.find_first_not_of(DecChars) == StringRef::npos)
509 if (S.find_first_not_of(ScalarSafeChars) != StringRef::npos)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
YAMLTraits.h 449 S.drop_front().find_first_not_of(OctalChars) == StringRef::npos)
453 S.drop_front(2).find_first_not_of(OctalChars) == StringRef::npos)
458 S.drop_front(2).find_first_not_of(HexChars) == StringRef::npos)
462 if (S.find_first_not_of(DecChars) == StringRef::npos)
509 if (S.find_first_not_of(ScalarSafeChars) != StringRef::npos)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
YAMLTraits.h 449 S.drop_front().find_first_not_of(OctalChars) == StringRef::npos)
453 S.drop_front(2).find_first_not_of(OctalChars) == StringRef::npos)
458 S.drop_front(2).find_first_not_of(HexChars) == StringRef::npos)
462 if (S.find_first_not_of(DecChars) == StringRef::npos)
509 if (S.find_first_not_of(ScalarSafeChars) != StringRef::npos)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
YAMLTraits.h 449 S.drop_front().find_first_not_of(OctalChars) == StringRef::npos)
453 S.drop_front(2).find_first_not_of(OctalChars) == StringRef::npos)
458 S.drop_front(2).find_first_not_of(HexChars) == StringRef::npos)
462 if (S.find_first_not_of(DecChars) == StringRef::npos)
509 if (S.find_first_not_of(ScalarSafeChars) != StringRef::npos)
    [all...]
  /external/spirv-llvm/lib/SPIRV/
SPIRVUtil.cpp 513 size_t NameSpaceStart = Name.find_first_not_of("rVKRO", 3);
518 size_t Start = Name.find_first_not_of("0123456789", DemangledNameLenStart);
524 size_t Start = Name.find_first_not_of("0123456789", 2);
    [all...]
  /bionic/tools/versioner/src/
Preprocessor.cpp 331 size_t pos = line.find_first_not_of(" \t", line_index);
  /external/llvm/lib/DebugInfo/Symbolize/
Symbolize.cpp 210 Name = Name.substr(Name.find_first_not_of("._"));
  /external/v8/src/base/debug/
stack_trace_posix.cc 97 text->find_first_not_of(kSymbolCharacters, mangled_start);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/profile/impl/
profiler_trace.h 506 std::string::size_type __i = __line.find_first_not_of(" \t\n\v");
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/impl/
profiler_trace.h 506 std::string::size_type __i = __line.find_first_not_of(" \t\n\v");
  /system/core/init/
devices.cpp 289 while ((pos = string->find_first_not_of(accept, pos)) != std::string::npos) {
  /external/llvm/lib/DebugInfo/DWARF/
DWARFContext.cpp 679 name = name.substr(name.find_first_not_of("._")); // Skip . and _ prefixes.
759 RelSecName.find_first_not_of("._")); // Skip . and _ prefixes.
  /external/swiftshader/third_party/LLVM/utils/FileCheck/
FileCheck.cpp 550 Buffer = Buffer.substr(Buffer.find_first_not_of(" \t"));
615 Buffer = Buffer.substr(Buffer.find_first_not_of(" \t\n\r"));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
basic_string.tcc 852 find_first_not_of(const _CharT* __s, size_type __pos, size_type __n) const
864 find_first_not_of(_CharT __c, size_type __pos) const _GLIBCXX_NOEXCEPT
    [all...]
basic_string.h 2110 find_first_not_of(const _CharT* __s, size_type __pos = 0) const function in class:basic_string
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
basic_string.tcc 852 find_first_not_of(const _CharT* __s, size_type __pos, size_type __n) const
864 find_first_not_of(_CharT __c, size_type __pos) const _GLIBCXX_NOEXCEPT
    [all...]
basic_string.h 2110 find_first_not_of(const _CharT* __s, size_type __pos = 0) const function in class:basic_string
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
vstring.h 1847 find_first_not_of(const _CharT* __s, size_type __pos = 0) const function in class:__versa_string
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
vstring.h 1847 find_first_not_of(const _CharT* __s, size_type __pos = 0) const function in class:__versa_string
    [all...]
  /external/llvm/tools/bugpoint/
ToolRunner.cpp 397 std::string::size_type lastPos = CommandLine.find_first_not_of(delimiters, 0);
407 lastPos = CommandLine.find_first_not_of(delimiters, pos);
    [all...]
  /external/swiftshader/third_party/LLVM/tools/bugpoint/
ToolRunner.cpp 384 std::string::size_type lastPos = CommandLine.find_first_not_of(delimiters, 0);
394 lastPos = CommandLine.find_first_not_of(delimiters, pos);
    [all...]

Completed in 1200 milliseconds

1 2 3 4 5 6 78 91011>>