Home
last modified time | relevance | path

Searched defs:handle (Results 1 – 8 of 8) sorted by relevance

/development/vndk/tools/definition-tool/tests/testdata/test_elfdump/input/
Dmain.c10 void *handle = dlopen(argv[1], RTLD_NOW); in main() local
/development/samples/SampleSyncAdapter/samplesyncadapter_server/model/
Ddatastore.py25 handle = db.StringProperty(required=True) variable in Contact
/development/samples/AutofillKeyboard/src/com/example/android/autofillkeyboard/
DKeyboard.java121 private void handle(String data) { in handle() method in Keyboard
DAutofillImeService.java390 void handle(String data) { in handle() method in AutofillImeService
/development/gsi/gsi_util/gsi_util/utils/tests/
Dcmd_utils_unittest.py38 def handle(self, record): member in RunCommandTest.setUp.Target
/development/samples/browseable/PermissionRequest/src/com.example.android.permissionrequest/
DSimpleWebServer.java119 private void handle(Socket socket) throws IOException { in handle() method in SimpleWebServer
/development/samples/SampleSyncAdapter/samplesyncadapter_server/
Ddashboard.py45 def send_form(self, title, action, contactId, handle, content_obj): argument
/development/tools/checkcolor/src/main/java/com/google/checkcolor/lint/
DHardcodedColorDetector.java224 final Location.Handle handle = context.createLocationHandle(node); in addIndirectColor() local