/external/chromium/chrome/browser/extensions/ |
extension_rlz_module.cc | 11 #include "rlz/win/lib/lib_values.h" 110 char rlz[rlz_lib::kMaxRlzLength + 1]; local 111 rlz_lib::GetAccessPointRlz(access_point, rlz, rlz_lib::kMaxRlzLength); 112 result_.reset(Value::CreateStringValue(rlz));
|
/external/chromium_org/rlz/lib/ |
financial_ping_test.cc | 17 #include "rlz/lib/financial_ping.h" 24 #include "rlz/lib/lib_values.h" 25 #include "rlz/lib/machine_id.h" 26 #include "rlz/lib/rlz_lib.h" 27 #include "rlz/lib/rlz_value_store.h" 28 #include "rlz/test/rlz_test_helpers.h" 33 #include "rlz/win/lib/machine_deal.h" 96 "events=I7S,W1I&rep=2&rlz=T4:TbRlzValue" DCC_PARAM 109 "events=I7S,W1I&rep=2&rlz=T4:" DCC_PARAM, brand); 120 "events=I7S,W1I&rep=2&rlz=T4:" DCC_PARAM, brand) 136 char rlz[rlz_lib::kMaxRlzLength + 1]; local [all...] |
financial_ping.cc | 7 #include "rlz/lib/financial_ping.h" 16 #include "rlz/lib/assert.h" 17 #include "rlz/lib/lib_values.h" 18 #include "rlz/lib/machine_id.h" 19 #include "rlz/lib/rlz_lib.h" 20 #include "rlz/lib/rlz_value_store.h" 21 #include "rlz/lib/string_utils.h" 149 // that we know about and have a current RLZ value, even if they are not 153 char rlz[kMaxRlzLength + 1]; local 156 rlz[0] = 0 [all...] |
rlz_lib.cc | 5 // A library to manage RLZ information for access-points shared 8 #include "rlz/lib/rlz_lib.h" 12 #include "rlz/lib/assert.h" 13 #include "rlz/lib/crc32.h" 14 #include "rlz/lib/financial_ping.h" 15 #include "rlz/lib/lib_values.h" 16 #include "rlz/lib/rlz_value_store.h" 17 #include "rlz/lib/string_utils.h" 57 // Current RLZ can only use [a-zA-Z0-9_\-] 83 // This function will remove bad rlz chars and also limit the max rlz to som 620 char rlz[kMaxRlzLength + 1]; local [all...] |
/external/chromium_org/chrome/browser/rlz/ |
rlz_unittest.cc | 5 #include "chrome/browser/rlz/rlz.h" 19 #include "rlz/test/rlz_test_helpers.h" 37 // Dummy RLZ string for the access points. 79 // Test class for RLZ tracker. Makes some member functions public and 142 // Set new access points RLZ string, like the actual server ping would have 268 // The events that affect the different RLZ scenarios are the following: 289 // RLZ ping sent 296 // - if the delay specified to InitRlzDelayed() is negative, then the RLZ 299 // Also want to test that pre-warming the RLZ string cache works correctly 586 base::string16 rlz; local 597 base::string16 rlz; local 607 base::string16 rlz; local 626 base::string16 rlz; local [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
callcoll.c | 637 UChar rlz[RULE_BUFFER_LEN] = { 0 }; local 638 uint32_t rlen = u_unescape(rules, rlz, RULE_BUFFER_LEN); 641 UCollator *coll = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT,NULL, &status); 686 UChar rlz[RULE_BUFFER_LEN] = { 0 }; local 687 uint32_t rlen = u_unescape(rules, rlz, RULE_BUFFER_LEN); 690 coll = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT,NULL, &status); [all...] |
capitst.c | 1329 UChar rlz[256] = {0}; local [all...] |
cmsccoll.c | 2012 UChar rlz[2048] = { 0 }; local 2075 UChar rlz[2048] = { 0 }; local 2513 UChar rlz[2048] = { 0 }; local 4650 UChar rlz[RULE_BUFFER_LEN] = { 0 }; local 4781 UChar rlz[RULE_BUFFER_LEN] = { 0 }; local [all...] |
/external/icu4c/test/cintltst/ |
callcoll.c | 665 UChar rlz[RULE_BUFFER_LEN] = { 0 }; local 666 uint32_t rlen = u_unescape(rules, rlz, RULE_BUFFER_LEN); 669 UCollator *coll = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT,NULL, &status); 714 UChar rlz[RULE_BUFFER_LEN] = { 0 }; local 715 uint32_t rlen = u_unescape(rules, rlz, RULE_BUFFER_LEN); 718 coll = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT,NULL, &status); [all...] |
capitst.c | 1403 UChar rlz[256] = {0}; local [all...] |
cmsccoll.c | 2024 UChar rlz[2048] = { 0 }; local 2087 UChar rlz[2048] = { 0 }; local 2525 UChar rlz[2048] = { 0 }; local 4669 UChar rlz[RULE_BUFFER_LEN] = { 0 }; local 4800 UChar rlz[RULE_BUFFER_LEN] = { 0 }; local [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
apicoll.cpp | 1529 UChar rlz[256] = {0}; local [all...] |
/external/icu4c/test/intltest/ |
apicoll.cpp | 1587 UChar rlz[256] = {0}; local [all...] |