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

1 2 3 4 5 6 7

  /external/swiftshader/third_party/LLVM/lib/Support/
Path.cpp 257 static StringRef getDirnameCharSep(StringRef path, const char *Sep) {
258 assert(Sep[0] != '\0' && Sep[1] == '\0' &&
259 "Sep must be a 1-character string literal.");
268 while (pos >= 0 && path[pos] == Sep[0])
272 return path[0] == Sep[0] ? Sep : ".";
277 while (i < pos && path[i] != Sep[0])
284 while (pos >= 0 && path[pos] != Sep[0])
288 while (pos >= 0 && path[pos] == Sep[0]
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/break_rules/
sentence.txt 14 Sep = [\p{Sentence_Break = Sep}];
26 ParaSep = [Sep CR LF];
  /external/icu/icu4c/source/test/testdata/break_rules/
sentence.txt 14 Sep = [\p{Sentence_Break = Sep}];
26 ParaSep = [Sep CR LF];
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/break_rules/
sentence.txt 14 Sep = [\p{Sentence_Break = Sep}];
26 ParaSep = [Sep CR LF];
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
StringExtras.h 194 template <typename Sep>
195 inline void join_items_impl(std::string &Result, Sep Separator) {}
197 template <typename Sep, typename Arg>
198 inline void join_items_impl(std::string &Result, Sep Separator,
203 template <typename Sep, typename Arg1, typename... Args>
204 inline void join_items_impl(std::string &Result, Sep Separator, const Arg1 &A1,
241 template <typename Sep, typename... Args>
242 inline std::string join_items(Sep Separator, Args &&... Items) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
StringExtras.h 194 template <typename Sep>
195 inline void join_items_impl(std::string &Result, Sep Separator) {}
197 template <typename Sep, typename Arg>
198 inline void join_items_impl(std::string &Result, Sep Separator,
203 template <typename Sep, typename Arg1, typename... Args>
204 inline void join_items_impl(std::string &Result, Sep Separator, const Arg1 &A1,
248 template <typename Sep, typename... Args>
249 inline std::string join_items(Sep Separator, Args &&... Items) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
StringExtras.h 194 template <typename Sep>
195 inline void join_items_impl(std::string &Result, Sep Separator) {}
197 template <typename Sep, typename Arg>
198 inline void join_items_impl(std::string &Result, Sep Separator,
203 template <typename Sep, typename Arg1, typename... Args>
204 inline void join_items_impl(std::string &Result, Sep Separator, const Arg1 &A1,
248 template <typename Sep, typename... Args>
249 inline std::string join_items(Sep Separator, Args &&... Items) {
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/
FwVolRead.c 522 EFI_SECTION_EXTRACTION_PROTOCOL *Sep;
571 (VOID **) &Sep
578 Status = Sep->OpenSectionStream (
579 Sep,
594 Status = Sep->GetSection (
595 Sep,
605 Status = Sep->GetSection (
606 Sep,
627 Sep->CloseSectionStream (Sep, StreamHandle);
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Environment.h 96 void print(raw_ostream &Out, const char *NL, const char *Sep) const;
100 const char *NL, const char *Sep) const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Environment.h 96 void print(raw_ostream &Out, const char *NL, const char *Sep) const;
100 const char *NL, const char *Sep) const;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
Environment.h 96 void print(raw_ostream &Out, const char *NL, const char *Sep) const;
100 const char *NL, const char *Sep) const;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
StringExtras.h 246 template <typename Sep>
247 inline void join_items_impl(std::string &Result, Sep Separator) {}
249 template <typename Sep, typename Arg>
250 inline void join_items_impl(std::string &Result, Sep Separator,
255 template <typename Sep, typename Arg1, typename... Args>
256 inline void join_items_impl(std::string &Result, Sep Separator, const Arg1 &A1,
301 template <typename Sep, typename... Args>
302 inline std::string join_items(Sep Separator, Args &&... Items) {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
Environment.h 96 void print(raw_ostream &Out, const char *NL, const char *Sep) const;
100 const char *NL, const char *Sep) const;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
StringExtras.h 246 template <typename Sep>
247 inline void join_items_impl(std::string &Result, Sep Separator) {}
249 template <typename Sep, typename Arg>
250 inline void join_items_impl(std::string &Result, Sep Separator,
255 template <typename Sep, typename Arg1, typename... Args>
256 inline void join_items_impl(std::string &Result, Sep Separator, const Arg1 &A1,
301 template <typename Sep, typename... Args>
302 inline std::string join_items(Sep Separator, Args &&... Items) {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
Environment.h 96 void print(raw_ostream &Out, const char *NL, const char *Sep) const;
100 const char *NL, const char *Sep) const;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
StringExtras.h 289 template <typename Sep>
290 inline void join_items_impl(std::string &Result, Sep Separator) {}
292 template <typename Sep, typename Arg>
293 inline void join_items_impl(std::string &Result, Sep Separator,
298 template <typename Sep, typename Arg1, typename... Args>
299 inline void join_items_impl(std::string &Result, Sep Separator, const Arg1 &A1,
344 template <typename Sep, typename... Args>
345 inline std::string join_items(Sep Separator, Args &&... Items) {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
Environment.h 96 void print(raw_ostream &Out, const char *NL, const char *Sep) const;
100 const char *NL, const char *Sep) const;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
StringExtras.h 289 template <typename Sep>
290 inline void join_items_impl(std::string &Result, Sep Separator) {}
292 template <typename Sep, typename Arg>
293 inline void join_items_impl(std::string &Result, Sep Separator,
298 template <typename Sep, typename Arg1, typename... Args>
299 inline void join_items_impl(std::string &Result, Sep Separator, const Arg1 &A1,
344 template <typename Sep, typename... Args>
345 inline std::string join_items(Sep Separator, Args &&... Items) {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
Environment.h 96 void print(raw_ostream &Out, const char *NL, const char *Sep) const;
100 const char *NL, const char *Sep) const;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
StringExtras.h 289 template <typename Sep>
290 inline void join_items_impl(std::string &Result, Sep Separator) {}
292 template <typename Sep, typename Arg>
293 inline void join_items_impl(std::string &Result, Sep Separator,
298 template <typename Sep, typename Arg1, typename... Args>
299 inline void join_items_impl(std::string &Result, Sep Separator, const Arg1 &A1,
344 template <typename Sep, typename... Args>
345 inline std::string join_items(Sep Separator, Args &&... Items) {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
Environment.h 96 void print(raw_ostream &Out, const char *NL, const char *Sep) const;
100 const char *NL, const char *Sep) const;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
StringExtras.h 289 template <typename Sep>
290 inline void join_items_impl(std::string &Result, Sep Separator) {}
292 template <typename Sep, typename Arg>
293 inline void join_items_impl(std::string &Result, Sep Separator,
298 template <typename Sep, typename Arg1, typename... Args>
299 inline void join_items_impl(std::string &Result, Sep Separator, const Arg1 &A1,
344 template <typename Sep, typename... Args>
345 inline std::string join_items(Sep Separator, Args &&... Items) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Environment.h 96 void print(raw_ostream &Out, const char *NL, const char *Sep) const;
100 const char *NL, const char *Sep) const;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
Environment.h 96 void print(raw_ostream &Out, const char *NL, const char *Sep) const;
100 const char *NL, const char *Sep) const;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
StringExtras.h 246 template <typename Sep>
247 inline void join_items_impl(std::string &Result, Sep Separator) {}
249 template <typename Sep, typename Arg>
250 inline void join_items_impl(std::string &Result, Sep Separator,
255 template <typename Sep, typename Arg1, typename... Args>
256 inline void join_items_impl(std::string &Result, Sep Separator, const Arg1 &A1,
301 template <typename Sep, typename... Args>
302 inline std::string join_items(Sep Separator, Args &&... Items) {

Completed in 564 milliseconds

1 2 3 4 5 6 7