HomeSort by relevance Sort by last modified time
    Searched defs:id (Results 476 - 500 of 5510) sorted by null

<<11121314151617181920>>

  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/gifbitmap/
GifBitmapWrapperResourceEncoder.java 13 private String id; field in class:GifBitmapWrapperResourceEncoder
34 if (id == null) {
35 id = bitmapEncoder.getId() + gifEncoder.getId();
37 return id;
  /external/icu/icu4c/source/test/intltest/
idnaconf.h 38 UnicodeString id; // for debug & error output member in class:IdnaConfTest
  /external/iproute2/tc/
f_route.c 62 __u32 id; local
64 if (rtnl_rtrealm_a2n(&id, *argv)) {
68 addattr_l(n, 4096, TCA_ROUTE4_TO, &id, 4);
70 fh |= id&0xFF;
72 __u32 id; local
74 if (rtnl_rtrealm_a2n(&id, *argv)) {
78 addattr_l(n, 4096, TCA_ROUTE4_FROM, &id, 4);
80 fh |= id<<16;
82 __u32 id; local
85 if ((id=ll_name_to_index(*argv)) <= 0)
    [all...]
m_pedit.h 45 char id[PEDITKINDSIZ]; member in struct:m_pedit_util
  /external/ipsec-tools/src/racoon/
schedule.h 3 /* Id: schedule.h,v 1.5 2006/05/03 21:53:42 vanhu Exp */
52 long id; /* for debug */ member in struct:sched
73 long id; member in struct:scheddump
  /external/iptables/extensions/
libxt_LED.c 26 {.name = "led-trigger-id", .id = O_LED_TRIGGER_ID,
28 .max = sizeof(((struct xt_led_info *)NULL)->id) -
30 {.name = "led-delay", .id = O_LED_DELAY, .type = XTTYPE_STRING},
31 {.name = "led-always-blink", .id = O_LED_ALWAYS_BLINK,
41 "--led-trigger-id name suffix for led trigger name\n"
54 switch (cb->entry->id) {
56 strcpy(led->id, "netfilter-");
57 strcat(led->id, cb->arg);
77 const char *id = led->id + strlen("netfilter-"); /* trim off prefix * local
100 const char *id = led->id + strlen("netfilter-"); \/* trim off prefix *\/ local
    [all...]
  /external/jemalloc/test/unit/
qr.c 12 char id; member in struct:ring_s
22 entries[i].id = 'a' + i;
82 assert_c_eq(t->id, entries[(i+j) % NENTRIES].id,
83 "Element id mismatch");
90 assert_c_eq(t->id, entries[(NENTRIES+i-j-1) %
91 NENTRIES].id, "Element id mismatch");
97 assert_c_eq(t->id, entries[(i+1) % NENTRIES].id,
    [all...]
  /external/kernel-headers/original/uapi/linux/netfilter_bridge/
ebt_vlan.h 13 __u16 id; /* VLAN ID {1-4095} */ member in struct:ebt_vlan_info
16 __u8 bitmask; /* Args bitmask bit 1=1 - ID arg,
18 __u8 invflags; /* Inverse bitmask bit 1=1 - inversed ID arg,
  /external/libcxx/test/algorithms/alg.modifying.operations/alg.reverse/
reverse_copy.pass.cpp 51 int id[] = {0, 1, 2, 3}; local
52 const unsigned sd = sizeof(id)/sizeof(id[0]);
54 r = std::reverse_copy(InIter(id), InIter(id+sd), OutIter(jd));
  /external/libcxx/test/algorithms/alg.modifying.operations/alg.rotate/
rotate.pass.cpp 78 int id[] = {0, 1, 2, 3}; local
79 const unsigned sd = sizeof(id)/sizeof(id[0]);
80 r = std::rotate(Iter(id), Iter(id), Iter(id+sd));
81 assert(base(r) == id+sd);
82 assert(id[0] == 0);
83 assert(id[1] == 1);
84 assert(id[2] == 2)
278 std::unique_ptr<int> id[4]; local
    [all...]
  /external/libcxx/test/algorithms/alg.nonmodifying/alg.search/
search_pred.pass.cpp 81 int id[] = {1, 2}; local
82 assert(std::search(Iter1(ib), Iter1(ib+sb), Iter2(id), Iter2(id+2), count_equal()) == Iter1(ib+1));
  /external/libcxx/test/localization/locales/locale/locale.cons/
locale_facetptr.pass.cpp 74 static std::locale::id id; member in struct:my_facet
77 std::locale::id my_facet::id; member in class:my_facet
  /external/libcxx/test/localization/locales/locale/locale.members/
combine.pass.cpp 72 static std::locale::id id; member in struct:my_facet
75 std::locale::id my_facet::id; member in class:my_facet
  /external/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.assign/
move.pass.cpp 65 std::thread::id id = t0.get_id(); local
68 assert(t1.get_id() == id);
69 assert(t0.get_id() == std::thread::id());
76 std::thread::id id = t0.get_id(); local
  /external/libhevc/common/
ihevc_buf_mgr.c 75 WORD32 id; local
80 for(id = 0; id < BUF_MGR_MAX_CNT; id++)
82 ps_buf_mgr->au4_status[id] = 0;
83 ps_buf_mgr->apv_ptr[id] = NULL;
117 /* Check if buffer ID is within allowed range */
123 /* Check if the current ID is being used to hold some other buffer */
149 * Pointer to the id of the free buffer
162 WORD32 id; local
205 UWORD32 id; local
    [all...]
  /external/libmtp/examples/
thumb.c 48 uint32_t id = 0; local
63 id = strtoul(optarg, &rest, 0);
118 ret = LIBMTP_Send_Representative_Sample(device,id,thumb);
  /external/libnfc-nci/src/nfc/nfc/
nfc_utils.c 68 ** Description This function is called to set the connection id to the
69 ** connection control block and the id mapping table
97 tNFC_CONN_CB * nfc_find_conn_cb_by_handle (UINT8 id)
104 if (nfc_cb.conn_cb[xx].id == id)
118 ** the given connection id
127 UINT8 id; local
143 id = conn_id & NFC_CONN_ID_ID_MASK;
144 if (id < NFC_MAX_CONN_ID)
146 handle = nfc_cb.conn_id[id];
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
parse-no-sample-id-all.c 54 u64 id; member in struct:test_attr_event
62 * mmap events) do not have an id sample appended, and consequently logic
63 * designed to determine the id will not work. That case happens when there is
80 .id = 1,
89 .id = 2,
  /external/lldb/test/python_api/type/
main.cpp 13 int id; member in class:Task
16 id(i),
39 if (t->id >= 0)
  /external/lldb/test/python_api/value/linked_list/
main.cpp 13 int id; member in class:Task
16 id(i),
39 if (t->id >= 0)
  /external/llvm/unittests/ExecutionEngine/JIT/
IntelJITEventListenerTest.cpp 68 static unsigned int id = 0; local
69 return ++id;
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_fence.h 44 unsigned id; member in struct:lp_fence
  /external/mesa3d/src/gallium/drivers/r600/
compute_memory_pool.h 34 int64_t id; ///ID of the memory chunk member in struct:compute_memory_item
85 void compute_memory_free(struct compute_memory_pool* pool, int64_t id);
  /external/neven/FaceRecEm/common/src/b_FDSDK/
DCR.h 47 s32 id; /* node id */ member in struct:__anon31821
  /external/openssl/crypto/engine/
enginetest.c 85 printf("engine %i, id = \"%s\", name = \"%s\"\n",
99 const char *id, *name; local
222 sprintf(buf, "id%i", loop);
223 id = BUF_strdup(buf);
227 !ENGINE_set_id(block[loop], id) ||

Completed in 5300 milliseconds

<<11121314151617181920>>