/external/cldr/tools/java/org/unicode/cldr/util/data/external/ |
D | eu_member_states_raw.txt | 7 Read more about Austria 15 Read more about Belgium 23 Read more about Bulgaria 30 Read more about Croatia 37 Read more about Cyprus 44 Read more about Czech Republic 51 Read more about Denmark 58 Read more about Estonia 65 Read more about Finland 72 Read more about France [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | inline-asm-avx-v-constraint-32bit.ll | 5 ; CHECK: error: inline assembly requires more registers than available 12 ; CHECK: error: inline assembly requires more registers than available 19 ; CHECK: error: inline assembly requires more registers than available 26 ; CHECK: error: inline assembly requires more registers than available 33 ; CHECK: error: inline assembly requires more registers than available 40 ; CHECK: error: inline assembly requires more registers than available 47 ; CHECK: error: inline assembly requires more registers than available 54 ; CHECK: error: inline assembly requires more registers than available 61 ; CHECK: error: inline assembly requires more registers than available 68 ; CHECK: error: inline assembly requires more registers than available [all …]
|
D | inline-asm-avx512vl-v-constraint-32bit.ll | 5 ; CHECK: error: inline assembly requires more registers than available 13 ; CHECK: error: inline assembly requires more registers than available 21 ; CHECK: error: inline assembly requires more registers than available 29 ; CHECK: error: inline assembly requires more registers than available 37 ; CHECK: error: inline assembly requires more registers than available 45 ; CHECK: error: inline assembly requires more registers than available 53 ; CHECK: error: inline assembly requires more registers than available 61 ; CHECK: error: inline assembly requires more registers than available 69 ; CHECK: error: inline assembly requires more registers than available 77 ; CHECK: error: inline assembly requires more registers than available [all …]
|
/external/v8/src/compiler/ |
D | persistent-map.h | 180 const ZoneMap<Key, Value>* more; 228 if (current_->more) { 241 if (current_->more) { 242 DCHECK(more_iter_ != current_->more->end()); 244 if (more_iter_ != current_->more->end()) return *this; 261 if (current_->more) { 262 more_iter_ = current_->more->begin(); 296 if (i.current_->more) { 297 i.more_iter_ = i.current_->more->begin(); 383 ZoneMap<Key, Value>* more = nullptr; [all …]
|
/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | PathDescription.txt | 9 …one\[@type="([^"]*)"]/exemplarCity ; ROOT timezone ; The name of {0}. For more information, see ht… 11 … language; The name of the language with Unicode language code = {0}. For more information, see ht… 12 …e name of the script (writing system) with Unicode script code = {0}. For more information, see ht… 13 …ry; The name of the country or region with Unicode region code = {0}. For more information, see ht… 14 … name of the country subdivision with Unicode subdivision code = {0}. For more information, see ht… 15 …rrency; The symbol for the currency with the ISO currency code = {0}. For more information, see ht… 16 … Normally, this does not need to be changed from the inherited value. For more information, see ht… 17 …}. Usually occurs shortly after a new currency symbol is introduced. For more information, see ht… 18 … currency; The name of the currency with the ISO currency code = {0}. For more information, see ht… 24 …[@type="([^"]*)"] ; The name of “{1} collation” (sorting order). For more information, please… [all …]
|
/external/libcap-ng/libcap-ng-0.7/utils/ |
D | netcap.c | 255 char rem_addr[128], local_addr[128], more[512]; in read_tcp() local 270 more[0] = 0; in read_tcp() 275 &uid, &timeout, &inode, more); in read_tcp() 289 char rem_addr[128], local_addr[128], more[512]; in read_udp() local 304 more[0] = 0; in read_udp() 309 &uid, &timeout, &inode, more); in read_udp() 323 char rem_addr[128], local_addr[128], more[512]; in read_raw() local 338 more[0] = 0; in read_raw() 343 &uid, &timeout, &inode, more); in read_raw() 355 char buf[256], more[256]; in get_interface() local [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/testdata/ |
D | testdata_en.txt | 207 more than 1 month 208 more than 1 month and 2 weeks 209 more than 1 month, 2 weeks, and 3 days 210 more than 1 month ago 211 more than 1 month and 2 weeks ago 212 more than 1 month, 2 weeks, and 3 days ago 213 more than 1 month from now 214 more than 1 month and 2 weeks from now 215 more than 1 month, 2 weeks, and 3 days from now 234 more than 1 hour [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/duration/testdata/ |
D | testdata_en.txt | 207 more than 1 month 208 more than 1 month and 2 weeks 209 more than 1 month, 2 weeks, and 3 days 210 more than 1 month ago 211 more than 1 month and 2 weeks ago 212 more than 1 month, 2 weeks, and 3 days ago 213 more than 1 month from now 214 more than 1 month and 2 weeks from now 215 more than 1 month, 2 weeks, and 3 days from now 234 more than 1 hour [all …]
|
/external/swiftshader/third_party/LLVM/test/Transforms/ObjCARC/ |
D | cfg-hazards.ll | 131 br label %more 133 more: 164 br i1 undef, label %true, label %more 167 br label %more 169 more: 196 br i1 undef, label %true, label %more 200 br label %more 202 more: 230 br i1 undef, label %true, label %more 234 br label %more [all …]
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue100/ |
D | DataBean.java | 21 private DataMore more; field in DataBean 40 return more; in getMore() 43 public void setMore(DataMore more) { in setMore() argument 44 this.more = more; in setMore()
|
/external/toybox/toys/lsb/ |
D | mount.c | 90 static long flag_opts(char *new, long flags, char **more) 133 if (more && i == ARRAY_LEN(opts)) { 134 i = *more ? strlen(*more) : 0; 135 *more = xrealloc(*more, i + strlen(new) + 2); 136 if (i) (*more)[i++] = ','; 137 strcpy(i+*more, new); 401 char *more = 0; in mount_main() local 403 flags = flag_opts(opts, flags, &more); in mount_main() 404 mount_filesystem(dev, dir, TT.type, flags, more); in mount_main() 405 if (CFG_TOYBOX_FREE) free(more); in mount_main()
|
/external/bzip2/ |
D | bzmore | 10 *less) more=less ;; 11 *) more=more ;; 37 bzip2 -cdfq | eval $more 55 bzip2 -cdfq "$FILE" | eval $more
|
/external/llvm/test/Transforms/ObjCARC/ |
D | cfg-hazards.ll | 132 br label %more 134 more: 165 br i1 undef, label %true, label %more 168 br label %more 170 more: 197 br i1 undef, label %true, label %more 201 br label %more 203 more: 231 br i1 undef, label %true, label %more 235 br label %more [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/ObjCARC/ |
D | cfg-hazards.ll | 132 br label %more 134 more: 165 br i1 undef, label %true, label %more 168 br label %more 170 more: 197 br i1 undef, label %true, label %more 201 br label %more 203 more: 231 br i1 undef, label %true, label %more 235 br label %more [all …]
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | bitfield.h | 16 #define __BITFIELD_FIELD(field, more) \ argument 18 more 22 #define __BITFIELD_FIELD(field, more) \ argument 23 more \
|
/external/u-boot/api/ |
D | api_storage.c | 98 static int dev_stor_get(int type, int *more, struct device_info *di) in dev_stor_get() argument 129 *more = 0; in dev_stor_get() 131 *more = 1; in dev_stor_get() 177 int found = 0, more = 0; in dev_enum_stor() local 205 found = dev_stor_get(type, &more, di); in dev_enum_stor() 217 found = dev_stor_get(type, &more, di); in dev_enum_stor() 241 found = dev_stor_get(type, &more, di); in dev_enum_stor() 246 more = 0; in dev_enum_stor() 254 specs[type].enum_ended = (!more) ? 1 : 0; in dev_enum_stor()
|
/external/wpa_supplicant_8/src/common/ |
D | gas.c | 49 u8 more, u16 comeback_delay, size_t size) in gas_build_resp() argument 62 wpabuf_put_u8(buf, frag_id | (more ? 0x80 : 0)); in gas_build_resp() 79 gas_build_comeback_resp(u8 dialog_token, u16 status_code, u8 frag_id, u8 more, in gas_build_comeback_resp() argument 83 status_code, frag_id, more, comeback_delay, in gas_build_comeback_resp() 169 u8 frag_id, u8 more, in gas_anqp_build_comeback_resp() argument 175 frag_id, more, comeback_delay, 4 + size); in gas_anqp_build_comeback_resp() 189 u8 frag_id, u8 more, in gas_anqp_build_comeback_resp_buf() argument 196 more, comeback_delay, in gas_anqp_build_comeback_resp_buf()
|
/external/python/cpython2/Lib/ |
D | code.py | 226 more = 0 229 if more: 243 more = self.push(line) 247 more = 0 265 more = self.runsource(source, self.filename) 266 if not more: 268 return more
|
/external/python/cpython3/Lib/ |
D | code.py | 219 more = 0 222 if more: 232 more = self.push(line) 236 more = 0 258 more = self.runsource(source, self.filename) 259 if not more: 261 return more
|
/external/tensorflow/tensorflow/lite/g3doc/guide/ |
D | roadmap.md | 18 * Prioritize many more ops based on user feedback 26 * Support more types of conversion utilizing TF Selects such as hash 34 * Add more support for pre-and-post processing of inference 44 * **Add more Models** 45 * Add more models to the support section of the site 50 * Add support for more hardware delegates 68 * **More support for more techniques**
|
/external/v8/src/ |
D | source-position-table.cc | 56 bool more; in EncodeInt() local 58 more = encoded > ValueBits::kMax; in EncodeInt() 60 MoreBit::encode(more) | ValueBits::encode(encoded & ValueBits::kMask); in EncodeInt() 63 } while (more); in EncodeInt() 82 bool more; in DecodeInt() local 88 more = MoreBit::decode(current); in DecodeInt() 90 } while (more); in DecodeInt()
|
/external/curl/lib/ |
D | formdata.c | 99 post->more = parent_post->more; in AddHttpPost() 102 parent_post->more = post; in AddHttpPost() 144 form_info->more = parent_form_info->more; in AddFormInfo() 147 parent_form_info->more = form_info; in AddFormInfo() 525 for(ptr = first_form; ptr != NULL; ptr = ptr->more) { in FormAdd() 552 form = form->more) { in FormAdd() 654 for(ptr = form; ptr != NULL; ptr = ptr->more) { in FormAdd() 679 FormInfo *ptr = first_form->more; in FormAdd() 762 curl_formfree(form->more); in curl_formfree() 832 if(post->more) { in Curl_getformdata() [all …]
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | StringRangeTest.java | 108 for (Boolean more : Arrays.asList(false, true)) { in TestSimple() 112 …final String message = "Compact " + output.toString() + ", " + shorterPairs + ", " + more + "\n\t"; in TestSimple() 114 StringRange.compact(output, myAdder, shorterPairs, more); in TestSimple() 152 for (Boolean more : Arrays.asList(false, true)) { in TestWithValidity() 157 if (more) { in TestWithValidity() 175 … assertEquals(type + ":" + key + "," + more + "," + shorterPairs, values, restored); in TestWithValidity()
|
/external/doclava/src/com/google/doclava/ |
D | AttrTagInfo.java | 67 String more = m.group(2); in parse() local 70 String ref = more.trim(); in parse() 83 m = NAME_TEXT.matcher(more); in parse() 85 Errors.error(Errors.BAD_ATTR_TAG, position, "Bad @attr name tag: " + more); in parse() 92 mDescrComment = new Comment(more, base, position); in parse()
|
/external/python/cpython2/Demo/classes/ |
D | Dates.py | 97 more = n // 365 98 dby = _days_before_year(more) 100 more = more - 1 101 dby = dby - _days_in_year(more) 102 year, n = year + more, int(n - dby)
|