HomeSort by relevance Sort by last modified time
    Searched refs:Suffix (Results 1 - 25 of 476) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/selinux/mcstrans/share/examples/pipes/setrans.d/
pipes.conf 3 Suffix=Pipes Only
4 Suffix=Pipes
  /external/llvm/lib/TableGen/
TableGenBackend.cpp 23 StringRef Suffix) {
25 assert((Prefix.str().size() + Suffix.size() <= MAX_LINE_LEN) &&
28 for (size_t i = (size_t)OS.tell() - Pos, e = MAX_LINE_LEN - Suffix.size();
31 OS << Suffix << '\n';
37 StringRef Suffix(" *|");
38 printLine(OS, Prefix, ' ', Suffix);
39 size_t PSLen = Prefix.size() + Suffix.size();
44 printLine(OS, Prefix + Desc.substr(Pos, Length), ' ', Suffix);
47 printLine(OS, Prefix, ' ', Suffix);
49 Suffix);
    [all...]
  /external/google-breakpad/src/third_party/curl/
curlrules.h 221 # define __CURL_OFF_T_C_HELPER2(Val,Suffix) Val ## Suffix
223 # define __CURL_OFF_T_C_HELPER2(Val,Suffix) Val/**/Suffix
225 #define __CURL_OFF_T_C_HELPER1(Val,Suffix) __CURL_OFF_T_C_HELPER2(Val,Suffix)
  /external/clang/include/clang/Lex/
HeaderMapTypes.h 26 uint32_t Suffix; // Offset (into strings) of value suffix.
  /external/clang/test/CodeGenCXX/
stack-reuse-miscompile.cpp 20 T concat(const T &Suffix) const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
HeaderMapTypes.h 26 uint32_t Suffix; // Offset (into strings) of value suffix.
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Lex/
HeaderMapTypes.h 26 uint32_t Suffix; // Offset (into strings) of value suffix.
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Lex/
HeaderMapTypes.h 26 uint32_t Suffix; // Offset (into strings) of value suffix.
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Lex/
HeaderMapTypes.h 26 uint32_t Suffix; // Offset (into strings) of value suffix.
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Lex/
HeaderMapTypes.h 26 uint32_t Suffix; // Offset (into strings) of value suffix.
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Lex/
HeaderMapTypes.h 26 uint32_t Suffix; // Offset (into strings) of value suffix.
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Lex/
HeaderMapTypes.h 26 uint32_t Suffix; // Offset (into strings) of value suffix.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
HeaderMapTypes.h 26 uint32_t Suffix; // Offset (into strings) of value suffix.
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Lex/
HeaderMapTypes.h 26 uint32_t Suffix; // Offset (into strings) of value suffix.
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Lex/
HeaderMapTypes.h 26 uint32_t Suffix; // Offset (into strings) of value suffix.
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Lex/
HeaderMapTypes.h 26 uint32_t Suffix; // Offset (into strings) of value suffix.
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Lex/
HeaderMapTypes.h 26 uint32_t Suffix; // Offset (into strings) of value suffix.
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Lex/
HeaderMapTypes.h 26 uint32_t Suffix; // Offset (into strings) of value suffix.
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Lex/
HeaderMapTypes.h 26 uint32_t Suffix; // Offset (into strings) of value suffix.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
GlobPattern.h 44 Optional<StringRef> Suffix;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
GlobPattern.h 44 Optional<StringRef> Suffix;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
GlobPattern.h 44 Optional<StringRef> Suffix;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
GlobPattern.h 44 Optional<StringRef> Suffix;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
GlobPattern.h 44 Optional<StringRef> Suffix;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
GlobPattern.h 44 Optional<StringRef> Suffix;

Completed in 655 milliseconds

1 2 3 4 5 6 7 8 91011>>