Searched
full:what (Results
401 -
425 of
9590) sorted by null
<<11121314151617181920>>
/development/samples/ApiDemos/src/com/example/android/apis/content/ |
ResourcesSmallestWidth.java | 30 // what is shown based on the smallest width that will occur.
|
ResourcesWidthAndHeight.java | 30 // what is shown based on the current screen width and height.
|
/development/samples/VoiceRecognitionService/res/xml/ |
preferences.xml | 20 <!-- This setting lets you choose what kind of fake results you get from
|
/docs/source.android.com/src/source/ |
life-of-a-patch.md | 21 The image below is a flowchart that details what happens to
|
/external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/antlr3/ |
TLexer.g | 21 // What package should the generated source exist in?
|
TParser.g | 41 // What package should the generated source exist in?
|
/external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/java/ |
AbstractTLexer.java | 27 * Default constructor for the lexer, when you do not yet know what
|
/external/antlr/antlr-3.4/ |
antlrsources.xml | 62 <!-- What sources do we wish to include from this module? 86 so they need to be named here (which nicely documents what 108 <!-- What sources do we wish to include from this module? 134 so they need to be named here (which nicely documents what
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
CommonTreeAdaptor.as | 39 * If you care what the token payload objects' type is, you should 57 * If you care what the token payload objects' type is, you should 113 /** What is the Token associated with this node? If 121 return null; // no idea what to do
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
CommonTreeAdaptor.cs | 79 * If you care what the token payload objects' type is, you should 101 * If you care what the token payload objects' type is, you should 162 * What is the Token associated with this node? If 171 return null; // no idea what to do
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
CommonTreeAdaptor.java | 64 * If you care what the token payload objects' type is, you should 82 * If you care what the token payload objects' type is, you should 124 /** What is the Token associated with this node? If 132 return null; // no idea what to do
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/ |
CommonTreeAdaptor.js | 39 * If you care what the token payload objects' type is, you should 53 * If you care what the token payload objects' type is, you should 125 /** What is the Token associated with this node? If 133 return null; // no idea what to do
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRTree.h | 51 /** This node is what child index? 0..n-1 */ 88 /** What is the smallest token index (indexing from 0) for this node 95 /** What is the largest token index (indexing from 0) for this node 113 // In case we don't have a token payload, what is the line for errors?
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRTree.h | 51 /** This node is what child index? 0..n-1 */ 88 /** What is the smallest token index (indexing from 0) for this node 95 /** What is the largest token index (indexing from 0) for this node 113 // In case we don't have a token payload, what is the line for errors?
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRTree.h | 51 /** This node is what child index? 0..n-1 */ 88 /** What is the smallest token index (indexing from 0) for this node 95 /** What is the largest token index (indexing from 0) for this node 113 // In case we don't have a token payload, what is the line for errors?
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRTree.h | 57 /** This node is what child index? 0..n-1 */ 94 /** What is the smallest token index (indexing from 0) for this node 101 /** What is the largest token index (indexing from 0) for this node 119 // In case we don't have a token payload, what is the line for errors?
|
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
treewizard.py | 399 def find(self, tree, what): 402 what may either be an integer specifzing the token type to find or 407 if isinstance(what, (int, long)): 408 return self._findTokenType(tree, what) 410 elif isinstance(what, basestring): 411 return self._findPattern(tree, what) 414 raise TypeError("'what' must be string or integer") 456 def visit(self, tree, what, visitor): 457 """Visit every node in tree matching what, invoking the visitor. 459 If what is a string, it is parsed as a pattern and only matchin [all...] |
/external/bison/src/ |
tables.h | 39 YYRHS = vector of items of all rules. This is exactly what RITEMS 60 out what to do. 69 YYPGOTO[I] = the index in YYTABLE of the portion describing what to 84 I is outside the bounds of what is actually allocated, and the
|
/external/blktrace/ |
btrace.spec | 25 btrace can show detailed info about what is happening on a block
|
/external/bzip2/ |
words3 | 14 If you are (justifiably) paranoid and want to see what 'make install'
|
/external/chromium/base/ |
sys_string_conversions_unittest.cc | 33 // This is what XP does, but Vista has different behavior, so we don't bother 60 // This is what XP does, but Vista has different behavior, so we don't bother 108 // This is what XP does, but Vista has different behavior, so we don't bother 137 // This is what XP does, but Vista has different behavior, so we don't bother
|
/external/chromium/chrome/browser/chromeos/login/ |
screen_observer.h | 20 // login wizard decides what is the next view to show. There must be an
|
wizard_in_process_browser_test.cc | 39 // Observers and what not are notified after the views are deleted, which
|
/external/chromium/chrome/browser/instant/ |
instant_unload_handler.h | 26 // See class description for details on what this does.
|
/external/chromium/chrome/browser/net/websocket_experiment/ |
websocket_experiment_runner.h | 12 // For more detail what the experiment is, see websocket_experiment_task.h.
|
Completed in 1041 milliseconds
<<11121314151617181920>>