/external/elfutils/src/tests/ |
D | run-readelf-line.sh | 66 [ 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 …]
|
D | run-readelf-zdebug.sh | 389 [ 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/v8/src/ |
D | hydrogen-gvn.h | 34 bool ContainsSpecial(int special) const { in ContainsSpecial() argument 35 return (bits_ & MaskSpecial(special)) != 0; in ContainsSpecial() 39 void AddSpecial(int special) { bits_ |= MaskSpecial(special); } in AddSpecial() argument 48 uint64_t MaskSpecial(int special) const { in MaskSpecial() argument 49 DCHECK(special >= 0); in MaskSpecial() 50 DCHECK(special < kNumberOfSpecials); in MaskSpecial() 52 special + kNumberOfFlags); in MaskSpecial()
|
/external/bison/m4/ |
D | vasnprintf.m4 | 92 [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/ |
D | LuhnVerification.java | 5 boolean special = false; in checkNumber() 10 if (special) { in checkNumber() 16 special = !special; in checkNumber()
|
/external/strace/ |
D | utimes.c | 4 decode_utimes(struct tcb *tcp, int offset, int special) in decode_utimes() argument 14 BITNESS_CURRENT, special); in decode_utimes() 18 BITNESS_CURRENT, special); in decode_utimes()
|
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
D | dfa.py | 49 eot, eof, min, max, accept, special, transition argument 60 self.special = special 77 specialState = self.special[s]
|
/external/llvm/lib/Target/ |
D | LLVMBuild.txt | 21 ; This is a special group whose required libraries are extended (by llvm-build) 29 ; This is a special group whose required libraries are extended (by llvm-build) 36 ; This is a special group whose required libraries are extended (by llvm-build) 50 ; 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/ |
D | XMLRecordWriter.java | 124 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/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
D | DFA.as | 5 * 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/ |
D | perltest.txt | 23 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/ |
D | explodename.c | 55 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()
|
D | finddomain.c | 59 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()
|
D | l10nflist.c | 174 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()
|
D | loadinfo.h | 106 const char *modifier, const char *special, 137 const char **special, const char **sponsor,
|
/external/pcre/dist/testdata/ |
D | testinput8 | 1167 (?: \\ [^\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 …]
|
D | testinput1 | 683 (?: \\ [^\x80-\xff] [^\\\x80-\xff\n\015()] * )* # (special normal*)* 685 ) # special 699 (?: \\ [^\x80-\xff] [^\\\x80-\xff\n\015"] * )* # ( special normal* )* 711 (?: \\ [^\x80-\xff] [^\\\x80-\xff\n\015()] * )* # (special normal*)* 713 ) # special 728 (?: \\ [^\x80-\xff] [^\\\x80-\xff\n\015()] * )* # (special normal*)* 730 ) # special 742 (?: \\ [^\x80-\xff] [^\\\x80-\xff\n\015"] * )* # ( special normal* )* 754 (?: \\ [^\x80-\xff] [^\\\x80-\xff\n\015()] * )* # (special normal*)* 756 ) # special [all …]
|
/external/clang/docs/ |
D | SanitizerSpecialCaseList.rst | 2 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/ |
D | fuzz-accessors.js | 74 var special = specialObjects[j]; 75 chain.__proto__ = special;
|
/external/valgrind/none/tests/ppc64/ |
D | lsw.stdout.exp | 1 ------ lswi n == 8 (fe special cased) ------ 46 ------ stswi n == 8 (fe special cased) ------
|
/external/valgrind/none/tests/ppc32/ |
D | lsw.stdout.exp | 1 ------ 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/ |
D | CompositeFormat.java | 149 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/ |
D | ax_pthread.m4 | 13 # 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/ |
D | Type.java | 44 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/ |
D | expect | 1 debugfs create special files 55 Inode: 15 Type: block special Mode: 0000 Flags: 0x0 67 Inode: 16 Type: character special Mode: 0000 Flags: 0x0
|