/external/icu/icu4c/source/tools/tzcode/ |
D | tzselect.ksh | 119 read TZ 120 $AWK -v TZ="$TZ" 'BEGIN { 132 echo >&2 "\`$TZ' is not a conforming" \ 135 TZ_for_date=$TZ;; 219 TZ=$($AWK -F'\t' \ 237 TZ_for_date=$TZDIR/$TZ 252 TZdate=$(LANG=C TZ="$TZ_for_date" date) 253 UTdate=$(LANG=C TZ=UTC0 date) 274 +) echo >&2 " TZ='$TZ'" 277 echo >&2 "Therefore TZ='$TZ' will be used.$extra_info" [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/ARM/ |
D | arm-thumb-trustzone.txt | 2 …bv7-apple-darwin -mcpu=cortex-a8 -disassemble -mattr=trustzone < %s | FileCheck %s -check-prefix=TZ 15 # TZ: smc #15 16 # TZ: ite eq 17 # TZ: smceq #0
|
D | arm-trustzone.txt | 2 …mv7-apple-darwin -mcpu=cortex-a8 -disassemble -mattr=trustzone < %s | FileCheck %s -check-prefix=TZ 14 # TZ: smc #15 15 # TZ: smceq #0
|
/external/llvm/test/MC/Disassembler/ARM/ |
D | arm-thumb-trustzone.txt | 2 …bv7-apple-darwin -mcpu=cortex-a8 -disassemble -mattr=trustzone < %s | FileCheck %s -check-prefix=TZ 15 # TZ: smc #15 16 # TZ: ite eq 17 # TZ: smceq #0
|
D | arm-trustzone.txt | 2 …mv7-apple-darwin -mcpu=cortex-a8 -disassemble -mattr=trustzone < %s | FileCheck %s -check-prefix=TZ 14 # TZ: smc #15 15 # TZ: smceq #0
|
/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | etcetera | 11 # that cannot use POSIX TZ settings. 14 # unnecessary as settings for the TZ environment variable. E.g., 15 # instead of TZ='Etc/GMT+4' one can use the POSIX setting TZ='<-04>+4'. 17 # Do not use a POSIX TZ setting like TZ='GMT+4', which is four hours 37 # Be consistent with POSIX TZ settings in the Zone names, 40 # positive signs east of Greenwich. For example, TZ='Etc/GMT+4' uses
|
/external/llvm/test/MC/ARM/ |
D | arm-trustzone.s | 2 …7-apple-darwin -mcpu=cortex-a8 -show-encoding -mattr=trustzone < %s | FileCheck %s -check-prefix=TZ 3 @ RUN: llvm-mc -triple=armv6kz -mcpu=arm1176jz-s -show-encoding < %s | FileCheck %s -check-prefix=TZ 23 @ TZ: smc #15 @ encoding: [0x7f,0x00,0x60,0xe1] 24 @ TZ: smceq #0 @ encoding: [0x70,0x00,0x60,0x01]
|
D | arm-thumb-trustzone.s | 2 …7-apple-darwin -mcpu=cortex-a8 -show-encoding -mattr=trustzone < %s | FileCheck %s -check-prefix=TZ 24 @ TZ: smc #15 @ encoding: [0xff,0xf7,0x00,0x80] 25 @ TZ: ite eq @ encoding: [0x0c,0xbf] 26 @ TZ: smceq #0 @ encoding: [0xf0,0xf7,0x00,0x80]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/ |
D | arm-trustzone.s | 2 …7-apple-darwin -mcpu=cortex-a8 -show-encoding -mattr=trustzone < %s | FileCheck %s -check-prefix=TZ 3 @ RUN: llvm-mc -triple=armv6kz -mcpu=arm1176jz-s -show-encoding < %s | FileCheck %s -check-prefix=TZ 23 @ TZ: smc #15 @ encoding: [0x7f,0x00,0x60,0xe1] 24 @ TZ: smceq #0 @ encoding: [0x70,0x00,0x60,0x01]
|
D | arm-thumb-trustzone.s | 2 …7-apple-darwin -mcpu=cortex-a8 -show-encoding -mattr=trustzone < %s | FileCheck %s -check-prefix=TZ 24 @ TZ: smc #15 @ encoding: [0xff,0xf7,0x00,0x80] 25 @ TZ: it eq @ encoding: [0x08,0xbf] 26 @ TZ: smceq #0 @ encoding: [0xf0,0xf7,0x00,0x80]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/ |
D | archive-toc.test | 4 RUN: env TZ=GMT llvm-ar tv Inputs/GNU.a | FileCheck %s --check-prefix=GNU -strict-whitespace 13 RUN: env TZ=GMT llvm-ar tv Inputs/MacOSX.a | FileCheck %s --check-prefix=OSX -strict-whitespace 22 RUN: env TZ=GMT llvm-ar tv Inputs/SVR4.a | FileCheck %s -strict-whitespace 25 RUN: env TZ=GMT llvm-ar tv Inputs/xpg4.a | FileCheck %s -strict-whitespace 33 RUN: env TZ=GMT llvm-ar tv Inputs/thin.a | FileCheck %s --check-prefix=THIN -strict-whitespace 45 RUN: env TZ=GMT llvm-ar tv Inputs/thin-path.a | FileCheck %s --check-prefix=THINPATH -strict-whites…
|
D | archive-extract.test | 41 ; RUN: env TZ=GMT llvm-ar tv %t.a | FileCheck %s -check-prefix CHECK-GNU 47 ; RUN: env TZ=GMT llvm-ar tv %t.a | FileCheck %s -check-prefix CHECK-DARWIN
|
/external/llvm/test/Object/ |
D | archive-toc.test | 2 RUN: env TZ=GMT llvm-ar tv %p/Inputs/GNU.a | FileCheck %s --check-prefix=GNU -strict-whitespace 11 RUN: env TZ=GMT llvm-ar tv %p/Inputs/MacOSX.a | FileCheck %s --check-prefix=OSX -strict-whitespace 20 RUN: env TZ=GMT llvm-ar tv %p/Inputs/SVR4.a | FileCheck %s -strict-whitespace 23 RUN: env TZ=GMT llvm-ar tv %p/Inputs/xpg4.a | FileCheck %s -strict-whitespace 31 RUN: env TZ=GMT llvm-ar tv %p/Inputs/thin.a | FileCheck %s --check-prefix=THIN -strict-whitespace 43 RUN: env TZ=GMT llvm-ar tv %p/Inputs/thin-path.a | FileCheck %s --check-prefix=THINPATH -strict-whi…
|
/external/toybox/tests/ |
D | tar.test | 9 OLDTZ="$TZ" 10 export TZ=utc 118 TZ="$OLDTZ"
|
D | gunzip.test | 42 export TZ=UTC
|
/external/tcpdump/tests/ |
D | dhcp-mud.out | 19 RB, POSIX-TZ, TZ-Name, Option 119 36 TZ-Name Option 101, length 13: "Europe/Berlin"
|
/external/icu/icu4c/source/test/perf/DateFmtPerf/ |
D | Makefile.in | 71 …ICU_DATA=$${ICU_DATA:-$(top_builddir)/data/} TZ=PST8PDT $(INVOKE) ./$(TARGET) -x $(top_builddir)/p… 74 ICU_DATA=$${ICU_DATA:-$(top_builddir)/data/} TZ=PST8PDT $(INVOKE) $(INVOCATION)
|
/external/capstone/arch/ARM/ |
D | ARMAddressingModes.h | 150 unsigned TZ, RotAmt; in getSOImmValRotate() local 156 TZ = CountTrailingZeros_32(Imm); in getSOImmValRotate() 160 RotAmt = TZ & ~1; in getSOImmValRotate()
|
/external/e2fsprogs/tests/ |
D | test_config | 37 TZ=GMT0 38 export TZ
|
/external/icu/icu4c/source/test/letest/ |
D | Makefile.in | 95 ICU_DATA=$${ICU_DATA:-$(top_builddir)/data/} TZ=PST8PDT $(INVOKE) $(INVOCATION) 98 …ICU_DATA=$${ICU_DATA:-$(top_builddir)/data/} TZ=PST8PDT $(INVOKE) ./$(GENTARGET) $(top_srcdir)/tes…
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/data/ |
D | localeMatcherTest.txt | 304 …TZ, ast, ast-ES, az, az-Cyrl, az-Cyrl-AZ, az-Latn, az-Latn-AZ, bas, bas-CM, be, be-BY, bem, bem-ZM…
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/data/ |
D | localeMatcherTest.txt | 304 …TZ, ast, ast-ES, az, az-Cyrl, az-Cyrl-AZ, az-Latn, az-Latn-AZ, bas, bas-CM, be, be-BY, bem, bem-ZM…
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/data/ |
D | localeMatcherTest.txt | 300 …TZ, ast, ast-ES, az, az-Cyrl, az-Cyrl-AZ, az-Latn, az-Latn-AZ, bas, bas-CM, be, be-BY, bem, bem-ZM…
|
/external/python/cpython2/Doc/library/ |
D | time.rst | 468 variable :envvar:`TZ` specifies how this is done. It will also set the variables 469 ``tzname`` (from the :envvar:`TZ` environment variable), ``timezone`` (non-DST 481 Although in many cases, changing the :envvar:`TZ` environment variable may 485 The :envvar:`TZ` environment variable should contain no whitespace. 487 The standard format of the :envvar:`TZ` environment variable is (whitespace 528 >>> os.environ['TZ'] = 'EST+05EDT,M4.1.0,M10.5.0' 532 >>> os.environ['TZ'] = 'AEST-10AEDT-11,M10.5.0,M3.5.0' 539 specify the timezone rules. To do this, set the :envvar:`TZ` environment 545 >>> os.environ['TZ'] = 'US/Eastern' 549 >>> os.environ['TZ'] = 'Egypt'
|
/external/iptables/extensions/ |
D | libxt_time.man | 48 process has its own idea of local time, specified via the TZ environment 49 variable. The kernel also has its own timezone offset variable. The TZ 52 The TZ string may resolve to different offsets at different dates, which is
|