Searched defs:NOW (Results 1 - 12 of 12) sorted by relevance

/external/curl/tests/unit/
H A Dunit1303.c48 #define NOW(x,y) now.tv_sec = x; now.tv_usec = y macro
138 NOW(run[i].now_s, run[i].now_us);
/external/python/cpython2/Lib/test/
H A 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_py
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DRelativeDateTimeFormatter.java66 * fmt.format(Direction.PLAIN, AbsoluteUnit.NOW); // "now"
212 NOW, enum constant in enum:RelativeDateTimeFormatter.AbsoluteUnit
535 * unit this can occur with NOW which can only take PLAIN.
538 if (unit == AbsoluteUnit.NOW && direction != Direction.PLAIN) {
539 throw new IllegalArgumentException("NOW can only accept direction PLAIN.");
595 AbsoluteUnit absunit = AbsoluteUnit.NOW;
611 // absunit = AbsoluteUnit.NOW was set above
979 EnumMap<Direction, String> unitStrings = absMap.get(AbsoluteUnit.NOW);
982 absMap.put(AbsoluteUnit.NOW, unitStrings);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRelativeDateTimeFormatter.java65 * fmt.format(Direction.PLAIN, AbsoluteUnit.NOW); // "now"
238 NOW, enum constant in enum:RelativeDateTimeFormatter.AbsoluteUnit
592 * unit this can occur with NOW which can only take PLAIN.
596 if (unit == AbsoluteUnit.NOW && direction != Direction.PLAIN) {
597 throw new IllegalArgumentException("NOW can only accept direction PLAIN.");
654 AbsoluteUnit absunit = AbsoluteUnit.NOW;
670 // absunit = AbsoluteUnit.NOW was set above
1042 EnumMap<Direction, String> unitStrings = absMap.get(AbsoluteUnit.NOW);
1045 absMap.put(AbsoluteUnit.NOW, unitStrings);
/external/robolectric/v1/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1119 milliseconds