/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLImageElement.cpp | 131 // lets figure out the alt text.. magic stuff 134 String alt = getAttribute(altAttr); local 136 if (alt.isNull()) 137 alt = getAttribute(titleAttr); 138 return alt; 170 // image height and width for the alt text instead. 280 const AtomicString& HTMLImageElement::alt() const function in class:WebCore::HTMLImageElement
|
HTMLImageElement.h | 61 const AtomicString& alt() const;
|
/external/valgrind/main/coregrind/ |
m_debuglog.c | 543 HChar* alt; local 547 case '&': alt = "&"; break; 548 case '<': alt = "<"; break; 549 case '>': alt = ">"; break; 550 default: alt = NULL; 553 if (alt) { 554 while (*alt) { 555 send(*alt, send_arg2); 557 alt++;
|
/build/tools/droiddoc/templates-ds/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...] |
/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/eigen/doc/ |
eigendoxy.css | 552 .directory-alt { 557 .directory-alt h3 { 563 .directory-alt > h3 { 567 .directory-alt p { 572 .directory-alt div { 577 .directory-alt img { 798 table.manual td.alt, table.manual tr.alt, table.manual-vl td.alt, table.manual-vl tr.alt { [all...] |
/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/BlocksRuntime/tests/ |
makefile | 46 ALTUSRLOCALLIBSYSTEM ?= $(RootsDirectory)/alt-usr-local-lib-system/
|
/external/libppp/src/ |
datalink.h | 95 char *alt; /* Alternate (after fail) phone from the list */ member in struct:datalink::__anon22804
|
/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);
|
/external/chromium_org/ui/base/test/ |
ui_controls_internal_win.cc | 178 bool alt, 222 if (alt) { 236 if (alt) {
|
/external/smack/src/org/jivesoftware/smackx/ |
XHTMLText.java | 217 * @param alt the text to show if you don't show the picture 222 public void appendImageTag(String align, String alt, String height, String src, String width) { 229 if (alt != null) { 230 sb.append(" alt=\""); 231 sb.append(alt);
|
/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/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/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))
|