Home
last modified time | relevance | path

Searched refs:handle (Results 1 – 25 of 29) sorted by relevance

12

/development/ndk/platforms/android-21/include/linux/
Dfirewire-cdev.h70 __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 …]
Dion.h51 ion_user_handle_t handle; member
55 ion_user_handle_t handle; member
60 ion_user_handle_t handle; member
Dnbd.h57 char handle[8]; member
66 char handle[8]; member
Dbinder.h54 __u32 handle; member
97 __u32 handle; member
126 __u32 handle; member
Dfsl_hypervisor.h65 __u32 handle; member
Dtelephony.h50 int handle; member
/development/samples/SampleSyncAdapter/samplesyncadapter_server/
Dweb_services.py205 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 …]
Ddashboard.py45 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/
Dnameser.h150 #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/
Ddlfcn.h36 extern int dlclose(void* handle);
38 extern void* dlsym(void* handle, const char* symbol);
Dnsswitch.h211 void *handle; /* handle from dlopen() */ member
/development/ndk/platforms/android-8/include/
Ddlfcn.h47 extern int dlclose(void* handle);
49 extern void* dlsym(void* handle, const char* symbol);
/development/ndk/platforms/android-21/include/
Ddlfcn.h47 extern int dlclose(void* handle);
49 extern void* dlsym(void* handle, const char* symbol);
Dnsswitch.h204 void *handle; /* handle from dlopen() */ member
/development/samples/browseable/PermissionRequest/
D_index.jd8 This sample shows how to handle PermissionRequest coming from web apps inside of a
/development/ndk/platforms/android-9/include/
Dthread_db.h145 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/
Dlooper.cpp129 handle(msg->what, msg->obj); in loop()
149 void looper::handle(int what, void* obj) { in handle() function in looper
Dlooper.h30 virtual void handle(int what, void *data);
Dnative-codec-jni.cpp76 virtual void handle(int what, void* obj);
150 void mylooper::handle(int what, void* obj) { in handle() function in mylooper
/development/scripts/gdb/
Ddalvik.gdb24 handle SIGSEGV noprint nostop pass
39 printf " handle SIGSEGV print stop\n"
58 handle SIGSEGV print stop pass
/development/samples/browseable/RuntimePermissionsWear/
D_index.jd8 A sample that shows how you can handle remote data that requires permissions both on
/development/ndk/platforms/android-3/include/linux/
Dbinder.h40 signed long handle; member
80 size_t handle; member
Dtelephony.h42 int handle; member
/development/samples/browseable/PermissionRequest/src/com.example.android.permissionrequest/
DSimpleWebServer.java99 handle(socket); in run()
115 private void handle(Socket socket) throws IOException { in handle() method in SimpleWebServer
/development/samples/SampleSyncAdapter/samplesyncadapter_server/model/
Ddatastore.py25 handle = db.StringProperty(required=True) variable in Contact

12