/development/vndk/tools/definition-tool/tests/testdata/test_elfdump/input/ |
D | main.c | 10 void *handle = dlopen(argv[1], RTLD_NOW); in main() local 11 if (!handle) { in main() 16 void (*test)(void) = dlsym(handle, "test"); in main() 23 dlclose(handle); in main()
|
/development/samples/SampleSyncAdapter/samplesyncadapter_server/ |
D | web_services.py | 205 handle = contact.handle 210 DeletedContactData(updated_contacts, handle, high_water_mark) 213 … UpdatedContactData(updated_contacts, handle, None, base_url, high_water_mark) 242 contact = datastore.Contact(handle='temp') 250 logging.info('Deleted contact: ' + contact.handle) 263 contact.handle = contact.firstname + '_' + contact.lastname 264 logging.info('Created new contact handle: ' + contact.handle) 266 logging.info('Saved contact: ' + contact.handle) 282 UpdatedContactData(updated_contacts, contact.handle, client_id, base_url, 316 contact1 = datastore.Contact(handle = 'juliet', [all …]
|
D | dashboard.py | 45 def send_form(self, title, action, contactId, handle, content_obj): argument 56 'handle': handle, 58 'has_handle': (handle != None), 104 self.send_form('Edit Contact', '/edit_contact', id, contact.handle, 119 self.send_form('Edit Contact', '/edit_contact', id, contact.handle, data)
|
/development/tools/checkcolor/src/main/java/com/google/checkcolor/lint/ |
D | HardcodedColorDetector.java | 191 for (Location.Handle handle : indirectColorMultiMap.get(fullColorName)) { in afterCheckProject() 192 context.report(ISSUE, handle.resolve(), ERROR_MESSAGE); in afterCheckProject() 224 final Location.Handle handle = context.createLocationHandle(node); in addIndirectColor() local 225 handle.setClientData(node); in addIndirectColor() 227 indirectColorMultiMap.put(color, handle); in addIndirectColor()
|
/development/samples/browseable/PermissionRequest/ |
D | _index.jd | 8 This sample shows how to handle PermissionRequest coming from web apps inside of a
|
/development/samples/browseable/RuntimePermissionsWear/ |
D | _index.jd | 8 A sample that shows how you can handle remote data that requires permissions both on
|
/development/samples/AutofillKeyboard/src/com/example/android/autofillkeyboard/ |
D | Keyboard.java | 117 softkey.setOnClickListener(v -> handle(data)); in mapKeys() 121 private void handle(String data) { in handle() method in Keyboard 131 mAutofillImeService.handle(data); in handle()
|
D | AutofillImeService.java | 390 void handle(String data) { in handle() method in AutofillImeService
|
/development/scripts/gdb/ |
D | dalvik.gdb | 24 handle SIGSEGV noprint nostop pass 39 printf " handle SIGSEGV print stop\n" 58 handle SIGSEGV print stop pass
|
/development/samples/browseable/PermissionRequest/src/com.example.android.permissionrequest/ |
D | SimpleWebServer.java | 103 handle(socket); in run() 119 private void handle(Socket socket) throws IOException { in handle() method in SimpleWebServer
|
/development/samples/SampleSyncAdapter/samplesyncadapter_server/model/ |
D | datastore.py | 25 handle = db.StringProperty(required=True) variable in Contact
|
/development/samples/browseable/DragAndDropAcrossApps/ |
D | _index.jd | 16 handle drag and drop events.
|
/development/tools/logblame/ |
D | sample.txt | 37 queueActivate: sensor=28, handle=30, enable=0 50 queueActivate: sensor=12, handle=7, enable=0 92 queueBatch: sensor=24, handle=20, period=1000000, latency=0 98 queueActivate: sensor=24, handle=20, enable=1 216 queueBatch: sensor=24, handle=20, period=1000000, latency=0 222 queueActivate: sensor=24, handle=20, enable=1 276 queueBatch: sensor=13, handle=6, period=200000000, latency=0 282 queueActivate: sensor=13, handle=6, enable=1 316 queueBatch: sensor=28, handle=30, period=66667000, latency=0 330 queueActivate: sensor=28, handle=30, enable=1 [all …]
|
/development/gsi/gsi_util/gsi_util/utils/tests/ |
D | cmd_utils_unittest.py | 38 def handle(self, record): member in RunCommandTest.setUp.Target
|
/development/samples/SkeletonApp/ |
D | readme.txt | 18 to the user (in the app launcher's list), handle data types, etc.
|
/development/tools/labpretest/ |
D | README | 52 The script should handle the rest, unless there are radical changes to file
|
/development/tools/winscope/ |
D | yarn.lock | 3747 handle-thing@^2.0.0: 3749 …resolved "https://registry.yarnpkg.com/handle-thing/-/handle-thing-2.0.1.tgz#857f79ce359580c340d43… 6979 handle-thing "^2.0.0"
|
/development/samples/SearchableDictionary/res/raw/ |
D | definitions.txt | 657 operate - v. handle and cause to function
|