Searched defs:rlz (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/
H A Dlogin_utils_browsertest.cc16 #include "chrome/browser/rlz/rlz.h"
37 base::string16* rlz) {
39 ASSERT_TRUE(RLZTracker::GetAccessPointRlz(point, rlz));
36 GetAccessPointRlzInBackgroundThread(rlz_lib::AccessPoint point, base::string16* rlz) argument
/external/chromium_org/rlz/lib/
H A Dfinancial_ping_test.cc17 #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
136 char rlz[rlz_lib::kMaxRlzLength + 1]; local
[all...]
H A Dfinancial_ping.cc7 #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"
153 char rlz[kMaxRlzLength + 1]; local
156 rlz[0] = 0;
158 if (GetAccessPointRlz(point, rlz, arraysiz
[all...]
H A Drlz_lib.cc8 #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"
83 // This function will remove bad rlz chars and also limit the max rlz to some
294 bool GetAccessPointRlz(AccessPoint point, char* rlz, size_ argument
620 char rlz[kMaxRlzLength + 1]; local
[all...]
/external/chromium_org/rlz/win/dll/
H A Dexports.cc7 #include "rlz/lib/rlz_lib.h"
34 char* rlz,
36 return rlz_lib::GetAccessPointRlz(point, rlz, rlz_size);
33 GetAccessPointRlz(rlz_lib::AccessPoint point, char* rlz, size_t rlz_size) argument
/external/chromium_org/chrome/browser/rlz/
H A Drlz.cc9 #include "chrome/browser/rlz/rlz.h"
81 // Record the installation of chrome. We call this all the time but the rlz
97 // empty rlz which means we haven't got a chance to do it.
141 // time but the rlz lib should ingore all but the first one.
150 // time but the rlz lib should ingore all but the first one.
158 // time but the rlz lib should ingore all but the first one.
336 // For organic brandcodes do not use rlz at all. Empty brandcode usually
544 base::string16* rlz) {
546 return GetInstance()->GetAccessPointRlzImpl(point, rlz);
543 GetAccessPointRlz(rlz_lib::AccessPoint point, base::string16* rlz) argument
551 GetAccessPointRlzImpl(rlz_lib::AccessPoint point, base::string16* rlz) argument
[all...]
H A Drlz_unittest.cc5 #include "chrome/browser/rlz/rlz.h"
22 #include "rlz/test/rlz_test_helpers.h"
742 base::string16 rlz; local
745 EXPECT_TRUE(RLZTracker::GetAccessPointRlz(RLZTracker::ChromeOmnibox(), &rlz));
746 EXPECT_STREQ(kOmniboxRlzString, base::UTF16ToUTF8(rlz).c_str());
753 base::string16 rlz; local
757 RLZTracker::GetAccessPointRlz(RLZTracker::ChromeOmnibox(), &rlz));
764 base::string16 rlz; local
768 RLZTracker::GetAccessPointRlz(RLZTracker::ChromeOmnibox(), &rlz));
785 base::string16 rlz; local
[all...]
/external/chromium_org/rlz/chromeos/lib/
H A Drlz_value_store_chromeos.cc5 #include "rlz/chromeos/lib/rlz_value_store_chromeos.h"
17 #include "rlz/lib/lib_values.h"
18 #include "rlz/lib/recursive_cross_process_lock_posix.h"
19 #include "rlz/lib/rlz_lib.h"
126 char* rlz,
132 strncpy(rlz, rlz_value.c_str(), rlz_size);
136 *rlz = '\0';
125 ReadAccessPointRlz(AccessPoint access_point, char* rlz, size_t rlz_size) argument
/external/chromium_org/rlz/win/lib/
H A Drlz_value_store_registry.cc5 #include "rlz/win/lib/rlz_value_store_registry.h"
10 #include "rlz/lib/assert.h"
11 #include "rlz/lib/lib_values.h"
12 #include "rlz/lib/rlz_lib.h"
13 #include "rlz/lib/string_utils.h"
14 #include "rlz/win/lib/registry_util.h"
222 char* rlz,
232 rlz, &size)) {
233 rlz[0] = 0;
221 ReadAccessPointRlz(AccessPoint access_point, char* rlz, size_t rlz_size) argument
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcallcoll.c666 UChar rlz[RULE_BUFFER_LEN] = { 0 }; local
667 uint32_t rlen = u_unescape(rules, rlz, RULE_BUFFER_LEN);
670 UCollator *coll = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT,NULL, &status);
715 UChar rlz[RULE_BUFFER_LEN] = { 0 }; local
716 uint32_t rlen = u_unescape(rules, rlz, RULE_BUFFER_LEN);
719 coll = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT,NULL, &status);
H A Dcapitst.c1384 UChar rlz[256] = {0}; local
1385 uint32_t rlzLen = u_unescape(rules, rlz, 256);
1456 coll = ucol_openRules(rlz, rlzLen, UCOL_DEFAULT, UCOL_DEFAULT, NULL, &status);
H A Dcmsccoll.c2042 UChar rlz[2048] = { 0 }; local
2047 rlen = u_unescape(tests[i].rules, rlz, 2048);
2049 credundant = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT, NULL,&status);
2058 rlen = u_unescape(tests[i].expectedRules, rlz, 2048);
2059 cresulting = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT, NULL,&status);
2105 UChar rlz[2048] = { 0 }; local
2110 rlen = u_unescape(rules[i], rlz, 2048);
2112 credundant = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT, NULL, &status);
2120 rlen = u_unescape(expectedRules[i], rlz, 2048);
2121 cresulting = ucol_openRules(rlz, rle
2543 UChar rlz[2048] = { 0 }; local
4694 UChar rlz[RULE_BUFFER_LEN] = { 0 }; local
4825 UChar rlz[RULE_BUFFER_LEN] = { 0 }; local
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcallcoll.c666 UChar rlz[RULE_BUFFER_LEN] = { 0 }; local
667 uint32_t rlen = u_unescape(rules, rlz, RULE_BUFFER_LEN);
670 UCollator *coll = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT,NULL, &status);
715 UChar rlz[RULE_BUFFER_LEN] = { 0 }; local
716 uint32_t rlen = u_unescape(rules, rlz, RULE_BUFFER_LEN);
719 coll = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT,NULL, &status);
H A Dcapitst.c1382 UChar rlz[256] = {0}; local
1383 uint32_t rlzLen = u_unescape(rules, rlz, 256);
1458 coll = ucol_openRules(rlz, rlzLen, UCOL_DEFAULT, UCOL_DEFAULT, NULL, &status);
H A Dcmsccoll.c1239 UChar rlz[2048] = { 0 }; local
1240 uint32_t rlen = u_unescape(rules, rlz, 2048);
1242 UCollator *coll = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT,NULL, &status);
3320 UChar rlz[RULE_BUFFER_LEN] = { 0 }; local
3327 rlen = u_unescape(tests[i].rules, rlz, RULE_BUFFER_LEN);
3328 coll = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT,NULL, &status);
3451 UChar rlz[RULE_BUFFER_LEN] = { 0 }; local
3459 rlen = u_unescape(rule, rlz, RULE_BUFFER_LEN);
3460 coll = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT,NULL, &status);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dapicoll.cpp1580 UChar rlz[256] = {0}; local
1598 u_unescape(rules, rlz, 256);
1654 coll = new RuleBasedCollator(rlz, status);
/external/icu/icu4c/source/test/intltest/
H A Dapicoll.cpp1615 UChar rlz[256] = {0}; local
1663 u_unescape(rules, rlz, 256);
1737 coll = new RuleBasedCollator(rlz, status);

Completed in 2254 milliseconds