/frameworks/native/cmds/installd/tests/ |
D | installd_cache_test.cpp | 74 static void touch(const char* path, int len, int time) { in touch() function 139 touch("com.example/normal", 1 * kMbInBytes, 60); in TEST_F() 142 touch("com.example/cache/foo/one", 1 * kMbInBytes, 60); in TEST_F() 143 touch("com.example/cache/foo/two", 2 * kMbInBytes, 120); in TEST_F() 163 touch("com.example/cache/foo/one", kMbInBytes, 60); in TEST_F() 164 touch("com.example/cache/foo/two", kMbInBytes, 120); in TEST_F() 185 touch("com.example/cache/foo/foo1", 1 * kMbInBytes, 60); in TEST_F() 186 touch("com.example/cache/foo/foo2", 1 * kMbInBytes, 60); in TEST_F() 188 touch("com.example/cache/bar/bar1", 2 * kMbInBytes, 120); in TEST_F() 189 touch("com.example/cache/bar/bar2", 2 * kMbInBytes, 120); in TEST_F() [all …]
|
D | installd_service_test.cpp | 79 static void touch(const char* path, uid_t owner, gid_t group, mode_t mode) { in touch() function 128 touch("com.example/cache/file", 10000, 10000, 0700); in TEST_F() 146 touch("com.example/foo/file", 10000, 20000, 0700); in TEST_F() 148 touch("com.example/bar/file", 10000, 20000, 0700); in TEST_F() 170 touch("com.example/foo/file", 10000, 20000, 0700); in TEST_F() 205 touch("com.example/foo/file", 10000, 20000, 0300); in TEST_F() 220 touch("com.example/foo/file", 10000, 20000, 0700); in TEST_F()
|
/frameworks/base/core/tests/coretests/src/android/os/ |
D | FileUtilsTest.java | 292 touch("file1", HOUR_IN_MILLIS); in testDeleteOlderTypical() 293 touch("file2", 1 * DAY_IN_MILLIS + HOUR_IN_MILLIS); in testDeleteOlderTypical() 294 touch("file3", 2 * DAY_IN_MILLIS + HOUR_IN_MILLIS); in testDeleteOlderTypical() 295 touch("file4", 3 * DAY_IN_MILLIS + HOUR_IN_MILLIS); in testDeleteOlderTypical() 296 touch("file5", 4 * DAY_IN_MILLIS + HOUR_IN_MILLIS); in testDeleteOlderTypical() 303 touch("file1", -HOUR_IN_MILLIS); in testDeleteOlderInFuture() 304 touch("file2", HOUR_IN_MILLIS); in testDeleteOlderInFuture() 305 touch("file3", WEEK_IN_MILLIS); in testDeleteOlderInFuture() 309 touch("file1", -HOUR_IN_MILLIS); in testDeleteOlderInFuture() 310 touch("file2", HOUR_IN_MILLIS); in testDeleteOlderInFuture() [all …]
|
/frameworks/base/services/core/java/com/android/server/display/ |
D | DisplayDeviceInfo.java | 256 public int touch; field in DisplayDeviceInfo 347 || touch != other.touch in diff() 381 touch = other.touch; in copyFrom() 410 sb.append(", touch ").append(touchToString(touch)); in toString() 426 private static String touchToString(int touch) { in touchToString() argument 427 switch (touch) { in touchToString() 437 return Integer.toString(touch); in touchToString()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/benchmarks/ |
D | Makefile.am | 50 touch protoc_middleman 54 touch protoc_middleman2 63 touch protoc_middleman 67 touch protoc_middleman
|
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/ |
D | FileRotatorTest.java | 212 touch("another_rotator.1024"); in testOtherFilesAndMalformed() 213 touch("another_rotator.1024-2048"); in testOtherFilesAndMalformed() 217 touch("rotator"); in testOtherFilesAndMalformed() 218 touch("rotator..."); in testOtherFilesAndMalformed() 219 touch("rotator.-"); in testOtherFilesAndMalformed() 220 touch("rotator.---"); in testOtherFilesAndMalformed() 221 touch("rotator.a-b"); in testOtherFilesAndMalformed() 222 touch("rotator_but_not_actually"); in testOtherFilesAndMalformed() 382 private void touch(String... names) throws IOException { in touch() method in FileRotatorTest
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | AppIconDragShadowBuilder.java | 41 public void onProvideShadowMetrics(Point size, Point touch) { in onProvideShadowMetrics() argument 45 touch.set(mIconSize / 2, mIconSize * 2 / 3); in onProvideShadowMetrics()
|
/frameworks/base/data/keyboards/ |
D | qwerty.idc | 19 touch.deviceType = touchScreen 20 touch.orientationAware = 1
|
D | qwerty2.idc | 19 touch.deviceType = touchScreen 20 touch.orientationAware = 1
|
D | Android.mk | 32 $(hide) mkdir -p $(dir $@) && touch $@
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/analytics/ |
D | DataCollector.java | 197 File touch = new File(dir, "rejected_touch_report_" + System.currentTimeMillis()); in reportRejectedTouch() local 200 new FileOutputStream(touch).write(b); in reportRejectedTouch() 205 return Uri.fromFile(touch); in reportRejectedTouch() 229 File touch = new File(file, "trace_" + System.currentTimeMillis()); in queueSession() 231 new FileOutputStream(touch).write(b); in queueSession()
|
/frameworks/native/services/vr/virtual_touchpad/idc/ |
D | vr-virtual-touchpad-1.idc | 19 touch.deviceType = touchScreen 31 touch.displayId = virtual:android:277f1a09-b88d-4d1e-8716-796f114d080b
|
/frameworks/native/services/vr/virtual_touchpad/aidl/android/dvr/ |
D | IVirtualTouchpadService.aidl | 28 void touch(int touchpad, float x, float y, float pressure) = 2; in touch() method
|
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestAppWithCorruptedDex/ |
D | Android.mk | 36 $(hide) touch $@
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/touch/ |
D | OverScroll.java | 16 package com.android.systemui.qs.touch;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | QSScrollLayout.java | 30 import com.android.systemui.qs.touch.OverScroll; 31 import com.android.systemui.qs.touch.SwipeDetector;
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/ |
D | Makefile.am | 196 touch protoc_middleman 208 touch protoc_middleman 225 @touch javac_middleman 235 @touch javac_middleman_lite
|
/frameworks/base/packages/InputDevices/ |
D | Android.mk | 43 $(hide) mkdir -p $(dir $@) && touch $@
|
/frameworks/native/cmds/installd/ |
D | migrate_legacy_obb_data.sh | 20 touch /sdcard/Android/obb/test_probe
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/touch/ |
D | ListGetSelectedViewTest.java | 17 package android.widget.listview.touch;
|
D | ListTouchTest.java | 17 package android.widget.listview.touch;
|
D | ListTouchBottomGravityTest.java | 17 package android.widget.listview.touch;
|
/frameworks/native/services/vr/virtual_touchpad/ |
D | VirtualTouchpadService.h | 24 binder::Status touch(int touchpad, float x, float y, float pressure) override;
|
/frameworks/base/core/tests/coretests/src/android/widget/gridview/touch/ |
D | GridTouchSetSelectionTest.java | 17 package android.widget.gridview.touch;
|
D | GridTouchStackFromBottomManyTest.java | 17 package android.widget.gridview.touch;
|