HomeSort by relevance Sort by last modified time
    Searched full:array_size (Results 201 - 225 of 846) sorted by null

1 2 3 4 5 6 7 891011>>

  /system/netd/server/
IdletimerController.cpp 163 res = runIpxtablesCmd(ARRAY_SIZE(cmd1), cmd1);
176 res = runIpxtablesCmd(ARRAY_SIZE(cmd2), cmd2);
222 res = runIpxtablesCmd(ARRAY_SIZE(cmd1), cmd1);
245 res = runIpxtablesCmd(ARRAY_SIZE(cmd2), cmd2);
  /external/clang/test/Index/
index-refs.cpp 58 const int array_size = 3; variable
59 typedef int some_arr[array_size];
116 // CHECK: [indexEntityReference]: kind: variable | name: array_size | {{.*}} | loc: 59:22
  /external/icu/icu4c/source/test/intltest/
windttst.cpp 42 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0])
134 wdLength = GetDateFormatW(lcidRecords[i].lcid, DATE_LONGDATE, &winNow, NULL, wdBuffer, ARRAY_SIZE(wdBuffer));
135 wtLength = GetTimeFormatW(lcidRecords[i].lcid, 0, &winNow, NULL, wtBuffer, ARRAY_SIZE(wtBuffer));
  /external/iptables/extensions/
libip6t_mh.c 54 for (i = 0; i < ARRAY_SIZE(mh_names); ++i) {
81 static const unsigned int limit = ARRAY_SIZE(mh_names);
141 for (i = 0; i < ARRAY_SIZE(mh_names); ++i)
  /external/libdrm/tests/vbltest/
vbltest.c 57 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]))
125 for (i = 0; i < ARRAY_SIZE(modules); i++) {
136 if (i == ARRAY_SIZE(modules)) {
  /external/mesa3d/src/glsl/tests/
uniform_initializer_utils.cpp 147 unsigned columns, unsigned rows, unsigned array_size,
157 glsl_type::get_array_instance(element_type, array_size);
163 for (unsigned i = 0; i < array_size; i++) {
  /external/mesa3d/src/mapi/mapi/
stub.c 39 #define ARRAY_SIZE(x) (sizeof(x)/sizeof((x)[0]))
89 ARRAY_SIZE(public_stubs), sizeof(public_stubs[0]), stub_compare);
182 stub < public_stubs + ARRAY_SIZE(public_stubs))
  /external/tinyalsa/
tinypcminfo.c 34 #ifndef ARRAY_SIZE
35 #define ARRAY_SIZE(x) (sizeof(x)/sizeof((x)[0]))
97 return bit_index < ARRAY_SIZE(format_lookup) ? format_lookup[bit_index] : NULL;
  /external/vboot_reference/tests/
vboot_common_tests.c 54 TEST_EQ(ARRAY_SIZE(arr1), 12, "ARRAYSIZE(uint8_t)");
55 TEST_EQ(ARRAY_SIZE(arr2), 7, "ARRAYSIZE(uint32_t)");
56 TEST_EQ(ARRAY_SIZE(arr3), 9, "ARRAYSIZE(uint64_t)");
  /system/bt/test/suite/support/
callbacks.c 211 for (size_t i = 0; i < ARRAY_SIZE(callback_data); ++i) {
217 for (size_t i = 0; i < ARRAY_SIZE(callback_data); ++i) {
235 for (size_t i = 0; i < ARRAY_SIZE(callback_data); ++i) {
  /external/linux-tools-perf/src/tools/perf/tests/
code-reading.c 199 if (state->done_cnt >= ARRAY_SIZE(state->done)) {
310 for (i = 0; i < (int)ARRAY_SIZE(buf); i++)
311 buf[i] = ARRAY_SIZE(buf) - i - 1;
313 qsort(buf, ARRAY_SIZE(buf), sizeof(int), comp);
315 for (i = 0; i < (int)ARRAY_SIZE(buf); i++) {
  /external/strace/
mtd.c 143 for (i = 0; i < ARRAY_SIZE(ninfo.oobfree); ++i) {
147 for (j = 0; j < ARRAY_SIZE(ninfo.oobfree[0]); ++j) {
155 for (i = 0; i < ARRAY_SIZE(ninfo.eccpos); ++i) {
178 for (i = 0; i < ARRAY_SIZE(nlay.eccpos); ++i) {
184 for (i = 0; i < ARRAY_SIZE(nlay.oobfree); ++i) {
syscall.c 156 nsyscalls0 = ARRAY_SIZE(sysent0)
158 , nsyscalls1 = ARRAY_SIZE(sysent1)
160 , nsyscalls2 = ARRAY_SIZE(sysent2)
166 nerrnos0 = ARRAY_SIZE(errnoent0)
168 , nerrnos1 = ARRAY_SIZE(errnoent1)
170 , nerrnos2 = ARRAY_SIZE(errnoent2)
176 nsignals0 = ARRAY_SIZE(signalent0)
178 , nsignals1 = ARRAY_SIZE(signalent1)
180 , nsignals2 = ARRAY_SIZE(signalent2)
186 nioctlents0 = ARRAY_SIZE(ioctlent0
    [all...]
  /frameworks/av/media/img_utils/src/
TiffWriter.cpp 42 #define ARRAY_SIZE(array) \
46 buildTagMap(TIFF_EP_TAG_DEFINITIONS, ARRAY_SIZE(TIFF_EP_TAG_DEFINITIONS)),
47 buildTagMap(DNG_TAG_DEFINITIONS, ARRAY_SIZE(DNG_TAG_DEFINITIONS)),
48 buildTagMap(EXIF_2_3_TAG_DEFINITIONS, ARRAY_SIZE(EXIF_2_3_TAG_DEFINITIONS)),
49 buildTagMap(TIFF_6_TAG_DEFINITIONS, ARRAY_SIZE(TIFF_6_TAG_DEFINITIONS))
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioPort.cpp 196 ARRAY_SIZE(sFormatNameToEnumTable),
225 ARRAY_SIZE(sInChannelsNameToEnumTable),
230 ARRAY_SIZE(sIndexChannelsNameToEnumTable),
257 ARRAY_SIZE(sOutChannelsNameToEnumTable),
262 ARRAY_SIZE(sIndexChannelsNameToEnumTable),
281 ARRAY_SIZE(sGainModeNameToEnumTable),
301 ARRAY_SIZE(sInChannelsNameToEnumTable),
306 ARRAY_SIZE(sOutChannelsNameToEnumTable),
692 (i < ARRAY_SIZE(sPcmFormatCompareTable)) && ((index1 == -1) || (index2 == -1));
716 ARRAY_SIZE(AudioPort::sPcmFormatCompareTable) - 1]
    [all...]
  /external/iputils/ninfod/
ninfod_core.c 115 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0]))
167 if (code >= ARRAY_SIZE(subjinfo_table))
233 if (qtype >= ARRAY_SIZE(qtypeinfo_table))
309 for (i=0; i < ARRAY_SIZE(qtypeinfo_table); i++) {
317 if (w >= ARRAY_SIZE(suptypes)) {
423 for (i=0; i < ARRAY_SIZE(subjinfo_table); i++) {
430 for (i=0; i < ARRAY_SIZE(qtypeinfo_table); i++) {
  /external/mesa3d/src/glsl/
ast.h 320 ast_declaration(const char *identifier, int is_array, ast_expression *array_size,
327 ast_expression *array_size; member in class:ast_declaration
475 is_array(false), array_size(NULL), precision(ast_precision_none),
484 is_array(false), array_size(NULL), precision(ast_precision_none),
502 ast_expression *array_size; member in class:ast_type_specifier
554 this->array_size = 0;
565 ast_expression *array_size; member in class:ast_parameter_declarator
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXCapabilities.cpp 36 #define ARRAY_SIZE(array) (sizeof((array)) / sizeof((array)[0]))
211 ARRAY_SIZE(mFrameLayout),
327 ARRAY_SIZE(mAutoConvergence),
337 ARRAY_SIZE(mBracketingModes),
631 ARRAY_SIZE(mImageCapRes),
649 ARRAY_SIZE(mImageCapResTB),
670 ARRAY_SIZE(mImageCapResSS),
691 ARRAY_SIZE(mImageCapRes),
743 ARRAY_SIZE(mPreviewRes),
755 ARRAY_SIZE(mPreviewPortraitRes)
    [all...]
  /external/deqp/android/cts/master/src/
gles31-driver-issues.txt 41 dEQP-GLES31.functional.program_interface_query.program_input.array_size.interface_blocks.in.block_array.var
42 dEQP-GLES31.functional.program_interface_query.program_input.array_size.interface_blocks.in.block_array.var_array
43 dEQP-GLES31.functional.program_interface_query.program_input.array_size.interface_blocks.in.block_array.var_struct
44 dEQP-GLES31.functional.program_interface_query.program_input.array_size.interface_blocks.in.unnamed_block.var
45 dEQP-GLES31.functional.program_interface_query.program_input.array_size.interface_blocks.in.unnamed_block.var_array
46 dEQP-GLES31.functional.program_interface_query.program_input.array_size.interface_blocks.in.unnamed_block.var_struct
47 dEQP-GLES31.functional.program_interface_query.program_input.array_size.interface_blocks.patch_in.block_array.var
48 dEQP-GLES31.functional.program_interface_query.program_input.array_size.interface_blocks.patch_in.block_array.var_array
49 dEQP-GLES31.functional.program_interface_query.program_input.array_size.interface_blocks.patch_in.block_array.var_struct
50 dEQP-GLES31.functional.program_interface_query.program_input.array_size.interface_blocks.patch_in.named_block_explicit_location.va
    [all...]
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCapabilities.cpp 40 #define ARRAY_SIZE(array) (sizeof((array)) / sizeof((array)[0]))
468 ARRAY_SIZE(mImageCapRes),
494 ARRAY_SIZE(mPreviewRes),
520 ARRAY_SIZE(mPreviewRes),
546 ARRAY_SIZE(mThumbRes),
575 ARRAY_SIZE(mZoomStages),
606 ARRAY_SIZE(mPixelformats),
637 ARRAY_SIZE(mPixelformats),
669 ARRAY_SIZE(mFramerates),
695 ARRAY_SIZE(mVarFramerates)
    [all...]
  /external/icu/icu4c/source/i18n/
csrmbcs.cpp 19 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0])
272 int32_t confidence = match_mbcs(det, commonChars_sjis, ARRAY_SIZE(commonChars_sjis));
373 int32_t confidence = match_mbcs(det, commonChars_euc_jp, ARRAY_SIZE(commonChars_euc_jp));
395 int32_t confidence = match_mbcs(det, commonChars_euc_kr, ARRAY_SIZE(commonChars_euc_kr));
447 int32_t confidence = match_mbcs(det, commonChars_big5, ARRAY_SIZE(commonChars_big5));
523 int32_t confidence = match_mbcs(det, commonChars_gb_18030, ARRAY_SIZE(commonChars_gb_18030));
  /external/libdrm/tests/proptest/
proptest.c 38 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]))
309 for (i = 0; i < ARRAY_SIZE(modules); i++){
317 if (i == ARRAY_SIZE(modules)) {
  /external/mesa3d/src/gallium/tests/graw/
graw_util.h 76 resource_temp.array_size = 1;
109 resource_temp.array_size = 1;
235 temp.array_size = 1;
  /external/mesa3d/src/mesa/state_tracker/
st_gen_mipmap.c 183 oldTex->array_size,
227 dstHeight = pt->array_size;
233 dstDepth = pt->array_size;
  /packages/inputmethods/LatinIME/native/jni/tests/utils/
int_array_view_test.cpp 48 const size_t ARRAY_SIZE = 100;
49 std::array<int, ARRAY_SIZE> intArray;
51 EXPECT_EQ(ARRAY_SIZE, intArrayView.size());

Completed in 1190 milliseconds

1 2 3 4 5 6 7 891011>>