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

  /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/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/icu4c/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 1409 UChar rlz[256] = {0}; local
    [all...]
  /external/icu4c/test/intltest/
apicoll.cpp 1587 UChar rlz[256] = {0}; local
    [all...]

Completed in 152 milliseconds