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

  /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/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/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);
  /external/chromium_org/chrome/installer/util/
installer_state.h 138 const std::wstring& state_key() const { return state_key_; } function in class:installer::InstallerState
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);
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...]
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...]
  /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...]

Completed in 480 milliseconds