/development/ndk/platforms/android-21/include/linux/ |
D | firewire-cdev.h | 70 __u32 handle; member 86 __u32 handle; member 110 __u32 handle; member 194 __u32 handle; member 201 __u32 handle; member 206 __u32 handle; member 221 __u32 handle; member 225 __u32 handle; member 239 __u32 handle; member 244 __u32 handle; member [all …]
|
D | ion.h | 51 ion_user_handle_t handle; member 55 ion_user_handle_t handle; member 60 ion_user_handle_t handle; member
|
D | nbd.h | 57 char handle[8]; member 66 char handle[8]; member
|
D | binder.h | 54 __u32 handle; member 97 __u32 handle; member 126 __u32 handle; member
|
D | fsl_hypervisor.h | 65 __u32 handle; member
|
D | telephony.h | 50 int handle; member
|
/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/ndk/platforms/android-21/include/arpa/ |
D | nameser.h | 150 #define ns_msg_id(handle) ((handle)._id + 0) argument 151 #define ns_msg_base(handle) ((handle)._msg + 0) argument 152 #define ns_msg_end(handle) ((handle)._eom + 0) argument 153 #define ns_msg_size(handle) ((size_t)((handle)._eom - (handle)._msg)) argument 154 #define ns_msg_count(handle, section) ((handle)._counts[section] + 0) argument 645 void ns_newmsg_id(ns_newmsg *handle, uint16_t id); 646 void ns_newmsg_flag(ns_newmsg *handle, ns_flag flag, u_int value); 647 int ns_newmsg_q(ns_newmsg *handle, ns_nname_ct qname, 649 int ns_newmsg_rr(ns_newmsg *handle, ns_sect sect, 653 size_t ns_newmsg_done(ns_newmsg *handle);
|
/development/ndk/platforms/android-3/include/ |
D | dlfcn.h | 36 extern int dlclose(void* handle); 38 extern void* dlsym(void* handle, const char* symbol);
|
D | nsswitch.h | 211 void *handle; /* handle from dlopen() */ member
|
/development/ndk/platforms/android-8/include/ |
D | dlfcn.h | 47 extern int dlclose(void* handle); 49 extern void* dlsym(void* handle, const char* symbol);
|
/development/ndk/platforms/android-21/include/ |
D | dlfcn.h | 47 extern int dlclose(void* handle); 49 extern void* dlsym(void* handle, const char* symbol);
|
D | nsswitch.h | 204 void *handle; /* handle from dlopen() */ member
|
/development/samples/browseable/PermissionRequest/ |
D | _index.jd | 8 This sample shows how to handle PermissionRequest coming from web apps inside of a
|
/development/ndk/platforms/android-9/include/ |
D | thread_db.h | 145 extern td_err_e td_thr_get_info(td_thrhandle_t const * handle, 148 extern td_err_e td_thr_event_enable(td_thrhandle_t const * handle,
|
/development/ndk/platforms/android-21/samples/native-codec/jni/ |
D | looper.cpp | 129 handle(msg->what, msg->obj); in loop() 149 void looper::handle(int what, void* obj) { in handle() function in looper
|
D | looper.h | 30 virtual void handle(int what, void *data);
|
D | native-codec-jni.cpp | 76 virtual void handle(int what, void* obj); 150 void mylooper::handle(int what, void* obj) { in handle() function in mylooper
|
/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/RuntimePermissionsWear/ |
D | _index.jd | 8 A sample that shows how you can handle remote data that requires permissions both on
|
/development/ndk/platforms/android-3/include/linux/ |
D | binder.h | 40 signed long handle; member 80 size_t handle; member
|
D | telephony.h | 42 int handle; member
|
/development/samples/browseable/PermissionRequest/src/com.example.android.permissionrequest/ |
D | SimpleWebServer.java | 99 handle(socket); in run() 115 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
|