Searched defs:special (Results 1 - 25 of 38) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRDFA.h39 const int *special; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRDFA.h39 const int *special; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRDFA.h39 const int *special; variable
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRDFA.h39 const int *special; variable
76 @property const int *special; variable
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3cyclicdfa.h82 const ANTLR3_INT32 * const special; member in struct:ANTLR3_CYCLIC_DFA_struct
/external/chromium_org/third_party/flot/
H A Djquery.flot.navigate.min.js86 */(function(e){function t(i){var l,h=this,p=i.data||{};if(p.elem)h=i.dragTarget=p.elem,i.dragProxy=a.proxy||h,i.cursorOffsetX=p.pageX-p.left,i.cursorOffsetY=p.pageY-p.top,i.offsetX=i.pageX-i.cursorOffsetX,i.offsetY=i.pageY-i.cursorOffsetY;else if(a.dragging||p.which>0&&i.which!=p.which||e(i.target).is(p.not))return;switch(i.type){case"mousedown":return e.extend(p,e(h).offset(),{elem:h,target:i.target,pageX:i.pageX,pageY:i.pageY}),o.add(document,"mousemove mouseup",t,p),s(h,!1),a.dragging=null,!1;case!a.dragging&&"mousemove":if(r(i.pageX-p.pageX)+r(i.pageY-p.pageY)<p.distance)break;i.target=p.target,l=n(i,"dragstart",h),l!==!1&&(a.dragging=h,a.proxy=i.dragProxy=e(l||h)[0]);case"mousemove":if(a.dragging){if(l=n(i,"drag",h),u.drop&&(u.drop.allowed=l!==!1,u.drop.handler(i)),l!==!1)break;i.type="mouseup"};case"mouseup":o.remove(document,"mousemove mouseup",t),a.dragging&&(u.drop&&u.drop.handler(i),n(i,"dragend",h)),s(h,!0),a.dragging=a.proxy=p.elem=!1}return!0}function n(t,n,r){t.type=n;var i=e.event.dispatch.call(r,t);return i===!1?!1:i||t.result}function r(e){return Math.pow(e,2)}function i(){return a.dragging===!1}function s(e,t){e&&(e.unselectable=t?"off":"on",e.onselectstart=function(){return t},e.style&&(e.style.MozUserSelect=t?"":"none"))}e.fn.drag=function(e,t,n){return t&&this.bind("dragstart",e),n&&this.bind("dragend",n),e?this.bind("drag",t?t:e):this.trigger("drag")};var o=e.event,u=o.special,a=u.drag={not:":input",distance:0,which:1,dragging:!1,setup:function(n){n=e.extend({distance:a.distance,which:a.which,not:a.not},n||{}),n.distance=r(n.distance),o.add(this,"mousedown",t,n),this.attachEvent&&this.attachEvent("ondragstart",i)},teardown:function(){o.remove(this,"mousedown",t),this===a.dragging&&(a.dragging=a.proxy=!1),s(this,!0),this.detachEvent&&this.detachEvent("ondragstart",i)}};u.dragstart=u.dragend={setup:function(){},teardown:function(){}}})(jQuery),function(e){function t(t){var n=t||window.event,r=[].slice.call(arguments,1),i=0,s=0,o=0,t=e.event.fix(n);return t.type="mousewheel",n.wheelDelta&&(i=n.wheelDelta/120),n.detail&&(i=-n.detail/3),o=i,void 0!==n.axis&&n.axis===n.HORIZONTAL_AXIS&&(o=0,s=-1*i),void 0!==n.wheelDeltaY&&(o=n.wheelDeltaY/120),void 0!==n.wheelDeltaX&&(s=-1*n.wheelDeltaX/120),r.unshift(t,i,s,o),(e.event.dispatch||e.event.handle).apply(this,r)}var n=["DOMMouseScroll","mousewheel"];if(e.event.fixHooks)for(var r=n.length;r;)e.event.fixHooks[n[--r]]=e.event.mouseHooks;e.event.special.mousewheel={setup:function(){if(this.addEventListener)for(var e=n.length;e;)this.addEventListener( (…)
/external/chromium_org/third_party/cython/src/Cython/Plex/
H A DTransitions.py15 of the special symbols BOL, EOL, EOF.
34 Mappings for the special events '', BOL, EOL, EOF are
39 special = None # Mapping for special events variable in class:TransitionMap
41 def __init__(self, map = None, special = None):
44 if not special:
45 special = {}
47 self.special = special
87 return self.special
[all...]
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
H A Dprvrsion.h75 PRBool special; /* true if this component is a special build */ member in struct:__anon14674
82 char * specialString; /* the special variant for this build */
/external/e2fsprogs/intl/
H A Dexplodename.c55 const char **normalized_codeset, const char **special,
66 *special = NULL;
138 /* Next is special application (CEN syntax). */
140 *special = ++cp;
52 _nl_explode_name(char *name, const char **language, const char **modifier, const char **territory, const char **codeset, const char **normalized_codeset, const char **special, const char **sponsor, const char **revision) argument
H A Dfinddomain.c59 const char *special; local
71 language[_territory][+audience][+special][,[sponsor][_revision]]
79 (3) special
138 &codeset, &normalized_codeset, &special,
145 codeset, normalized_codeset, modifier, special,
H A Dl10nflist.c174 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,
170 _nl_make_l10nflist(struct loaded_l10nfile **l10nfile_list, const char *dirlist, size_t dirlist_len, int mask, const char *language, const char *territory, const char *codeset, const char *normalized_codeset, const char *modifier, const char *special, const char *sponsor, const char *revision, const char *filename, int do_allocate) argument
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DDFA.cs44 * 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 );
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DDFA.java32 * 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/chromium_org/v8/src/
H A Dhydrogen-gvn.h18 // This class extends GVNFlagSet with additional "special" dynamic side effects,
20 // the GVNFlags of an HInstruction. These special side effects are tracked by a
34 bool ContainsSpecial(int special) const {
35 return (bits_ & MaskSpecial(special)) != 0;
39 void AddSpecial(int special) { bits_ |= MaskSpecial(special); } argument
48 uint64_t MaskSpecial(int special) const {
49 DCHECK(special >= 0);
50 DCHECK(special < kNumberOfSpecials);
52 special
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DDFA.cs43 * 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/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dbytecode.h165 * #YASM_BC_SPECIAL_NONE. Others cause special handling to kick in
179 } special; member in struct:yasm_bytecode_callback
/external/chromium_org/third_party/opus/src/src/
H A Dopus.c73 int special=0; local
102 /* Detect the special case where we clip before the first zero crossing */
103 special = (start==0 && x[i*C]*x[0]>=0);
113 if (special && peak_pos>=2)
/external/javassist/src/main/javassist/bytecode/analysis/
H A DType.java29 * 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) { argument
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...]
/external/libopus/src/
H A Dopus.c73 int special=0; local
102 /* Detect the special case where we clip before the first zero crossing */
103 special = (start==0 && x[i*C]*x[0]>=0);
113 if (special && peak_pos>=2)
/external/chromium_org/net/quic/test_tools/
H A Dcrypto_test_utils.cc589 const char* const special = tagstr + 1; local
590 if (strcmp(special, "padding") == 0) {
594 CHECK(false) << "Unknown special value: " << special;
/external/kernel-headers/original/uapi/linux/
H A Dscc.h149 io_port special; /* special function port */ member in struct:scc_hw_config
/external/strace/
H A Dtime.c62 printtv_bitness(struct tcb *tcp, long addr, enum bitness_t bitness, int special) argument
65 sprinttv(buf, tcp, addr, bitness, special);
70 sprinttv(char *buf, struct tcb *tcp, long addr, enum bitness_t bitness, int special) argument
90 if (special && tv.tv_sec == 0) {
104 if (special && tv.tv_sec == 0) {
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DDFA.java62 /** How many edges can each DFA state have before a "special" state
204 /** List of special DFAState objects */
206 /** List of ST for special states. */
213 public Vector special; field in class:DFA
328 public List getJavaCompressedSpecial() { return getRunLengthEncoding(special); }
399 special = new Vector(this.getNumberOfStates()); // Vector<short>
400 special.setSize(this.getNumberOfStates());
434 // can't compute min,max,special,transition on accepts
459 testEncodeDecode(special);
465 System.out.println("special
[all...]
/external/mksh/src/
H A Dvar.c50 static int special(const char *);
87 * pop a block handling special variables
290 if (special(n))
337 if (special(n))
351 /* special to dollar() */
1123 * handle special variables with side effects - PATH, SECONDS.
1126 /* Test if name is a special parameter */
1128 special(const char *name) function
1136 /* Make a variable non-special */
1157 switch ((st = special(v
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c1179 const boolean special = (reg->Register.Absolute || local
1190 if (special || !w_tested) {
1195 if (special) {

Completed in 4555 milliseconds

12