Home
last modified time | relevance | path

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

123

/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/DocumentsUI/src/com/android/documentsui/files/
DActionHandler.java146 DocumentInfo doc = mModel.getDocument(selection.iterator().next()); in openSelectedInNewWindow() local
167 private void pasteIntoFolder(RootInfo root, @Nullable DocumentInfo doc) { in pasteIntoFolder()
200 DocumentInfo doc = mModel.getDocument(details.getSelectionKey()); in openItem() local
213 public boolean openDocument(DocumentInfo doc, @ViewType int type, @ViewType int fallback) { in openDocument()
223 public void springOpenDirectory(DocumentInfo doc) { in springOpenDirectory()
285 DocumentInfo doc = mModel.getDocument(selection.iterator().next()); in viewInOwner() local
366 DocumentInfo doc = docs.get(0); in shareSelectedDocuments() local
538 public void showChooserForDoc(DocumentInfo doc) { in showChooserForDoc()
555 private void onDocumentPicked(DocumentInfo doc, @ViewType int type, @ViewType int fallback) { in onDocumentPicked()
616 private boolean viewDocument(DocumentInfo doc) { in viewDocument()
[all …]
/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/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.java79 final DocumentInfo doc = mEnv.model.createFolder("test"); in testDocumentsNotIncludeDirectory() local
93 final DocumentInfo doc = mEnv.model.createFile("freddy.jpg", in testDocumentsNotMovable() local
123 final DocumentInfo doc = mEnv.model.createFile("freddy.jpg"); in testContentsUpdate_observable() local
DGlobalSearchLoaderTest.java71 final DocumentInfo doc = mEnv.model.createFile(SEARCH_STRING + ".jpg", FILE_FLAG); in setUp() local
143 final DocumentInfo doc = mEnv.model.createFolder(SEARCH_STRING); in testSearchResult_includeDirectory() local
/packages/apps/DocumentsUI/src/com/android/documentsui/
DActionHandler.java81 void refreshDocument(DocumentInfo doc, BooleanConsumer callback); in refreshDocument()
110 void showInspector(DocumentInfo doc); in showInspector()
118 boolean openItem(ItemDetails<String> doc, @ViewType int type, @ViewType int fallback); in openItem()
125 void springOpenDirectory(DocumentInfo doc); in springOpenDirectory()
127 void showChooserForDoc(DocumentInfo doc); in showChooserForDoc()
131 void openContainerDocument(DocumentInfo doc); in openContainerDocument()
133 boolean previewItem(ItemDetails<String> doc); in previewItem()
DAbstractActionHandler.java197 public void refreshDocument(DocumentInfo doc, BooleanConsumer callback) { in refreshDocument()
232 public boolean openItem(ItemDetails<String> doc, @ViewType int type, @ViewType int fallback) { in openItem()
237 public void showInspector(DocumentInfo doc) { in showInspector()
242 public void springOpenDirectory(DocumentInfo doc) { in springOpenDirectory()
323 public void showChooserForDoc(DocumentInfo doc) { in showChooserForDoc()
340 public void openContainerDocument(DocumentInfo doc) { in openContainerDocument()
353 public boolean previewItem(ItemDetails<String> doc) { in previewItem()
357 private void openFolderInSearchResult(@Nullable DocumentStack stack, DocumentInfo doc) { in openFolderInSearchResult()
397 private void openChildContainer(DocumentInfo doc) { in openChildContainer()
666 void onDocumentPicked(DocumentInfo doc); in onDocumentPicked()
DDirectoryResult.java32 public DocumentInfo doc; field in DirectoryResult
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
Dnamespacetest.cpp37 DocumentType doc; in TEST() local
61 Document doc; in TEST() local
/packages/apps/DocumentsUI/src/com/android/documentsui/services/
DResolvedResourcesJob.java112 boolean isEligibleDoc(DocumentInfo doc, RootInfo root) { in isEligibleDoc()
133 DocumentInfo doc; in buildDocumentList() local
/packages/apps/DocumentsUI/src/com/android/documentsui/picker/
DActionHandler.java305 public void springOpenDirectory(DocumentInfo doc) { in springOpenDirectory()
312 DocumentInfo doc = mModel.getDocument(details.getSelectionKey()); in openItem() local
330 final DocumentInfo doc = mModel.getDocument(details.getSelectionKey()); in previewItem() local
341 boolean priviewDocument(DocumentInfo doc) { in priviewDocument()
483 void onDocumentPicked(DocumentInfo doc); in onDocumentPicked()
/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/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestIconHelper.java36 public Drawable getDocumentIcon(Context context, DocumentInfo doc) { in getDocumentIcon()
DTestModel.java104 DocumentInfo doc = new DocumentInfo(); in createDocument() local
118 private void addToCursor(DocumentInfo doc) { in addToCursor()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/dirlist/
DTestItemDetailsLookup.java41 TestItemDetails doc = new TestItemDetails(); in initAt() local
/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
DIntegratedDownloadsUiTest.java62 UiObject doc = bots.directory.findDocument("Unsuccessful"); in testDownload_RetryUnsuccessful() local
/packages/apps/DocumentsUI/src/com/android/documentsui/ui/
DDocumentDebugInfo.java39 public void update(DocumentInfo doc) { in update()
/packages/apps/DocumentsUI/src/com/android/documentsui/inspector/actions/
DClearDefaultAppAction.java34 public ClearDefaultAppAction(Context context, PackageManager pm, DocumentInfo doc) { in ClearDefaultAppAction()
DShowInProviderAction.java35 public ShowInProviderAction(Context context, PackageManager pm, DocumentInfo doc, in ShowInProviderAction()
/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/services/Car/tools/emulator/
Dvhal_const_generate.py49 def printEnum(doc, name, dest, postprocess=lambda x: x): argument
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/inspector/
DInspectorControllerTest.java204 DocumentInfo doc = new DocumentInfo(); in testShowInProvider_visible() local
242 DocumentInfo doc = TestEnv.clone(TestEnv.FILE_JPG); in testMetadata_GeoHandlerInstalled() local
251 DocumentInfo doc = TestEnv.clone(TestEnv.FILE_JPG); in testMetadata_notDisplayedWhenNotReturned() local
269 DocumentInfo doc = TestEnv.clone(TestEnv.FILE_JPG); in testMetadata_GeoHandlerStartsAction() 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