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

  /external/chromium_org/chrome/installer/tools/
setup_timer.py 27 def TimeSetupStages(hive_str, state_key, product_guid, observed_code):
31 |hive_str_|\|state_key|\|product_guid|.
37 key = _winreg.OpenKey(hive, state_key + product_guid, 0, _winreg.KEY_READ)
39 print 'Error opening %s\\%s\\%s: %s' % (hive_str, state_key, product_guid,
121 '|state_key|\\|product_guid|, defaults to '
125 TimeSetupStages(options.hive, options.state_key, options.product_guid,
  /external/chromium_org/remoting/host/
usage_stats_consent_win.cc 26 LONG ReadUsageStatsValue(const wchar_t* state_key, DWORD* usagestats_out) {
29 state_key,
  /external/chromium_org/chrome/installer/setup/
setup_util.cc 363 base::win::RegKey state_key; local
374 result = state_key.Open(root, dist->GetStateKey().c_str(),
380 state_key.WriteValue(google_update::kRegUsageStatsField, usagestats);
395 result = state_key.Open(root, dist->GetStateKey().c_str(),
398 channel_info.Initialize(state_key) &&
402 channel_info.Write(&state_key);
410 result = state_key.Open(root, dist->GetStateKey().c_str(),
414 if (!channel_info.Initialize(state_key)) {
420 channel_info.Write(&state_key);
install_worker.cc     [all...]
install_worker_unittest.cc 151 void set_state_key(const std::wstring& state_key) {
152 state_key_ = state_key;
    [all...]
  /external/chromium_org/chrome/installer/util/
install_util.cc 283 const base::string16& state_key,
291 install_list->AddCreateRegKeyWorkItem(root, state_key, KEY_WOW64_32KEY);
293 state_key,
299 state_key,
307 state_key,
316 state_key,
330 RegKey state_key; local
332 state_key.Open(root,
337 result = state_key.DeleteValue(installer::kInstallerExtraCode1);
343 result = state_key.WriteValue(installer::kInstallerExtraCode1
    [all...]
installer_state.cc 744 base::win::RegKey state_key; local
746 state_key.Create(root_key_,
750 channel_info.Initialize(state_key);
762 channel_info.Write(&state_key);
788 state_key.Create(root_key_,
792 other_info.Initialize(state_key);
794 channel_info.Write(&state_key);
install_util.h 77 // for consumption by Google Update. |state_key| must be the full path to an
81 const base::string16& state_key,
88 // should be obtained via the state_key method of an InstallerState instance
installation_state.cc 53 const std::wstring state_key(distribution->GetStateKey());
86 if (key.Open(root_key, state_key.c_str(), kAccess) == ERROR_SUCCESS) {
installer_state.h 138 const std::wstring& state_key() const { return state_key_; } function in class:installer::InstallerState
google_update_settings_unittest.cc 161 base::string16 state_key = install == SYSTEM_INSTALL ? local
165 key.Open(root, state_key.c_str(), KEY_QUERY_VALUE));
179 key.Open(root, state_key.c_str(), KEY_QUERY_VALUE));
    [all...]
installer_state_unittest.cc 644 EXPECT_EQ(installer_state.state_key(),
669 EXPECT_EQ(installer_state.state_key(),
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_atom_pixeltransfer.c 55 struct state_key struct
72 make_state_key(struct gl_context *ctx, struct state_key *key)
141 get_pixel_transfer_program(struct gl_context *ctx, const struct state_key *key)
296 struct state_key key;
  /external/mesa3d/src/mesa/state_tracker/
st_atom_pixeltransfer.c 55 struct state_key struct
72 make_state_key(struct gl_context *ctx, struct state_key *key)
141 get_pixel_transfer_program(struct gl_context *ctx, const struct state_key *key)
296 struct state_key key;
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
ff_fragment_shader.cpp 104 struct state_key { struct
418 static GLuint make_state_key( struct gl_context *ctx, struct state_key *key )
522 struct state_key *state;
657 static GLboolean args_match( const struct state_key *key, GLuint unit )
785 const struct state_key *key = p->state;
1074 const struct state_key *key = p->state;
1094 const struct state_key *key = p->state;
    [all...]
ffvertex_prog.c 53 struct state_key { struct
130 const struct state_key *key,
149 static void make_state_key( struct gl_context *ctx, struct state_key *key )
154 memset(key, 0, sizeof(struct state_key));
306 const struct state_key *state;
    [all...]
  /external/mesa3d/src/mesa/main/
ff_fragment_shader.cpp 104 struct state_key { struct
418 static GLuint make_state_key( struct gl_context *ctx, struct state_key *key )
522 struct state_key *state;
657 static GLboolean args_match( const struct state_key *key, GLuint unit )
785 const struct state_key *key = p->state;
1074 const struct state_key *key = p->state;
1094 const struct state_key *key = p->state;
    [all...]
ffvertex_prog.c 53 struct state_key { struct
130 const struct state_key *key,
149 static void make_state_key( struct gl_context *ctx, struct state_key *key )
154 memset(key, 0, sizeof(struct state_key));
306 const struct state_key *state;
    [all...]
  /external/chromium_org/chrome/browser/chromeos/policy/
auto_enrollment_client_unittest.cc 33 const char kStateKey[] = "state_key";
62 void CreateClient(const std::string& state_key,
77 state_key,
102 std::string state_key = base::StringPrintf("state_key %d", i); local
103 std::string hash = crypto::SHA256HashString(state_key);
  /external/chromium_org/chrome/browser/policy/test/
policy_testserver.py     [all...]

Completed in 521 milliseconds