HomeSort by relevance Sort by last modified time
    Searched full:substr (Results 576 - 600 of 751) sorted by null

<<21222324252627282930>>

  /external/clang/lib/AST/
DeclPrinter.cpp 787 Out << " " << name.substr(lastPos, pos - lastPos);
Expr.cpp     [all...]
  /external/clang/lib/CodeGen/
CGRTTI.cpp 128 llvm::Constant *Init = llvm::ConstantArray::get(VMContext, Name.substr(4));
    [all...]
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 44 Builder.defineMacro(MacroName, MacroBody.substr(0, End));
  /external/clang/lib/Lex/
Pragma.cpp 922 if (PP.getDiagnostics().setDiagnosticGroupMapping(WarningName.substr(2),
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckSecuritySyntaxOnly.cpp 108 Name = Name.substr(10);
  /external/clang/tools/libclang/
CIndexUSRs.cpp 787 return s.startswith("c:") ? s.substr(2) : "";
  /external/hyphenation/
hyphen.c 452 state to check is substr (state, i)
    [all...]
  /external/jpeg/
config.guess 178 UNAME_RELEASE=`(head -1 /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
  /external/libvpx/examples/includes/geshi/geshi/
progress.php 100 'UPDATE','USE','USING','VALIDATE','substr','SKIP','CLOSE',
  /external/llvm/lib/Analysis/
DIBuilder.cpp 643 FName = FName.substr(1);
    [all...]
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 427 outs() << " " << format("%20s", I->getModTime().str().substr(4).c_str());
  /external/protobuf/src/google/protobuf/compiler/java/
java_message.cc 62 "def", def.substr(0, def.find_first_of('\n')));
    [all...]
  /external/stlport/stlport/stl/
_string.h 1022 _Self substr(size_type __pos = 0, size_type __n = npos) const function in class:basic_string
    [all...]
  /external/webkit/Source/WebCore/inspector/
CodeGeneratorInspector.pm     [all...]
  /frameworks/base/tools/aidl/
aidl.cpp 683 string p = path.substr(0, i);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_string.h 1022 _Self substr(size_type __pos = 0, size_type __n = npos) const function in class:basic_string
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_string.h 1022 _Self substr(size_type __pos = 0, size_type __n = npos) const function in class:basic_string
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_string.h 1022 _Self substr(size_type __pos = 0, size_type __n = npos) const function in class:basic_string
    [all...]
  /external/chromium/net/base/
cookie_monster.cc 170 return host.substr(1);
269 return url_path.substr(0, idx);
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
basic_string.h 2004 substr(size_type __pos = 0, size_type __n = npos) const function in class:basic_string
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
vstring.h 1870 substr(size_type __pos = 0, size_type __n = npos) const function in class:__versa_string
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h 2004 substr(size_type __pos = 0, size_type __n = npos) const function in class:basic_string
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring.h 1870 substr(size_type __pos = 0, size_type __n = npos) const function in class:__versa_string
    [all...]

Completed in 1332 milliseconds

<<21222324252627282930>>