HomeSort by relevance Sort by last modified time
    Searched defs:id (Results 126 - 150 of 5937) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/kernel-headers/original/uapi/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/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/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/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 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/skia/src/gpu/
GrProgramElement.cpp 13 uint32_t id; local
15 id = static_cast<uint32_t>(sk_atomic_inc(&gUniqueID) + 1);
16 } while (id == SK_InvalidUniqueID);
17 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/v8/test/mjsunit/compiler/
osr-regex-id.js 7 function id(f) { return f; } function
  /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/bsp/intel/peripheral/libupm/examples/c++/
zfm20.cxx 86 uint16_t id = 0; local
91 if ((rv = fp->search(1, &id, &score)) != ZFM20::ERR_OK)
106 cout << "ID: " << int(id) << ", Score: " << int(score) << endl;
  /hardware/bsp/intel/peripheral/libupm/examples/java/
ZFM20Sample.java 79 int[] id = new int[1]; local
81 rv = fp.search(1, id, score);
93 System.out.println("ID: " + id + ", Score: " + score);
  /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/gcc/linux-x86/host/x86_64-linux-glibc2.11-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
  /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
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
xcmcmsx2.h 25 CMC_uint32 id; member in struct:__anon43034
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/
keychord.h 23 __u16 id; member in struct:input_keychord
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/linux/
keychord.h 23 __u16 id; member in struct:input_keychord
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/linux/
keychord.h 23 __u16 id; member in struct:input_keychord
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/linux/
keychord.h 23 __u16 id; member in struct:input_keychord
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/linux/
keychord.h 23 __u16 id; member in struct:input_keychord

Completed in 1222 milliseconds

1 2 3 4 56 7 8 91011>>