Home
last modified time | relevance | path

Searched refs:NOW (Results 1 – 25 of 107) sorted by relevance

12345

/external/python/cpython3/Lib/test/
Dtest_zipimport.py50 NOW = time.time() variable
51 test_pyc = make_pyc(test_co, NOW, len(test_src))
171 files = {"zlib.py": (NOW, test_src)}
182 files = {TESTMOD + ".py": (NOW, test_src)}
186 files = {TESTMOD + pyc_ext: (NOW, test_pyc)}
190 files = {TESTMOD + ".py": (NOW, test_src),
191 TESTMOD + pyc_ext: (NOW, test_pyc)}
202 files = {TESTMOD + ".py": (NOW, "state = 'new'"),
203 TESTMOD + ".pyc": (NOW - 20, bytecode)}
217 files = {TESTMOD + ".py": (NOW, "state = 'new'"),
[all …]
/external/python/cpython2/Lib/test/
Dtest_zipimport.py42 NOW = time.time() variable
43 test_pyc = make_pyc(test_co, NOW)
129 files = {"zlib.py": (NOW, test_src)}
140 files = {TESTMOD + ".py": (NOW, test_src)}
144 files = {TESTMOD + pyc_ext: (NOW, test_pyc)}
148 files = {TESTMOD + ".py": (NOW, test_src),
149 TESTMOD + pyc_ext: (NOW, test_pyc)}
153 files = {TESTMOD + ".py": (NOW, "")}
161 files = {TESTMOD + ".py": (NOW, test_src),
162 TESTMOD + pyc_ext: (NOW, badmagic_pyc)}
[all …]
/external/python/dateutil/docs/
Drelativedelta.rst15 >>> NOW = datetime(2003, 9, 17, 20, 54, 47, 282310)
25 >>> NOW = datetime.now()
27 >>> NOW
36 >>> NOW+relativedelta(months=+1)
43 >>> NOW+relativedelta(months=+1, weeks=+1)
59 >>> NOW+relativedelta(year=1, month=1)
76 >>> NOW+relativedelta(years=+1, months=-1)
156 >>> relativedelta(NOW, date(2001,1,1))
166 >>> relativedelta(NOW, johnbirthday)
Dexamples.rst13 NOW = datetime(2003, 9, 17, 20, 54, 47, 282310)
23 >>> NOW = datetime.now()
25 >>> NOW
34 >>> NOW+relativedelta(months=+1)
41 >>> NOW+relativedelta(months=+1, weeks=+1)
57 >>> NOW+relativedelta(year=1, month=1)
74 >>> NOW+relativedelta(years=+1, months=-1)
154 >>> relativedelta(NOW, date(2001,1,1))
164 >>> relativedelta(NOW, johnbirthday)
/external/desugar/test/java/com/google/devtools/build/android/desugar/testdata/java8/
DDefaultInterfaceMethodWithStaticInitializer.java56 long NOW = TestInterfaceSetOne.writableStaticField = getTime(); field
66 long NOW = TestInterfaceSetOne.writableStaticField = getTime(); field
/external/curl/tests/unit/
Dunit1303.c52 #define NOW(x,y) now.tv_sec = x; now.tv_usec = y macro
142 NOW(run[i].now_s, run[i].now_us);
/external/python/oauth2client/tests/contrib/
Dtest_devshell.py212 NOW = datetime.datetime(1992, 12, 31)
213 utcnow.return_value = NOW
220 NOW + datetime.timedelta(seconds=EXPIRES_IN),
/external/ltp/testcases/open_posix_testsuite/Documentation/
DCOVERAGE.timers16 || Functionality STOPPED FOR NOW ||
17 || Stress STOPPED FOR NOW ||
/external/llvm/test/tools/llvm-readobj/
Delf-dtflags.test10 CHECK: 0x000000006FFFFFFB FLAGS_1 NOW ORIGIN
/external/libtextclassifier/native/annotator/datetime/
Dgrammar-parser_test.cc367 DatetimeComponent::RelativeQualifier::NOW, 0) in TEST_F()
374 DatetimeComponent::RelativeQualifier::NOW, 0) in TEST_F()
383 DatetimeComponent::RelativeQualifier::NOW, 0) in TEST_F()
390 DatetimeComponent::RelativeQualifier::NOW, 0) in TEST_F()
424 DatetimeComponent::RelativeQualifier::NOW, 0) in TEST_F()
Dextractor.cc143 relative_qualifier == DatetimeComponent::RelativeQualifier::NOW || in Extract()
474 DatetimeComponent::RelativeQualifier::NOW}, in ParseRelativeValue()
/external/tensorflow/tensorflow/tools/ci_build/
Dsizetrack_helper.py122 NOW = datetime.datetime.now( variable
303 now=NOW,
/external/llvm-project/lld/test/ELF/
Ddt_flags.s18 # FLAGS: 0x000000006FFFFFFB FLAGS_1 NOW GLOBAL NODELETE INITFIRST NOOPEN ORIGIN INTERPOSE NODEFLIB
/external/elfutils/tests/
Drun-alldts.sh89 …FLAGS_1 NOW GLOBAL GROUP NODELETE INITFIRST NOOPEN ORIGIN TRANS INTERPOSE NODEFLIB NODUM…
/external/llvm-project/clang/test/SemaObjC/
Dproperty-3.m11 @interface NOW : I interface
/external/clang/test/SemaObjC/
Dproperty-3.m11 @interface NOW : I interface
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRelativeDateTimeFormatter.java246 NOW, enumConstant
834 if (unit == AbsoluteUnit.NOW && direction != Direction.PLAIN) { in formatAbsoluteImpl()
930 AbsoluteUnit absunit = AbsoluteUnit.NOW; in formatRelativeImpl()
1331 EnumMap<Direction, String> unitStrings = absMap.get(AbsoluteUnit.NOW); in consumeTableRelative()
1334 absMap.put(AbsoluteUnit.NOW, unitStrings); in consumeTableRelative()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DRelativeDateTimeFormatter.java220 NOW, enumConstant
750 if (unit == AbsoluteUnit.NOW && direction != Direction.PLAIN) { in formatAbsoluteImpl()
844 AbsoluteUnit absunit = AbsoluteUnit.NOW; in formatRelativeImpl()
1241 EnumMap<Direction, String> unitStrings = absMap.get(AbsoluteUnit.NOW); in consumeTableRelative()
1244 absMap.put(AbsoluteUnit.NOW, unitStrings); in consumeTableRelative()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DRelativeDateTimeFormatterTest.java427 {Direction.PLAIN, AbsoluteUnit.NOW, "now"}, in TestRelativeDateWithoutQuantity()
496 {Direction.PLAIN, AbsoluteUnit.NOW, "Now"}, in TestRelativeDateWithoutQuantityCaps()
574 {Direction.PLAIN, AbsoluteUnit.NOW, "now"}, in TestRelativeDateWithoutQuantityShort()
652 {Direction.PLAIN, AbsoluteUnit.NOW, "now"}, in TestRelativeDateWithoutQuantityNarrow()
907 fmt.format(Direction.LAST, AbsoluteUnit.NOW); in TestFormatWithoutQuantityIllegalArgument()
913 fmt.format(Direction.NEXT, AbsoluteUnit.NOW); in TestFormatWithoutQuantityIllegalArgument()
919 fmt.format(Direction.THIS, AbsoluteUnit.NOW); in TestFormatWithoutQuantityIllegalArgument()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DRelativeDateTimeFormatterTest.java424 {Direction.PLAIN, AbsoluteUnit.NOW, "now"}, in TestRelativeDateWithoutQuantity()
493 {Direction.PLAIN, AbsoluteUnit.NOW, "Now"}, in TestRelativeDateWithoutQuantityCaps()
571 {Direction.PLAIN, AbsoluteUnit.NOW, "now"}, in TestRelativeDateWithoutQuantityShort()
649 {Direction.PLAIN, AbsoluteUnit.NOW, "now"}, in TestRelativeDateWithoutQuantityNarrow()
904 fmt.format(Direction.LAST, AbsoluteUnit.NOW); in TestFormatWithoutQuantityIllegalArgument()
910 fmt.format(Direction.NEXT, AbsoluteUnit.NOW); in TestFormatWithoutQuantityIllegalArgument()
916 fmt.format(Direction.THIS, AbsoluteUnit.NOW); in TestFormatWithoutQuantityIllegalArgument()
/external/libtextclassifier/native/annotator/
Dtypes.cc62 relative_qualifier == RelativeQualifier::NOW) { in ShouldRoundToGranularity()
121 case DatetimeComponent::RelativeQualifier::NOW: in RelativeQualifierToString()
/external/icu/icu4c/source/data/translit/
Dhy_hy_Latn_BGN.txt112 Ն → N ; # ARMENIAN CAPITAL LETTER NOW
113 ն → n ; # ARMENIAN SMALL LETTER NOW
/external/python/oauth2client/tests/
Dtest_service_account.py269 NOW = datetime.datetime(1992, 12, 31, second=seconds)
270 utcnow.return_value = NOW
343 credentials.token_expiry = NOW # Manually force expiry.
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestCoverageLevel.java251 static final Date NOW = new Date(); field in TestCoverageLevel
287 extra = last == null ? "?" : last.compareTo(NOW) < 0 ? "old" in transform()
417 …rnCurrencies = SDI.getCurrentCurrencies(SDI.getCurrencyTerritories(), cldrReleaseMinus5Years, NOW);
/external/autotest/server/site_tests/tast/
Dtast_unittest.py32 NOW = BASE_TIME + datetime.timedelta(0, 60) variable
243 (NOW - tast._UNIX_EPOCH).total_seconds())
755 self._end_time or self._start_time or NOW))

12345