Searched defs:state_key (Results 1 - 14 of 14) 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/browser/chromeos/policy/
H A Dauto_enrollment_client_unittest.cc33 const char kStateKey[] = "state_key";
62 void CreateClient(const std::string& state_key, argument
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/installer/util/
H A Dinstaller_state.h138 const std::wstring& state_key() const { return state_key_; } function in class:installer::InstallerState
H A Dinstaller_state.cc744 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);
H A Dgoogle_update_settings_unittest.cc161 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));
H A Dinstall_util.cc283 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
281 AddInstallerResultItems( bool system_install, const base::string16& state_key, installer::InstallStatus status, int string_resource_id, const base::string16* const launch_cmd, WorkItemList* install_list) argument
[all...]
/external/chromium_org/chrome/installer/setup/
H A Dsetup_util.cc363 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);
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 7304 milliseconds