OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ARRAYSIZE_UNSAFE
(Results
1 - 25
of
89
) sorted by null
1
2
3
4
/external/webkit/Source/WebCore/platform/qt/
PlatformBridge.h
34
// V8 bindings use the
ARRAYSIZE_UNSAFE
macro. This macro was copied
37
//
ARRAYSIZE_UNSAFE
performs essentially the same calculation as arraysize,
43
// The expression
ARRAYSIZE_UNSAFE
(a) is a compile-time constant of type
46
//
ARRAYSIZE_UNSAFE
catches a few type errors. If you see a compiler error
50
// when using
ARRAYSIZE_UNSAFE
, you are (wrongfully) giving it a pointer.
51
// You should only use
ARRAYSIZE_UNSAFE
on statically allocated arrays.
56
//
ARRAYSIZE_UNSAFE
(arr) works by inspecting sizeof(arr) (the # of bytes in
74
#define
ARRAYSIZE_UNSAFE
(a) \
/external/chromium/chrome/common/
spellcheck_common.cc
61
for (size_t i = 0; i <
ARRAYSIZE_UNSAFE
(g_supported_spellchecker_languages);
114
for (size_t i = 0; i <
ARRAYSIZE_UNSAFE
(special_version_string); ++i) {
127
for (size_t i = 0; i <
ARRAYSIZE_UNSAFE
(g_supported_spellchecker_languages);
150
for (size_t i = 0; i <
ARRAYSIZE_UNSAFE
(g_supported_spellchecker_languages);
166
for (size_t i = 0; i <
ARRAYSIZE_UNSAFE
(g_supported_spellchecker_languages);
/external/chromium/net/ftp/
ftp_util_unittest.cc
34
for (size_t i = 0; i <
ARRAYSIZE_UNSAFE
(kTestCases); i++) {
67
for (size_t i = 0; i <
ARRAYSIZE_UNSAFE
(kTestCases); i++) {
100
for (size_t i = 0; i <
ARRAYSIZE_UNSAFE
(kTestCases); i++) {
156
for (size_t i = 0; i <
ARRAYSIZE_UNSAFE
(kTestCases); i++) {
195
for (size_t i = 0; i <
ARRAYSIZE_UNSAFE
(kTestCases); i++) {
/external/chromium/chrome/browser/autocomplete/
autocomplete_result_unittest.cc
159
RunCopyOldMatchesTest(last,
ARRAYSIZE_UNSAFE
(last),
160
current,
ARRAYSIZE_UNSAFE
(current),
161
result,
ARRAYSIZE_UNSAFE
(result)));
184
RunCopyOldMatchesTest(last,
ARRAYSIZE_UNSAFE
(last),
185
current,
ARRAYSIZE_UNSAFE
(current),
186
result,
ARRAYSIZE_UNSAFE
(result)));
extension_app_provider_unittest.cc
58
for (size_t i = 0; i <
ARRAYSIZE_UNSAFE
(kExtensionApps); ++i) {
105
RunTest(edit_cases,
ARRAYSIZE_UNSAFE
(edit_cases));
/external/chromium/net/proxy/
proxy_server_unittest.cc
162
for (size_t i = 0; i <
ARRAYSIZE_UNSAFE
(tests); ++i) {
205
for (size_t i = 0; i <
ARRAYSIZE_UNSAFE
(tests); ++i) {
223
for (size_t i = 0; i <
ARRAYSIZE_UNSAFE
(tests); ++i) {
282
for (size_t i = 0; i <
ARRAYSIZE_UNSAFE
(tests); ++i) {
298
for (size_t i = 0; i <
ARRAYSIZE_UNSAFE
(tests); ++i) {
338
for (size_t i = 0; i <
ARRAYSIZE_UNSAFE
(tests); ++i) {
proxy_list_unittest.cc
58
for (size_t i = 0; i <
ARRAYSIZE_UNSAFE
(tests); ++i) {
84
for (size_t i = 0; i <
ARRAYSIZE_UNSAFE
(tests); ++i) {
proxy_config_service_win_unittest.cc
192
for (size_t i = 0; i <
ARRAYSIZE_UNSAFE
(tests); ++i) {
/external/chromium/googleurl/base/
basictypes.h
78
#define
ARRAYSIZE_UNSAFE
(a) \
/external/chromium/base/
version_unittest.cc
42
for (size_t i = 0; i <
ARRAYSIZE_UNSAFE
(cases); ++i) {
69
for (size_t i = 0; i <
ARRAYSIZE_UNSAFE
(cases); ++i) {
string_number_conversions_unittest.cc
71
for (size_t i = 0; i <
ARRAYSIZE_UNSAFE
(cases); ++i)
107
for (size_t i = 0; i <
ARRAYSIZE_UNSAFE
(cases); ++i) {
212
for (size_t i = 0; i <
ARRAYSIZE_UNSAFE
(cases); ++i) {
311
for (size_t i = 0; i <
ARRAYSIZE_UNSAFE
(cases); ++i) {
371
for (size_t i = 0; i <
ARRAYSIZE_UNSAFE
(cases); ++i) {
420
for (size_t i = 0; i <
ARRAYSIZE_UNSAFE
(cases); ++i) {
utf_string_conversions_unittest.cc
97
for (size_t i = 0; i <
ARRAYSIZE_UNSAFE
(convert_cases); i++) {
175
for (size_t i = 0; i <
ARRAYSIZE_UNSAFE
(convert_cases); i++) {
/external/chromium/chrome/browser/
spellchecker_platform_engine_unittest.cc
22
for (size_t i = 0; i <
ARRAYSIZE_UNSAFE
(kTestCases); ++i) {
317
for (size_t i = 0; i <
ARRAYSIZE_UNSAFE
(kTestCases); ++i) {
shell_integration_unittest.cc
153
for (size_t i = 0; i <
ARRAYSIZE_UNSAFE
(test_cases); i++) {
298
for (size_t i = 0; i <
ARRAYSIZE_UNSAFE
(test_cases); i++) {
browser_about_handler_unittest.cc
108
for (size_t i = 0; i <
ARRAYSIZE_UNSAFE
(test_data); ++i) {
/external/chromium/net/base/
mime_util_unittest.cc
27
for (size_t i = 0; i <
ARRAYSIZE_UNSAFE
(tests); ++i) {
52
for (size_t i = 0; i <
ARRAYSIZE_UNSAFE
(tests); ++i) {
112
for (size_t i = 0; i <
ARRAYSIZE_UNSAFE
(tests); ++i) {
net_util_unittest.cc
516
for (size_t i = 0; i <
ARRAYSIZE_UNSAFE
(round_trip_cases); i++) {
561
for (size_t i = 0; i <
ARRAYSIZE_UNSAFE
(url_cases); i++) {
623
for (size_t i = 0; i <
ARRAYSIZE_UNSAFE
(tests); ++i) {
685
for (size_t i = 0; i <
ARRAYSIZE_UNSAFE
(tests); ++i) {
692
for (size_t i = 0; i <
ARRAYSIZE_UNSAFE
(tests); ++i) {
714
for (size_t i = 0; i <
ARRAYSIZE_UNSAFE
(tests); ++i) {
723
for (size_t i = 0; i <
ARRAYSIZE_UNSAFE
(tests); ++i) {
745
for (size_t i = 0; i <
ARRAYSIZE_UNSAFE
(tests); ++i) {
[
all
...]
/external/chromium/net/http/
http_auth_handler_basic_unittest.cc
34
for (size_t i = 0; i <
ARRAYSIZE_UNSAFE
(tests); ++i) {
92
for (size_t i = 0; i <
ARRAYSIZE_UNSAFE
(tests); ++i) {
177
for (size_t i = 0; i <
ARRAYSIZE_UNSAFE
(tests); ++i) {
http_byte_range_unittest.cc
26
for (size_t i = 0; i <
ARRAYSIZE_UNSAFE
(tests); ++i) {
58
for (size_t i = 0; i <
ARRAYSIZE_UNSAFE
(tests); ++i) {
http_response_headers_unittest.cc
444
for (size_t i = 0; i <
ARRAYSIZE_UNSAFE
(tests); ++i) {
806
for (size_t i = 0; i <
ARRAYSIZE_UNSAFE
(tests); ++i) {
870
for (size_t i = 0; i <
ARRAYSIZE_UNSAFE
(tests); ++i) {
916
for (size_t i = 0; i <
ARRAYSIZE_UNSAFE
(tests); ++i) {
1000
for (size_t i = 0; i <
ARRAYSIZE_UNSAFE
(tests); ++i) {
1086
for (size_t i = 0; i <
ARRAYSIZE_UNSAFE
(tests); ++i) {
[
all
...]
/external/chromium/chrome/browser/bookmarks/
bookmark_index_unittest.cc
137
for (size_t i = 0; i <
ARRAYSIZE_UNSAFE
(data); ++i) {
164
for (size_t i = 0; i <
ARRAYSIZE_UNSAFE
(data); ++i) {
180
AddBookmarksWithTitles(input,
ARRAYSIZE_UNSAFE
(input));
190
AddBookmarksWithTitles(input,
ARRAYSIZE_UNSAFE
(input));
195
ExpectMatches("BlAh", expected,
ARRAYSIZE_UNSAFE
(expected));
201
AddBookmarksWithTitles(input,
ARRAYSIZE_UNSAFE
(input));
253
for (size_t i = 0; i <
ARRAYSIZE_UNSAFE
(data); ++i) {
/external/chromium/chrome/browser/download/
download_util_unittest.cc
454
for (size_t i = 0; i <
ARRAYSIZE_UNSAFE
(kGenerateFileNameTestCases); ++i) {
465
for (size_t i = 0; i <
ARRAYSIZE_UNSAFE
(kGenerateFileNameTestCases); ++i) {
574
for (size_t i = 0; i <
ARRAYSIZE_UNSAFE
(kSafeFilenameCases); ++i) {
/external/webkit/Source/WebCore/platform/android/
PlatformBridge.h
36
// V8 bindings use the
ARRAYSIZE_UNSAFE
macro. This macro was copied
39
//
ARRAYSIZE_UNSAFE
performs essentially the same calculation as arraysize,
45
// The expression
ARRAYSIZE_UNSAFE
(a) is a compile-time constant of type
48
//
ARRAYSIZE_UNSAFE
catches a few type errors. If you see a compiler error
52
// when using
ARRAYSIZE_UNSAFE
, you are (wrongfully) giving it a pointer.
53
// You should only use
ARRAYSIZE_UNSAFE
on statically allocated arrays.
58
//
ARRAYSIZE_UNSAFE
(arr) works by inspecting sizeof(arr) (the # of bytes in
76
#define
ARRAYSIZE_UNSAFE
(a) \
/external/chromium/chrome/browser/search_engines/
template_url_unittest.cc
83
for (size_t i = 0; i <
ARRAYSIZE_UNSAFE
(search_term_cases); ++i) {
191
for (size_t i = 0; i <
ARRAYSIZE_UNSAFE
(search_term_cases); ++i) {
238
for (size_t i = 0; i <
ARRAYSIZE_UNSAFE
(to_wide_cases); i++) {
273
for (size_t i = 0; i <
ARRAYSIZE_UNSAFE
(data); ++i) {
313
for (size_t i = 0; i <
ARRAYSIZE_UNSAFE
(data); ++i) {
344
for (size_t i = 0; i <
ARRAYSIZE_UNSAFE
(data); ++i) {
379
for (size_t i = 0; i <
ARRAYSIZE_UNSAFE
(data); ++i) {
438
for (size_t i = 0; i <
ARRAYSIZE_UNSAFE
(data); ++i) {
459
for (size_t i = 0; i <
ARRAYSIZE_UNSAFE
(data); ++i)
/external/chromium/chrome/browser/history/
query_parser_unittest.cc
115
for (size_t i = 0; i <
ARRAYSIZE_UNSAFE
(data); ++i) {
152
for (size_t i = 0; i <
ARRAYSIZE_UNSAFE
(data); ++i) {
Completed in 285 milliseconds
1
2
3
4