/external/cldr/tools/java/org/unicode/cldr/util/data/external/ |
D | eu_member_states_raw.txt | 2 EU member country since: 1 January 1995 6 Currency: Euro. Member of the eurozone since 1 January 1999 10 EU member state since: 1 January 1958 14 Currency: Euro. Member of the eurozone since 1 January 1999 18 EU member state since: 1 January 2007 25 EU member country since: 1 July 2013 32 EU member country since: 1 May 2004 36 Currency: Euro. Member of the eurozone since 1 January 2008 39 EU member country since: 1 May 2004 46 EU member state since: 1 January 1973 [all …]
|
/external/rust/crates/libc/src/ |
D | fixed_width_ints.rs | 5 #[deprecated(since = "0.2.55", note = "Use i8 instead.")] 7 #[deprecated(since = "0.2.55", note = "Use i16 instead.")] 9 #[deprecated(since = "0.2.55", note = "Use i32 instead.")] 11 #[deprecated(since = "0.2.55", note = "Use i64 instead.")] 13 #[deprecated(since = "0.2.55", note = "Use u8 instead.")] 15 #[deprecated(since = "0.2.55", note = "Use u16 instead.")] 17 #[deprecated(since = "0.2.55", note = "Use u32 instead.")] 19 #[deprecated(since = "0.2.55", note = "Use u64 instead.")]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/ |
D | deprecated-v8.s | 12 @ CHECK-ARMV8: warning: deprecated since v7, use 'isb' 13 @ CHECK-THUMBV8: warning: deprecated since v7, use 'isb' 14 @ CHECK-ARMV7: warning: deprecated since v7, use 'isb' 15 @ CHECK-THUMBV7: warning: deprecated since v7, use 'isb' 16 @ CHECK-ARMV6-NOT: warning: deprecated since v7, use 'isb' 18 @ CHECK-ARMV8: warning: deprecated since v7, use 'dsb' 19 @ CHECK-THUMBV8: warning: deprecated since v7, use 'dsb' 20 @ CHECK-ARMV7: warning: deprecated since v7, use 'dsb' 21 @ CHECK-THUMBV7: warning: deprecated since v7, use 'dsb' 22 @ CHECK-ARMV6-NOT: warning: deprecated since v7, use 'dsb' [all …]
|
/external/llvm/test/MC/ARM/ |
D | deprecated-v8.s | 12 @ CHECK-ARMV8: warning: deprecated since v7, use 'isb' 13 @ CHECK-THUMBV8: warning: deprecated since v7, use 'isb' 14 @ CHECK-ARMV7: warning: deprecated since v7, use 'isb' 15 @ CHECK-THUMBV7: warning: deprecated since v7, use 'isb' 16 @ CHECK-ARMV6-NOT: warning: deprecated since v7, use 'isb' 18 @ CHECK-ARMV8: warning: deprecated since v7, use 'dsb' 19 @ CHECK-THUMBV8: warning: deprecated since v7, use 'dsb' 20 @ CHECK-ARMV7: warning: deprecated since v7, use 'dsb' 21 @ CHECK-THUMBV7: warning: deprecated since v7, use 'dsb' 22 @ CHECK-ARMV6-NOT: warning: deprecated since v7, use 'dsb' [all …]
|
/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | antarctica | 19 # Belgrano II, Confin Coast, -770227-0343737, since 1972-02-05 20 # Carlini, Potter Cove, King George Island, -6414-0602320, since 1982-01 21 # Esperanza, Hope Bay, -6323-05659, since 1952-12-17 22 # Marambio, -6414-05637, since 1969-10-29 23 # Orcadas, Laurie I, -6016-04444, since 1904-02-22 24 # San Martín, Barry I, -6808-06706, since 1951-03-21 36 # Casey, Bailey Peninsula, -6617+11032, since 1969 37 # Davis, Vestfold Hills, -6835+07759, since 1957-01-13 39 # Mawson, Holme Bay, -6736+06253, since 1954-02-13 117 # Princess Elisabeth, Queen Maud Land, -713412+0231200, since 2007 [all …]
|
/external/autotest/site_utils/ |
D | dut_status.py | 242 arguments.since is not None and arguments.until is not None): 246 if (arguments.until is None and (arguments.since is None or 249 if arguments.since is None: 252 arguments.since = (arguments.until - 255 arguments.until = (arguments.since + 282 afe, hostname, arguments.since, arguments.until) 326 afe, arguments.since, arguments.until, labels.getlabels())
|
D | dut_status_unittest.py | 44 self.assertEqual(arguments.since, start_time) 64 self.assertEqual(arguments.since, start_time) 99 self.assertEqual(arguments.since, start_time) 110 self.assertEqual(arguments.since, start_time)
|
/external/doclava/res/assets/templates/components/ |
D | api_filter.cs | 12 each:since = since ?>'<?cs 14 if:!last(since) ?>, <?cs /if ?><?cs
|
/external/wayland/protocol/ |
D | wayland.dtd | 10 <!ATTLIST request since CDATA #IMPLIED> attribute 13 <!ATTLIST event since CDATA #IMPLIED> attribute 16 <!ATTLIST enum since CDATA #IMPLIED> attribute 22 <!ATTLIST entry since CDATA #IMPLIED> attribute
|
/external/python/cpython2/Modules/_ctypes/libffi/ |
D | libtool-version | 16 # 3. If the library source code has changed at all since the last 19 # 4. If any interfaces have been added, removed, or changed since the 22 # 5. If any interfaces have been added since the last public release, 25 # 6. If any interfaces have been removed since the last public
|
/external/libffi/ |
D | libtool-version | 16 # 3. If the library source code has changed at all since the last 19 # 4. If any interfaces have been added, removed, or changed since the 22 # 5. If any interfaces have been added since the last public release, 25 # 6. If any interfaces have been removed since the last public
|
/external/doclava/src/com/google/doclava/ |
D | DocInfo.java | 99 public void setSince(String since) { in setSince() argument 100 mSince = since; in setSince() 130 public void setDeprecatedSince(String since) { in setDeprecatedSince() argument 131 mDeprecatedSince = since; in setDeprecatedSince()
|
D | Comment.java | 542 public void setDeprecatedSince(String since) { in setDeprecatedSince() argument 543 if (since != null) { in setDeprecatedSince() 544 since = since.trim(); in setDeprecatedSince() 546 mDeprecatedSince = since; in setDeprecatedSince() 553 public void setApiSince(String since) { in setApiSince() argument 554 if (since != null) { in setApiSince() 555 since = since.trim(); in setApiSince() 557 mApiSince = since; in setApiSince()
|
/external/wayland/src/ |
D | scanner.c | 179 int since; member 198 int since; member 230 int since; member 238 int since; member 514 enumeration->since = 1; in create_enumeration() 570 interface->since = 1; in create_interface() 631 version_from_since(struct parse_context *ctx, const char *since) in version_from_since() argument 635 if (since != NULL) { in version_from_since() 636 version = strtouint(since); in version_from_since() 638 fail(&ctx->loc, "invalid integer (%s)\n", since); in version_from_since() [all …]
|
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/ |
D | icmp-with-zero.ll | 20 ; The following checks are not strictly necessary since one of the RUN 41 ; The following checks are not strictly necessary since one of the RUN 62 ; The following checks are not strictly necessary since one of the RUN 83 ; The following checks are not strictly necessary since one of the RUN 104 ; The following checks are not strictly necessary since one of the RUN 125 ; The following checks are not strictly necessary since one of the RUN 147 ; The following checks are not strictly necessary since one of the RUN 169 ; The following checks are not strictly necessary since one of the RUN 191 ; The following checks are not strictly necessary since one of the RUN 213 ; The following checks are not strictly necessary since one of the RUN [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MSA.txt | 18 It is not possible to emit bclri.b since andi.b covers exactly the 24 constant since shf.w covers exactly the same cases. shf.w is used 36 It is not possible to emit ilvl.d, or pckev.d since ilvev.d covers the 40 It is not possible to emit ilvr.d, or pckod.d since ilvod.d covers the 48 It is not possible to emit splati.w since shf.w covers the same cases. 53 copy_u.w. This is semantically equivalent since the general-purpose 66 It is (currently) not possible to emit bmz.v, or bsel.v since bmnz.v is
|
/external/llvm/lib/Target/Mips/ |
D | MSA.txt | 18 It is not possible to emit bclri.b since andi.b covers exactly the 24 constant since shf.w covers exactly the same cases. shf.w is used 36 It is not possible to emit ilvl.d, or pckev.d since ilvev.d covers the 40 It is not possible to emit ilvr.d, or pckod.d since ilvod.d covers the 48 It is not possible to emit splati.w since shf.w covers the same cases. 53 copy_u.w. This is semantically equivalent since the general-purpose 66 It is (currently) not possible to emit bmz.v, or bsel.v since bmnz.v is
|
/external/e2fsprogs/doc/RelNotes/ |
D | v1.24.txt | 11 Revert the BLKGETSIZE64 support, since for some distributions, this 22 regular file (since Andreas Dilger's on-line resizing tools will set 29 (i.e. 0.5b), since it only confuses people and doesn't serve any real 32 E2fsck will once again compile under libc5, since it will supply its
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMScheduleA9.td | 469 // Extra latency cycles since wbck is 2 cycles 478 // Extra latency cycles since wbck is 2 cycles 488 // Extra latency cycles since wbck is 4 cycles 497 // Extra latency cycles since wbck is 4 cycles 669 // Extra 1 latency cycle since wbck is 2 cycles 678 // Extra 1 latency cycle since wbck is 2 cycles 881 // Extra latency cycles since wbck is 7 cycles 909 // Extra latency cycles since wbck is 7 cycles 1280 // Extra latency cycles since wbck is 6 cycles 1289 // Extra latency cycles since wbck is 6 cycles [all …]
|
/external/llvm/lib/Target/ARM/ |
D | ARMScheduleA9.td | 469 // Extra latency cycles since wbck is 2 cycles 478 // Extra latency cycles since wbck is 2 cycles 488 // Extra latency cycles since wbck is 4 cycles 497 // Extra latency cycles since wbck is 4 cycles 669 // Extra 1 latency cycle since wbck is 2 cycles 678 // Extra 1 latency cycle since wbck is 2 cycles 881 // Extra latency cycles since wbck is 7 cycles 909 // Extra latency cycles since wbck is 7 cycles 1280 // Extra latency cycles since wbck is 6 cycles 1289 // Extra latency cycles since wbck is 6 cycles [all …]
|
/external/markdown/ |
D | test-markdown.py | 48 def memory(since=0.0): argument 52 return _VmB('VmSize:') - since 55 def resident(since=0.0): argument 58 return _VmB('VmRSS:') - since 61 def stacksize(since=0.0): argument 64 return _VmB('VmStk:') - since
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ |
D | compare-unescaped.ll | 67 ; FIXME: The comparison should fold to false since %m escapes (call to function escape) 95 ; the compare is folded to true since the folding compare looks through bitcasts. 96 ; call to malloc and the bitcast instructions are elided after that since there are no uses of the … 107 ; the compare is folded to true since the folding compare looks through bitcasts. 108 ; The malloc call for %m cannot be elided since it is used in the call to function f. 123 ; the ret statement since `ret` terminates the function and we cannot reach from 126 ; cross-threading data dependencies since we do not make the distinction between 150 ; The malloc call for %m cannot be elided since it is used in the call to function f.
|
/external/llvm/test/Transforms/InstCombine/ |
D | compare-unescaped.ll | 67 ; FIXME: The comparison should fold to false since %m escapes (call to function escape) 95 ; the compare is folded to true since the folding compare looks through bitcasts. 96 ; call to malloc and the bitcast instructions are elided after that since there are no uses of the … 107 ; the compare is folded to true since the folding compare looks through bitcasts. 108 ; The malloc call for %m cannot be elided since it is used in the call to function f. 123 ; the ret statement since `ret` terminates the function and we cannot reach from 126 ; cross-threading data dependencies since we do not make the distinction between 150 ; The malloc call for %m cannot be elided since it is used in the call to function f.
|
/external/selinux/ |
D | README.android | 14 Thus, since all changes are in separate files, updates merged from 24 /etc/selinux since /etc is not available in Android until /system 28 not include a version suffix since Android does not need to support 32 the kernel policy file to a version known to the kernel, since this
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/ |
D | obj-globalhash.test | 14 ; char**. Both the local and global hashes should be the same, since the only 27 ; int***. Different local hashes, since the referent type (int**) is not at the 28 ; same TypeIndex in both streams. Same global hash, since they represent the 35 ; arg list (char**, int***). Different local hashes, since the parameter types 37 ; global hash, since the global hash of all referenced types is the same in
|