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

/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/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/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/third_party/libjingle/source/talk/xmpp/
H A Djid.cc44 Jid::Jid(bool is_special, const std::string & special) { argument
45 data_ = is_special ? new Data(special, STR_EMPTY, STR_EMPTY) : NULL;
/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/libppp/src/
H A Dchat.c143 int special, gotabort, gottimeout, needcr; local
173 special = 1;
174 while (special && (c->nargptr || c->arg < c->argc - 1)) {
227 * Now read our string. If it's not a special string, we unset
228 * ``special'' to break out of the loop.
272 special = 0;
276 if (special) {
/external/strace/
H A Dtime.c71 printtv_bitness(struct tcb *tcp, long addr, enum bitness_t bitness, int special) argument
89 if (special && tv.tv_sec == 0 &&
92 else if (special && tv.tv_sec == 0 &&
102 if (special && tv.tv_sec == 0 &&
105 else if (special && tv.tv_sec == 0 &&
H A Dfile.c2283 decode_utimes(struct tcb *tcp, int offset, int special) argument
2293 BITNESS_CURRENT, special);
2297 BITNESS_CURRENT, special);
/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.c47 static int special(const char *);
84 * pop a block handling special variables
284 if (special(n))
327 if (special(n))
341 /* special to dollar() */
1055 * handle special variables with side effects - PATH, SECONDS.
1058 /* Test if name is a special parameter */
1060 special(const char *name) function
1068 /* Make a variable non-special */
1088 switch ((st = special(v
[all...]
/external/valgrind/main/coregrind/
H A Dm_main.c1026 Char* special = " \\<>"; local
1029 if (VG_(strchr)(special, arg[i])) {
/external/kernel-headers/original/linux/
H A Dblkdev.h180 void *special; member in struct:request
223 __REQ_PC, /* packet command (special) */
/external/skia/src/gpu/
H A DGrContext.cpp160 // returns true if this is a "special" texture because of gpu NPOT limitations
314 bool special = gen_texture_key_values(fGpu, sampler, key, local
319 if (special) {
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
H A Dmootools-1.2.2-core-nc.js2556 var special = parsed[2] || false;
2564 special = 'index';
2566 switch (special){
2567 case 'n': parsed = {a: a, b: b, special: 'n'}; break;
2568 case 'odd': parsed = {a: 2, b: 0, special: 'n'}; break;
2569 case 'even': parsed = {a: 2, b: 1, special: 'n'}; break;
2570 case 'first': parsed = {a: 0, special: 'index'}; break;
2571 case 'last': parsed = {special: 'last-child'}; break;
2572 case 'only': parsed = {special: 'only-child'}; break;
2573 default: parsed = {a: (a - 1), special
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 364 milliseconds