Searched defs:id (Results 1 - 25 of 4123) sorted by last modified time

1234567891011>>

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/yaffs2/yaffs2/
H A Dyaffs_fs.c107 static int yaffs_file_flush(struct file *file, fl_owner_t id);
453 static int yaffs_file_flush(struct file *file, fl_owner_t id) argument
/external/zlib/src/examples/
H A Dgzlog.c290 char id[4]; /* contains LOGID to detect inadvertent overwrites */ member in struct:log
295 int back; /* location of first block id in bits back from first */
307 0x1f, 0x8b, /* magic gzip id */
878 strcpy(log->id, LOGID);
917 if (log == NULL || strcmp(log->id, LOGID))
1001 if (log == NULL || strcmp(log->id, LOGID))
1047 if (log == NULL || strcmp(log->id, LOGID))
1056 strcpy(log->id, "bad");
/external/zlib/src/test/
H A Dinfcover.c507 local int try(char *hex, char *id, int err) argument
525 prefix = malloc(strlen(id) + 6);
529 strcpy(prefix, id);
548 assert(strcmp(id, strm.msg) == 0);
555 strcpy(prefix, id);
566 assert(strcmp(id, strm.msg) == 0);
/external/webrtc/src/modules/audio_processing/
H A Daudio_processing_impl.cc39 AudioProcessing* AudioProcessing::Create(int id) { argument
42 id,
45 AudioProcessingImpl* apm = new AudioProcessingImpl(id);
58 AudioProcessingImpl::AudioProcessingImpl(int id) argument
59 : id_(id),
555 WebRtc_Word32 AudioProcessingImpl::ChangeUniqueId(const WebRtc_Word32 id) { argument
560 "ChangeUniqueId(new id = %d)",
561 id);*/
562 id_ = id;
/external/webrtc/src/modules/interface/
H A Dmodule_common_types.h734 const WebRtc_Word32 id,
793 const WebRtc_Word32 id,
804 _id = id;
792 UpdateFrame( const WebRtc_Word32 id, const WebRtc_UWord32 timeStamp, const WebRtc_Word16* payloadData, const WebRtc_UWord16 payloadDataLengthInSamples, const int frequencyInHz, const SpeechType speechType, const VADActivity vadActivity, const WebRtc_UWord8 audioChannel, const WebRtc_Word32 volume, const WebRtc_Word32 energy) argument
/external/webrtc/src/system_wrappers/source/
H A Dcondition_variable_unittest.cc165 unsigned int id = 42; local
166 ASSERT_TRUE(thread_->Start(id));
H A Dcritical_section_unittest.cc105 unsigned int id = 42; local
107 ASSERT_TRUE(thread->Start(id));
137 unsigned int id = 42; local
139 ASSERT_TRUE(thread->Start(id));
H A Devent_posix.cc232 unsigned int id = 0; local
233 if (_timerThread->Start(id))
H A Dmap.cc16 MapItem::MapItem(int id, void* item) : item_id_(id), item_pointer_(item) argument
68 int MapWrapper::Insert(int id, void* ptr) argument
70 map_[id] = new MapItem(id,ptr);
129 MapItem* MapWrapper::Find(int id) const
131 std::map<int, MapItem*>::const_iterator it = map_.find(id);
155 int MapWrapper::Erase(const int id) argument
157 std::map<int, MapItem*>::iterator it = map_.find(id);
H A Dmap_no_stl.cc17 MapNoStlItem::MapNoStlItem(int id, void* item) argument
20 item_id_(id),
74 int MapNoStl::Insert(int id, void* ptr) argument
76 MapNoStlItem* new_item = new MapNoStlItem(id, ptr);
93 if (item->GetId() > id)
145 MapNoStlItem* MapNoStl::Find(int id) const
148 MapNoStlItem* item = Locate(id);
162 int MapNoStl::Erase(const int id) argument
165 MapNoStlItem* item = Locate(id);
173 MapNoStlItem* MapNoStl::Locate(int id) cons
[all...]
H A Dmap_unittest.cc89 const int id = item->GetId(); local
92 sprintf(print_buffer, "(%3i,%3i) ", id, value);
172 // Erase using int id
H A Dthread_unittest.cc70 unsigned int id = 42; local
71 ASSERT_TRUE(thread->Start(id));
87 unsigned int id = 42; local
88 ASSERT_TRUE(thread->Start(id));
H A Dtrace_impl.cc195 const WebRtc_Word32 id) const
201 const long int idl = id;
204 const unsigned long int idEngine = id>>16;
205 const unsigned long int idChannel = id & 0xffff;
602 const WebRtc_Word32 id,
629 len = AddModuleAndId(meassagePtr, module, id);
799 const WebRtc_Word32 id, const char* msg, ...)
821 trace->AddImpl(level, module, id, buff);
601 AddImpl(const TraceLevel level, const TraceModule module, const WebRtc_Word32 id, const char msg[WEBRTC_TRACE_MAX_MESSAGE_SIZE]) argument
798 Add(const TraceLevel level, const TraceModule module, const WebRtc_Word32 id, const char* msg, ...) argument
/external/wpa_supplicant_8/hostapd/src/ap/
H A Deap_user_db.c104 int i, id = -1, methods = -1; local
109 id = i;
114 if (id < 0 || methods < 0)
117 len = os_strlen(argv[id]);
119 os_memcmp(argv[id], user->identity, len) == 0 &&
122 user->password_len = os_strlen(argv[id]);
123 user->password = (u8 *) os_strdup(argv[id]);
H A Dieee802_1x.c636 u16 id; local
641 id = WPA_GET_LE16(pos + 1);
643 id = 0;
644 WPA_PUT_BE16(buf + 1, id);
688 "id=%d len=%d) from STA: EAP Response-%s (%d)",
1176 "id=%d len=%d) from RADIUS server: %s",
H A Dwpa_auth.h112 u8 id[FT_R0KH_ID_MAX_LEN]; member in struct:ft_remote_r0kh
121 u8 id[FT_R1KH_ID_LEN]; member in struct:ft_remote_r1kh
H A Dwpa_auth_ft.c313 os_memcmp_const(r0kh->id, sm->r0kh_id, sm->r0kh_id_len) ==
508 u8 *pos, u8 *end, u8 id, u8 descr_count,
514 wpa_printf(MSG_DEBUG, "FT: Resource Request: id=%d descr_count=%d",
515 id, descr_count);
527 rdie->id = id;
628 pos = wpa_ft_process_rdie(sm, pos, end, rdie->id,
1722 os_memcpy(f.r1kh_id, r1kh->id, FT_R1KH_ID_LEN);
1725 wpa_derive_pmk_r1(pmk_r0->pmk_r0, pmk_r0->pmk_r0_name, r1kh->id,
1727 wpa_printf(MSG_DEBUG, "FT: R1KH-ID " MACSTR, MAC2STR(r1kh->id));
507 wpa_ft_process_rdie(struct wpa_state_machine *sm, u8 *pos, u8 *end, u8 id, u8 descr_count, const u8 *ies, size_t ies_len) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/common/
H A Dieee802_11_common.c171 u8 id, elen; local
173 id = *pos++;
180 "parse failed (id=%d elen=%d "
182 id, elen, (unsigned long) left);
188 switch (id) {
298 "ignored unknown element (id=%d elen=%d)",
299 id, elen);
H A Dwpa_common.h318 u8 id; member in struct:rsn_rdie
H A Dwpa_helpers.c248 int set_network(const char *ifname, int id, const char *field, argument
252 snprintf(buf, sizeof(buf), "SET_NETWORK %d %s %s", id, field, value);
257 int set_network_quoted(const char *ifname, int id, const char *field, argument
262 id, field, value);
277 int set_cred(const char *ifname, int id, const char *field, const char *value) argument
280 snprintf(buf, sizeof(buf), "SET_CRED %d %s %s", id, field, value);
285 int set_cred_quoted(const char *ifname, int id, const char *field, argument
290 id, field, value);
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Ddh_groups.c1150 #define DH_GROUP(id,safe) \
1151 { id, dh_group ## id ## _generator, sizeof(dh_group ## id ## _generator), \
1152 dh_group ## id ## _prime, sizeof(dh_group ## id ## _prime), \
1153 dh_group ## id ## _order, sizeof(dh_group ## id ## _order), safe }
1175 const struct dh_group * dh_groups_get(int id) argument
1180 if (dh_groups[i].id
[all...]
H A Ddh_groups.h13 int id; member in struct:dh_group
23 const struct dh_group * dh_groups_get(int id);
H A Dtls_openssl.c608 * @id: the engine id of the engine to load (only required if post is not %NULL
615 const char *post[], const char *id)
620 engine = ENGINE_by_id(id);
624 "available", id);
656 engine = ENGINE_by_id(id);
659 id, ERR_error_string(ERR_get_error(), NULL));
929 wpa_printf(MSG_ERROR, "ENGINE: cannot load private key with id"
1823 * Set session id context in order to avoid fatal errors when client
2084 wpa_printf(MSG_ERROR, "ENGINE: cannot load client cert with id"
614 tls_engine_load_dynamic_generic(const char *pre[], const char *post[], const char *id) argument
3027 OCSP_CERTID *id; local
[all...]
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211.c719 int id; member in struct:family_data
759 res->id = nla_get_u32(tb2[CTRL_ATTR_MCAST_GRP_ID]);
784 ret = res.id;
4153 int id = -1; local
4165 id = genl_family_get_id(nl80211);
4173 return id;

Completed in 5660 milliseconds

1234567891011>>