Home
last modified time | relevance | path

Searched refs:special (Results 1 – 25 of 1259) sorted by relevance

12345678910>>...51

/external/elfutils/tests/
Drun-readelf-line.sh66 [ 3f] special opcode 159: address+10 = 0x80482fa <main+0xa>, line+1 = 17
67 [ 40] special opcode 117: address+7 = 0x8048301 <main+0x11>, line+1 = 18
69 [ 43] special opcode 200: address+13 = 0x804830e <main+0x1e>, line+0 = 9
70 [ 44] special opcode 48: address+2 = 0x8048310 <main+0x20>, line+2 = 11
71 [ 45] special opcode 58: address+3 = 0x8048313 <main+0x23>, line-2 = 9
72 [ 46] special opcode 48: address+2 = 0x8048315 <main+0x25>, line+2 = 11
73 [ 47] special opcode 44: address+2 = 0x8048317 <main+0x27>, line-2 = 9
75 [ 4a] special opcode 46: address+2 = 0x8048319 <main+0x29>, line+0 = 22
77 [ 4d] special opcode 60: address+3 = 0x804831c <main+0x2c>, line+0 = 9
79 [ 50] special opcode 60: address+3 = 0x804831f <main+0x2f>, line+0 = 21
[all …]
Drun-readelf-zdebug.sh389 [ 3d] special opcode 22: address+0 = 0x4003c0, line+4 = 5
390 [ 3e] special opcode 20: address+0 = 0x4003c0, line+2 = 7
391 [ 3f] special opcode 104: address+6 = 0x4003c6, line+2 = 9
392 [ 40] special opcode 77: address+4 = 0x4003ca, line+3 = 12
393 [ 41] special opcode 62: address+3 = 0x4003cd, line+2 = 14
394 [ 42] special opcode 86: address+5 = 0x4003d2, line-2 = 12
395 [ 43] special opcode 76: address+4 = 0x4003d6, line+2 = 14
396 [ 44] special opcode 47: address+2 = 0x4003d8, line+1 = 15
/external/chromium-trace/catapult/third_party/coverage/coverage/htmlfiles/
Djquery.hotkeys.js52 var special = event.type !== "keypress" && jQuery.hotkeys.specialKeys[ event.which ],
57 if ( event.altKey && special !== "alt" ) {
61 if ( event.ctrlKey && special !== "ctrl" ) {
66 if ( event.metaKey && !event.ctrlKey && special !== "meta" ) {
70 if ( event.shiftKey && special !== "shift" ) {
74 if ( special ) {
75 possible[ modif + special ] = true;
96 jQuery.event.special[ this ] = { add: keyHandler };
/external/v8/src/crankshaft/
Dhydrogen-gvn.h33 bool ContainsSpecial(int special) const { in ContainsSpecial() argument
34 return (bits_ & MaskSpecial(special)) != 0; in ContainsSpecial()
38 void AddSpecial(int special) { bits_ |= MaskSpecial(special); } in AddSpecial() argument
47 uint64_t MaskSpecial(int special) const { in MaskSpecial() argument
48 DCHECK(special >= 0); in MaskSpecial()
49 DCHECK(special < kNumberOfSpecials); in MaskSpecial()
51 special + kNumberOfFlags); in MaskSpecial()
/external/bison/m4/
Dvasnprintf.m492 [Define if the vasnprintf implementation needs special code for
108 [Define if the vasnprintf implementation needs special code for
129 [Define if the vasnprintf implementation needs special code for
146 [Define if the vasnprintf implementation needs special code for
162 [Define if the vasnprintf implementation needs special code for
177 [Define if the vasnprintf implementation needs special code for
192 [Define if the vasnprintf implementation needs special code for the
207 [Define if the vasnprintf implementation needs special code for the
222 [Define if the vasnprintf implementation needs special code for the
237 [Define if the vasnprintf implementation needs special code for
[all …]
/external/jsr305/sampleUses/src/main/java/
DLuhnVerification.java5 boolean special = false; in checkNumber()
10 if (special) { in checkNumber()
16 special = !special; in checkNumber()
/external/antlr/antlr-3.4/runtime/Python/antlr3/
Ddfa.py49 eot, eof, min, max, accept, special, transition argument
60 self.special = special
77 specialState = self.special[s]
/external/llvm/lib/Target/
DLLVMBuild.txt39 ; This is a special group whose required libraries are extended (by llvm-build)
47 ; This is a special group whose required libraries are extended (by llvm-build)
54 ; This is a special group whose required libraries are extended (by llvm-build)
68 ; This is a special group whose required libraries are extended (by llvm-build)
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/
DXMLRecordWriter.java124 boolean special = false; in normalize()
135 special = false; in normalize()
139 special = c == '<' || c == '&'; in normalize()
140 if (special && sb == null) { in normalize()
145 if (special) { in normalize()
/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/impl/
DXMLRecordWriter.java128 boolean special = false; in normalize()
139 special = false; in normalize()
143 special = c == '<' || c == '&'; in normalize()
144 if (special && sb == null) { in normalize()
149 if (special) { in normalize()
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DDFA.as5 * Any state that has a semantic predicate edge is special; those states
20 protected var special:Array; // short[]
33 eot:Array, eof:Array, min:Array, max:Array, accept:Array, special:Array, transition:Array,
44 this.special = special;
72 var specialState:int = special[s];
76 " state "+s+" is special state "+specialState);
81 " returns from special state "+specialState+" to "+s);
/external/pcre/dist/doc/
Dperltest.txt23 perltest as well as for pcretest. The special upper case pattern modifiers such
24 as /A that pcretest recognizes, and its special data line escapes, are not used
28 The perltest.pl script can also test UTF-8 features. It recognizes the special
36 they make use of the special upper case modifiers and escapes that pcretest
/external/e2fsprogs/intl/
Dexplodename.c55 const char **normalized_codeset, const char **special, in _nl_explode_name() argument
66 *special = NULL; in _nl_explode_name()
140 *special = ++cp; in _nl_explode_name()
Dfinddomain.c59 const char *special; in _nl_find_domain() local
138 &codeset, &normalized_codeset, &special, in _nl_find_domain()
145 codeset, normalized_codeset, modifier, special, in _nl_find_domain()
Dl10nflist.c174 const char *modifier, const char *special, in _nl_make_l10nflist() argument
204 ? strlen (special) + 1 : 0) in _nl_make_l10nflist()
253 cp = stpcpy (cp, special); in _nl_make_l10nflist()
349 normalized_codeset, modifier, special, in _nl_make_l10nflist()
356 normalized_codeset, modifier, special, in _nl_make_l10nflist()
Dloadinfo.h106 const char *modifier, const char *special,
137 const char **special, const char **sponsor,
/external/pcre/dist/testdata/
Dtestinput81167 (?: \\ [^\x80-\xff] [^\\\x80-\xff\n\015()] * )* # (special normal*)*
1169 ) # special
1183 (?: \\ [^\x80-\xff] [^\\\x80-\xff\n\015"] * )* # ( special normal* )*
1195 (?: \\ [^\x80-\xff] [^\\\x80-\xff\n\015()] * )* # (special normal*)*
1197 ) # special
1212 (?: \\ [^\x80-\xff] [^\\\x80-\xff\n\015()] * )* # (special normal*)*
1214 ) # special
1226 (?: \\ [^\x80-\xff] [^\\\x80-\xff\n\015"] * )* # ( special normal* )*
1238 (?: \\ [^\x80-\xff] [^\\\x80-\xff\n\015()] * )* # (special normal*)*
1240 ) # special
[all …]
/external/clang/docs/
DSanitizerSpecialCaseList.rst2 Sanitizer special case list
12 sanitizer tools for certain source-level entities by providing a special
60 source files and functions to special case list. Some sanitizer tools may
79 src:/special/path/*=special_sources
/external/v8/test/mjsunit/
Dfuzz-accessors.js74 var special = specialObjects[j];
75 chain.__proto__ = special;
/external/valgrind/none/tests/ppc32/
Dlsw.stdout.exp1 ------ lswi n == 8 (fe special cased) ------
46 ------ stswi n == 8 (fe special cased) ------
/external/valgrind/none/tests/ppc64/
Dlsw.stdout.exp1 ------ lswi n == 8 (fe special cased) ------
46 ------ stswi n == 8 (fe special cased) ------
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
DCompositeFormat.java149 final double[] special = { in parseNumber() local
152 for (int i = 0; i < special.length; ++i) { in parseNumber()
153 number = parseNumber(source, special[i], pos); in parseNumber()
/external/google-breakpad/m4/
Dax_pthread.m413 # flags, and the PTHREAD_CFLAGS output variable to any special C compiler
17 # Also sets PTHREAD_CC to any special C compiler that is needed for
19 # is necessary on AIX to use the special cc_r compiler alias.)
65 # As a special exception, the respective Autoconf Macro's copyright owner
73 # This special exception to the GPL applies to versions of the Autoconf
75 # modified version of the Autoconf Macro, you may extend this special
88 # requires special compiler flags (e.g. on True64 or Sequent).
194 # need a special flag -Kthread to make this header compile.)
246 AC_MSG_CHECKING([if more special flags are required for pthreads])
/external/javassist/src/main/javassist/bytecode/analysis/
DType.java44 private final boolean special; field in Type
142 private Type(CtClass clazz, boolean special) { in Type() argument
144 this.special = special; in Type()
177 return !special && (clazz == null || !clazz.isPrimitive()); in isReference()
187 return special; in isSpecial()
/external/e2fsprogs/tests/d_special_files/
Dexpect1 debugfs create special files
55 Inode: 15 Type: block special Mode: 0000 Flags: 0x0
67 Inode: 16 Type: character special Mode: 0000 Flags: 0x0

12345678910>>...51