HomeSort by relevance Sort by last modified time
    Searched refs:special (Results 51 - 75 of 258) sorted by null

1 23 4 5 6 7 8 91011

  /dalvik/vm/mterp/x86/
OP_DIV_LONG.S 2 %default {"routine":"__divdi3","special":"$0x80000000"}
45 movl $special,rIBASE
OP_DIV_LONG_2ADDR.S 2 %default {"routine":"__divdi3","special":"$0x80000000"}
46 movl $special,rIBASE
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
DFA.java 21 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
32 * Any state that has a semantic predicate edge is special; those states
47 protected short[] special; field in class:DFA
74 int specialState = special[s];
78 " state "+s+" is special state "+specialState);
83 " returns from special state "+specialState+" to "+s);
  /external/quake/quake/src/QW/
qwcl.spec.sh 38 to a special server.
qwsv.spec.sh 38 to a special server.
  /build/tools/droiddoc/templates-sdk/assets/scroller/
jquery.mousewheel.min.js 12 (function(a){function d(b){var c=b||window.event,d=[].slice.call(arguments,1),e=0,f=!0,g=0,h=0;return b=a.event.fix(c),b.type="mousewheel",c.wheelDelta&&(e=c.wheelDelta/120),c.detail&&(e=-c.detail/3),h=e,c.axis!==undefined&&c.axis===c.HORIZONTAL_AXIS&&(h=0,g=-1*e),c.wheelDeltaY!==undefined&&(h=c.wheelDeltaY/120),c.wheelDeltaX!==undefined&&(g=-1*c.wheelDeltaX/120),d.unshift(b,e,g,h),(a.event.dispatch||a.event.handle).apply(this,d)}var b=["DOMMouseScroll","mousewheel"];if(a.event.fixHooks)for(var c=b.length;c;)a.event.fixHooks[b[--c]]=a.event.mouseHooks;a.event.special.mousewheel={setup:function(){if(this.addEventListener)for(var a=b.length;a;)this.addEventListener(b[--a],d,!1);else this.onmousewheel=d},teardown:function(){if(this.removeEventListener)for(var a=b.length;a;)this.removeEventListener(b[--a],d,!1);else this.onmousewheel=null}},a.fn.extend({mousewheel:function(a){return a?this.bind("mousewheel",a):this.trigger("mousewheel")},unmousewheel:function(a){return this.unbind("mousewheel",a)}})})(jQuery)
  /external/v8/test/mjsunit/
fuzz-accessors.js 21 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
74 var special = specialObjects[j];
75 chain.__proto__ = special;
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3cyclicdfa.c 6 * Any state that has a semantic predicate edge is special; those states
38 // INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
91 /* Pick out any special state entry for this state
93 specialState = cdfa->special[s];
95 /* Transition the special state and consume an input token
190 /** Default special state implementation
198 /* Default special transition implementation
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
DFA.js 3 * Any state that has a semantic predicate edge is special; those states
29 specialState = this.special[s];
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
DFA.pm 33 has 'special' => (
72 my $special_state = $self->special->[$s];
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
interactive.rb 8 A special stream used in the <b>interactive mode</b> of the Main scripts. It
  /external/llvm/test/MC/MBlaze/
mblaze_special.s 3 # Test to ensure that all special instructions and special registers can be
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_elementgetelementsbytagnamespecialvalue.js 79 special value "*" to match all tags in the element
83 of the last employee by using the special value "*".
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_elementgetelementsbytagnamespecialvalue.js 79 special value "*" to match all tags in the element
83 of the last employee by using the special value "*".
  /device/samsung/toro/
BoardConfig.mk 31 # on toro boards we need to apply a special adaptive filter
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DFA.cs 25 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
43 * Any state that has a semantic predicate edge is special; those states
66 protected short[] special; field in class:Antlr.Runtime.DFA
94 int specialState = special[s];
98 " state " + s + " is special state " + specialState);
103 " returns from special state " + specialState + " to " + s);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DFA.cs 25 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
44 * Any state that has a semantic predicate edge is special; those states
61 protected short[] special; field in class:Antlr.Runtime.DFA
111 int specialState = special[s];
117 " state " + s + " is special state " + specialState );
123 " returns from special state " + specialState + " to " + s );
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/bin_search_tree_/
point_iterators.hpp 221 if (m_p_nd->special()&&
254 if (m_p_nd->special() && m_p_nd->m_p_parent->m_p_parent == m_p_nd)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/bin_search_tree_/
point_iterators.hpp 221 if (m_p_nd->special()&&
254 if (m_p_nd->special() && m_p_nd->m_p_parent->m_p_parent == m_p_nd)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/bin_search_tree_/
point_iterators.hpp 221 if (m_p_nd->special()&&
254 if (m_p_nd->special() && m_p_nd->m_p_parent->m_p_parent == m_p_nd)
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
point_iterators.hpp 221 if (m_p_nd->special()&&
254 if (m_p_nd->special() && m_p_nd->m_p_parent->m_p_parent == m_p_nd)
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
point_iterators.hpp 221 if (m_p_nd->special()&&
254 if (m_p_nd->special() && m_p_nd->m_p_parent->m_p_parent == m_p_nd)
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
point_iterators.hpp 221 if (m_p_nd->special()&&
254 if (m_p_nd->special() && m_p_nd->m_p_parent->m_p_parent == m_p_nd)
  /system/core/libpixelflinger/
Android.mk 42 # special optimization flags for pixelflinger
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/
Runtime.pm 91 special cases that are not (yet) handled, etc.

Completed in 4802 milliseconds

1 23 4 5 6 7 8 91011