/external/skia/tests/ |
D | DeviceTest.cpp | 47 sk_sp<SkSpecialImage> special = DeviceTestingAccess::MakeSpecial(bmDev.get(), bm); 48 SkASSERT(!special->isTextureBacked()); 49 SkASSERT(kWidth == special->width()); 50 SkASSERT(kHeight == special->height()); 51 SkASSERT(bm.getGenerationID() == special->uniqueID()); 52 SkASSERT(SkIRect::MakeWH(kWidth, kHeight) == special->subset()); 56 special = DeviceTestingAccess::MakeSpecial(bmDev.get(), image.get()); 57 SkASSERT(!special->isTextureBacked()); 58 SkASSERT(kWidth == special->width()); 59 SkASSERT(kHeight == special->height()); [all …]
|
/external/elfutils/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/crankshaft/ |
D | hydrogen-gvn.h | 33 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/ |
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/swiftshader/third_party/LLVM/include/llvm/ |
D | IntrinsicsCellSPU.td | 118 def int_spu_si_mpy : // This is special: 122 def int_spu_si_mpyu : // This is special: 126 def int_spu_si_mpyi : // This is special: 130 def int_spu_si_mpyui : // This is special: 134 def int_spu_si_mpya : // This is special: 138 def int_spu_si_mpyh : // This is special: 142 def int_spu_si_mpys : // This is special: 146 def int_spu_si_mpyhh : // This is special: 150 def int_spu_si_mpyhha : // This is special: 154 def int_spu_si_mpyhhu : // This is special: [all …]
|
/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 | 39 ; 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/pcre/dist2/src/ |
D | pcre2_substitute.c | 418 uint32_t special = 0; in pcre2_substitute() local 502 special = *(++ptr); in pcre2_substitute() 503 if (special != CHAR_PLUS && special != CHAR_MINUS) in pcre2_substitute() 510 rc = find_text_end(code, &ptr, repend, special == CHAR_MINUS); in pcre2_substitute() 514 if (special == CHAR_PLUS && *ptr == CHAR_COLON) in pcre2_substitute() 612 if (special == 0) /* Plain substitution */ in pcre2_substitute() 623 if (special != 0) in pcre2_substitute() 625 if (special == CHAR_MINUS) in pcre2_substitute()
|
/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/icu/android_icu4j/src/main/java/android/icu/impl/duration/impl/ |
D | XMLRecordWriter.java | 138 boolean special = false; in normalize() 149 special = false; in normalize() 153 special = c == '<' || c == '&'; in normalize() 154 if (special && sb == null) { in normalize() 159 if (special) { in normalize()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/ |
D | XMLRecordWriter.java | 134 boolean special = false; in normalize() 145 special = false; in normalize() 149 special = c == '<' || c == '&'; in normalize() 150 if (special && sb == null) { in normalize() 155 if (special) { in normalize()
|
/external/pcre/dist2/testdata/ |
D | testinput6 | 1159 (?: \\ [^\x80-\xff] [^\\\x80-\xff\n\015()] * )* # (special normal*)* 1161 ) # special 1175 (?: \\ [^\x80-\xff] [^\\\x80-\xff\n\015"] * )* # ( special normal* )* 1187 (?: \\ [^\x80-\xff] [^\\\x80-\xff\n\015()] * )* # (special normal*)* 1189 ) # special 1204 (?: \\ [^\x80-\xff] [^\\\x80-\xff\n\015()] * )* # (special normal*)* 1206 ) # special 1218 (?: \\ [^\x80-\xff] [^\\\x80-\xff\n\015"] * )* # ( special normal* )* 1230 (?: \\ [^\x80-\xff] [^\\\x80-\xff\n\015()] * )* # (special normal*)* 1232 ) # special [all …]
|
D | testinput1 | 688 (?: \\ [^\x80-\xff] [^\\\x80-\xff\n\015()] * )* # (special normal*)* 690 ) # special 704 (?: \\ [^\x80-\xff] [^\\\x80-\xff\n\015"] * )* # ( special normal* )* 716 (?: \\ [^\x80-\xff] [^\\\x80-\xff\n\015()] * )* # (special normal*)* 718 ) # special 733 (?: \\ [^\x80-\xff] [^\\\x80-\xff\n\015()] * )* # (special normal*)* 735 ) # special 747 (?: \\ [^\x80-\xff] [^\\\x80-\xff\n\015"] * )* # ( special normal* )* 759 (?: \\ [^\x80-\xff] [^\\\x80-\xff\n\015()] * )* # (special normal*)* 761 ) # special [all …]
|
/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/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/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/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/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()
|