Searched
full:1000 (Results
1151 -
1175 of
9567) sorted by null
<<41424344454647484950>>
/external/chromium_org/third_party/sqlite/src/tool/ |
speedtest.tcl | 34 set delay 1000 104 if {$n>=1000} { 105 set txt "[number_name [expr {$n/1000}]] thousand" 106 set n [expr {$n%1000}] 130 for {set i 1} {$i<=1000} {incr i} { 135 runtest {1000 INSERTs} 193 for {set i 0} {$i<1000} {incr i} { 200 runtest {1000 UPDATEs without an index}
|
/external/chromium_org/third_party/webrtc/base/ |
win32socketserver_unittest.cc | 21 server.Wait(1000, true); 22 EXPECT_GE(TimeSince(start), 1000);
|
/external/chromium_org/third_party/webrtc/modules/audio_processing/test/ |
test_utils.h | 33 return AudioProcessing::kChunkSizeMs * rate / 1000; 40 sample_rate_hz / 1000;
|
/external/chromium_org/third_party/webrtc/system_wrappers/source/ |
condition_variable_posix.cc | 81 const int MILLISECONDS_PER_SECOND = 1000; 83 const int MICROSECONDS_PER_MILLISECOND = 1000;
|
/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/extended/ |
ec_metrics_test.cc | 46 Sleep(1000); 81 Sleep(1000);
|
/external/chromium_org/ui/events/gesture_detection/ |
velocity_tracker_state.cc | 48 vx = vx * units / 1000.f; 49 vy = vy * units / 1000.f;
|
/external/chromium_org/ui/views/widget/desktop_aura/ |
x11_topmost_window_finder_unittest.cc | 253 EXPECT_NE(xid1, FindTopmostXWindowAt(1000, 1000)); 254 EXPECT_NE(xid2, FindTopmostXWindowAt(1000, 1000)); 255 EXPECT_NE(xid3, FindTopmostXWindowAt(1000, 1000)); 256 EXPECT_EQ(NULL, FindTopmostLocalProcessWindowAt(1000, 1000));
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-2612.js | 46 return (seed % 1000) / 1000;
|
regress-crbug-178790.js | 32 for (var i = 0; i < 1000; i++) { 48 for (var i = 0; i < 1000; i++) {
|
/external/chromium_org/v8/test/webkit/ |
boolean-argument-prediction.js | 39 for (var i = 0; i < 1000; ++i) { 53 for (var i = 0; i < 1000; ++i) {
|
dfg-inline-function-dot-caller.js | 51 for (var i = 0; i < 1000; i++) 57 for (var i = 0; i < 1000; i++) {
|
dfg-string-stricteq.js | 45 for (var i = 0; i < 1000; ++i) { 47 var b = "blah" + (1000 - i);
|
/external/clang/test/Analysis/ |
free.c | 30 free((void*)1000); // expected-warning {{Argument to free() is a constant address (1000), which is not memory allocated by malloc()}}
|
/external/clang/test/CodeGen/ |
2004-03-09-LargeArrayInitializers.c | 6 const int XX[1000] = { 0, 0 }; 7 const char S [1000] = "foo";
|
/external/clang/test/SemaCXX/ |
gnu-flags.cpp | 67 static const int B = int(0.75 * 1000 * 1000);
|
i-c-e-cxx.cpp | 51 static const int B = int(0.75 * 1000 * 1000); // expected-warning {{not a constant expression; folding it to a constant is a GNU extension}}
|
/external/compiler-rt/lib/tsan/tests/unit/ |
tsan_vector_test.cc | 33 for (int i = 0; i < 1000; i++) { 38 for (int i = 0; i < 1000; i++) {
|
/external/deqp/framework/delibs/decpp/ |
dePoolArray.cpp | 58 for (i = 0; i < 1000; i++) 73 arr.resize(1000); 74 arr16.resize(1000); 75 for (i = 1000; i < 5000; i++) 132 for (i = 0; i < 1000; i++) 147 arr.resize(1000); 148 arr16.resize(1000); 149 for (i = 1000; i < 5000; i++)
|
/external/eigen/bench/btl/data/ |
mk_new_gnuplot.sh | 25 # echo "set terminal svg enhanced size 1000 1000 fname \"Times\" fsize 36" >> $WHAT.gnuplot
|
/external/kernel-headers/original/uapi/linux/ |
mdio.h | 110 #define MDIO_PMA_SPEED_1000 0x0010 /* 1000M capable */ 140 #define MDIO_PMA_CTRL2_1000BT 0x000c /* 1000BASE-T type */ 141 #define MDIO_PMA_CTRL2_1000BKX 0x000d /* 1000BASE-KX type */ 193 #define MDIO_PMA_EXTABLE_1000BT 0x0020 /* 1000BASE-T ability */ 194 #define MDIO_PMA_EXTABLE_1000BKX 0x0040 /* 1000BASE-KX ability */ 251 #define MDIO_AN_EEE_ADV_1000T 0x0004 /* Advertise 1000T EEE cap */ 258 #define MDIO_EEE_1000T MDIO_AN_EEE_ADV_1000T /* 1000T EEE cap */ 260 #define MDIO_EEE_1000KX 0x0010 /* 1000KX EEE cap */
|
/external/libcxx/test/algorithms/alg.sorting/alg.heap.operations/make.heap/ |
make_heap_comp.pass.cpp | 50 test(1000); 54 const int N = 1000;
|
/external/libcxx/test/algorithms/alg.sorting/alg.heap.operations/pop.heap/ |
pop_heap_comp.pass.cpp | 50 test(1000); 54 const int N = 1000;
|
/external/libcxx/test/algorithms/alg.sorting/alg.heap.operations/push.heap/ |
push_heap_comp.pass.cpp | 49 test(1000); 53 const int N = 1000;
|
/external/libcxx/test/algorithms/alg.sorting/alg.heap.operations/sort.heap/ |
sort_heap_comp.pass.cpp | 51 test(1000); 55 const int N = 1000;
|
/external/libcxx/test/algorithms/alg.sorting/alg.sort/sort/ |
sort_comp.pass.cpp | 37 std::vector<int> v(1000); 47 std::vector<std::unique_ptr<int> > v(1000);
|
Completed in 1885 milliseconds
<<41424344454647484950>>