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

/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/src/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/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/v8/src/
H A Dheap-profiler.h112 // These special cases are used in retainer profile.
123 explicit JSObjectsCluster(SpecialCase special) argument
124 : constructor_(FromSpecialCase(special)), instance_(NULL) {}
156 static String* FromSpecialCase(SpecialCase special) { argument
157 // We use symbols that are illegal JS identifiers to identify special cases.
159 switch (special) {
/external/mksh/src/
H A Dvar.c44 static int special(const char *);
87 * pop a block handling special variables
273 if (special(n))
318 if (special(n))
332 s = null; /* special to dollar() */
1067 * handle special variables with side effects - PATH, SECONDS.
1070 /* Test if name is a special parameter */
1072 special(const char *name) function
1080 /* Make a variable non-special */
1100 switch ((st = special(v
[all...]
/external/skia/gpu/src/
H A DGrContext.cpp214 bool special = finalizeTextureKey(key, sampler, false); local
215 if (special) {
/external/valgrind/main/coregrind/
H A Dm_main.c993 Char* special = " \\<>"; local
996 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/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...]

Completed in 339 milliseconds