HomeSort by relevance Sort by last modified time
    Searched refs:ARRAYSIZE (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/server/
utils.h 35 #ifndef ARRAYSIZE
36 #define ARRAYSIZE(x) (sizeof(x) / sizeof(x[0]))
data_socket.cc 216 for (size_t i = 0; i < ARRAYSIZE(supported_methods); ++i) {
250 if ((headers + ARRAYSIZE(kContentLength)) < end &&
252 ARRAYSIZE(kContentLength) - 1) == 0) {
253 headers += ARRAYSIZE(kContentLength) - 1;
257 } else if ((headers + ARRAYSIZE(kContentType)) < end &&
259 ARRAYSIZE(kContentType) - 1) == 0) {
260 headers += ARRAYSIZE(kContentType) - 1;
peer_channel.cc 196 for (; i < ARRAYSIZE(kRequestPaths); ++i) {
201 if (i == ARRAYSIZE(kRequestPaths))
210 int id = atoi(&args[found + ARRAYSIZE(kPeerId) - 1]);
240 found += ARRAYSIZE(kTargetPeerIdParam) - 1;
243 args = found + ARRAYSIZE(kTargetPeerIdParam) - 1;
  /external/chromium_org/third_party/ots/test/
cff_type2_charstring_test.cc 16 #define ARRAYSIZE(a) (sizeof(a) / sizeof(a[0]))
175 EXPECT_TRUE(ValidateCharStrings(char_string, ARRAYSIZE(char_string)));
183 EXPECT_TRUE(ValidateCharStrings(char_string, ARRAYSIZE(char_string)));
191 EXPECT_FALSE(ValidateCharStrings(char_string, ARRAYSIZE(char_string)));
201 EXPECT_TRUE(ValidateCharStrings(char_string, ARRAYSIZE(char_string)));
209 EXPECT_TRUE(ValidateCharStrings(char_string, ARRAYSIZE(char_string)));
217 EXPECT_FALSE(ValidateCharStrings(char_string, ARRAYSIZE(char_string)));
227 EXPECT_TRUE(ValidateCharStrings(char_string, ARRAYSIZE(char_string)));
235 EXPECT_TRUE(ValidateCharStrings(char_string, ARRAYSIZE(char_string)));
243 EXPECT_FALSE(ValidateCharStrings(char_string, ARRAYSIZE(char_string)))
    [all...]
  /external/chromium_org/third_party/libusb/src/libusb/
strerror.c 61 static const char* usbi_localized_errors[ARRAYSIZE(usbi_locale_supported)][LIBUSB_ERROR_COUNT] = {
148 for (i=0; i<ARRAYSIZE(usbi_locale_supported); i++) {
152 if (i >= ARRAYSIZE(usbi_locale_supported)) {
libusbi.h 69 #if !defined(ARRAYSIZE)
70 #define ARRAYSIZE(array) (sizeof(array)/sizeof(array[0]))
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
stack_trace_table_test.cc 11 #undef ARRAYSIZE // may be defined on, eg, windows
12 #define ARRAYSIZE(a) ( sizeof(a) / sizeof(*(a)) )
41 CheckTracesAndReset(&table, k1, ARRAYSIZE(k1));
61 CheckTracesAndReset(&table, k2, ARRAYSIZE(k2));
69 CheckTracesAndReset(&table, k3, ARRAYSIZE(k3));
78 CheckTracesAndReset(&table, k4, ARRAYSIZE(k4));
93 CheckTracesAndReset(&table, k5, ARRAYSIZE(k5));
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
stack_trace_table_test.cc 11 #undef ARRAYSIZE // may be defined on, eg, windows
12 #define ARRAYSIZE(a) ( sizeof(a) / sizeof(*(a)) )
41 CheckTracesAndReset(&table, k1, ARRAYSIZE(k1));
61 CheckTracesAndReset(&table, k2, ARRAYSIZE(k2));
69 CheckTracesAndReset(&table, k3, ARRAYSIZE(k3));
78 CheckTracesAndReset(&table, k4, ARRAYSIZE(k4));
93 CheckTracesAndReset(&table, k5, ARRAYSIZE(k5));
  /external/chromium_org/third_party/re2/util/
test.h 34 #define ARRAYSIZE arraysize
  /external/chromium_org/url/
url_canon_icu_unittest.cc 13 // Some implementations of base/basictypes.h may define ARRAYSIZE.
16 #ifndef ARRAYSIZE
17 #define ARRAYSIZE ARRAYSIZE_UNSAFE
64 for (size_t i = 0; i < ARRAYSIZE(icu_cases); i++) {
121 for (size_t i = 0; i < ARRAYSIZE(query_cases); i++) {
gurl_unittest.cc 10 // Some implementations of base/basictypes.h may define ARRAYSIZE.
13 #ifndef ARRAYSIZE
14 #define ARRAYSIZE ARRAYSIZE_UNSAFE
235 for (size_t i = 0; i < ARRAYSIZE(valid_cases); i++) {
247 for (size_t i = 0; i < ARRAYSIZE(invalid_cases); i++) {
302 for (size_t i = 0; i < ARRAYSIZE(resolve_cases); i++) {
334 for (size_t i = 0; i < ARRAYSIZE(cases); i++) {
353 for (size_t i = 0; i < ARRAYSIZE(cases); i++) {
372 for (size_t i = 0; i < ARRAYSIZE(cases); i++) {
404 for (size_t i = 0; i < ARRAYSIZE(replace_cases); i++)
    [all...]
url_canon_unittest.cc 15 // Some implementations of base/basictypes.h may define ARRAYSIZE.
18 #ifndef ARRAYSIZE
19 #define ARRAYSIZE ARRAYSIZE_UNSAFE
126 for (size_t i = 0; i < ARRAYSIZE(utf_cases); i++) {
185 for (size_t i = 0; i < ARRAYSIZE(utf_cases); i++) {
253 for (size_t i = 0; i < arraysize(scheme_cases); i++) {
494 for (size_t i = 0; i < arraysize(host_cases); i++) {
541 for (size_t i = 0; i < arraysize(host_cases); i++) {
    [all...]
url_parse_unittest.cc 11 // Some implementations of base/basictypes.h may define ARRAYSIZE.
14 #ifndef ARRAYSIZE
15 #define ARRAYSIZE ARRAYSIZE_UNSAFE
145 for (size_t i = 0; i < arraysize(length_cases); i++) {
204 for (size_t i = 0; i < ARRAYSIZE(count_cases); i++) {
322 for (size_t i = 0; i < arraysize(cases); i++) {
357 for (size_t i = 0; i < arraysize(path_cases); i++) {
456 for (size_t i = 0; i < arraysize(file_cases); i++) {
512 for (size_t i = 0; i < ARRAYSIZE(file_cases); i++) {
620 for (size_t i = 0; i < arraysize(mailto_cases); ++i)
    [all...]
  /external/dhcpcd/
dhcpcd_test.cpp 26 #define ARRAYSIZE(x) sizeof((x)) / sizeof((x)[0])
79 memset(dhcpmsgs, 0, ARRAYSIZE(dhcpmsgs) * sizeof(struct dhcp_message));
  /external/chromium_org/third_party/cld/base/
macros.h 24 // COMPILE_ASSERT(ARRAYSIZE(content_type_names) == CONTENT_NUM_TYPES,
107 // The arraysize(arr) macro returns the # of elements in an array arr.
109 // used in defining new arrays, for example. If you use arraysize on
112 // One caveat is that arraysize() doesn't accept any array of an
114 // cases, you have to use the unsafe ARRAYSIZE() macro below. This is
118 // This template function declaration is used in defining arraysize.
132 #define arraysize(array) (sizeof(ArraySizeHelper(array))) macro
134 // ARRAYSIZE performs essentially the same calculation as arraysize,
136 // functions. It's less safe than arraysize as it accepts som
    [all...]
  /external/chromium_org/third_party/re2/re2/testing/
re2_arg_test.cc 87 const int kNumStrings = ARRAYSIZE(kSuccessTable);
  /external/chromium_org/third_party/webrtc/examples/android/media_demo/jni/
jni_helpers.h 47 #define ARRAYSIZE(instance) \
  /external/chromium_org/third_party/libusb/src/libusb/os/
windows_common.h 57 #ifndef ARRAYSIZE
58 #define ARRAYSIZE(A) (sizeof(A)/sizeof((A)[0]))
  /external/chromium_org/win8/delegate_execute/
crash_server_init.cc 61 entries, ARRAYSIZE(entries) };
  /external/chromium_org/win8/metro_driver/
direct3d_helper.cc 81 ARRAYSIZE(feature_levels),
metro_dialog_box.cc 96 if (::GetClassNameA(hwnd, classname, ARRAYSIZE(classname))) {
print_handler.cc 142 ARRAYSIZE(feature_levels),
155 ARRAYSIZE(feature_levels),
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
main_wnd.cc 72 ::GetWindowTextA(wnd, &text[0], ARRAYSIZE(text));
511 size_t total_width = (ARRAYSIZE(windows) - 1) * kSeparator;
513 for (size_t i = 0; i < ARRAYSIZE(windows); ++i) {
523 for (size_t i = 0; i < ARRAYSIZE(windows); ++i) {
535 for (size_t i = 0; i < ARRAYSIZE(windows); ++i) {
  /external/android-clat/
clatd_test.cpp 36 #define ARRAYSIZE(x) sizeof((x)) / sizeof((x)[0])
779 reassemble_packet(kIPv4Fragments, kIPv4FragLengths, ARRAYSIZE(kIPv4Fragments),
788 reassemble_packet(kIPv6Fragments, kIPv6FragLengths, ARRAYSIZE(kIPv6Fragments),
    [all...]
  /external/chromium_org/base/allocator/
allocator_unittest.cc 498 for (int i = 0; i < ARRAYSIZE(kTestAlignments); ++i) {

Completed in 3005 milliseconds

1 2