/external/v8/src/ |
handles.cc | 542 v->VisitPointers(values_, values_ + ARRAY_SIZE(values_)); 621 isolate->proxy_enumerate(), object, ARRAY_SIZE(args), args, threw); [all...] |
objects.cc | 232 "get", isolate->derived_get_trap(), ARRAY_SIZE(args), args); [all...] |
liveedit.cc | 77 int array_size = len1_ * len2_; local 78 for (int i = 0; i < array_size; i++) { [all...] |
/hardware/invensense/mlsdk/mllite/ |
mldl.c | 615 for (ii = 0; ii < ARRAY_SIZE(mldlCfg.offset_tc); ii++) { 690 for (ii = 0; ii < ARRAY_SIZE(mldlCfg.offset); ii++) { [all...] |
/external/icu4c/test/intltest/ |
dtifmtts.cpp | 37 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0]) [all...] |
/hardware/libhardware_legacy/audio/ |
AudioPolicyManagerBase.cpp | [all...] |
/external/qemu/tcg/i386/ |
tcg-target.c | [all...] |
/device/samsung/manta/audio/ |
audio_hw.c | 68 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) [all...] |
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_allocator.h | 938 CHECK_LT(size_log, ARRAY_SIZE(stats.by_size_log)); [all...] |
/external/linux-tools-perf/ |
builtin-sched.c | [all...] |
builtin-script.c | 109 int i, imax = ARRAY_SIZE(all_output_options);
|
/system/core/adb/ |
adb.c | 34 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) 297 static const int num_cnxn_props = ARRAY_SIZE(cnxn_props); [all...] |
/external/qemu/ |
mips-dis.c | [all...] |
/external/chromium/net/base/ |
net_util.cc | 1575 int array_size = arraysize(kRestrictedPorts); local 1585 int array_size = arraysize(kAllowedFtpPorts); local [all...] |
/external/chromium/third_party/libjingle/source/talk/base/ |
httpclient.cc | 584 StreamResult result = Flow(stream.get(), buffer, ARRAY_SIZE(buffer),
|
stringencode.cc | 335 size_t esclen = sprintfn(escseq, ARRAY_SIZE(escseq), "&#%lu;", val);
|
/external/compiler-rt/lib/asan/ |
asan_allocator.cc | 477 CHECK(idx < (int)ARRAY_SIZE(page_groups_));
|
/external/icu4c/i18n/ |
bmsearch.cpp | 37 #define ARRAY_SIZE(array) (sizeof(array)/sizeof(array[0]))
|
/external/iptables/iptables/ |
iptables-xml.c | 111 if (what && newargc + 1 < ARRAY_SIZE(newargv)) {
|
/external/linux-tools-perf/util/ |
event.c | 39 if (id >= ARRAY_SIZE(perf_event__names))
|
/hardware/invensense/libsensors_iio/software/simple_apps/mpu_iio/ |
mpu_iio.c | 375 for (i = 0; i < ARRAY_SIZE(pfd); i++) {
|
/hardware/ti/omap4xxx/test/CameraHal/ |
camera_test_script.cpp | 437 // camera_index %= ARRAY_SIZE(cameras); [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
libiberty.h | 640 #define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0]))
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
libiberty.h | 640 #define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0]))
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
libiberty.h | 640 #define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0]))
|