HomeSort by relevance Sort by last modified time
    Searched full:rlz (Results 1 - 25 of 194) sorted by null

1 2 3 4 5 6 7 8

  /external/chromium_org/chrome/installer/
DEPS 4 "+rlz",
  /external/chromium_org/rlz/lib/
assert.cc 5 // Macros specific to the RLZ library.
7 #include "rlz/lib/assert.h"
crc32_wrapper.cc 8 #include "rlz/lib/assert.h"
9 #include "rlz/lib/crc32.h"
10 #include "rlz/lib/string_utils.h"
lib_values.h 5 // Key and value names of the location of the RLZ shared state.
11 #include "rlz/lib/rlz_enums.h"
24 // RLZ's are reported as (without spaces):
25 // kRlzCgiVariable = <AccessPoint> <kRlzCgiIndicator> <RLZ value>
28 // RLZ responses from the server look like (without spaces):
29 // kRlzCgiVariable<Access Point> : <RLZ value>
rlz_lib_clear.cc 6 // programs depend on rlz only to call ClearAllProductEvents(), so this file
8 // to strip away most of rlz. In particular, this file should not reference any
11 #include "rlz/lib/rlz_lib.h"
14 #include "rlz/lib/assert.h"
15 #include "rlz/lib/rlz_value_store.h"
41 // Delete all RLZ's for access points being uninstalled.
machine_id_unittest.cc 5 #include "rlz/lib/machine_id.h"
9 #include "rlz/test/rlz_test_helpers.h"
string_utils.h 5 // String manipulation functions used in the RLZ library.
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...]
machine_id.cc 5 #include "rlz/lib/machine_id.h"
8 #include "rlz/lib/assert.h"
9 #include "rlz/lib/crc8.h"
10 #include "rlz/lib/string_utils.h"
50 // In order to be compatible with the old version of RLZ, the hash of the
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/rlz/
rlz_chromeos.cc 5 #include "chrome/browser/rlz/rlz.h"
rlz_ios.mm 5 #include "chrome/browser/rlz/rlz.h"
rlz_mac.cc 5 #include "chrome/browser/rlz/rlz.h"
rlz_win.cc 5 #include "chrome/browser/rlz/rlz.h"
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_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...]
  /external/chromium_org/rlz/chromeos/lib/
machine_id_chromeos.cc 5 #include "rlz/lib/machine_id.h"
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...]
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.
  /external/chromium_org/rlz/examples/
rlz_id.cc 5 #include "rlz/lib/machine_id.h"
  /external/chromium_org/rlz/win/dll/
dll_main.cc 5 // Main function for the RLZ DLL.
  /external/chromium_org/rlz/win/lib/
lib_mutex.h 5 // Mutex to guarantee serialization of RLZ key accesses.
registry_util.cc 6 // Used by RLZ libary. Also to be used by SearchWithGoogle library.
8 #include "rlz/win/lib/registry_util.h"
14 #include "rlz/lib/assert.h"
15 #include "rlz/win/lib/process_info.h"
33 // Note that RLZ string are always ASCII by design.
  /external/chromium_org/rlz/test/
rlz_unittest_main.cc 9 #include "rlz/lib/rlz_lib.h"
16 #include "rlz/lib/rlz_value_store.h"
31 // Set a temporary directory for RLZ here, because SupplementaryBranding
  /external/chromium_org/rlz/
DEPS 5 # This DEPS file exists so that it can capture the dependenciez of RLZ. This
53 # If using rlz with chrome's networking library, add it and its dependencies
67 "action": ["python", "src/build/gyp_chromium", "src/rlz/rlz.gyp"],

Completed in 275 milliseconds

1 2 3 4 5 6 7 8