/build/tools/droiddoc/templates-pdk/assets/ |
android-developer-docs.css | 1321 tr.alt-color { 1340 table.download tr.alt-color { 1373 /* 240px alt */ 1374 .g-tpl-240-alt .g-unit, 1375 .g-unit .g-tpl-240-alt .g-unit, 1376 .g-unit .g-unit .g-tpl-240-alt .g-unit { 1382 .g-unit .g-unit .g-tpl-240-alt .g-first, 1383 .g-unit .g-tpl-240-alt .g-first, 1384 .g-tpl-240-alt .g-first { 1408 /* 200px alt */ [all...] |
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
DebugEventRepeater.cs | 62 public virtual void EnterAlt(int alt) { 63 _listener.EnterAlt(alt);
|
BlankDebugEventListener.cs | 59 public virtual void EnterAlt(int alt) {
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
DebugEventRepeater.cs | 68 public virtual void EnterAlt( int alt ) 70 _listener.EnterAlt( alt );
|
BlankDebugEventListener.cs | 65 public virtual void EnterAlt( int alt )
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
DecisionProbe.java | 98 /** Track the predicates for each alt per DFA state; 99 * more than one DFA state might have syntactically ambig alt prediction. 100 * Maps DFA state to another map, mapping alt number to a 108 * whole alt uncovered. This maps DFA state to the set of alts 121 /** If decision with > 1 alt has recursion in > 1 alt, it's (likely) nonregular 225 /** Found recursion in > 1 alt */ 282 * that for this DFA state, that alt is disabled. There may be other 283 * accept states for that alt that make an alt reachable [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
GrammarSerializerFoo.java | 42 * alt ::= A<elems>; 122 public void alt(GrammarAST alt) { method in class:GrammarSerializerFoo
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRDebugEventListener.h | 36 * which alt is predicted. This is fired AFTER init actions have been 42 * know which alt you are entering. This is 1..n for n alts. 44 - (void) enterAlt:(NSInteger)alt; 127 * If no viable alt occurs it is within an enter/exit decision, which 147 * The sequence for this rule (with no viable alt in the subrule) for
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRDebugEventListener.h | 36 * which alt is predicted. This is fired AFTER init actions have been 42 * know which alt you are entering. This is 1..n for n alts. 44 - (void) enterAlt:(NSInteger)alt; 127 * If no viable alt occurs it is within an enter/exit decision, which 147 * The sequence for this rule (with no viable alt in the subrule) for
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRDebugEventListener.h | 36 * which alt is predicted. This is fired AFTER init actions have been 42 * know which alt you are entering. This is 1..n for n alts. 44 - (void) enterAlt:(NSInteger)alt; 127 * If no viable alt occurs it is within an enter/exit decision, which 147 * The sequence for this rule (with no viable alt in the subrule) for
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRDebugEventListener.h | 36 * which alt is predicted. This is fired AFTER init actions have been 42 * know which alt you are entering. This is 1..n for n alts. 44 - (void) enterAlt:(NSInteger)alt; 127 * If no viable alt occurs it is within an enter/exit decision, which 147 * The sequence for this rule (with no viable alt in the subrule) for
|
/external/compiler-rt/test/BlocksRuntime/ |
makefile | 46 ALTUSRLOCALLIBSYSTEM ?= $(RootsDirectory)/alt-usr-local-lib-system/
|
/external/libmpeg2/common/arm/ |
ideint_cac_a9.s | 83 @ Calculate row based adj and alt values 145 @ Compute alt 154 @ Calculate column based adj and alt values 197 @ d21 now contains 2 alt values
|
/frameworks/base/media/java/android/media/ |
TimedText.java | 333 * The "alt" string for user display 343 * @param alt the "alt" string for display. 345 public HyperText(int startChar, int endChar, String url, String alt) { 349 this.altString = alt; 660 byte[] alt = parcel.createByteArray(); 661 final String altString = new String(alt, 0, len);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
printf.h | 43 unsigned int alt:1; /* # flag. */ member in struct:printf_info
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
printf.h | 43 unsigned int alt:1; /* # flag. */ member in struct:printf_info
|
/device/google/contexthub/sensorhal/ |
hubconnection.cpp | 147 mSensorState[COMMS_SENSOR_GYRO].alt = COMMS_SENSOR_GYRO_UNCALIBRATED; 149 mSensorState[COMMS_SENSOR_GYRO_UNCALIBRATED].alt = COMMS_SENSOR_GYRO; 151 mSensorState[COMMS_SENSOR_MAG].alt = COMMS_SENSOR_MAG_UNCALIBRATED; 153 mSensorState[COMMS_SENSOR_MAG_UNCALIBRATED].alt = COMMS_SENSOR_MAG; 1135 uint8_t alt = mSensorState[handle].alt; local [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/ |
CPP.stg | 564 decision_type alt<decisionNumber>=<maxAlt>; 570 switch (alt<decisionNumber>) { 579 decision_type alt<decisionNumber>=<maxAlt>; 584 switch (alt<decisionNumber>) { 613 decision_type alt<decisionNumber>=<maxAlt>; 617 switch (alt<decisionNumber>) { 640 decision_type alt<decisionNumber>=<maxAlt>; 644 switch (alt<decisionNumber>) { 675 alt(elements,altNum,description,autoAST,outerAlt) ::= << 676 // alt <fileName>:<description [all...] |
/external/ImageMagick/scripts/ |
format_c_api_docs | 265 <td bgcolor="#003399" width="25%" height="118" background="../../images/background.gif"><a href="http://www.imagemagick.org/"><img src="../../images/script.gif" width="278" height="118" border="0" alt="" /></a></td> 266 <td bgcolor="#003399" width="60%" height="118" background="../../images/background.gif"><a href="http://www.networkeleven.com/direct.php?magick_all"><img src="../../images/promote.png" border="0" width="186" height="52" vspace="29" alt="Powered by NetworkEleven" /></a></td> 267 <td bgcolor="#003399" width="114" height="118" align="right"><img src="../../images/sprite.png" width="114" height="118" alt="" /></td> 268 <td bgcolor="#003399" width="114" height="118" align="right"><a href="http://www.imagemagick.net"><img src="../../images/logo.png" width="114" height="118" border="0" alt="ImageMagick logo" /></a></td> 287 <a href="#top"><img src="../../../images/top.gif" border=0 width="35" height="46" align="right" alt="Top of page"></a>
|
/external/doclava/res/assets/templates/assets/ |
doclava-developer-docs.css | 971 tr.alt-color { 990 table.download tr.alt-color { 1023 /* 240px alt */ 1024 .g-tpl-240-alt .g-unit, 1025 .g-unit .g-tpl-240-alt .g-unit, 1026 .g-unit .g-unit .g-tpl-240-alt .g-unit { 1032 .g-unit .g-unit .g-tpl-240-alt .g-first, 1033 .g-unit .g-tpl-240-alt .g-first, 1034 .g-tpl-240-alt .g-first { 1058 /* 180px alt */ [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_wsgiref.py | 146 def checkDefault(self, key, value, alt=None): 156 env = {key:alt} 158 self.assertTrue(env[key] is alt) 280 for alt in hop, hop.title(), hop.upper(), hop.lower(): 281 self.assertTrue(util.is_hop_by_hop(alt)) 287 for alt in hop, hop.title(), hop.upper(), hop.lower(): 288 self.assertFalse(util.is_hop_by_hop(alt))
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_wsgiref.py | 146 def checkDefault(self, key, value, alt=None): 156 env = {key:alt} 158 self.assertTrue(env[key] is alt) 280 for alt in hop, hop.title(), hop.upper(), hop.lower(): 281 self.assertTrue(util.is_hop_by_hop(alt)) 287 for alt in hop, hop.title(), hop.upper(), hop.lower(): 288 self.assertFalse(util.is_hop_by_hop(alt))
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_wsgiref.py | 146 def checkDefault(self, key, value, alt=None): 156 env = {key:alt} 158 self.assertTrue(env[key] is alt) 280 for alt in hop, hop.title(), hop.upper(), hop.lower(): 281 self.assertTrue(util.is_hop_by_hop(alt)) 287 for alt in hop, hop.title(), hop.upper(), hop.lower(): 288 self.assertFalse(util.is_hop_by_hop(alt))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_wsgiref.py | 146 def checkDefault(self, key, value, alt=None): 156 env = {key:alt} 158 self.assertTrue(env[key] is alt) 280 for alt in hop, hop.title(), hop.upper(), hop.lower(): 281 self.assertTrue(util.is_hop_by_hop(alt)) 287 for alt in hop, hop.title(), hop.upper(), hop.lower(): 288 self.assertFalse(util.is_hop_by_hop(alt))
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/ |
Java.stg | 548 int alt<decisionNumber>=<maxAlt>; 554 switch (alt<decisionNumber>) { 563 int alt<decisionNumber>=<maxAlt>; 568 switch (alt<decisionNumber>) { 598 int alt<decisionNumber>=<maxAlt>; 602 switch (alt<decisionNumber>) { 626 int alt<decisionNumber>=<maxAlt>; 630 switch (alt<decisionNumber>) { 652 altSwitchCase(altNum,alt) ::= << 655 <alt> [all...] |