Searched refs:rlz (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium/chrome/browser/rlz/
H A Drlz.h16 #include "rlz/win/lib/rlz_lib.h"
23 // RLZ library which can be found at http://code.google.com/p/rlz.
48 // Returns false if the rlz string could not be obtained. In some cases
50 static bool GetAccessPointRlz(rlz_lib::AccessPoint point, std::wstring* rlz);
H A Drlz.cc9 #include "chrome/browser/rlz/rlz.h"
174 // For organic brandcodes do not use rlz at all. Empty brandcode usually
182 // empty rlz which means we haven't got a chance to do it.
204 // time but the rlz lib should ingore all but the first one.
312 std::wstring* rlz) {
317 *rlz = cached_ommibox_rlz;
336 rlz->erase();
343 *rlz = ASCIIToWide(std::string(str_rlz));
346 cached_ommibox_rlz.assign(*rlz);
311 GetAccessPointRlz(rlz_lib::AccessPoint point, std::wstring* rlz) argument
[all...]
/external/chromium_org/chrome/browser/rlz/
H A Drlz_unittest.cc5 #include "chrome/browser/rlz/rlz.h"
30 #include "rlz/win/lib/rlz_lib.h" // InitializeTempHivesForTesting
32 #include "rlz/lib/rlz_value_store.h" // SetRlzStoreDirectory
650 string16 rlz; local
653 EXPECT_TRUE(RLZTracker::GetAccessPointRlz(RLZTracker::CHROME_OMNIBOX, &rlz));
654 EXPECT_STREQ(kOmniboxRlzString, UTF16ToUTF8(rlz).c_str());
661 string16 rlz; local
664 EXPECT_FALSE(RLZTracker::GetAccessPointRlz(RLZTracker::CHROME_OMNIBOX, &rlz));
671 string16 rlz; local
690 string16 rlz; local
[all...]
H A Drlz.h22 #include "rlz/lib/rlz_lib.h"
34 // RLZ library which can be found at http://code.google.com/p/rlz.
69 // "X-Rlz-String: <access-point-rlz>\r\n"
74 // Returns false if the rlz string could not be obtained. In some cases
76 static bool GetAccessPointRlz(rlz_lib::AccessPoint point, string16* rlz);
148 bool GetAccessPointRlzImpl(rlz_lib::AccessPoint point, string16* rlz);
H A Drlz.cc9 #include "chrome/browser/rlz/rlz.h"
78 // Record the installation of chrome. We call this all the time but the rlz
89 // empty rlz which means we haven't got a chance to do it.
118 // time but the rlz lib should ingore all but the first one.
126 // time but the rlz lib should ingore all but the first one.
314 // For organic brandcodes do not use rlz at all. Empty brandcode usually
497 string16* rlz) {
499 return GetInstance()->GetAccessPointRlzImpl(point, rlz);
505 string16* rlz) {
496 GetAccessPointRlz(rlz_lib::AccessPoint point, string16* rlz) argument
504 GetAccessPointRlzImpl(rlz_lib::AccessPoint point, string16* rlz) argument
[all...]
H A Drlz_extension_api.cc5 #include "chrome/browser/rlz/rlz_extension_api.h"
14 #include "rlz/lib/lib_values.h"
15 #include "rlz/lib/rlz_lib.h"
114 char rlz[rlz_lib::kMaxRlzLength + 1]; local
115 rlz_lib::GetAccessPointRlz(access_point, rlz, rlz_lib::kMaxRlzLength);
116 SetResult(Value::CreateStringValue(rlz));
/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"
14 #include "rlz/lib/assert.h"
15 #include "rlz/lib/lib_values.h"
16 #include "rlz/lib/machine_id.h"
17 #include "rlz/lib/rlz_lib.h"
18 #include "rlz/lib/rlz_value_store.h"
19 #include "rlz/lib/string_utils.h"
149 char rlz[kMaxRlzLength + 1]; local
152 rlz[0] = 0;
154 if (GetAccessPointRlz(point, rlz, arraysiz
[all...]
H A Drlz_value_store.h10 #include "rlz/lib/rlz_enums.h"
13 #include "rlz/win/lib/lib_mutex.h"
30 // Abstracts away rlz's key value store. On windows, this usually writes to
48 char* rlz, // At most kMaxRlzLength + 1 bytes
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...]
H A Drlz_lib.h20 #include "rlz/lib/rlz_enums.h"
121 bool RLZ_LIB_API GetAccessPointRlz(AccessPoint point, char* rlz,
/external/chromium_org/rlz/win/dll/
H A Dexports.cc7 #include "rlz/win/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/rlz/win/lib/
H A Drlz_value_store_registry.h9 #include "rlz/lib/rlz_value_store.h"
27 char* rlz,
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"
220 char* rlz,
230 rlz, &size)) {
231 rlz[0] = 0;
219 ReadAccessPointRlz(AccessPoint access_point, char* rlz, size_t rlz_size) argument
/external/chromium_org/rlz/chromeos/lib/
H A Drlz_value_store_chromeos.h11 #include "rlz/lib/rlz_value_store.h"
43 char* rlz,
H A Drlz_value_store_chromeos.cc5 #include "rlz/chromeos/lib/rlz_value_store_chromeos.h"
15 #include "rlz/lib/lib_values.h"
16 #include "rlz/lib/recursive_cross_process_lock_posix.h"
17 #include "rlz/lib/rlz_lib.h"
124 char* rlz,
130 strncpy(rlz, rlz_value.c_str(), rlz_size);
134 *rlz = '\0';
123 ReadAccessPointRlz(AccessPoint access_point, char* rlz, size_t rlz_size) argument
/external/chromium_org/rlz/mac/lib/
H A Drlz_value_store_mac.h10 #include "rlz/lib/rlz_value_store.h"
30 char* rlz,
63 // rlz/name (e.g. "pingtime")/supplementalbranding/productcode
/external/chromium/chrome/browser/extensions/
H A Dextension_rlz_module.cc11 #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/third_party/icu/source/test/cintltst/
H A Dcallcoll.c637 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);
H A Dcmsccoll.c2012 UChar rlz[2048] = { 0 }; local
2017 rlen = u_unescape(tests[i].rules, rlz, 2048);
2019 credundant = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT, NULL,&status);
2028 rlen = u_unescape(tests[i].expectedRules, rlz, 2048);
2029 cresulting = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT, NULL,&status);
2075 UChar rlz[2048] = { 0 }; local
2080 rlen = u_unescape(rules[i], rlz, 2048);
2082 credundant = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT, NULL, &status);
2090 rlen = u_unescape(expectedRules[i], rlz, 2048);
2091 cresulting = ucol_openRules(rlz, rle
2513 UChar rlz[2048] = { 0 }; local
4650 UChar rlz[RULE_BUFFER_LEN] = { 0 }; local
4781 UChar rlz[RULE_BUFFER_LEN] = { 0 }; local
[all...]
H A Dcapitst.c1329 UChar rlz[256] = {0}; local
1330 uint32_t rlzLen = u_unescape(rules, rlz, 256);
1401 coll = ucol_openRules(rlz, rlzLen, UCOL_DEFAULT, UCOL_DEFAULT, NULL, &status);
/external/icu4c/test/cintltst/
H A Dcallcoll.c665 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);
H A Dcmsccoll.c2024 UChar rlz[2048] = { 0 }; local
2029 rlen = u_unescape(tests[i].rules, rlz, 2048);
2031 credundant = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT, NULL,&status);
2040 rlen = u_unescape(tests[i].expectedRules, rlz, 2048);
2041 cresulting = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT, NULL,&status);
2087 UChar rlz[2048] = { 0 }; local
2092 rlen = u_unescape(rules[i], rlz, 2048);
2094 credundant = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT, NULL, &status);
2102 rlen = u_unescape(expectedRules[i], rlz, 2048);
2103 cresulting = ucol_openRules(rlz, rle
2525 UChar rlz[2048] = { 0 }; local
4669 UChar rlz[RULE_BUFFER_LEN] = { 0 }; local
4800 UChar rlz[RULE_BUFFER_LEN] = { 0 }; local
[all...]
H A Dcapitst.c1403 UChar rlz[256] = {0}; local
1404 uint32_t rlzLen = u_unescape(rules, rlz, 256);
1475 coll = ucol_openRules(rlz, rlzLen, UCOL_DEFAULT, UCOL_DEFAULT, NULL, &status);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dapicoll.cpp1529 UChar rlz[256] = {0}; local
1547 u_unescape(rules, rlz, 256);
1603 coll = new RuleBasedCollator(rlz, status);

Completed in 490 milliseconds

12