HomeSort by relevance Sort by last modified time
    Searched full:num_types (Results 1 - 23 of 23) sorted by null

  /external/chromium/net/socket/
client_socket_pool_histograms.cc 24 ClientSocketHandle::NUM_TYPES, ClientSocketHandle::NUM_TYPES + 1,
client_socket_handle.h 38 NUM_TYPES,
transport_client_socket_pool_unittest.cc 323 void set_client_socket_types(ClientSocketType* type_list, int num_types) {
324 DCHECK_GT(num_types, 0);
327 client_socket_index_max_ = num_types;
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_tls_common.h 122 size_t *num_types);
123 int eap_peer_tls_phase2_nak(struct eap_method_type *types, size_t num_types,
eap_tls_common.c 908 * @num_types: Buffer for returning number of allocated EAP methods
917 size_t *num_types)
983 *num_types = num_methods;
992 * @num_types: Buffer for returning number of allocated EAP methods
997 int eap_peer_tls_phase2_nak(struct eap_method_type *types, size_t num_types,
1006 (u8 *) types, num_types * sizeof(struct eap_method_type));
1007 *resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_NAK, num_types,
1012 for (i = 0; i < num_types; i++) {
  /external/chromium/chrome/browser/autocomplete/
autocomplete_match.cc 45 const char* strings[NUM_TYPES] = {
58 DCHECK(arraysize(strings) == NUM_TYPES);
64 int icons[NUM_TYPES] = {
77 DCHECK(arraysize(icons) == NUM_TYPES);
autocomplete_match.h 82 NUM_TYPES,
autocomplete_edit.cc 815 AutocompleteMatch::NUM_TYPES);
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_tls_common.h 135 size_t *num_types);
136 int eap_peer_tls_phase2_nak(struct eap_method_type *types, size_t num_types,
eap_tls_common.c 951 * @num_types: Buffer for returning number of allocated EAP methods
960 size_t *num_types)
1026 *num_types = num_methods;
1035 * @num_types: Buffer for returning number of allocated EAP methods
1040 int eap_peer_tls_phase2_nak(struct eap_method_type *types, size_t num_types,
1049 (u8 *) types, num_types * sizeof(struct eap_method_type));
1050 *resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_NAK, num_types,
1055 for (i = 0; i < num_types; i++) {
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XKBstr.h 323 unsigned char num_types; member in struct:_XkbClientMapRec
470 unsigned char num_types; member in struct:_XkbMapChanges
501 unsigned char num_types; member in struct:_XkbNameChanges
551 int num_types; member in struct:_XkbComponentList
XKBsrv.h 459 int /* num_types */
  /external/webp/src/enc/
vp8enci.h 54 NUM_TYPES = 4, // 0: i16-AC, 1: i16-DC, 2:chroma-AC, 3:i4-AC
186 ProbaArray coeffs_[NUM_TYPES][NUM_BANDS]; // 924 bytes
187 StatsArray stats_[NUM_TYPES][NUM_BANDS]; // 7.4k
188 CostArray level_cost_[NUM_TYPES][NUM_BANDS]; // 11.4k
387 extern const uint8_t VP8CoeffsProba0[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS];
389 VP8CoeffsUpdateProba[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS];
tree.c 23 VP8CoeffsProba0[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS] = {
350 VP8CoeffsUpdateProba[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS] = {
487 for (t = 0; t < NUM_TYPES; ++t) {
cost.c 359 for (ctype = 0; ctype < NUM_TYPES; ++ctype) {
frame.c 167 for (t = 0; t < NUM_TYPES; ++t) {
  /external/mesa3d/src/glsl/
glsl_types.cpp 105 unsigned num_types, bool warn)
109 for (unsigned i = 0; i < num_types; i++) {
  /external/webp/src/dec/
vp8i.h 62 NUM_TYPES = 4,
130 uint8_t coeffs_[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS];
tree.c 87 CoeffsProba0[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS] = {
392 CoeffsUpdateProba[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS] = {
542 for (t = 0; t < NUM_TYPES; ++t) {
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
XKBlib.h 74 int num_types; /* number of changed key types */ member in struct:_XkbMapNotifyEvent
161 int num_types; /* number of key types with new names */ member in struct:_XkbNamesNotify
930 int /* num_types */
  /external/chromium/net/http/
http_stream_factory_impl_job.cc     [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libc-2.7.so 
libc.so.6 

Completed in 398 milliseconds