HomeSort by relevance Sort by last modified time
    Searched defs:SkipUntil (Results 1 - 23 of 23) sorted by null

  /build/kati/
strutil.cc 61 static int SkipUntil(const char* s,
93 i = s + SkipUntil(in->data() + s, len - s, ranges, 4,
442 e += SkipUntil(s.data() + e, s.size() - e, ranges, 6,
534 size_t i = SkipUntil(s->c_str(), s->size(), ranges, 10, NeedsShellEscape);
552 i += SkipUntil(s->c_str() + i, s->size() - i, ranges, 10, NeedsShellEscape);
  /external/google-breakpad/src/testing/gtest/scripts/
pump.py 270 def SkipUntil(lines, pos, regex, token_type):
290 pos = SkipUntil(lines, pos, r'\(|\)', ')')
355 dots_pos = SkipUntil(lines, pos, DOT_DOT_REGEX, '..')
  /external/googletest/googletest/scripts/
pump.py 270 def SkipUntil(lines, pos, regex, token_type):
290 pos = SkipUntil(lines, pos, r'\(|\)', ')')
355 dots_pos = SkipUntil(lines, pos, DOT_DOT_REGEX, '..')
  /external/protobuf/gtest/scripts/
pump.py 260 def SkipUntil(lines, pos, regex, token_type):
280 pos = SkipUntil(lines, pos, r'\(|\)', ')')
349 dots_pos = SkipUntil(lines, pos, DOT_DOT_REGEX, '..')
  /external/v8/testing/gtest/scripts/
pump.py 270 def SkipUntil(lines, pos, regex, token_type):
290 pos = SkipUntil(lines, pos, r'\(|\)', ')')
355 dots_pos = SkipUntil(lines, pos, DOT_DOT_REGEX, '..')
  /external/vulkan-validation-layers/tests/gtest-1.7.0/scripts/
pump.py 270 def SkipUntil(lines, pos, regex, token_type):
290 pos = SkipUntil(lines, pos, r'\(|\)', ')')
355 dots_pos = SkipUntil(lines, pos, DOT_DOT_REGEX, '..')
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/scripts/
pump.py 270 def SkipUntil(lines, pos, regex, token_type):
290 pos = SkipUntil(lines, pos, r'\(|\)', ')')
355 dots_pos = SkipUntil(lines, pos, DOT_DOT_REGEX, '..')
  /external/clang/lib/Parse/
Parser.cpp 244 /// SkipUntil - Read tokens until we get to the specified token, then consume
250 /// If SkipUntil finds the specified token, it returns true, otherwise it
252 bool Parser::SkipUntil(ArrayRef<tok::TokenKind> Toks, SkipUntilFlags Flags) {
305 SkipUntil(tok::r_paren, StopAtCodeCompletion);
307 SkipUntil(tok::r_paren);
313 SkipUntil(tok::r_square, StopAtCodeCompletion);
315 SkipUntil(tok::r_square);
321 SkipUntil(tok::r_brace, StopAtCodeCompletion);
323 SkipUntil(tok::r_brace);
911 SkipUntil(tok::semi); // FIXME: better skip
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 862 /// \brief Control flags for SkipUntil functions.
876 /// SkipUntil - Read tokens until we get to the specified token, then consume
882 /// If SkipUntil finds the specified token, it returns true, otherwise it
884 bool SkipUntil(tok::TokenKind T,
886 return SkipUntil(llvm::makeArrayRef(T), Flags);
888 bool SkipUntil(tok::TokenKind T1, tok::TokenKind T2,
891 return SkipUntil(TokArray, Flags);
893 bool SkipUntil(tok::TokenKind T1, tok::TokenKind T2, tok::TokenKind T3,
896 return SkipUntil(TokArray, Flags);
898 bool SkipUntil(ArrayRef<tok::TokenKind> Toks
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Parse/
Parser.h 893 /// \brief Control flags for SkipUntil functions.
907 /// SkipUntil - Read tokens until we get to the specified token, then consume
913 /// If SkipUntil finds the specified token, it returns true, otherwise it
915 bool SkipUntil(tok::TokenKind T,
917 return SkipUntil(llvm::makeArrayRef(T), Flags);
919 bool SkipUntil(tok::TokenKind T1, tok::TokenKind T2,
922 return SkipUntil(TokArray, Flags);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Parse/
Parser.h 912 /// \brief Control flags for SkipUntil functions.
926 /// SkipUntil - Read tokens until we get to the specified token, then consume
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Parse/
Parser.h 912 /// \brief Control flags for SkipUntil functions.
926 /// SkipUntil - Read tokens until we get to the specified token, then consume
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Parse/
Parser.h 917 /// \brief Control flags for SkipUntil functions.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Parse/
Parser.h 917 /// \brief Control flags for SkipUntil functions.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Parse/
Parser.h 917 /// \brief Control flags for SkipUntil functions.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Parse/
Parser.h 917 /// \brief Control flags for SkipUntil functions.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Parse/
Parser.h 893 /// \brief Control flags for SkipUntil functions.
907 /// SkipUntil - Read tokens until we get to the specified token, then consume
913 /// If SkipUntil finds the specified token, it returns true, otherwise it
915 bool SkipUntil(tok::TokenKind T,
917 return SkipUntil(llvm::makeArrayRef(T), Flags);
919 bool SkipUntil(tok::TokenKind T1, tok::TokenKind T2,
922 return SkipUntil(TokArray, Flags);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Parse/
Parser.h 912 /// \brief Control flags for SkipUntil functions.
926 /// SkipUntil - Read tokens until we get to the specified token, then consume
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Parse/
Parser.h 912 /// \brief Control flags for SkipUntil functions.
926 /// SkipUntil - Read tokens until we get to the specified token, then consume
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Parse/
Parser.h 917 /// \brief Control flags for SkipUntil functions.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Parse/
Parser.h 917 /// \brief Control flags for SkipUntil functions.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Parse/
Parser.h 917 /// \brief Control flags for SkipUntil functions.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Parse/
Parser.h 917 /// \brief Control flags for SkipUntil functions.
    [all...]

Completed in 2936 milliseconds