/external/droiddriver/src/io/appium/droiddriver/actions/ |
ClickAction.java | 31 public static final ClickAction SINGLE = new SingleClick(1000L); 32 public static final ClickAction LONG = new LongClick(1000L); 33 public static final ClickAction DOUBLE = new DoubleClick(1000L); 76 // android.test.TouchUtils#clickView sleep 1000
|
/external/icu/icu4c/source/test/iotest/ |
iotest.h | 39 #define STANDARD_TEST_NUM_RANGE 1000
|
/external/lldb/test/benchmarks/expression/ |
main.cpp | 32 Data *data[1000]; 34 for (int i = 0; i < 1000; ++i) { 41 for (int j = 0; j < 1000; ++j) { 43 // Evaluate a couple of expressions (2*1000 = 2000 exprs):
|
/external/lldb/test/functionalities/non-overlapping-index-variable-i/ |
main.cpp | 32 Data *data[1000]; 34 for (int i = 0; i < 1000; ++i) { 41 for (int i = 0; i < 1000; ++i) { 43 // Evaluate a couple of expressions (2*1000 = 2000 exprs):
|
/external/llvm/test/MC/ELF/ |
pr19430.s | 6 .space 1000
|
/external/lzma/CPP/7zip/ |
Guid.txt | 115 {23170F69-40C1-278A-1000-000110xx0000}
162 {23170F69-40C1-278A-1000-000100030000} CAgentArchiveHandle
163 {23170F69-40C1-278A-1000-000100020000} ContextMenu.h::CZipContextMenu
167 {23170F69-40C1-278D-1000-000100020000} OptionsDialog.h::CLSID_CSevenZipOptions
|
/external/pdfium/fpdfsdk/src/ |
resource.h | 20 #define _APS_NEXT_CONTROL_VALUE 1000
|
/external/sfntly/cpp/src/test/ |
platform_thread.cc | 89 sleep_time.tv_sec = duration_ms / 1000; 90 duration_ms -= sleep_time.tv_sec * 1000; 93 sleep_time.tv_nsec = duration_ms * 1000 * 1000; // nanoseconds.
|
/external/skia/tests/ |
PathOpsCubicLineIntersectionIdeas.cpp | 147 SkDPoint origin = {ran.nextRangeF(-1000, 1000), ran.nextRangeF(-1000, 1000)}; 149 {ran.nextRangeF(-1000, 1000), ran.nextRangeF(-1000, 1000)}, 150 {ran.nextRangeF(-1000, 1000), ran.nextRangeF(-1000, 1000)} [all...] |
RTreeTest.cpp | 19 rect.fLeft = rand.nextRangeF(0, 1000); 20 rect.fRight = rand.nextRangeF(0, 1000); 21 rect.fTop = rand.nextRangeF(0, 1000); 22 rect.fBottom = rand.nextRangeF(0, 1000);
|
/external/valgrind/drd/tests/ |
std_list.cpp | 27 usleep(1000); 34 usleep(1000); 51 usleep(1000); 55 usleep(1000);
|
/external/valgrind/helgrind/tests/ |
hg01_all_ok.c | 14 memset (ptr, 0x55, 1000);
|
/external/valgrind/massif/tests/ |
new-cpp.cpp | 14 int array[1000];
|
/frameworks/base/core/java/com/android/internal/os/ |
MobileRadioPowerCalculator.java | 45 mStats.getMobileRadioActiveTime(rawRealtimeUs, statsType) / 1000; 69 app.mobileActive = u.getMobileRadioActiveTime(statsType) / 1000; 80 app.mobileRadioPowerMah = (app.mobileActive * mPowerRadioOn) / (1000*60*60); 103 / 1000; 104 final double p = (strengthTimeMs * mPowerBins[i]) / (60*60*1000); 117 / 1000; 118 final double p = (scanningTimeMs * mPowerScan) / (60*60*1000); 124 long radioActiveTimeMs = mStats.getMobileRadioActiveTime(rawRealtimeUs, statsType) / 1000; 127 power += (mPowerRadioOn * remainingActiveTimeMs) / (1000*60*60);
|
/frameworks/base/core/tests/coretests/src/android/os/ |
MessengerTest.java | 65 msg.arg2 = 1000; 79 if (msg.arg2 != 1000) { 81 "Message.arg2 is not 1000: " + msg.arg2)); 116 (new TestThread()).doTest(1000);
|
/frameworks/base/services/tests/servicestests/src/com/android/server/content/ |
SyncOperationTest.java | 70 1000, 94 1000, 106 1000, 118 1000, 130 long soon = 1000; 161 long fiveSecondsFromNow = 5 * 1000L; 162 long twoSecondsFlex = 2 * 1000L; 163 long eightSeconds = 8 * 1000L; 164 long fourSeconds = 4 * 1000L;
|
/frameworks/native/opengl/tests/finish/ |
finish.cpp | 94 printf("memcpy() time = %llu us\n", (t-now)/1000); 112 printf("glFinish() time = %llu us\n", (t-now)/1000); 126 printf("glFinish() time = %llu us\n", (t-now)/1000); 141 printf("glFinish() time = %llu us\n", (t-now)/1000); 156 printf("glFinish() time = %llu us\n", (t-now)/1000); 173 printf("glFinish() time = %llu us\n", (t-now)/1000); 192 printf("glFinish() time = %llu us\n", (t-now)/1000); 205 printf("glFinish() time = %llu us\n", (t-now)/1000); 221 printf("glFinish() time = %llu us\n", (t-now)/1000);
|
/frameworks/opt/chips/tests/src/com/android/ex/chips/ |
RecipientAlternatesAdapterTest.java | 40 addRow(c, "a", "1@android.com", 1, "home", 1000, 2000, "x", 0); 45 assertRow(result, 0, "a", "1@android.com", 1, "home", 1000, 2000, "x", 0); 48 addRow(c, "a", "2@android.com", 1, "home", 1000, 2000, "x", 0); 53 assertRow(result, 0, "a", "1@android.com", 1, "home", 1000, 2000, "x", 0); 54 assertRow(result, 1, "a", "2@android.com", 1, "home", 1000, 2000, "x", 0); 63 assertRow(result, 0, "a", "1@android.com", 1, "home", 1000, 2000, "x", 0); 64 assertRow(result, 1, "a", "2@android.com", 1, "home", 1000, 2000, "x", 0); 73 assertRow(result, 0, "a", "1@android.com", 1, "home", 1000, 2000, "x", 0); 74 assertRow(result, 1, "a", "2@android.com", 1, "home", 1000, 2000, "x", 0);
|
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/ |
shared.rsh | 23 return ((float)t) / 1000.f;
|
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/ |
shared.rsh | 23 return ((float)t) / 1000.f;
|
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/ |
shared.rsh | 23 return ((float)t) / 1000.f;
|
/frameworks/wilhelm/src/itf/ |
ILEDArray.c | 66 if (!(0 <= color.saturation && color.saturation <= 1000)) 68 if (!(0 <= color.lightness && color.lightness <= 1000)) 118 color->saturation = 1000; 119 color->lightness = 1000;
|
/hardware/intel/common/utils/ituxd/res/xml/ |
thermal_sensor_config.xml | 68 <DebounceInterval>1000</DebounceInterval> 91 <DebounceInterval>1000</DebounceInterval> 114 <DebounceInterval>1000</DebounceInterval> 135 <DebounceInterval>1000</DebounceInterval>
|
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/ |
TestResultLogger.java | 24 mResults = new ArrayList<Result>(1000); 43 // Multiply by 1000 to convert from ms to sec without loss 45 return (int) ((1000*(last.receivedBytes + first.receivedBytes))/ 84 return (int) ((1000*(errorBytes+last.receivedBytes-first.receivedBytes))/period);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/ |
libBrokenLocale.a | 5 /0 1334883708 0 0 100664 1000 `
|