Searched defs:state_key (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/remoting/host/
H A Dusage_stats_consent_win.cc26 LONG ReadUsageStatsValue(const wchar_t* state_key, DWORD* usagestats_out) { argument
29 state_key,
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_atom_pixeltransfer.c55 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/
H A Dst_atom_pixeltransfer.c55 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/chrome/installer/util/
H A Dinstaller_state.h136 const std::wstring& state_key() const { return state_key_; } function in class:installer::InstallerState
H A Dgoogle_update_settings_unittest.cc140 string16 state_key = install == SYSTEM_INSTALL ? local
144 key.Open(root, state_key.c_str(), KEY_QUERY_VALUE));
158 key.Open(root, state_key.c_str(), KEY_QUERY_VALUE));
H A Dinstall_util.cc277 const string16& state_key,
285 install_list->AddCreateRegKeyWorkItem(root, state_key);
286 install_list->AddSetRegValueWorkItem(root, state_key,
289 install_list->AddSetRegValueWorkItem(root, state_key,
294 install_list->AddSetRegValueWorkItem(root, state_key,
298 install_list->AddSetRegValueWorkItem(root, state_key,
309 RegKey state_key; local
310 LONG result = state_key.Open(root, state_key_path.c_str(),
314 result = state_key.DeleteValue(installer::kInstallerExtraCode1);
320 result = state_key
276 AddInstallerResultItems(bool system_install, const string16& state_key, installer::InstallStatus status, int string_resource_id, const string16* const launch_cmd, WorkItemList* install_list) argument
[all...]
H A Dinstaller_state.cc744 base::win::RegKey state_key; local
745 LONG result = state_key.Create(root_key_, state_key_.c_str(),
748 channel_info.Initialize(state_key);
760 channel_info.Write(&state_key);
785 result = state_key.Create(root_key_, dist->GetStateKey().c_str(),
788 other_info.Initialize(state_key);
790 channel_info.Write(&state_key);
/external/chromium_org/chrome/installer/setup/
H A Dsetup_util.cc361 base::win::RegKey state_key; local
372 result = state_key.Open(root, dist->GetStateKey().c_str(),
378 state_key.WriteValue(google_update::kRegUsageStatsField, usagestats);
393 result = state_key.Open(root, dist->GetStateKey().c_str(),
396 channel_info.Initialize(state_key) &&
400 channel_info.Write(&state_key);
408 result = state_key.Open(root, dist->GetStateKey().c_str(),
412 if (!channel_info.Initialize(state_key)) {
418 channel_info.Write(&state_key);
H A Dinstall_worker_unittest.cc151 void set_state_key(const std::wstring& state_key) { argument
152 state_key_ = state_key;
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dff_fragment_shader.cpp104 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;
1147 struct state_key *key = p->state;
1219 struct state_key *key = p->state;
1286 create_new_program(struct gl_context *ctx, struct state_key *ke
[all...]
H A Dffvertex_prog.c53 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;
1617 create_new_program( const struct state_key *key,
1666 struct state_key key;
/external/mesa3d/src/mesa/main/
H A Dff_fragment_shader.cpp104 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;
1147 struct state_key *key = p->state;
1219 struct state_key *key = p->state;
1286 create_new_program(struct gl_context *ctx, struct state_key *ke
[all...]
H A Dffvertex_prog.c53 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;
1617 create_new_program( const struct state_key *key,
1666 struct state_key key;

Completed in 251 milliseconds