Searched defs:id (Results 76 - 100 of 4123) sorted by relevance

1234567891011>>

/external/kernel-headers/original/uapi/linux/
H A Dkeychord.h28 * Reading /dev/keychord returns the id of a keychord when the
43 __u16 id; member in struct:input_keychord
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dxt_LED.h7 char id[27]; /* Unique ID for this trigger in the LED class */ member in struct:xt_led_info
/external/libmtp/examples/
H A Dtrexist.c34 uint32_t id; local
46 id = strtoul(argv[1], &endptr, 10);
50 } else if ( ! id ) {
51 fprintf(stderr, "bad song id %u\n", id);
62 printf("%s\n", LIBMTP_Track_Exists(device, id) ? "Yes" : "No");
/external/libnfc-nci/src/nfa/sys/
H A Dnfa_sys_cback.c56 void nfa_sys_cback_notify_enable_complete (UINT8 id) argument
58 nfa_sys_cb.enable_cplt_flags |= (0x0001 << id);
97 void nfa_sys_cback_notify_nfcc_power_mode_proc_complete (UINT8 id) argument
99 nfa_sys_cb.proc_nfcc_pwr_mode_cplt_flags |= (0x0001 << id);
/external/linux-tools-perf/perf-3.12.0/tools/perf/arch/arm64/include/
H A Dperf_regs.h12 static inline const char *perf_reg_name(int id) argument
14 switch (id) {
/external/linux-tools-perf/perf-3.12.0/tools/perf/arch/x86/include/
H A Dperf_regs.h20 static inline const char *perf_reg_name(int id) argument
22 switch (id) {
/external/lzma/CPP/7zip/Common/
H A DMethodId.cpp13 UString ConvertMethodIdToString(UInt64 id) argument
20 s[--len] = GetHex((Byte)id & 0xF);
21 id >>= 4;
22 s[--len] = GetHex((Byte)id & 0xF);
23 id >>= 4;
25 while (id != 0);
/external/srec/srec/Nametag/include/
H A DSR_NametagImpl.h40 LCHAR* id; member in struct:SR_NametagImpl_t
53 SREC_NAMETAG_API ESR_ReturnCode SR_Nametag_GetID(const SR_Nametag* self, LCHAR** id);
61 SREC_NAMETAG_API ESR_ReturnCode SR_Nametag_SetID(SR_Nametag* self, const LCHAR* id);
/external/wpa_supplicant_8/hs20/server/www/
H A Dcert-enroll.php10 if (isset($_GET["id"]))
11 $id = preg_replace("/[^a-fA-F0-9]/", "", $_GET["id"]); variable
13 die("Missing session id");
14 if (strlen($id) < 32)
15 die("Invalid session id");
17 $row = $db->query("SELECT rowid,* FROM sessions WHERE id='$id'")->fetch();
33 "VALUES ('', '$realm', '$id', " .
H A Dredirect.php10 if (isset($_GET["id"]))
11 $id = preg_replace("/[^a-fA-F0-9]/", "", $_GET["id"]); variable
13 $id = 0; variable
15 $row = $db->query("SELECT rowid,* FROM sessions WHERE id='$id'")->fetch();
28 "VALUES ('$user', '$realm', '$id', " .
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new_handlers.h20 unsigned int id; member in struct:bss_handler_args
/external/chromium_org/cc/layers/
H A Dsurface_layer_impl.h17 static scoped_ptr<SurfaceLayerImpl> Create(LayerTreeImpl* tree_impl, int id) { argument
18 return make_scoped_ptr(new SurfaceLayerImpl(tree_impl, id));
33 SurfaceLayerImpl(LayerTreeImpl* tree_impl, int id);
/external/chromium_org/cc/resources/
H A Dreturned_resource.h16 ReturnedResource() : id(0), sync_point(0), count(0), lost(false) {}
17 unsigned id; member in struct:cc::ReturnedResource
H A Dscoped_ui_resource.h33 UIResourceId id() { return id_; } function in class:cc::ScopedUIResource
H A Dui_resource_request.cc10 UIResourceId id)
11 : type_(type), id_(id) {}
14 UIResourceId id,
16 : type_(type), id_(id), bitmap_(new UIResourceBitmap(bitmap)) {}
9 UIResourceRequest(UIResourceRequestType type, UIResourceId id) argument
13 UIResourceRequest(UIResourceRequestType type, UIResourceId id, const UIResourceBitmap& bitmap) argument
/external/chromium_org/cc/test/
H A Dfake_delegated_renderer_layer_impl.h15 LayerTreeImpl* tree_impl, int id) {
16 return make_scoped_ptr(new FakeDelegatedRendererLayerImpl(tree_impl, id));
32 FakeDelegatedRendererLayerImpl(LayerTreeImpl* tree_impl, int id);
14 Create( LayerTreeImpl* tree_impl, int id) argument
/external/chromium_org/chrome/browser/extensions/api/sessions/
H A Dsession_id.h25 // represents a local session, |session_tag_| will be the empty string. |id|
28 SessionId(const std::string& session_tag, int id);
38 int id() const { return id_; } function in class:extensions::SessionId
/external/chromium_org/chrome/browser/extensions/api/socket/
H A Dsocket_api_unittest.cc20 content::BrowserThread::ID id; local
21 CHECK(content::BrowserThread::GetCurrentThreadIdentifier(&id));
23 id);
38 content::BrowserThread::ID id; local
39 CHECK(content::BrowserThread::GetCurrentThreadIdentifier(&id));
43 function->set_work_thread_id(id);
/external/chromium_org/chrome/browser/extensions/api/sockets_tcp_server/
H A Dsockets_tcp_server_api_unittest.cc23 content::BrowserThread::ID id; local
24 CHECK(content::BrowserThread::GetCurrentThreadIdentifier(&id));
26 ResumableTCPSocket>::CreateApiResourceManagerForTest(context, id);
31 content::BrowserThread::ID id; local
32 CHECK(content::BrowserThread::GetCurrentThreadIdentifier(&id));
34 ResumableTCPServerSocket>::CreateApiResourceManagerForTest(context, id);
54 content::BrowserThread::ID id; local
55 CHECK(content::BrowserThread::GetCurrentThreadIdentifier(&id));
60 function->set_work_thread_id(id);
/external/chromium_org/chrome/browser/extensions/api/sockets_udp/
H A Dsockets_udp_api_unittest.cc26 content::BrowserThread::ID id; local
27 CHECK(content::BrowserThread::GetCurrentThreadIdentifier(&id));
29 ResumableUDPSocket>::CreateApiResourceManagerForTest(context, id);
45 content::BrowserThread::ID id; local
46 CHECK(content::BrowserThread::GetCurrentThreadIdentifier(&id));
50 function->set_work_thread_id(id);
/external/chromium_org/chrome/browser/extensions/
H A Dwebstore_installer_unittest.cc26 std::string id = crx_file::id_util::GenerateId("some random string"); local
28 GURL url = WebstoreInstaller::GetWebstoreInstallURL(id,
/external/chromium_org/chrome/browser/geolocation/
H A Dgeolocation_permission_context_android.h48 PermissionRequestID id; member in struct:GeolocationPermissionContextAndroid::PermissionRequestInfo
60 const PermissionRequestID& id,
/external/chromium_org/chrome/browser/install_verification/win/
H A Dmodule_ids.cc20 struct { size_t id; const char* module_name_digest; } member in struct:__anon4146::__anon4147
48 unsigned id = 0; local
49 if (!StringToUint(id_piece, &id))
62 module_ids->insert(std::make_pair(digest_piece.as_string(), id));
86 kExpectedInstallModules[i].id));
/external/chromium_org/chrome/browser/local_discovery/
H A Dcloud_device_list_delegate.h20 std::string id; member in struct:local_discovery::CloudDeviceListDelegate::Device
/external/chromium_org/chrome/browser/media/
H A Ddesktop_media_list.h24 content::DesktopMediaID id; member in struct:DesktopMediaList::Source

Completed in 340 milliseconds

1234567891011>>