HomeSort by relevance Sort by last modified time
    Searched refs:ARRAY_SIZE (Results 101 - 125 of 550) sorted by null

1 2 3 45 6 7 8 91011>>

  /system/netd/
SecondaryTableController.cpp 145 ret = runCmd(ARRAY_SIZE(cmd), cmd);
159 ret = runCmd(ARRAY_SIZE(cmd), cmd);
253 if (runCmd(ARRAY_SIZE(cmd), cmd)) {
284 return runCmd(ARRAY_SIZE(cmd), cmd);
333 while(!runCmd(ARRAY_SIZE(v4_cmd), v4_cmd)) {}
345 while(!runCmd(ARRAY_SIZE(v6_cmd), v6_cmd)) {}
360 ret = runCmd(ARRAY_SIZE(route_cmd), route_cmd);
376 ret = runCmd(ARRAY_SIZE(route6_cmd), route6_cmd);
445 ret = runCmd(ARRAY_SIZE(reject_cmd), reject_cmd);
489 return runCmd(ARRAY_SIZE(rule_cmd), rule_cmd)
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
stdnmtst.c 21 #define ARRAY_SIZE(array) (int32_t)(sizeof array / sizeof array[0])
292 doTestNames("ASCII", "IANA", asciiIANA, ARRAY_SIZE(asciiIANA));
293 doTestNames("US-ASCII", "IANA", asciiIANA, ARRAY_SIZE(asciiIANA));
294 doTestNames("ASCII", "MIME", asciiMIME, ARRAY_SIZE(asciiMIME));
295 doTestNames("ascii", "mime", asciiMIME, ARRAY_SIZE(asciiMIME));
302 doTestNames("ISO_2022,locale=ko,version=0", "MIME", iso2022MIME, ARRAY_SIZE(iso2022MIME));
303 doTestNames("csiso2022kr", "MIME", iso2022MIME, ARRAY_SIZE(iso2022MIME));
306 doTestUCharNames("ASCII", "IANA", asciiIANA, ARRAY_SIZE(asciiIANA));
  /external/icu4c/test/cintltst/
stdnmtst.c 21 #define ARRAY_SIZE(array) (int32_t)(sizeof array / sizeof array[0])
292 doTestNames("ASCII", "IANA", asciiIANA, ARRAY_SIZE(asciiIANA));
293 doTestNames("US-ASCII", "IANA", asciiIANA, ARRAY_SIZE(asciiIANA));
294 doTestNames("ASCII", "MIME", asciiMIME, ARRAY_SIZE(asciiMIME));
295 doTestNames("ascii", "mime", asciiMIME, ARRAY_SIZE(asciiMIME));
302 doTestNames("ISO_2022,locale=ko,version=0", "MIME", iso2022MIME, ARRAY_SIZE(iso2022MIME));
303 doTestNames("csiso2022kr", "MIME", iso2022MIME, ARRAY_SIZE(iso2022MIME));
306 doTestUCharNames("ASCII", "IANA", asciiIANA, ARRAY_SIZE(asciiIANA));
  /external/v8/src/
arguments.h 101 for (size_t i = 0; i < ARRAY_SIZE(values_); i++) {
108 Object** end() { return values_ + ARRAY_SIZE(values_) - 1; }
  /hardware/invensense/60xx/libsensors_iio/
sensors.h 34 #ifndef ARRAY_SIZE
35 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0]))
  /hardware/invensense/65xx/libsensors_iio/
sensors.h 34 #ifndef ARRAY_SIZE
35 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0]))
  /external/chromium/third_party/libjingle/source/talk/base/
win32filesystem.cc 217 if (!::GetTempPath(ARRAY_SIZE(buffer), buffer))
220 !::GetLongPathName(buffer, buffer, ARRAY_SIZE(buffer)))
224 len += strcpyn(buffer + len, ARRAY_SIZE(buffer) - len, L"\\");
226 if (len >= ARRAY_SIZE(buffer) - 1)
315 if (!::GetTempPath(ARRAY_SIZE(buffer), buffer))
318 !::GetLongPathName(buffer, buffer, ARRAY_SIZE(buffer)))
357 if (0 == ::GetModuleFileName(NULL, buffer, ARRAY_SIZE(buffer)))
371 !::GetLongPathName(buffer, buffer, ARRAY_SIZE(buffer)))
373 size_t len = strcatn(buffer, ARRAY_SIZE(buffer), __T("\\"));
374 len += strcpyn(buffer + len, ARRAY_SIZE(buffer) - len
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
win32filesystem.cc 217 if (!::GetTempPath(ARRAY_SIZE(buffer), buffer))
220 !::GetLongPathName(buffer, buffer, ARRAY_SIZE(buffer)))
224 len += strcpyn(buffer + len, ARRAY_SIZE(buffer) - len, L"\\");
226 if (len >= ARRAY_SIZE(buffer) - 1)
315 if (!::GetTempPath(ARRAY_SIZE(buffer), buffer))
318 !::GetLongPathName(buffer, buffer, ARRAY_SIZE(buffer)))
357 if (0 == ::GetModuleFileName(NULL, buffer, ARRAY_SIZE(buffer)))
371 !::GetLongPathName(buffer, buffer, ARRAY_SIZE(buffer)))
373 size_t len = strcatn(buffer, ARRAY_SIZE(buffer), __T("\\"));
374 len += strcpyn(buffer + len, ARRAY_SIZE(buffer) - len
    [all...]
  /external/iptables/extensions/
libip6t_ipv6header.c 75 for (i = 0; i < ARRAY_SIZE(chain_protos); ++i)
92 for (i = 0; i < ARRAY_SIZE(chain_protos); ++i)
98 if (i == ARRAY_SIZE(chain_protos))
111 for (i = 0; i < ARRAY_SIZE(chain_flags); ++i)
117 if (i == ARRAY_SIZE(chain_flags))
libxt_pkttype.c 43 for (i = 0; i < ARRAY_SIZE(supported_types); ++i)
67 for (i = 0; i < ARRAY_SIZE(supported_types); ++i)
91 for (i = 0; i < ARRAY_SIZE(supported_types); ++i)
  /external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/icu/source/i18n/
csr2022.cpp 18 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0])
146 return match_2022(textIn->fInputBytes, textIn->fInputLen, escapeSequences_2022JP, ARRAY_SIZE(escapeSequences_2022JP));
156 return match_2022(textIn->fInputBytes, textIn->fInputLen, escapeSequences_2022KR, ARRAY_SIZE(escapeSequences_2022KR));
166 return match_2022(textIn->fInputBytes, textIn->fInputLen, escapeSequences_2022CN, ARRAY_SIZE(escapeSequences_2022CN));
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
defaults.cc 69 if (gethostname(computer_name, ARRAY_SIZE(computer_name)) != 0)
  /external/harfbuzz_ng/src/hb-icu-le/
letest.h 37 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0])
  /external/icu4c/i18n/
csr2022.cpp 19 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0])
150 ARRAY_SIZE(escapeSequences_2022JP));
165 ARRAY_SIZE(escapeSequences_2022KR));
180 ARRAY_SIZE(escapeSequences_2022CN));
  /external/iptables/include/net/netfilter/
nf_conntrack_tuple.h 28 #define NF_CT_TUPLE_L3SIZE ARRAY_SIZE(((union nf_inet_addr *)NULL)->all)
  /hardware/akm/AK8975_FS/libsensors/
sensors.h 34 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0]))
  /system/core/init/
util.h 23 #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0]))
  /external/iptables/include/linux/netfilter/
xt_sctp.h 68 __sctp_chunkmap_is_clear((chunkmap), ARRAY_SIZE(chunkmap))
80 __sctp_chunkmap_is_all_set((chunkmap), ARRAY_SIZE(chunkmap))
  /external/libselinux/src/
label.c 17 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))
72 if (backend >= ARRAY_SIZE(initfuncs)) {
  /hardware/invensense/60xx/mlsdk/mllite/
accel.c 158 for (ii = 0; ii < ARRAY_SIZE(tmp); ii++) {
177 for (ii = 0; ii < ARRAY_SIZE(tmp); ii++) {
  /external/stlport/test/unit/
alg_test.cpp 119 #define ARRAY_SIZE(arr) sizeof(arr) / sizeof(arr[0])
129 slist<int> slint(ints, ints + ARRAY_SIZE(ints));
139 list<int> lint(ints, ints + ARRAY_SIZE(ints));
149 deque<int> dint(ints, ints + ARRAY_SIZE(ints));
162 slist<int> slint(ints, ints + ARRAY_SIZE(ints));
172 list<int> lint(ints, ints + ARRAY_SIZE(ints));
182 deque<int> dint(ints, ints + ARRAY_SIZE(ints));
  /ndk/tests/device/test-gnustl-full/unit/
alg_test.cpp 119 #define ARRAY_SIZE(arr) sizeof(arr) / sizeof(arr[0])
129 slist<int> slint(ints, ints + ARRAY_SIZE(ints));
139 list<int> lint(ints, ints + ARRAY_SIZE(ints));
149 deque<int> dint(ints, ints + ARRAY_SIZE(ints));
162 slist<int> slint(ints, ints + ARRAY_SIZE(ints));
172 list<int> lint(ints, ints + ARRAY_SIZE(ints));
182 deque<int> dint(ints, ints + ARRAY_SIZE(ints));
  /ndk/tests/device/test-stlport/unit/
alg_test.cpp 119 #define ARRAY_SIZE(arr) sizeof(arr) / sizeof(arr[0])
129 slist<int> slint(ints, ints + ARRAY_SIZE(ints));
139 list<int> lint(ints, ints + ARRAY_SIZE(ints));
149 deque<int> dint(ints, ints + ARRAY_SIZE(ints));
162 slist<int> slint(ints, ints + ARRAY_SIZE(ints));
172 list<int> lint(ints, ints + ARRAY_SIZE(ints));
182 deque<int> dint(ints, ints + ARRAY_SIZE(ints));

Completed in 519 milliseconds

1 2 3 45 6 7 8 91011>>