/external/chromium_org/third_party/sqlite/src/test/ |
D | vtabD.test | 29 CREATE VIRTUAL TABLE tv1 USING echo(t1); 40 execsql { SELECT * FROM tv1 WHERE a = 1 OR b = 4 } 43 execsql { SELECT * FROM tv1 WHERE a = 1 OR b = 1 } 46 execsql { SELECT * FROM tv1 WHERE (a > 0 AND a < 5) OR (b > 15 AND b < 65) } 50 execsql { SELECT * FROM tv1 WHERE a < 500 OR b = 810000 } 58 execsql { SELECT * FROM tv1 WHERE a < 90000 OR b = 8100000000 } 67 execsql { SELECT * FROM tv1 WHERE a = 90001 OR b = 810000 }
|
D | select7.test | 47 CREATE VIEW tv1 AS SELECT x.id, tx.id FROM x JOIN tempx tx ON tx.id=x.id; 49 CREATE VIEW tv2 AS SELECT * FROM tv1 UNION SELECT * FROM tv1b;
|
/external/llvm/include/llvm/Support/ |
D | TimeValue.h | 183 friend TimeValue operator + (const TimeValue &tv1, const TimeValue &tv2); 188 friend TimeValue operator - (const TimeValue &tv1, const TimeValue &tv2); 371 inline TimeValue operator + (const TimeValue &tv1, const TimeValue &tv2) { 372 TimeValue sum (tv1.seconds_ + tv2.seconds_, tv1.nanos_ + tv2.nanos_); 377 inline TimeValue operator - (const TimeValue &tv1, const TimeValue &tv2) { 378 TimeValue difference (tv1.seconds_ - tv2.seconds_, tv1.nanos_ - tv2.nanos_ );
|
/external/iputils/ |
D | clockdiff.c | 135 struct timeval tv1, tout; in measure() local 195 (void)gettimeofday (&tv1, (struct timezone *)0); in measure() 196 *(__u32*)(oicp+1) = htonl((tv1.tv_sec % (24*60*60)) * 1000 in measure() 197 + tv1.tv_usec / 1000); in measure() 219 (void)gettimeofday(&tv1, (struct timezone *)0); in measure() 233 recvtime = (tv1.tv_sec % (24*60*60)) * 1000 + in measure() 234 tv1.tv_usec / 1000; in measure() 312 struct timeval tv1, tout; in measure_opt() local 373 gettimeofday (&tv1, NULL); in measure_opt() 374 ((__u32*)(oicp+1))[0] = htonl((tv1.tv_sec % (24*60*60)) * 1000 in measure_opt() [all …]
|
D | arping.c | 102 #define MS_TDIFF(tv1,tv2) ( ((tv1).tv_sec-(tv2).tv_sec)*1000 + \ argument 103 ((tv1).tv_usec-(tv2).tv_usec)/1000 )
|
/external/e2fsprogs/e2fsck/ |
D | scantest.c | 66 static __inline__ float timeval_subtract(struct timeval *tv1, in timeval_subtract() argument 69 return ((tv1->tv_sec - tv2->tv_sec) + in timeval_subtract() 70 ((float) (tv1->tv_usec - tv2->tv_usec)) / 1000000); in timeval_subtract()
|
D | util.c | 309 static _INLINE_ float timeval_subtract(struct timeval *tv1, in timeval_subtract() argument 312 return ((tv1->tv_sec - tv2->tv_sec) + in timeval_subtract() 313 ((float) (tv1->tv_usec - tv2->tv_usec)) / 1000000); in timeval_subtract()
|
/external/e2fsprogs/misc/ |
D | badblocks.c | 164 static char *time_diff_format(struct timeval *tv1, in time_diff_format() argument 167 time_t diff = (tv1->tv_sec - tv2->tv_sec); in time_diff_format() 330 struct timeval tv1, tv2; in do_read() local 346 gettimeofday(&tv1, NULL); in do_read() 358 ts.tv_sec = tv2.tv_sec - tv1.tv_sec; in do_read() 359 ts.tv_nsec = (tv2.tv_usec - tv1.tv_usec) * MILISEC; in do_read() 376 tv.tv_sec = tv2.tv_sec - tv1.tv_sec; in do_read() 377 tv.tv_usec = tv2.tv_usec - tv1.tv_usec; in do_read()
|
/external/e2fsprogs/lib/uuid/ |
D | gen_uuid.c | 348 unsigned long tv1, tv2; in get_clock() local 352 &cl, &tv1, &tv2, &a) == 4) { in get_clock() 354 last.tv_sec = tv1; in get_clock()
|
/external/mksh/src/ |
D | funcs.c | 2533 struct timeval usrtime, systime, tv0, tv1; in timex() local 2552 mksh_TIME(tv1); in timex() 2571 timersub(&tv1, &tv0, &tv1); in timex() 2573 p_time(shl_out, true, tv1.tv_sec, tv1.tv_usec, in timex() 2576 p_time(shl_out, false, tv1.tv_sec, tv1.tv_usec, in timex()
|
D | check.t | 7817 typeset -Uui16 tv1=1#~ tv2=1# tv3=1#� tv4=1#� tv5=1#� tv6=1#� tv7=1# tv8=1# 7818 …echo "specX <${tv1#16#}> <${tv2#16#}> <${tv3#16#}> <${tv4#16#}> <${tv5#16#}> <${tv6#16#}> <${tv7#1… 7819 typeset -i1 tv1 tv2 tv3 tv4 tv5 tv6 tv7 tv8 7820 …echo "specW <${tv1#1#}> <${tv2#1#}> <${tv3#1#}> <${tv4#1#}> <${tv5#1#}> <${tv6#1#}> <${tv7#1#}> <$…
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
D | multi-level-substitution.cpp | 235 …tuple_of_values<int, float> tv1; // expected-note{{in instantiation of template class 'ExpandingNo… variable
|
/external/llvm/test/Transforms/SROA/ |
D | basictest.ll | 1352 %tv1 = alloca { <2 x float>, <2 x float> }, align 8 1353 %0 = getelementptr { <2 x float>, <2 x float> }* %tv1, i64 0, i32 1 1355 %1 = getelementptr inbounds { <2 x float>, <2 x float> }* %tv1, i64 0, i32 1, i64 0
|
/external/chromium/net/base/ |
D | ssl_false_start_blacklist.txt | 4287 webmail.tv1.com.br
|