HomeSort by relevance Sort by last modified time
    Searched refs:rlz (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/chrome/browser/rlz/
rlz_unittest.cc 5 #include "chrome/browser/rlz/rlz.h"
22 #include "rlz/test/rlz_test_helpers.h"
40 // Dummy RLZ string for the access points.
84 // Test class for RLZ tracker. Makes some member functions public and
147 // Set new access points RLZ string, like the actual server ping would have
291 // The events that affect the different RLZ scenarios are the following:
316 // RLZ ping sent
323 // - if the delay specified to InitRlzDelayed() is negative, then the RLZ
326 // Also want to test that pre-warming the RLZ string cache works correctly
742 base::string16 rlz; local
753 base::string16 rlz; local
764 base::string16 rlz; local
785 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.
72 // "X-Rlz-String: <access-point-rlz>\r\n"
76 // 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"
80 TRACE_EVENT0("RLZ", "RecordProductEvents");
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.
269 // Prime the RLZ cache for the home page access point so that its avaiabl
    [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/chrome/browser/chromeos/login/
login_utils_browsertest.cc 16 #include "chrome/browser/rlz/rlz.h"
37 base::string16* rlz) {
39 ASSERT_TRUE(RLZTracker::GetAccessPointRlz(point, rlz));
125 // No RLZ brand code set initially.
128 // Wait for blocking RLZ tasks to complete.
138 // RLZ brand code has been set to empty string.
142 // RLZ value for homepage access point should have been initialized.
  /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"
17 #include "rlz/lib/lib_values.h"
18 #include "rlz/lib/recursive_cross_process_lock_posix.h"
19 #include "rlz/lib/rlz_lib.h"
34 // RLZ store filename.
36 FILE_PATH_LITERAL("RLZ Data");
38 // RLZ store lock filename
40 FILE_PATH_LITERAL("RLZ Data.lock");
42 // RLZ store path for testing.
45 // 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"
25 // RLZ's are stored as:
26 // <AccessPointName> = <RLZ value> @ kRootKey\kLibKeyName\kRlzsSubkeyName.
41 const char kLibKeyName[] = "Software\\Google\\Common\\Rlz";
215 ASSERT_STRING("SetAccessPointRlz: Could not write the new RLZ value")
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
callcoll.c 666 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);
    [all...]
cmsccoll.c 2042 UChar rlz[2048] = { 0 }; local
2105 UChar rlz[2048] = { 0 }; local
2543 UChar rlz[2048] = { 0 }; local
4694 UChar rlz[RULE_BUFFER_LEN] = { 0 }; local
4825 UChar rlz[RULE_BUFFER_LEN] = { 0 }; local
    [all...]
capitst.c 1384 UChar rlz[256] = {0}; local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
callcoll.c 666 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);
    [all...]
cmsccoll.c 1239 UChar rlz[2048] = { 0 }; local
3320 UChar rlz[RULE_BUFFER_LEN] = { 0 }; local
3451 UChar rlz[RULE_BUFFER_LEN] = { 0 }; local
    [all...]
capitst.c 1382 UChar rlz[256] = {0}; local
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
apicoll.cpp 1580 UChar rlz[256] = {0}; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
apicoll.cpp 1615 UChar rlz[256] = {0}; local
    [all...]

Completed in 545 milliseconds