HomeSort by relevance Sort by last modified time
    Searched defs:id (Results 101 - 125 of 4561) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/content/public/common/
signed_certificate_timestamp_id_and_status.h 15 // Holds the ID of a SignedCertificateTimestamp (as assigned by
19 int id, net::ct::SCTVerifyStatus status);
23 int id; member in struct:content::SignedCertificateTimestampIDAndStatus
  /external/chromium_org/net/disk_cache/flash/
log_store_unittest.cc 20 int32 id; local
21 EXPECT_TRUE(log_store.CreateEntry(kSize, &id));
24 log_store.CloseEntry(id);
37 int32 id; local
38 EXPECT_TRUE(log_store.CreateEntry(kSize, &id));
40 log_store.CloseEntry(id);
42 EXPECT_TRUE(log_store.OpenEntry(id));
44 EXPECT_TRUE(log_store.ReadData(id, &actual[0], kSize, 0));
45 log_store.CloseEntry(id);
  /external/chromium_org/remoting/host/
desktop_session.h 25 int id() const { return id_; } function in class:remoting::DesktopSession
30 DesktopSession(DaemonProcess* daemon_process, int id);
  /external/chromium_org/third_party/WebKit/Source/core/css/
HashTools.h 27 int id; member in struct:WebCore::Property
32 int id; member in struct:WebCore::Value
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
SourceInfo.cpp 45 String SourceInfo::id() const function in class:WebCore::SourceInfo
47 return m_webSourceInfo.id();
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_stateobj_tex.h 8 int id; member in struct:nv50_tsc_entry
20 int id; member in struct:nv50_tic_entry
  /external/elfutils/tests/
msg_tst.c 36 int id; member in struct:__anon18227
101 const char *str = elf_errmsg (libelf_msgs[cnt].id);
  /external/iproute2/lib/
ll_proto.c 34 int id; member in struct:__anon19380
89 const char * ll_proto_n2a(unsigned short id, char *buf, int len)
93 id = ntohs(id);
96 if (llproto_names[i].id == id)
99 snprintf(buf, len, "[%d]", id);
103 int ll_proto_a2n(unsigned short *id, char *buf)
108 *id = htons(llproto_names[i].id);
    [all...]
  /external/iptables/include/linux/netfilter/
xt_LED.h 7 char id[27]; /* Unique ID for this trigger in the LED class */ member in struct:xt_led_info
  /external/kernel-headers/original/linux/
keychord.h 28 * Reading /dev/keychord returns the id of a keychord when the
40 * client specified ID, returned from read()
43 __u16 id; member in struct:input_keychord
  /external/libmtp/examples/
getfile.c 44 int id = parse_path (from_path,files,folders); local
45 if (id > 0) {
47 if (LIBMTP_Get_File_To_File(device, id, to_path, progress, NULL) != 0 ) {
58 uint32_t id; local
62 // We need file ID and filename
68 // Sanity check song ID
69 id = strtoul(argv[1], &endptr, 10);
73 } else if ( ! id ) {
74 fprintf(stderr, "bad file/track id %u\n", id);
    [all...]
newfolder.c 42 printf(" storage = storage id or 0 to create the new folder on the primary storage\n");
50 printf("New folder created with ID: %d\n", newid);
60 int id = parse_path (parent,files,folders); local
61 int newid = LIBMTP_Create_Folder(device, folder, id, 0);
67 printf("New folder created with ID: %d\n", newid);
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_stateobj_tex.h 8 int id; member in struct:nv50_tsc_entry
20 int id; member in struct:nv50_tic_entry
  /external/srec/srec/Nametag/include/
SR_NametagImpl.h 38 * Nametag ID.
40 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/wpa_supplicant/dbus/
dbus_new_handlers.h 20 unsigned int id; member in struct:bss_handler_args
  /frameworks/av/include/media/stagefright/foundation/
AHandler.h 33 ALooper::handler_id id() const { function in struct:android::AHandler
47 void setID(ALooper::handler_id id) {
48 mID = id;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.auto.ptr/auto.ptr/
A.h 19 explicit A(int id) : id_(id) {++count;}
23 int id() const {return id_;} function in class:A
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
keychord.h 23 __u16 id; member in struct:input_keychord
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
keychord.h 23 __u16 id; member in struct:input_keychord
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
keychord.h 23 __u16 id; member in struct:input_keychord
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
keychord.h 23 __u16 id; member in struct:input_keychord
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
keychord.h 23 __u16 id; member in struct:input_keychord
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
keychord.h 23 __u16 id; member in struct:input_keychord
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
keychord.h 23 __u16 id; member in struct:input_keychord
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
keychord.h 23 __u16 id; member in struct:input_keychord

Completed in 978 milliseconds

1 2 3 45 6 7 8 91011>>