Searched refs:array (Results 1 - 25 of 2178) 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/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/xpath/
H A DXMPPathParser.java47 * <dd> An element of an array.
49 * <dd> The last element of an array.
51 * <dd> An element in an array of structs, chosen by a field value.
53 * <dd> An element in an alt-text array, chosen by the xml:lang qualifier.
55 * <dd> An element in an array, chosen by a qualifier value.
63 * '/' and leading '*' are optional. These are all equivalent: array/*[2]
64 * array/[2] array*[2] array[2] All of these are broken into the 2 steps
65 * "array" an
[all...]
/external/zlib/src/contrib/delphi/
H A DZLib.pas51 FBuffer: array [Word] of Char;
409 Levels: array [TCompressionLevel] of ShortInt =
530 Buf: array [0..4095] of Char;
/external/webp/src/enc/
H A Dhistogram.c103 static double BitsEntropy(const int* const array, int n) { argument
111 if (array[i] != 0) {
112 sum += array[i];
114 retval -= VP8LFastSLog2(array[i]);
115 if (max_val < array[i]) {
116 max_val = array[i];
/external/webrtc/src/modules/audio_processing/test/
H A Dprocess_test.cc59 scoped_array<char> array(new char[usize]);
60 if (fread(array.get(), sizeof(char), usize, file) != usize) {
65 return msg->ParseFromArray(array.get(), usize);
H A Dunit_test.cc219 unsigned char* array = new unsigned char[size]; local
220 ASSERT_TRUE(message.SerializeToArray(array, size));
224 fwrite(array, sizeof(unsigned char), size, file));
226 delete [] array;
239 unsigned char* array = new unsigned char[size]; local
241 fread(array, sizeof(unsigned char), size, file));
243 ASSERT_TRUE(message->ParseFromArray(array, size));
245 delete [] array;
H A Dunpack.cc58 scoped_array<char> array(new char[usize]);
59 if (fread(array.get(), sizeof(char), usize, file) != usize) {
64 return msg->ParseFromArray(array.get(), usize);
/external/webrtc/src/system_wrappers/interface/
H A Ddata_log.h92 // Inserts an array of values into a table with name table_name at the
102 const T* array,
110 new MultiValueContainer<T>(array, length));
100 InsertCell(const std::string& table_name, const std::string& column_name, const T* array, int length) argument
/external/webrtc/src/system_wrappers/source/
H A Dcpu_linux.h29 WebRtc_UWord32*& array);
H A Dcpu_mac.cc70 WebRtc_UWord32* array = NULL; local
71 return CpuUsageMultiCore(numCores, array);
76 WebRtc_UWord32*& array)
96 array = _cpuUsage;
75 CpuUsageMultiCore(WebRtc_UWord32& numCores, WebRtc_UWord32*& array) argument
H A Dcpu_mac.h32 WebRtc_UWord32*& array);
/external/wpa_supplicant_8/hostapd/
H A Dconfig_file.c1289 static int parse_lang_string(struct hostapd_lang_string **array, argument
1308 ls = os_realloc_array(*array, *count + 1,
1313 *array = ls;
1314 ls = &(*array)[*count];
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_methods.c117 * eap_get_names_as_string_array - Get supported EAP methods as string array
118 * @num: Buffer for returning the number of items in array, not including %NULL
120 * Returns: A %NULL-terminated array of strings, or %NULL on error.
123 * array of strings. The caller must free the returned array items and the
124 * array.
130 char **array; local
136 array = os_zalloc(sizeof(char *) * (array_len + 1));
137 if (array == NULL)
141 array[
[all...]
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_methods.c117 * eap_get_names_as_string_array - Get supported EAP methods as string array
118 * @num: Buffer for returning the number of items in array, not including %NULL
120 * Returns: A %NULL-terminated array of strings, or %NULL on error.
123 * array of strings. The caller must free the returned array items and the
124 * array.
130 char **array; local
136 array = os_zalloc(sizeof(char *) * (array_len + 1));
137 if (array == NULL)
141 array[
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dbgscan_learn.c52 static int bssid_in_array(u8 *array, size_t array_len, const u8 *bssid) argument
56 if (array == NULL || array_len == 0)
60 if (os_memcmp(array + i * ETH_ALEN, bssid, ETH_ALEN) == 0)
195 static int in_array(int *array, int val) argument
199 if (array == NULL)
202 for (i = 0; array[i]; i++) {
203 if (array[i] == val)
H A Dsme.c45 static int index_within_array(const int *array, int idx) argument
49 if (array[i] == -1)
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c349 * wpas_dbus_simple_array_property_getter - Get array type property
351 * @type: DBus type of property array elements (must be basic type)
352 * @array: pointer to array of elements to put into response message
353 * @array_len: length of above array
357 * Generic getter for array type properties. Array elements type is
362 const void *array,
426 array + i * element_size);
446 * wpas_dbus_simple_array_array_property_getter - Get array array typ
360 wpas_dbus_simple_array_property_getter(DBusMessageIter *iter, const int type, const void *array, size_t array_len, DBusError *error) argument
457 wpas_dbus_simple_array_array_property_getter(DBusMessageIter *iter, const int type, struct wpabuf **array, size_t array_len, DBusError *error) argument
[all...]
H A Ddbus_new_handlers.h34 const void *array,
40 struct wpabuf **array,
H A Ddbus_old_handlers.c344 * Returns: a dbus message containing a dbus array of objects paths, or returns
525 /* free returned method array */
1338 message, "Byte array expected.");
1345 message, "Invalid array size.");
1403 DBusMessageIter iter, array; local
1412 dbus_message_iter_recurse(&iter, &array);
1413 while (dbus_message_iter_get_arg_type(&array) == DBUS_TYPE_STRING) {
1416 dbus_message_iter_get_basic(&array, &name);
1424 dbus_message_iter_next(&array);
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_methods.c117 * eap_get_names_as_string_array - Get supported EAP methods as string array
118 * @num: Buffer for returning the number of items in array, not including %NULL
120 * Returns: A %NULL-terminated array of strings, or %NULL on error.
123 * array of strings. The caller must free the returned array items and the
124 * array.
130 char **array; local
136 array = os_zalloc(sizeof(char *) * (array_len + 1));
137 if (array == NULL)
141 array[
[all...]
/external/valgrind/main/callgrind/
H A Ddump.c81 /* Boolean dumping array */
1200 * Put all BBCCs with costs into a sorted array.
1207 BBCC **array; local
1224 /* allocate bbcc array, insert BBCCs and sort */
1225 prepare_ptr = array =
1236 CLG_ASSERT(array + prepare_count == prepare_ptr);
1243 qsort_start = array;
1244 qsort(array, prepare_count, my_cmp);
1248 return array;
1511 BBCC **p, **array; local
[all...]
H A Dfn.c599 /*--- Active function array operations ---*/
602 /* The active function array is a thread-specific array
613 return current_fn_active.array + n;
626 a->array = (UInt*) CLG_MALLOC("cl.fn.gfe.1",
629 a->array[i] = 0;
637 dst->array = current_fn_active.array;
650 current_fn_active.array = a->array;
[all...]
H A Dglobal.h295 UInt instr; /* instruction index for BB.instr array */
334 CJmpInfo* jmp; /* array of info for condition jumps,
362 UInt base_number; // for context compression & dump array
391 * stored in a contiguous array.
400 BBCC** rec_array; /* Variable sized array of pointers to
567 UInt* array; member in struct:_fn_array
827 /* Function active counter array, indexed by function number */
/external/valgrind/main/coregrind/
H A Dm_mallocfree.c69 // Each arena has a sorted array of superblocks, which expands
209 // A dynamically expanding, ordered array of (pointers to)
210 // superblocks in the arena. If this array is expanded, which
213 // the first incarnation of this array, the first allocation of
1151 // Check the superblock array.
1160 VG_(printf)("sanity_check_malloc_arena: sblock array BAD\n");
1503 // One possibility is an array (with N_MALLOC_LISTS elements) of
1507 // shortcut array every time a list [i] changes from empty to nonempty or
1550 Superblock ** array; local
1558 array
[all...]
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-generic.c1641 PRE_MEM_WRITE( "semctl(IPC_GETALL, arg.array)",
1642 (Addr)arg.array, sizeof(unsigned short) * nsems );
1650 PRE_MEM_READ( "semctl(IPC_SETALL, arg.array)",
1651 (Addr)arg.array, sizeof(unsigned short) * nsems );
1693 POST_MEM_WRITE( (Addr)arg.array, sizeof(unsigned short) * nsems );

Completed in 6247 milliseconds

1234567891011>>