/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/base/ |
D | DocumentStackTest.java | 84 mStack.push(DIR_1); in testPushDocument_ModifiesStack() 85 mStack.push(DIR_2); in testPushDocument_ModifiesStack() 91 mStack.push(DIR_1); in testPopDocument_ModifiesStack() 92 mStack.push(DIR_2); in testPopDocument_ModifiesStack() 99 mStack.push(DIR_1); in testGetDocument() 100 mStack.push(DIR_2); in testGetDocument() 115 mStack.push(DIR_1); in testChangeRoot_ClearsStack() 126 mStack.push(DIR_1); in testReset() 138 mStack.push(DIR_1); in testCopyConstructor() 139 mStack.push(DIR_2); in testCopyConstructor() [all …]
|
/packages/modules/StatsD/statsd/tests/ |
D | indexed_priority_queue_test.cpp | 50 ipq.push(aa4); in TEST() 54 ipq.push(aa8); in TEST() 81 ipq.push(aa8); in TEST() 84 ipq.push(aa12); in TEST() 87 ipq.push(aa4); in TEST() 98 ipq.push(aa16); in TEST() 101 ipq.push(aa2); in TEST() 104 ipq.push(aa20); in TEST() 128 ipq.push(aa4_a); in TEST() 133 ipq.push(aa4_a); in TEST() [all …]
|
D | StatsService_test.cpp | 65 args.push(String8("-1")); in TEST() 66 args.push(String8("0")); in TEST() 67 args.push(String8("1")); in TEST() 68 args.push(String8("a1")); in TEST() 69 args.push(String8("")); in TEST()
|
/packages/modules/DnsResolver/ |
D | DnsQueryLogTest.cpp | 77 queryLog.push(std::move(r)); in TEST_F() 96 queryLog.push(std::move(record)); in TEST_F() 116 queryLog.push(std::move(r1)); in TEST_F() 117 queryLog.push(std::move(r2)); in TEST_F() 118 queryLog.push(std::move(r3)); in TEST_F() 133 queryLog.push(std::move(r1)); in TEST_F() 134 queryLog.push(std::move(r2)); in TEST_F() 135 queryLog.push(std::move(r3)); in TEST_F() 136 queryLog.push(std::move(r4)); in TEST_F() 145 queryLog.push(std::move(r1)); in TEST_F() [all …]
|
D | LockedQueue.h | 33 void push(T item) { in push() function 54 void push(T&& record) { in push() function
|
D | DnsQueryLog.cpp | 50 void DnsQueryLog::push(Record&& record) { in push() function in android::net::DnsQueryLog 51 mQueue.push(std::move(record)); in push()
|
D | DnsStatsTest.cpp | 88 sr.push(recordNoError); in TEST_F() 91 sr.push(recordNoError); in TEST_F() 94 sr.push(recordTimeout); in TEST_F() 98 sr.push(recordTimeout); in TEST_F() 102 sr.push(recordTimeout); in TEST_F()
|
/packages/modules/Virtualization/compos/src/ |
D | compsvc.rs | 85 worker_args.push("--in-fd".to_string()); in build_worker_args() 86 worker_args.push(format!("{}:{}", annotation.fd, annotation.file_size)); in build_worker_args() 89 worker_args.push("--out-fd".to_string()); in build_worker_args() 90 worker_args.push(annotation.fd.to_string()); in build_worker_args() 93 worker_args.push("--debug".to_string()); in build_worker_args() 95 worker_args.push("--".to_string()); in build_worker_args() 99 worker_args.push(self.task_bin.clone()); in build_worker_args()
|
D | pvm_exec.rs | 58 args.push("--ro-fds".to_string()); in spawn_fd_server() 59 args.push(metadata.fd.to_string()); in spawn_fd_server() 60 inheritable_fds.push(metadata.fd); in spawn_fd_server() 63 args.push("--rw-fds".to_string()); in spawn_fd_server() 64 args.push(metadata.fd.to_string()); in spawn_fd_server() 65 inheritable_fds.push(metadata.fd); in spawn_fd_server()
|
D | compsvc_worker.rs | 54 args.push("--remote-ro-file-unverified".to_string()); in spawn_authfs() 55 args.push(format!("{}:{}:{}", conf.fd, conf.fd, conf.file_size)); in spawn_authfs() 58 args.push("--remote-new-rw-file".to_string()); in spawn_authfs() 59 args.push(format!("{}:{}", conf.fd, conf.fd)); in spawn_authfs() 116 preserve_fds.push((1, 1)); in spawn_jailed_task() 117 preserve_fds.push((2, 2)); in spawn_jailed_task()
|
/packages/apps/Test/connectivity/sl4n/ |
D | README.md | 30 adb push <ANDROID_SOURCE_ROOT>/out/target/product/<TARGET>/system/bin/sl4n /system/bin 34 adb push <ANDROID_SOURCE_ROOT>/out/target/product/<TARGET>/system/lib/libbinder.so /system/lib 35 adb push <ANDROID_SOURCE_ROOT>/out/target/product/<TARGET>/system/lib/libchrome.so /system/lib 36 adb push <ANDROID_SOURCE_ROOT>/out/target/product/<TARGET>/system/lib/libevent.so /system/lib 42 adb push <ANDROID_SOURCE_ROOT>/out/target/product/<TARGET>/system/bin/bluetoothtbd /system/bin
|
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/picker/ |
D | ActionHandlerTest.java | 148 mEnv.state.stack.push(TestEnv.FOLDER_0); in testInitLocation_RestoresIfStackIsLoaded() 272 mEnv.state.stack.push(TestEnv.FOLDER_1); in testIncreasePickCountRecordCalled() 291 mEnv.state.stack.push(TestEnv.FOLDER_1); in testPickDocument_SetsCorrectResultAndFinishes_ActionPickCopyDestination() 292 mEnv.state.stack.push(TestEnv.FOLDER_2); in testPickDocument_SetsCorrectResultAndFinishes_ActionPickCopyDestination() 317 mEnv.state.stack.push(TestEnv.FOLDER_1); in testPickDocument_SetsCorrectResultAndFinishes_ActionOpenTree() 318 mEnv.state.stack.push(TestEnv.FOLDER_2); in testPickDocument_SetsCorrectResultAndFinishes_ActionOpenTree() 346 mEnv.state.stack.push(TestEnv.FOLDER_1); in testSaveDocument_SetsCorrectResultAndFinishes() 379 mEnv.state.stack.push(TestEnv.FOLDER_1); in testSaveDocument_ConfirmsOverwrite() 400 mEnv.state.stack.push(TestEnv.FOLDER_1); in testFinishPicking_SetsCorrectResultAndFinishes_ActionGetContent() 426 mEnv.state.stack.push(TestEnv.FOLDER_1); in testFinishPicking_SetsCorrectResultAndFinishes_ActionGetContent_MultipleSelection() [all …]
|
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/ |
D | AbstractActionHandlerTest.java | 196 mEnv.state.stack.push(TestEnv.FOLDER_0); in testOpensDocument_ExceptionIfAlreadyInStack() 261 mEnv.state.stack.push(TestEnv.FOLDER_0); in testLoadChildrenDocuments() 286 mEnv.state.stack.push(TestEnv.OtherUser.FOLDER_0); in testCrossProfileDocuments_success() 313 mEnv.state.stack.push(TestEnv.OtherUser.FOLDER_0); in testLoadCrossProfileDoc_failsWithQuietModeException() 335 mEnv.state.stack.push(TestEnv.OtherUser.FOLDER_0); in testLoadCrossProfileDoc_failsWithNoPermissionException() 356 mEnv.state.stack.push(TestEnv.OtherUser.FOLDER_0); in testLoadCrossProfileDoc_bothError_showNoPermissionException() 380 mEnv.state.stack.push(TestEnv.OtherUser.FOLDER_0); in testCrossProfileDocuments_reloadSuccessAfterCrossProfileError()
|
D | ProfileTabsTest.java | 70 mState.stack.push(TestEnv.FOLDER_0); in setUp() 121 mState.stack.push(TestEnv.FOLDER_1); in testUpdateView_twoUsers_subFolder_shouldHide() 134 mState.stack.push((TestEnv.FOLDER_0)); in testUpdateView_twoUsers_recents_subFolder_shouldHide() 146 mState.stack.push((TestEnv.FOLDER_0)); in testUpdateView_twoUsers_thirdParty_shouldHide()
|
/packages/providers/MediaProvider/ |
D | sqlite3.sh | 27 function sqlite3-push () { 37 adb push $dir/external.db /data/user/0/$package/databases/external.db 38 adb push $dir/external.db-wal /data/user/0/$package/databases/external.db-wal
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
D | StateManager.java | 72 mStack.push(new StateEntry(data, state)); in startState() 101 mStack.push(new StateEntry(data, state)); in startStateForResult() 251 mStack.push(new StateEntry(data, state)); in switchState() 288 mStack.push(new StateEntry(data, activityState)); in restoreFromState()
|
/packages/providers/CalendarProvider/tests/ |
D | EMMA_README | 85 adb push ${ANDROID_PRODUCT_OUT}/system/app/CalendarProvider.apk /system/app/ 86 ##adb push ${ANDROID_PRODUCT_OUT}/data/app/CalendarProviderTests.apk /data/app/ 87 adb push ${ANDROID_PRODUCT_OUT}/data/app/CtsProviderTestCases.apk /data/app/
|
/packages/modules/StatsD/statsd/src/logd/ |
D | LogEventQueue.cpp | 42 bool LogEventQueue::push(unique_ptr<LogEvent> item, int64_t* oldestTimestampNs) { in push() function in android::os::statsd::LogEventQueue 47 mQueue.push(std::move(item)); in push()
|
/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/dirlist/ |
D | DirectoryAddonsAdapterTest.java | 151 mEnv.state.stack.push(info); in testOpenTreeMessage_shouldBlockChild() 161 mEnv.state.stack.push(info); in testOpenTreeMessage_normalChild() 177 mEnv.state.stack.push(info); in testOpenTreeMessage_restrictStorageAccessFalse_blockTreeChild()
|
/packages/modules/Virtualization/docs/getting_started/ |
D | index.md | 53 $ adb push <kernel> /data/local/tmp/kernel 54 $ adb push <ramdisk> /data/local/tmp/ramdisk 55 $ adb push vm_config.json /data/local/tmp/vm_config.json
|
/packages/apps/DocumentsUI/src/com/android/documentsui/base/ |
D | DocumentStack.java | 93 push(doc); in DocumentStack() 127 public void push(DocumentInfo info) { in push() method in DocumentStack 168 push(rootRecent); in changeRoot()
|
/packages/modules/Virtualization/virtmanager/src/ |
D | aidl.rs | 202 self.0.lock().unwrap().push(callback); in add() 236 self.vms.push(vm); in add_vm() 241 self.debug_held_vms.push(vm); in debug_hold_vm()
|
/packages/modules/StatsD/statsd/tests/log_event/ |
D | LogEventQueue_test.cpp | 56 bool success = queue.push(makeLogEvent(timeBaseNs + i * 1000), &oldestEventNs); in TEST() 82 bool success = queue.push(makeLogEvent(timeBaseNs + i * 1000), &oldestEventNs); in TEST()
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/ |
D | dic_node_priority_queue.h | 70 mDicNodesQueue.push(pooledDicNode); in copyPush() 76 mDicNodesQueue.push(pooledDicNode); in copyPush()
|
/packages/modules/NeuralNetworks/tools/systrace_parser/parser/ |
D | tracker.py | 30 def push(self, phase): member in AppPhase 113 self.app_phase.push(phase) 121 self.mytree.push(time, mark, layer, phase, self.app_phase.current(), subtract)
|