/aosp_15_r20/external/ltp/lib/ |
H A D | tst_res.c | 151 const char *strttype(int ttype) in strttype() 168 static void tst_res__(const char *file, const int lineno, int ttype, in tst_res__() 228 static void tst_condense(int tnum, int ttype, const char *tmesg) in tst_condense() 282 static void tst_print(const char *tcid, int tnum, int ttype, const char *tmesg) in tst_print() 480 static void tst_brk__(const char *file, const int lineno, int ttype, in tst_brk__() 529 void tst_resm_(const char *file, const int lineno, int ttype, in tst_resm_() 545 void tst_resm_hexd_(const char *file, const int lineno, int ttype, in tst_resm_hexd_() 584 void tst_brkm__(const char *file, const int lineno, int ttype, in tst_brkm__()
|
H A D | tst_test.c | 176 static void update_results(int ttype) in update_results() 200 static void print_result(const char *file, const int lineno, int ttype, in print_result() 295 void tst_vres_(const char *file, const int lineno, int ttype, const char *fmt, in tst_vres_() 309 static void tst_cvres(const char *file, const int lineno, int ttype, in tst_cvres() 333 void tst_vbrk_(const char *file, const int lineno, int ttype, const char *fmt, in tst_vbrk_() 354 void tst_res_(const char *file, const int lineno, int ttype, in tst_res_() 367 void tst_brk_(const char *file, const int lineno, int ttype, in tst_brk_()
|
/aosp_15_r20/external/python/cpython3/Tools/i18n/ |
D | pygettext.py | 322 def __call__(self, ttype, tstring, stup, etup, line): argument 329 def __waiting(self, ttype, tstring, lineno): argument 401 def __suiteseen(self, ttype, tstring, lineno): argument 412 def __suitedocstring(self, ttype, tstring, lineno): argument 422 def __keywordseen(self, ttype, tstring, lineno): argument 430 def __openseen(self, ttype, tstring, lineno): argument
|
/aosp_15_r20/external/python/cpython2/Tools/i18n/ |
D | pygettext.py | 356 def __call__(self, ttype, tstring, stup, etup, line): argument 363 def __waiting(self, ttype, tstring, lineno): argument 382 def __suiteseen(self, ttype, tstring, lineno): argument 387 def __suitedocstring(self, ttype, tstring, lineno): argument 397 def __keywordseen(self, ttype, tstring, lineno): argument 405 def __openseen(self, ttype, tstring, lineno): argument
|
/aosp_15_r20/external/antlr/runtime/Cpp/include/ |
H A D | antlr3baserecognizer.inl | 56 BaseRecognizer<ImplTraits, StreamType>::match(ANTLR_UINT32 ttype, BitsetListType* follow) 108 …eRecognizer<ImplTraits, StreamType>::mismatchIsUnwantedToken(IntStreamType* is, ANTLR_UINT32 ttype) 199 void BaseRecognizer<ImplTraits, StreamType>::mismatch(ANTLR_UINT32 ttype, BitsetListType* follow) 418 BaseRecognizer<ImplTraits, StreamType>::recoverFromMismatchedToken( ANTLR_UINT32 ttype, BitsetListT… 615 ANTLR_UINT32 ttype = is->_LA(1); local 629 ANTLR_UINT32 ttype; local
|
/aosp_15_r20/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
H A D | TreeWizard.java | 188 int ttype = adaptor.getType(t); in _index() local 203 public List<? extends Object> find(Object t, int ttype) { in find() 241 public Object findFirst(Object t, int ttype) { in findFirst() 254 public void visit(Object t, int ttype, ContextVisitor visitor) { in visit() 259 protected void _visit(Object t, Object parent, int childIndex, int ttype, ContextVisitor visitor) { in _visit()
|
/aosp_15_r20/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/ |
H A D | BaseRecognizer.java | 100 public Object match(IntStream input, int ttype, BitSet follow) in match() 126 public boolean mismatchIsUnwantedToken(IntStream input, int ttype) { in mismatchIsUnwantedToken() 588 protected Object recoverFromMismatchedToken(IntStream input, int ttype, BitSet follow) in recoverFromMismatchedToken() 677 int ttype = input.LA(1); in consumeUntil() local 687 int ttype = input.LA(1); in consumeUntil() local
|
H A D | SerializedGrammar.java | 85 int ttype; field in SerializedGrammar.TokenRef 86 public TokenRef(int ttype) { this.ttype = ttype; } in TokenRef() 163 int ttype = in.readShort(); in readAlt() local
|
H A D | LegacyCommonTokenStream.java | 166 public void setTokenTypeChannel(int ttype, int channel) { in setTokenTypeChannel() 173 public void discardTokenType(int ttype) { in discardTokenType() 231 public List<? extends Token> getTokens(int start, int stop, int ttype) { in getTokens()
|
/aosp_15_r20/external/antlr/runtime/C/src/ |
H A D | antlr3baserecognizer.c | 416 ANTLR3_UINT32 ttype, pANTLR3_BITSET_LIST follow) in match() 529 …atchIsUnwantedToken(pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM is, ANTLR3_UINT32 ttype) in mismatchIsUnwantedToken() 642 mismatch(pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_UINT32 ttype, pANTLR3_BITSET_LIST follow) in mismatch() 1432 recoverFromMismatchedToken (pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_UINT32 ttype, pANTLR3_BITSE… in recoverFromMismatchedToken() 1718 ANTLR3_UINT32 ttype; in consumeUntil() local 1768 ANTLR3_UINT32 ttype; in consumeUntilSet() local
|
/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
H A D | TreeWizard.cs | 267 public virtual IList Find(object t, int ttype) { in Find() 292 public virtual object FindFirst(object t, int ttype) { in FindFirst() 307 public void Visit(object t, int ttype, IContextVisitor visitor) { in Visit() 311 public void Visit(object t, int ttype, System.Action<object> action) { in Visit() 316 …protected virtual void VisitCore(object t, object parent, int childIndex, int ttype, IContextVisit… in VisitCore()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/ |
D | html.py | 50 def _get_ttype_class(ttype): argument 461 def _get_css_class(self, ttype): argument 469 def _get_css_classes(self, ttype): argument 477 def _get_css_inline_styles(self, ttype): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/ |
D | html.py | 50 def _get_ttype_class(ttype): argument 461 def _get_css_class(self, ttype): argument 469 def _get_css_classes(self, ttype): argument 477 def _get_css_inline_styles(self, ttype): argument
|
/aosp_15_r20/external/antlr/runtime/JavaScript/src/org/antlr/runtime/ |
H A D | BaseRecognizer.js | 109 match: function(input, ttype, follow) { argument 142 mismatchIsUnwantedToken: function(input, ttype) { argument 192 mismatch: function(input, ttype, follow) { argument 650 ttype, argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/ |
D | html.py | 50 def _get_ttype_class(ttype): argument 461 def _get_css_class(self, ttype): argument 469 def _get_css_classes(self, ttype): argument 477 def _get_css_inline_styles(self, ttype): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/pygments/formatters/ |
D | html.py | 50 def _get_ttype_class(ttype): argument 461 def _get_css_class(self, ttype): argument 469 def _get_css_classes(self, ttype): argument 477 def _get_css_inline_styles(self, ttype): argument
|
/aosp_15_r20/external/antlr/tool/src/main/java/org/antlr/tool/ |
H A D | AssignTokenTypesBehavior.java | 298 int ttype = entry.getValue(); in defineTokenNamesAndLiteralsInGrammar() local 299 root.defineToken(entry.getKey(), ttype); in defineTokenNamesAndLiteralsInGrammar() local 303 int ttype = entry.getValue(); in defineTokenNamesAndLiteralsInGrammar() local
|
H A D | GrammarAST.java | 387 public GrammarAST findFirstType(int ttype) { in findFirstType() 402 public List<GrammarAST> findAllType(int ttype) { in findAllType() 408 public void _findAllType(int ttype, List<GrammarAST> nodes) { in _findAllType() 493 int ttype = child.getType(); in getChildrenForDupTree() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/pygments/lexers/ |
D | python.py | 67 def innerstring_rules(ttype): argument 87 def fstring_rules(ttype): argument 433 def innerstring_rules(ttype): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/pygments/lexers/ |
D | python.py | 67 def innerstring_rules(ttype): argument 87 def fstring_rules(ttype): argument 433 def innerstring_rules(ttype): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/pygments/lexers/ |
D | python.py | 67 def innerstring_rules(ttype): argument 87 def fstring_rules(ttype): argument 433 def innerstring_rules(ttype): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/pygments/lexers/ |
D | python.py | 67 def innerstring_rules(ttype): argument 87 def fstring_rules(ttype): argument 433 def innerstring_rules(ttype): argument
|
/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
H A D | LegacyCommonTokenStream.cs | 209 public virtual void SetTokenTypeChannel(int ttype, int channel) { in SetTokenTypeChannel() 216 public virtual void DiscardTokenType(int ttype) { in DiscardTokenType() 276 public virtual IList<IToken> GetTokens(int start, int stop, int ttype) { in GetTokens()
|
/aosp_15_r20/external/mesa3d/src/vulkan/runtime/ |
H A D | vk_sync_timeline.c | 44 vk_sync_timeline_type_validate(const struct vk_sync_timeline_type *ttype) in vk_sync_timeline_type_validate() 64 ASSERTED const struct vk_sync_timeline_type *ttype = in vk_sync_timeline_init() local 141 const struct vk_sync_timeline_type *ttype = in vk_sync_timeline_alloc_point_locked() local
|
/aosp_15_r20/external/antlr/runtime/Python/antlr3/ |
H A D | tokens.py | 66 def setType(self, ttype): argument 244 def setType(self, ttype): argument 353 def setType(self, ttype): argument
|