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

1 23 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
scc.h 114 long spints; /* Special receiver interrupts */
149 io_port special; /* special function port */ member in struct:scc_hw_config
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
dfa.rb 26 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
49 generate a special DFA class definition to implement a decision.
65 +SPECIAL+, +ACCEPT+, and +TRANSITION+. The parameters that characterize state
81 SPECIAL[s]::
83 algorithm must defer to a special code block
85 by the special state code to determine the next
105 :accept, :special, :transition, :special_block
109 :accept, :special, :transition
146 accept = nil, special = nil,
155 @special = special || self.class::SPECIAL #.specia
    [all...]
  /external/libffi/testsuite/
Makefile.am 70 libffi.special/ffitestcxx.h libffi.special/special.exp \
71 libffi.special/unwindtest.cc libffi.special/unwindtest_ffi_call.cc
  /external/e2fsprogs/intl/
l10nflist.c 174 const char *modifier, const char *special,
204 ? strlen (special) + 1 : 0)
253 cp = stpcpy (cp, special);
349 normalized_codeset, modifier, special,
356 normalized_codeset, modifier, special,
  /external/javassist/src/main/javassist/bytecode/analysis/
Type.java 29 * a JVM type not only includes all normal Java types, but also a few special types
31 * more info on these special types.
33 * All primitive and special types reuse the same instance, so identity comparison can
44 private final boolean special; field in class:Type
142 private Type(CtClass clazz, boolean special) {
144 this.special = special;
163 * Returns the class this type represents. If the type is special, null will be returned.
165 * @return the class for this type, or null if special
174 * @return true if a java reference, false if a primitive or special
    [all...]
  /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.
  /ndk/build/core/
clear-vars.mk 21 # Note: As a special exception, we don't want to clear LOCAL_PATH
  /build/tools/droiddoc/templates-ds/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/qemu/distrib/sdl-1.2.15/acinclude/
alsa.m4 40 dnl Add any special include directories
48 dnl add any special lib dirs
  /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 "*".
  /development/samples/Support7Demos/
Android.mk 18 # We need to add some special AAPT flags to generate R classes
  /device/samsung/toro/
BoardConfig.mk 34 # on toro boards we need to apply a special adaptive filter
  /device/samsung/toroplus/
BoardConfig.mk 31 # on toroplus 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);

Completed in 529 milliseconds

1 23 4 5 6 7 8 91011>>