HomeSort by relevance Sort by last modified time
    Searched defs:id (Results 51 - 75 of 6491) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/iproute2/lib/
ll_proto.c 33 int id; member in struct:__anon22210
90 const char * ll_proto_n2a(unsigned short id, char *buf, int len)
94 id = ntohs(id);
97 if (llproto_names[i].id == id)
100 snprintf(buf, len, "[%d]", id);
104 int ll_proto_a2n(unsigned short *id, const char *buf)
109 *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/uapi/linux/netfilter/
xt_LED.h 8 char id[27]; /* Unique ID for this trigger in the LED class */ member in struct:xt_led_info
  /external/libavc/common/
ih264_disp_mgr.c 68 WORD32 id; local
72 for(id = 0; id < DISP_MGR_MAX_CNT; id++)
74 ps_disp_mgr->ai4_abs_poc[id] = DEFAULT_POC;
75 ps_disp_mgr->apv_ptr[id] = NULL;
93 * ID of the display buffer
142 * Pointer to hold buffer id of the display buffer being returned
153 WORD32 id; local
164 for(id = 0; id < DISP_MGR_MAX_CNT; id++
    [all...]
  /external/libcups/cups/
language-private.h 47 char *id, /* Original string */ member in struct:_cups_message_s
  /external/libcxx/test/std/algorithms/alg.nonmodifying/alg.is_permutation/
is_permutation.pass.cpp 29 int id[] = {1}; local
34 && !std::is_permutation(std::begin(ic), std::end(ic), std::begin(id), std::end(id))
  /external/libcxx/test/std/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
  /external/libcxx/test/std/input.output/string.streams/stringstream.cons/
string.pass.cpp 25 NoDefaultAllocator(int id_) : id(id_) { }
26 template<typename U> NoDefaultAllocator(const NoDefaultAllocator<U>& a) : id(a.id) { }
27 int id; member in struct:NoDefaultAllocator
59 { // This is https://bugs.llvm.org/show_bug.cgi?id=33727
  /external/libcxx/test/std/localization/locales/locale/locale.cons/
locale_facetptr.pass.cpp 64 static std::locale::id id; member in struct:my_facet
67 std::locale::id my_facet::id; member in class:my_facet
  /external/libhevc/common/
ihevc_disp_mgr.c 68 WORD32 id; local
72 for(id = 0; id < DISP_MGR_MAX_CNT; id++)
74 ps_disp_mgr->ai4_abs_poc[id] = DEFAULT_POC;
75 ps_disp_mgr->apv_ptr[id] = NULL;
93 * ID of the display buffer
142 * Pointer to hold buffer id of the display buffer being returned
155 WORD32 id; local
166 for(id = 0; id < DISP_MGR_MAX_CNT; id++
    [all...]
  /external/libmtp/examples/
getfile.c 42 int id = parse_path (from_path,files,folders); local
43 if (id > 0) {
45 if (LIBMTP_Get_File_To_File(device, id, to_path, progress, NULL) != 0 ) {
58 uint32_t id; local
63 // We need file ID and filename
69 // Sanity check song ID
70 id = strtoul(argv[1], &endptr, 10);
74 } else if ( ! id ) {
75 fprintf(stderr, "bad file/track id %u\n", id);
    [all...]
newfolder.c 41 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);
61 int id = parse_path (parent,files,folders); local
62 int newid = LIBMTP_Create_Folder(device, folder, id, 0);
69 printf("New folder created with ID: %d\n", newid);
  /external/libnl/python/netlink/route/links/
vlan.py 20 def id(self): member in class:VLANLink
24 @id.setter
25 def id(self, value): member in class:VLANLink
67 return 'vlan-id {0}'.format(self.id)
  /external/llvm/utils/lit/lit/
LitTestCase.py 19 def id(self): member in class:LitTestCase
  /external/ltp/testcases/kernel/device-drivers/v4l/user_space/
test_VIDIOC_QUERYSTD.c 36 v4l2_std_id id; local
38 memset(&id, 0xff, sizeof(id));
40 ret_query = ioctl(get_video_fd(), VIDIOC_QUERYSTD, &id);
44 ("\t%s:%u: VIDIOC_QUERYSTD, ret_query=%i, errno_query=%i, id=0x%llx\n",
45 __FILE__, __LINE__, ret_query, errno_query, id);
49 CU_ASSERT(id != 0);
50 CU_ASSERT(valid_v4l2_std_id(id));
64 v4l2_std_id id; local
66 memset(&id, 0, sizeof(id))
    [all...]
  /external/strace/
scsi.c 59 struct sg_scsi_id id; local
65 if (!umove_or_printaddr(tcp, arg, &id)) {
73 id.host_no,
74 id.channel,
75 id.scsi_id,
76 id.lun,
77 id.scsi_type,
78 id.h_cmd_per_lun,
79 id.d_queue_depth);
  /external/swiftshader/third_party/LLVM/utils/lit/lit/
LitTestCase.py 17 def id(self): member in class:LitTestCase
  /external/tensorflow/tensorflow/core/graph/
tensor_id.cc 44 TensorId id; local
46 id.first = StringPiece(base, p - base);
47 id.second = index;
50 id.first = StringPiece(base + 1);
51 id.second = Graph::kControlSlot;
53 id.first = name;
54 id.second = 0;
56 return id;
  /external/toybox/toys/posix/
renice.c 13 usage: renice [-gpu] -n increment ID ...
30 int id = -1; local
34 if (p) id = p->pw_uid;
36 id = strtol(s, &s, 10);
37 if (*s) id = -1;
40 if (id < 0) {
45 if (setpriority(which, id, getpriority(which, id)+TT.nArgu) < 0)
46 perror_msg("setpriority %d", id);
  /external/webrtc/webrtc/test/channel_transport/
udp_socket_manager_unittest.cc 27 int32_t id = 42; local
29 UdpSocketManager* mgr = UdpSocketManager::Create(id, threads);
31 EXPECT_FALSE(mgr->Init(id, threads))
39 int32_t id = 42; local
41 UdpSocketManager* mgr = UdpSocketManager::Create(id, threads);
43 UdpSocketWrapper::CreateSocket(id,
64 int32_t id = 42;
66 UdpSocketManager* mgr = UdpSocketManager::Create(id, threads);
68 id,
  /external/wpa_supplicant_8/hs20/server/www/
cert-enroll.php 10 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', " .
redirect.php 10 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', " .
  /frameworks/data-binding/extensions/library/src/doc/java/com/android/databinding/library/
R.java 27 public static class id { class in class:R
  /hardware/ril/libril/
RilSocket.h 41 * Socket id.
43 RIL_SOCKET_ID id; member in class:RilSocket
51 * @param Socket id.
55 id = socketId;
59 * Get socket id.
61 * @return RIL_SOCKET_ID socket id.
64 return id;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/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

Completed in 593 milliseconds

1 23 4 5 6 7 8 91011>>