HomeSort by relevance Sort by last modified time
    Searched refs:tok2 (Results 1 - 24 of 24) sorted by null

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/h/
sorcerer.h 58 #define _MATCHRANGE(tok,tok2) \
59 if (! _t || _t->token<tok || _t->token>tok2 ) if ( _parser->guessing ) _GUESS_FAIL; else mismatched_range(_parser, tok, tok2, _t)
63 #define _CPPMATCHRANGE(tok,tok2) \
64 if ( _t->token()<tok || _t->token()>tok2 ) if ( _parser->guessing ) _GUESS_FAIL; else mismatched_range(_parser, tok, tok2, _t)
STreeParser.h 100 virtual void MATCHRANGE(SORASTBase *_t, int tok, int tok2);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/lib/
STreeParser.cpp 15 MATCHRANGE(SORASTBase *_t,int tok,int tok2)
17 if ( _t->type()<tok || _t->type()>tok2 )
20 else mismatched_range(tok, tok2, _t);
  /external/libxml2/
rngparser.c 1093 tokenPtr token, tok2; local
1210 tokenPtr token, tok2; local
    [all...]
  /external/e2fsprogs/lib/support/
dict.c 1301 char *tok1, *tok2, *val; local
1332 if (tokenize(in+1, &tok1, &tok2, (char **) 0) != 2) {
1337 val = dupstring(tok2);
1367 char *tok1, *tok2, *val; local
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/xml/
xml_test.go 545 tok2 := CopyToken(tok1)
546 if !reflect.DeepEqual(tok1, tok2) {
550 if reflect.DeepEqual(tok1, tok2) {
558 tok2 := CopyToken(tok1)
562 if !reflect.DeepEqual(tok1, tok2) {
566 if reflect.DeepEqual(tok1, tok2) {
  /prebuilts/go/linux-x86/src/encoding/xml/
xml_test.go 545 tok2 := CopyToken(tok1)
546 if !reflect.DeepEqual(tok1, tok2) {
550 if reflect.DeepEqual(tok1, tok2) {
558 tok2 := CopyToken(tok1)
562 if !reflect.DeepEqual(tok1, tok2) {
566 if reflect.DeepEqual(tok1, tok2) {
  /prebuilts/go/darwin-x86/src/go/scanner/
scanner.go 533 // matching character, or tok2 if the matching character was ch2.
543 func (s *Scanner) switch3(tok0, tok1 token.Token, ch2 rune, tok2 token.Token) token.Token {
550 return tok2
555 func (s *Scanner) switch4(tok0, tok1 token.Token, ch2 rune, tok2, tok3 token.Token) token.Token {
566 return tok2
  /prebuilts/go/linux-x86/src/go/scanner/
scanner.go 533 // matching character, or tok2 if the matching character was ch2.
543 func (s *Scanner) switch3(tok0, tok1 token.Token, ch2 rune, tok2 token.Token) token.Token {
550 return tok2
555 func (s *Scanner) switch4(tok0, tok1 token.Token, ch2 rune, tok2, tok3 token.Token) token.Token {
566 return tok2
  /bionic/libc/kernel/tools/
cpp.py     [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-http/8.1.14.v20131031/
jetty-http-8.1.14.v20131031.jar 
  /prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 
  /external/guice/extensions/struts2/lib/
jetty-6.1.0.jar 
xwork-core-2.2.1.jar 
  /external/libphonenumber/demo/war/WEB-INF/lib/
commons-lang-2.6.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
commons-lang-2.6.jar 
  /prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.6/
commons-lang-2.6.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.2.1/
commons-lang3-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.3/
commons-lang3-3.3.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.3.2/
commons-lang3-3.3.2.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.4/
commons-lang3-3.4.jar 
  /frameworks/data-binding/prebuilds/1.0-rc0/
databinding-studio-bundle.jar 
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 710 milliseconds