HomeSort by relevance Sort by last modified time
    Searched refs:alt (Results 101 - 125 of 283) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/ImageMagick/scripts/
txt2html 825 <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>
826 <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>
827 <td bgcolor="#003399" width="114" height="118" align="right"><img src="../images/sprite.png" width="114" height="118" alt="" /></td>
828 <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>
951 <a href="#top"><img src="../images/top.gif" border=0 width="35" height="46" align="right" alt="Top of page"></a>
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
Python.stg 628 alt<decisionNumber> = <maxAlt>
645 alt<decisionNumber> = <maxAlt>
684 alt<decisionNumber> = <maxAlt>
716 alt<decisionNumber> = <maxAlt>
738 altSwitchCase(altNum,alt) ::= <<
739 if alt<decisionNumber> == <altNum>:
741 <alt>
745 alt(elements,altNum,description,autoAST,outerAlt, treeLevel,rew) ::= <<
982 alt<decisionNumber> = <eotPredictsAlt>
1012 alt<decisionNumber> = <eotPredictsAlt> <! if no edges, don't gen ELSE !
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
htmllib.py 128 def handle_image(self, src, alt, *args):
131 The default implementation simply passes the alt value to the
135 self.handle_data(alt)
414 alt = '(image)'
422 if attrname == 'alt':
423 alt = value
434 self.handle_image(src, alt, ismap, align, width, height)
  /prebuilts/gdb/linux-x86/lib/python2.7/
htmllib.py 128 def handle_image(self, src, alt, *args):
131 The default implementation simply passes the alt value to the
135 self.handle_data(alt)
414 alt = '(image)'
422 if attrname == 'alt':
423 alt = value
434 self.handle_image(src, alt, ismap, align, width, height)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
htmllib.py 128 def handle_image(self, src, alt, *args):
131 The default implementation simply passes the alt value to the
135 self.handle_data(alt)
414 alt = '(image)'
422 if attrname == 'alt':
423 alt = value
434 self.handle_image(src, alt, ismap, align, width, height)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
htmllib.py 128 def handle_image(self, src, alt, *args):
131 The default implementation simply passes the alt value to the
135 self.handle_data(alt)
414 alt = '(image)'
422 if attrname == 'alt':
423 alt = value
434 self.handle_image(src, alt, ismap, align, width, height)
  /external/icu/icu4c/source/test/intltest/
ssearch.cpp 192 const UnicodeString *alt = testCase->getAttribute("alternate_handling"); local
193 TEST_ASSERT (alt == NULL || *alt == "SHIFTED" || *alt == "NON_IGNORABLE");
194 if (alt != NULL && *alt == "SHIFTED") {
1100 UnicodeString alt; local
    [all...]
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestTreeNodeStream.java 339 Tree alt = nodes[5]; local
349 block.addChild(alt);
350 alt.addChild(s);
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
jsilver.sablecc 99 {command} alt = 'alt';
308 | {alt} cs_open alt command_delimiter expression cs_close
310 [i1]:cs_open slash [i3]:alt [i2]:cs_close
311 // <?cs alt:some.thing ?>...<?cs /alt ?>
312 {->New command.alt(
660 | {alt} position expression command // alt:x statemen
    [all...]
  /external/libopus/doc/
customdoxygen.css 584 .directory-alt {
589 .directory-alt h3 {
595 .directory-alt > h3 {
599 .directory-alt p {
604 .directory-alt div {
609 .directory-alt img {
  /ndk/docs/Additional_library_docs/renderscript/
doxygen.css 574 .directory-alt {
579 .directory-alt h3 {
585 .directory-alt > h3 {
589 .directory-alt p {
594 .directory-alt div {
599 .directory-alt img {
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
CSharp2.stg 742 int alt<decisionNumber>=<maxAlt>;
751 switch (alt<decisionNumber>)
762 int alt<decisionNumber>=<maxAlt>;
769 switch (alt<decisionNumber>)
803 int alt<decisionNumber>=<maxAlt>;
809 switch (alt<decisionNumber>)
841 int alt<decisionNumber>=<maxAlt>;
847 switch ( alt<decisionNumber> )
875 altSwitchCase(altNum,alt) ::= <<
879 <alt>
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
CSharp3.stg 718 int alt<decisionNumber>=<maxAlt>;
727 switch (alt<decisionNumber>)
738 int alt<decisionNumber>=<maxAlt>;
745 switch (alt<decisionNumber>)
779 int alt<decisionNumber>=<maxAlt>;
785 switch (alt<decisionNumber>)
817 int alt<decisionNumber>=<maxAlt>;
823 switch ( alt<decisionNumber> )
851 altSwitchCase(altNum,alt) ::= <<
855 <alt>
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
ObjC.stg 1033 NSInteger alt<decisionNumber>=<maxAlt>;
1039 switch (alt<decisionNumber>) {
    [all...]
  /device/google/contexthub/sensorhal/
hubconnection.h 116 uint8_t alt; member in struct:android::HubConnection::SensorState
  /external/libvncserver/webclients/novnc/include/
keyboard.js 69 var alt = 0xffe9;
76 // on Mac, Option (AKA Alt) is used as a char modifier
77 charModifier = [alt];
80 // on Windows, Ctrl+Alt is used as a char modifier
81 charModifier = [alt, ctrl];
94 state[alt] = false;
109 if (evt.altKey !== undefined && evt.altKey !== state[alt] && keysym !== alt) {
110 state[alt] = evt.altKey;
111 result.push(syncKey(alt));
    [all...]
  /external/markdown/markdown/
inlinepatterns.py 83 IMAGE_REFERENCE_RE = r'\!' + BRK + '\s*\[([^\]]*)\]' # ![alt text][2]
295 el.set('alt', truealt)
333 el.set("alt", text)
  /external/opencv3/modules/ml/src/
kdtree.cpp 367 int alt;
371 alt = n.right;
376 alt = n.left;
388 pqueue[qsize] = PQueueElem(d, alt);
  /prebuilts/gdb/darwin-x86/lib/python2.7/curses/
ascii.py 83 def alt(c): function
  /prebuilts/gdb/linux-x86/lib/python2.7/curses/
ascii.py 83 def alt(c): function
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
ascii.py 83 def alt(c): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
ascii.py 83 def alt(c): function
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DebugEventHub.cs 86 public virtual void EnterAlt(int alt) {
89 listener.EnterAlt(alt);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugEventHub.cs 95 public virtual void EnterAlt( int alt )
100 listener.EnterAlt( alt );
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
DebugEventHub.java 84 public void enterAlt(int alt) {
87 listener.enterAlt(alt);

Completed in 3109 milliseconds

1 2 3 45 6 7 8 91011>>