/external/python/cpython3/Lib/test/ |
D | test_zipimport.py | 49 NOW = time.time() variable 50 test_pyc = make_pyc(test_co, NOW, len(test_src)) 167 files = {"zlib.py": (NOW, test_src)} 178 files = {TESTMOD + ".py": (NOW, test_src)} 182 files = {TESTMOD + pyc_ext: (NOW, test_pyc)} 186 files = {TESTMOD + ".py": (NOW, test_src), 187 TESTMOD + pyc_ext: (NOW, test_pyc)} 198 files = {TESTMOD + ".py": (NOW, "state = 'new'"), 199 TESTMOD + ".pyc": (NOW - 20, bytecode)} 205 files = {TESTMOD + ".py": (NOW, "")} [all …]
|
/external/python/cpython2/Lib/test/ |
D | test_zipimport.py | 42 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/adeb/utils/ |
D | support | 73 NOW=$(date +"%H:%m:%S") 78 echo -e "${red}$NOW - ERROR: on or near line ${parent_lineno}: ${message}${nocol}" 83 echo -e "${red}$NOW - ERROR : ${message}${nocol}" 87 NOW=$(date +"%H:%m:%S") 92 echo -e "${yellow}$NOW - WARNING: on or near line ${parent_lineno}: ${message}${nocol}" 96 echo -e "${yellow}$NOW - WARNING : ${message}${nocol}" 100 NOW=$(date +"%H:%m:%S") 105 echo -e "${blue}$NOW - INFO: on or near line ${parent_lineno}: ${message}${nocol}" 109 echo -e "${blue}$NOW - INFO : ${message}${nocol}"
|
/external/python/dateutil/docs/ |
D | relativedelta.rst | 15 >>> 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)
|
D | examples.rst | 13 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/ |
D | DefaultInterfaceMethodWithStaticInitializer.java | 56 long NOW = TestInterfaceSetOne.writableStaticField = getTime(); field 66 long NOW = TestInterfaceSetOne.writableStaticField = getTime(); field
|
/external/curl/tests/unit/ |
D | unit1303.c | 52 #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/ |
D | test_devshell.py | 212 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/ |
D | COVERAGE.timers | 16 || Functionality STOPPED FOR NOW || 17 || Stress STOPPED FOR NOW ||
|
/external/llvm/test/tools/llvm-readobj/ |
D | elf-dtflags.test | 10 CHECK: 0x000000006FFFFFFB FLAGS_1 NOW ORIGIN
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/ |
D | elf-dtflags.test | 10 CHECK: 0x000000006FFFFFFB FLAGS_1 NOW ORIGIN
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | RelativeDateTimeFormatter.java | 213 NOW, enumConstant 522 if (unit == AbsoluteUnit.NOW && direction != Direction.PLAIN) { in format() 578 AbsoluteUnit absunit = AbsoluteUnit.NOW; in format() 968 EnumMap<Direction, String> unitStrings = absMap.get(AbsoluteUnit.NOW); in consumeTableRelative() 971 absMap.put(AbsoluteUnit.NOW, unitStrings); in consumeTableRelative()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | RelativeDateTimeFormatter.java | 239 NOW, enumConstant 580 if (unit == AbsoluteUnit.NOW && direction != Direction.PLAIN) { in format() 637 AbsoluteUnit absunit = AbsoluteUnit.NOW; in format() 1031 EnumMap<Direction, String> unitStrings = absMap.get(AbsoluteUnit.NOW); in consumeTableRelative() 1034 absMap.put(AbsoluteUnit.NOW, unitStrings); in consumeTableRelative()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | RelativeDateTimeFormatterTest.java | 416 {Direction.PLAIN, AbsoluteUnit.NOW, "now"}, in TestRelativeDateWithoutQuantity() 481 {Direction.PLAIN, AbsoluteUnit.NOW, "Now"}, in TestRelativeDateWithoutQuantityCaps() 555 {Direction.PLAIN, AbsoluteUnit.NOW, "now"}, in TestRelativeDateWithoutQuantityShort() 629 {Direction.PLAIN, AbsoluteUnit.NOW, "now"}, in TestRelativeDateWithoutQuantityNarrow() 848 fmt.format(Direction.LAST, AbsoluteUnit.NOW); in TestFormatWithoutQuantityIllegalArgument() 854 fmt.format(Direction.NEXT, AbsoluteUnit.NOW); in TestFormatWithoutQuantityIllegalArgument() 860 fmt.format(Direction.THIS, AbsoluteUnit.NOW); in TestFormatWithoutQuantityIllegalArgument()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | RelativeDateTimeFormatterTest.java | 419 {Direction.PLAIN, AbsoluteUnit.NOW, "now"}, in TestRelativeDateWithoutQuantity() 484 {Direction.PLAIN, AbsoluteUnit.NOW, "Now"}, in TestRelativeDateWithoutQuantityCaps() 558 {Direction.PLAIN, AbsoluteUnit.NOW, "now"}, in TestRelativeDateWithoutQuantityShort() 632 {Direction.PLAIN, AbsoluteUnit.NOW, "now"}, in TestRelativeDateWithoutQuantityNarrow() 851 fmt.format(Direction.LAST, AbsoluteUnit.NOW); in TestFormatWithoutQuantityIllegalArgument() 857 fmt.format(Direction.NEXT, AbsoluteUnit.NOW); in TestFormatWithoutQuantityIllegalArgument() 863 fmt.format(Direction.THIS, AbsoluteUnit.NOW); in TestFormatWithoutQuantityIllegalArgument()
|
/external/elfutils/tests/ |
D | run-alldts.sh | 89 …FLAGS_1 NOW GLOBAL GROUP NODELETE INITFIRST NOOPEN ORIGIN TRANS INTERPOSE NODEFLIB NODUM…
|
/external/clang/test/SemaObjC/ |
D | property-3.m | 11 @interface NOW : I interface
|
/external/libtextclassifier/utils/calendar/ |
D | calendar-common.h | 175 case DateParseData::Relation::NOW: in ApplyRelationField() 323 (data.relation == DateParseData::Relation::NOW || in GetGranularity()
|
/external/python/oauth2client/tests/ |
D | test_service_account.py | 269 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/ |
D | TestCoverageLevel.java | 245 static final Date NOW = new Date(); field in TestCoverageLevel 280 extra = last == null ? "?" : last.compareTo(NOW) < 0 ? "old" in transform() 402 …rnCurrencies = SDI.getCurrentCurrencies(SDI.getCurrencyTerritories(), cldrReleaseMinus5Years, NOW);
|
/external/autotest/server/site_tests/tast/ |
D | tast_unittest.py | 27 NOW = BASE_TIME + datetime.timedelta(0, 60) variable 167 (NOW - tast._UNIX_EPOCH).total_seconds()) 610 self._end_time or self._start_time or NOW))
|
/external/icu/icu4c/source/data/translit/ |
D | hy_hy_Latn_BGN.txt | 111 Ն → N ; # ARMENIAN CAPITAL LETTER NOW 112 ն → n ; # ARMENIAN SMALL LETTER NOW
|
/external/cldr/tools/scripts/web/ |
D | bugdiffs | 42 %MODE_MAP $NOW $YEAR $CVS_MSG_KW 175 $NOW = time(); 2440 return ($NOW - timelocal_nocheck($S,$M,$H,$d,$m,$y)) / 86400.0;
|
/external/libtextclassifier/annotator/ |
D | types.h | 311 NOW = 4, enumerator
|
/external/libtextclassifier/annotator/datetime/ |
D | extractor.cc | 404 {DatetimeExtractorType_NOW, DateParseData::Relation::NOW}, in ParseRelation()
|