/external/chromium_org/net/dns/ |
dns_transaction_unittest.cc | 38 const char* dotted_name, 42 : query_(new DnsQuery(id, DomainFromDot(dotted_name), qtype)), 363 // Add expected query for |dotted_name| and |qtype| with |id| and response 367 const char* dotted_name, 375 new DnsSocketData(id, dotted_name, qtype, mode, use_tcp)); 381 const char* dotted_name, 385 AddQueryAndResponse(id, dotted_name, qtype, data, data_length, ASYNC, 390 const char* dotted_name, 394 AddQueryAndResponse(id, dotted_name, qtype, data, data_length, SYNCHRONOUS, 398 // Add expected query of |dotted_name| and |qtype| and no response [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/ |
Grammar.txt | 34 decorator: '@' dotted_name [ '(' [arglist] ')' ] NEWLINE 74 import_from: ('from' ('.'* dotted_name | '.'+) 77 dotted_as_name: dotted_name ['as' NAME] 80 dotted_name: NAME ('.' NAME)*
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/ |
Grammar.txt | 34 decorator: '@' dotted_name [ '(' [arglist] ')' ] NEWLINE 74 import_from: ('from' ('.'* dotted_name | '.'+) 77 dotted_as_name: dotted_name ['as' NAME] 80 dotted_name: NAME ('.' NAME)*
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
graminit.h | 35 #define dotted_name 288 macro
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
graminit.h | 35 #define dotted_name 288 macro
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
symbol.py | 45 dotted_name = 288 variable
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
symbol.py | 45 dotted_name = 288 variable
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
Python.g | 202 | 'from' dotted_name 'import' 210 dotted_as_name: dotted_name (NAME NAME)? 213 dotted_name: NAME (DOT NAME)*
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_import.py | 28 elif node.type == syms.dotted_name:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_import.py | 28 elif node.type == syms.dotted_name:
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/ |
py3_test_grammar.py | 151 ### decorator: '@' dotted_name [ '(' [arglist] ')' ] NEWLINE 473 # 'from' dotted_name 'import' ('*' | '(' import_as_names ')' | import_as_names) 740 # decorator: '@' dotted_name [ '(' [arglist] ')' ] NEWLINE
|
py2_test_grammar.py | 503 # 'from' dotted_name 'import' ('*' | '(' import_as_names ')' | import_as_names) 795 # decorator: '@' dotted_name [ '(' [arglist] ')' ] NEWLINE
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/ |
py3_test_grammar.py | 151 ### decorator: '@' dotted_name [ '(' [arglist] ')' ] NEWLINE 473 # 'from' dotted_name 'import' ('*' | '(' import_as_names ')' | import_as_names) 740 # decorator: '@' dotted_name [ '(' [arglist] ')' ] NEWLINE
|
py2_test_grammar.py | 503 # 'from' dotted_name 'import' ('*' | '(' import_as_names ')' | import_as_names) 795 # decorator: '@' dotted_name [ '(' [arglist] ')' ] NEWLINE
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/ |
transformer.py | 211 # '@' dotted_name [ '(' [arglist] ')' ] 216 assert nodelist[1][0] == symbol.dotted_name 342 def dotted_name(self, nodelist): member in class:Transformer 455 # import_from: 'from' ('.'* dotted_name | '.') 'import' ('*' | 462 if nodelist[idx][0] == symbol.dotted_name: [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/ |
transformer.py | 211 # '@' dotted_name [ '(' [arglist] ')' ] 216 assert nodelist[1][0] == symbol.dotted_name 342 def dotted_name(self, nodelist): member in class:Transformer 455 # import_from: 'from' ('.'* dotted_name | '.') 'import' ('*' | 462 if nodelist[idx][0] == symbol.dotted_name: [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_grammar.py | 501 # 'from' dotted_name 'import' ('*' | '(' import_as_names ')' | import_as_names) 821 # decorator: '@' dotted_name [ '(' [arglist] ')' ] NEWLINE
|