HomeSort by relevance Sort by last modified time
    Searched defs:ts2 (Results 1 - 21 of 21) sorted by null

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_gettime/
3-1.c 23 struct timespec ts1, ts2, ts3, ts4; local
36 if (clock_gettime(CLOCK_MONOTONIC, &ts2) != 0) {
54 if ((ts1.tv_sec <= ts2.tv_sec) &&
55 (ts2.tv_sec <= ts3.tv_sec) && (ts3.tv_sec <= ts4.tv_sec)) {
60 printf("Test FAILED - ts1=%ld,ts2=%ld,ts3=%ld,ts4=%ld\n",
61 ts1.tv_sec, ts2.tv_sec, ts3.tv_sec, ts4.tv_sec);
  /external/clang/test/PCH/
pragma-diag-section.cpp 26 struct TS2 {
40 TS2<int> ts2; local
41 ts2.m();
chain-cxx.cpp 37 template <typename T> struct TS2;
38 typedef TS2<int> TS2int;
99 template <typename T> struct TS2 { };
136 TS2int ts2; local
  /external/compiler-rt/test/tsan/
cond_version.c 20 struct timespec ts0, ts1, ts2; local
39 clock_gettime(CLOCK_MONOTONIC, &ts2);
40 sleep = (u64)ts2.tv_sec * 1000000000 + ts2.tv_nsec -
  /external/valgrind/memcheck/tests/linux/
syscalls-2007.c 62 struct timespec ts2[2] = { [0].tv_sec = 10000000, [1].tv_sec = 20000000 }; local
63 utimensat (AT_FDCWD, "/tmp/valgrind-utimensat-test", ts2, 0);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
TimeLineGraphItem.java 65 long ts2=((TimeLineGraphItem)o2).timestamp; local
67 if (ts1>ts2)
69 if (ts1<ts2)
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
TestUtilities.java 26 TreeSet ts2 = new TreeSet(); local
33 ts2.add(prefix + String.valueOf(i) + postfix);
36 CollectionUtilities.containsAll(ts1, ts2);
37 ts1.containsAll(ts2);
39 timeAndCompare(ts1, ts2, iterations, true, .75);
42 timeAndCompare(ts1, ts2, iterations, true, .75);
43 timeAndCompare(ts2, ts1, iterations*100, false, 1.05);
46 private void timeAndCompare(TreeSet ts1, TreeSet ts2, int iterations, boolean expected, double factorOfStandard) {
47 double utilityTimeSorted = timeUtilityContainsAll(iterations, ts1, ts2, expected)/(double)iterations;
48 double standardTimeSorted = timeStandardContainsAll(iterations, ts1, ts2, expected)/(double)iterations
    [all...]
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/util/
TestUtilities.java 25 TreeSet ts2 = new TreeSet(); local
32 ts2.add(prefix + String.valueOf(i) + postfix);
35 CollectionUtilities.containsAll(ts1, ts2);
36 ts1.containsAll(ts2);
38 timeAndCompare(ts1, ts2, iterations, true, .75);
41 timeAndCompare(ts1, ts2, iterations, true, .75);
42 timeAndCompare(ts2, ts1, iterations*100, false, 1.05);
45 private void timeAndCompare(TreeSet ts1, TreeSet ts2, int iterations, boolean expected, double factorOfStandard) {
46 double utilityTimeSorted = timeUtilityContainsAll(iterations, ts1, ts2, expected)/(double)iterations;
47 double standardTimeSorted = timeStandardContainsAll(iterations, ts1, ts2, expected)/(double)iterations
    [all...]
  /bionic/tests/
time_test.cpp 561 timespec ts2; local
562 ASSERT_EQ(0, syscall(__NR_clock_gettime, CLOCK_MONOTONIC, &ts2));
565 ts2.tv_sec -= ts1.tv_sec;
566 ts2.tv_nsec -= ts1.tv_nsec;
567 if (ts2.tv_nsec < 0) {
568 --ts2.tv_sec;
569 ts2.tv_nsec += NS_PER_S;
573 ASSERT_EQ(0, ts2.tv_sec);
574 ASSERT_LT(ts2.tv_nsec, 1000000);
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/
dbregtest.cpp 113 timeval ts1, ts2, ts3, ts4; local
206 gettimeofday(&ts2, NULL);
208 double elapsedTime = (ts2.tv_sec - ts1.tv_sec)*1000.0; // sec to ms
209 elapsedTime += (ts2.tv_usec - ts1.tv_usec)/1000.0; // us to ms
  /cts/tests/tests/media/src/android/media/cts/
MediaPlayerTest.java 1267 MediaTimestamp ts2 = mMediaPlayer.getTimestamp(); local
    [all...]
  /external/selinux/libsepol/src/
module_to_cil.c 909 struct type_set *ts1 = NULL, *ts2; local
922 ts2 = (struct type_set *)node->set;
923 if (ts1->flags != ts2->flags)
925 if (ebitmap_cmp(&ts1->negset, &ts2->negset) == 0)
927 if (ebitmap_cmp(&ts1->types, &ts2->types) == 0)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9-dev-r3297-4/
javac-9-dev-r3297-4.jar 
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 
  /prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/uast/171.2455.10/
uast-171.2455.10.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/uast/171.3780.107/
uast-171.3780.107.jar 
  /prebuilts/tools/common/intellij-core/171.2455.10/
intellij-core.jar 

Completed in 1126 milliseconds