Home
last modified time | relevance | path

Searched defs:doc (Results 1 – 25 of 72) sorted by relevance

123

/packages/apps/Test/connectivity/sl4n/facades/test/
Dtest_facade.cpp65 void test_bool_true_return_wrapper(rapidjson::Document &doc) { in test_bool_true_return_wrapper()
82 void test_bool_false_return_wrapper(rapidjson::Document &doc) { in test_bool_false_return_wrapper()
99 void test_null_return_wrapper(rapidjson::Document &doc) { in test_null_return_wrapper()
116 void test_string_empty_return_wrapper(rapidjson::Document &doc) { in test_string_empty_return_wrapper()
135 void test_string_max_return_wrapper(rapidjson::Document &doc) { in test_string_max_return_wrapper()
163 void test_specific_param_naming_wrapper(rapidjson::Document &doc) { in test_specific_param_naming_wrapper()
/packages/apps/Test/connectivity/sl4n/utils/
Dcommand_receiver.cpp31 void _clean_result(rapidjson::Document &doc) { in _clean_result()
36 void initiate(rapidjson::Document &doc) { in initiate()
48 void CommandReceiver::Call(rapidjson::Document& doc) { in Call()
Dcommon_utils.cpp22 bool CommonUtils::IsParamLengthMatching(rapidjson::Document& doc, in IsParamLengthMatching()
/packages/apps/Test/connectivity/sl4n/facades/bluetooth/
Dbt_binder_facade.cpp207 void bt_binder_get_local_name_wrapper(rapidjson::Document &doc) { in bt_binder_get_local_name_wrapper()
228 void bt_binder_init_interface_wapper(rapidjson::Document &doc) { in bt_binder_init_interface_wapper()
245 void bt_binder_set_local_name_wrapper(rapidjson::Document &doc) { in bt_binder_set_local_name_wrapper()
272 void bt_binder_get_local_address_wrapper(rapidjson::Document &doc) { in bt_binder_get_local_address_wrapper()
293 void bt_binder_enable_wrapper(rapidjson::Document &doc) { in bt_binder_enable_wrapper()
310 void bt_binder_register_ble_wrapper(rapidjson::Document &doc) { in bt_binder_register_ble_wrapper()
328 void bt_binder_set_adv_settings_wrapper(rapidjson::Document &doc) { in bt_binder_set_adv_settings_wrapper()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
DRecentsLoaderTests.java94 final DocumentInfo doc = mEnv.model.createFolder("test"); in testDocumentsNotIncludeDirectory() local
108 final DocumentInfo doc = mEnv.model.createFile(".test"); in testShowOrHideHiddenFiles() local
124 final DocumentInfo doc = mEnv.model.createFile("freddy.jpg", in testDocumentsNotMovable() local
154 final DocumentInfo doc = mEnv.model.createFile("freddy.jpg"); in testContentsUpdate_observable() local
DGlobalSearchLoaderTest.java74 final DocumentInfo doc = mEnv.model.createFile(SEARCH_STRING + ".jpg", FILE_FLAG); in setUp() local
127 final DocumentInfo doc = mEnv.model.createFolder(SEARCH_STRING); in testSearchResult_includeDirectory() local
145 final DocumentInfo doc = mEnv.model.createFile(".test" + SEARCH_STRING); in testShowOrHideHiddenFiles() local
DDirectoryResultTest.java48 DocumentInfo doc = new DocumentInfo(); in testClose() local
/packages/apps/DocumentsUI/src/com/android/documentsui/files/
DActionHandler.java147 DocumentInfo doc = mModel.getDocument(selection.iterator().next()); in openSelectedInNewWindow() local
168 private void pasteIntoFolder(RootInfo root, @Nullable DocumentInfo doc) { in pasteIntoFolder()
201 DocumentInfo doc = mModel.getDocument(details.getSelectionKey()); in openItem() local
214 public boolean openDocument(DocumentInfo doc, @ViewType int type, @ViewType int fallback) { in openDocument()
224 public void springOpenDirectory(DocumentInfo doc) { in springOpenDirectory()
286 DocumentInfo doc = mModel.getDocument(selection.iterator().next()); in viewInOwner() local
370 DocumentInfo doc = docs.get(0); in shareSelectedDocuments() local
538 public void showChooserForDoc(DocumentInfo doc) { in showChooserForDoc()
556 public void showInspector(DocumentInfo doc) { in showInspector()
/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
DPickActivityTest.java74 DocumentInfo doc = new DocumentInfo(); in testOnDocumentPicked() local
93 DocumentInfo doc = new DocumentInfo(); in testOnDocumentPicked_otherUser() local
111 DocumentInfo doc = new DocumentInfo(); in testOnDocumentPicked_otherUserDoesNotReturn() local
DIntegratedDownloadsUiTest.java62 UiObject doc = bots.directory.findDocument("Unsuccessful"); in testDownload_RetryUnsuccessful() local
/packages/apps/DocumentsUI/src/com/android/documentsui/
DAbstractActionHandler.java211 public void refreshDocument(DocumentInfo doc, BooleanConsumer callback) { in refreshDocument()
246 public boolean openItem(ItemDetails<String> doc, @ViewType int type, @ViewType int fallback) { in openItem()
251 public void showInspector(DocumentInfo doc) { in showInspector()
256 public void springOpenDirectory(DocumentInfo doc) { in springOpenDirectory()
342 public void showChooserForDoc(DocumentInfo doc) { in showChooserForDoc()
359 public void openContainerDocument(DocumentInfo doc) { in openContainerDocument()
377 public void onDocumentOpened(DocumentInfo doc, @ViewType int type, @ViewType int fallback, in onDocumentOpened()
440 private boolean viewDocument(DocumentInfo doc) { in viewDocument()
470 private boolean previewDocument(DocumentInfo doc, boolean fromPicker) { in previewDocument()
498 protected boolean manageDocument(DocumentInfo doc) { in manageDocument()
[all …]
DActionHandler.java83 void refreshDocument(DocumentInfo doc, BooleanConsumer callback); in refreshDocument()
121 void showInspector(DocumentInfo doc); in showInspector()
129 boolean openItem(ItemDetails<String> doc, @ViewType int type, @ViewType int fallback); in openItem()
136 void springOpenDirectory(DocumentInfo doc); in springOpenDirectory()
138 void showChooserForDoc(DocumentInfo doc); in showChooserForDoc()
142 void openContainerDocument(DocumentInfo doc); in openContainerDocument()
144 boolean previewItem(ItemDetails<String> doc); in previewItem()
DDirectoryResult.java30 public DocumentInfo doc; field in DirectoryResult
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/base/
DDocumentInfoTest.java70 DocumentInfo doc = new DocumentInfo(); in createDocInfo() local
165 final DocumentInfo doc = createDocInfo("authority.a", "doc.1", "text/plain"); in testGetTreeDocumentUri_otherUser_shouldHaveDifferentUri() local
177 final DocumentInfo doc = createDocInfo("authority.a", "doc.1", "text/plain"); in testGetTreeDocumentUri_otherUser_sameHostAndPath() local
192 final DocumentInfo doc = createDocInfo("authority.a", "doc.1", "text/plain"); in testGetTreeDocumentUri_otherUser_userInfo() local
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
Dnamespacetest.cpp37 DocumentType doc; in TEST() local
61 Document doc; in TEST() local
Ddocumenttest.cpp27 void ParseCheck(DocumentType& doc) { in ParseCheck()
72 DocumentType doc; in ParseTest() local
252 Document doc; in TEST() local
268 DocumentType doc(&valueAllocator, sizeof(parseBuffer) / 2, &parseAllocator); in TEST() local
281 Document doc; in TEST() local
/packages/apps/DocumentsUI/src/com/android/documentsui/services/
DResolvedResourcesJob.java113 boolean isEligibleDoc(DocumentInfo doc, RootInfo root) { in isEligibleDoc()
134 DocumentInfo doc; in buildDocumentList() local
/packages/apps/Test/connectivity/sl4n/facades/wifi/
Dwifi_facade.cpp157 void wifi_init_wrapper(rapidjson::Document &doc) { in wifi_init_wrapper()
174 void wifi_get_supported_feature_set_wrapper(rapidjson::Document &doc) { in wifi_get_supported_feature_set_wrapper()
/packages/apps/Launcher3/src/com/android/launcher3/logging/
DUiEvent.java33 String doc(); in doc() method
/packages/apps/DocumentsUI/src/com/android/documentsui/picker/
DActionHandler.java307 public void springOpenDirectory(DocumentInfo doc) { in springOpenDirectory()
314 DocumentInfo doc = mModel.getDocument(details.getSelectionKey()); in openItem() local
332 final DocumentInfo doc = mModel.getDocument(details.getSelectionKey()); in previewItem() local
462 void onDocumentPicked(DocumentInfo doc); in onDocumentPicked()
DPickActivity.java370 protected void onDirectoryCreated(DocumentInfo doc) { in onDirectoryCreated()
376 public void onDocumentPicked(DocumentInfo doc) { in onDocumentPicked()
413 DocumentInfo doc = docs.get(i); in onDocumentsPicked() local
/packages/apps/Test/connectivity/sl4n/rapidjson/test/perftest/
Drapidjsontest.cpp134 Document doc; in TEST_F() local
143 Document doc; in TEST_F() local
151 Document doc; in TEST_F() local
159 Document doc; in TEST_F() local
168 GenericDocument<UTF8<>, CrtAllocator> doc; in TEST_F() local
178 Document doc; in TEST_F() local
188 Document doc; in TEST_F() local
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestIconHelper.java36 public Drawable getDocumentIcon(Context context, DocumentInfo doc) { in getDocumentIcon()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/dirlist/
DTestItemDetailsLookup.java41 TestItemDetails doc = new TestItemDetails(); in initAt() local
/packages/apps/DocumentsUI/src/com/android/documentsui/inspector/
DMediaView.java67 public void accept(DocumentInfo doc, Bundle metadata, @Nullable Runnable geoClickListener) { in accept()
114 DocumentInfo doc, in showVideoData()
135 DocumentInfo doc, in showExifData()

123