/external/chromium/chrome/browser/rlz/ |
rlz.h | 16 #include "rlz/win/lib/rlz_lib.h" 18 // RLZ is a library which is used to measure distribution scenarios. 23 // RLZ library which can be found at http://code.google.com/p/rlz. 25 // For partner or bundled installs, the RLZ might send more information 31 // Like InitRlz() this function initializes the RLZ library services for use 36 // If the chrome brand is organic (no partners) then the RLZ library is not 40 // Records an RLZ event. Some events can be access point independent. 47 // Get the RLZ value of the access point. 48 // Returns false if the rlz string could not be obtained. In some case [all...] |
rlz.cc | 5 // This code glues the RLZ library DLL with Chrome. It allows Chrome to work 9 #include "chrome/browser/rlz/rlz.h" 39 // The maximum length of an access points RLZ in wide chars. 127 // how long the RLZ lib can block us. 158 // Performs late RLZ initialization and RLZ event recording for chrome. 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 [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...] |
rlz.h | 22 #include "rlz/lib/rlz_lib.h" 29 // RLZ is a library which is used to measure distribution scenarios. 34 // RLZ library which can be found at http://code.google.com/p/rlz. 36 // For partner or bundled installs, the RLZ might send more information 41 // Initializes the RLZ library services for use in chrome. Schedules a delayed 55 // Records an RLZ event. Some events can be access point independent. 69 // "X-Rlz-String: <access-point-rlz>\r\n" 73 // Gets the RLZ value of the access point [all...] |
rlz.cc | 5 // This code glues the RLZ library DLL with Chrome. It allows Chrome to work 9 #include "chrome/browser/rlz/rlz.h" 77 TRACE_EVENT0("RLZ", "RecordProductEvents"); 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. 260 // Prime the RLZ cache for the home page access point so that its avaiable 302 // Could be NULL; don't run if so. RLZ will try again next restart [all...] |
/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...] |
rlz_value_store.h | 10 #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 110 // Prefix |directory| to the path where the RLZ data file lives, for tests.
|
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...] |
rlz_lib.h | 5 // A library to manage RLZ information for access-points shared 20 #include "rlz/lib/rlz_enums.h" 73 // The maximum length of an access points RLZ in bytes. 75 // The maximum length of an access points RLZ in bytes. 90 // RLZ storage functions. 98 // Records an RLZ event. 108 // successful ping to the RLZ server. 118 // Clears all product-specifc state from the RLZ registry. 121 // the product RLS argument (if any), and any RLZ's for access points being 134 // Get the RLZ value of the access point. If the access point is not Google, th [all...] |
/external/chromium_org/rlz/win/dll/ |
exports.cc | 5 // Functions exported by the RLZ DLL. 7 #include "rlz/lib/rlz_lib.h" 34 char* rlz, 36 return rlz_lib::GetAccessPointRlz(point, rlz, rlz_size);
|
/external/chromium_org/rlz/chromeos/lib/ |
rlz_value_store_chromeos.h | 11 #include "rlz/lib/rlz_value_store.h" 43 char* rlz, 63 // Reads RLZ store from file. 66 // Writes RLZ store back to file. 74 // In-memory store with RLZ data.
|
rlz_value_store_chromeos.cc | 5 #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" 32 // RLZ store filename. 34 FILE_PATH_LITERAL("RLZ Data"); 36 // RLZ store lock filename 38 FILE_PATH_LITERAL("RLZ Data.lock"); 40 // RLZ store path for testing. 43 // Returns file path of the RLZ storage [all...] |
/external/chromium_org/rlz/mac/lib/ |
rlz_value_store_mac.h | 10 #include "rlz/lib/rlz_value_store.h" 30 char* rlz, 63 // rlz/name (e.g. "pingtime")/supplementalbranding/productcode
|
/external/chromium_org/rlz/win/lib/ |
rlz_value_store_registry.h | 9 #include "rlz/lib/rlz_value_store.h" 27 char* rlz,
|
rlz_value_store_registry.cc | 5 #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" 23 // RLZ's are stored as: 24 // <AccessPointName> = <RLZ value> @ kRootKey\kLibKeyName\kRlzsSubkeyName. 39 const char kLibKeyName[] = "Software\\Google\\Common\\Rlz"; 213 ASSERT_STRING("SetAccessPointRlz: Could not write the new RLZ value") [all...] |
/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/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...] |
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...] |
capitst.c | 1329 UChar rlz[256] = {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...] |
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...] |
capitst.c | 1403 UChar rlz[256] = {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...] |