HomeSort by relevance Sort by last modified time
    Searched refs:current_state (Results 1 - 25 of 43) sorted by null

1 2

  /external/ceres-solver/internal/ceres/
line_search_minimizer.cc 116 State current_state(num_parameters, num_effective_parameters);
134 if (!Evaluate(evaluator, x, &current_state, &summary->message)) {
142 summary->initial_cost = current_state.cost + summary->fixed_cost;
143 iteration_summary.cost = current_state.cost + summary->fixed_cost;
145 iteration_summary.gradient_max_norm = current_state.gradient_max_norm;
146 iteration_summary.gradient_norm = sqrt(current_state.gradient_squared_norm);
238 current_state.search_direction = -current_state.gradient;
242 current_state,
243 &current_state.search_direction)
    [all...]
  /external/chromium_org/ash/sticky_keys/
sticky_keys_unittest.cc 208 EXPECT_EQ(STICKY_KEY_STATE_DISABLED, sticky_key.current_state());
212 EXPECT_EQ(STICKY_KEY_STATE_ENABLED, sticky_key.current_state());
228 EXPECT_EQ(STICKY_KEY_STATE_DISABLED, sticky_key.current_state());
251 EXPECT_EQ(STICKY_KEY_STATE_DISABLED, sticky_key.current_state());
255 EXPECT_EQ(STICKY_KEY_STATE_ENABLED, sticky_key.current_state());
259 EXPECT_EQ(STICKY_KEY_STATE_LOCKED, sticky_key.current_state());
271 EXPECT_EQ(STICKY_KEY_STATE_LOCKED, sticky_key.current_state());
281 EXPECT_EQ(STICKY_KEY_STATE_LOCKED, sticky_key.current_state());
285 EXPECT_EQ(STICKY_KEY_STATE_DISABLED, sticky_key.current_state());
292 EXPECT_EQ(STICKY_KEY_STATE_DISABLED, sticky_key.current_state());
    [all...]
sticky_keys_controller.cc 190 ui::EF_SHIFT_DOWN, shift_sticky_key_->current_state());
192 ui::EF_CONTROL_DOWN, ctrl_sticky_key_->current_state());
194 ui::EF_ALT_DOWN, alt_sticky_key_->current_state());
196 ui::EF_ALTGR_DOWN, altgr_sticky_key_->current_state());
198 ui::EF_MOD3_DOWN, mod3_sticky_key_->current_state());
201 shift_sticky_key_->current_state() != STICKY_KEY_STATE_DISABLED ||
202 alt_sticky_key_->current_state() != STICKY_KEY_STATE_DISABLED ||
203 altgr_sticky_key_->current_state() != STICKY_KEY_STATE_DISABLED ||
204 ctrl_sticky_key_->current_state() != STICKY_KEY_STATE_DISABLED ||
205 mod3_sticky_key_->current_state() != STICKY_KEY_STATE_DISABLED
    [all...]
sticky_keys_controller.h 219 StickyKeyState current_state() const { return current_state_; } function in class:ash::StickyKeysHandler
  /external/chromium_org/athena/content/
app_activity.cc 46 ActivityState current_state = current_state_; local
56 if (current_state == ACTIVITY_VISIBLE)
60 DCHECK(ACTIVITY_VISIBLE == current_state ||
61 ACTIVITY_INVISIBLE == current_state);
65 DCHECK_EQ(ACTIVITY_BACKGROUND_LOW_PRIORITY, current_state);
69 DCHECK_NE(ACTIVITY_UNLOADED, current_state);
  /external/chromium_org/components/variations/
variations_seed_simulator.cc 19 // Fills in |current_state| with the current process' active field trials, as a
21 void GetCurrentTrialState(std::map<std::string, std::string>* current_state) {
25 (*current_state)[trial_groups[i].trial_name] = trial_groups[i].group_name;
128 std::map<std::string, std::string> current_state; local
129 GetCurrentTrialState(&current_state);
135 current_state.find(study.name());
145 if (it == current_state.end())
  /external/chromium_org/third_party/pexpect/
FSM.py 14 (input_symbol, current_state) --> (action, next_state)
21 (current_state) --> (action, next_state)
30 current_state, or "memory". The "memory" attribute can be any object that you
38 (input_symbol, current_state) --> (action, next_state)
40 If the pair (input_symbol, current_state) is found then process() will call the
43 If the FSM cannot find a match for (input_symbol, current_state) it will then
46 (current_state) --> (action, next_state)
48 If the current_state is found then the process() method will call the
51 for a current_state and ANY input_symbol. Hence, it is called the "any" table.
53 (input_symbol, current_state)
    [all...]
ANSI.py 180 fout.write (fsm.input_symbol + ',' + fsm.current_state + '\n')
  /external/lldb/test/pexpect-2.4/
FSM.py 14 (input_symbol, current_state) --> (action, next_state)
21 (current_state) --> (action, next_state)
30 current_state, or "memory". The "memory" attribute can be any object that you
38 (input_symbol, current_state) --> (action, next_state)
40 If the pair (input_symbol, current_state) is found then process() will call the
43 If the FSM cannot find a match for (input_symbol, current_state) it will then
46 (current_state) --> (action, next_state)
48 If the current_state is found then the process() method will call the
51 for a current_state and ANY input_symbol. Hence, it is called the "any" table.
53 (input_symbol, current_state)
    [all...]
ANSI.py 158 fout.write (fsm.input_symbol + ',' + fsm.current_state + '\n')
  /external/chromium_org/remoting/host/setup/
daemon_installer_win.cc 182 ScopedVariant current_state; local
184 DISPATCH_PROPERTYGET, current_state.Receive());
189 if (current_state.type() != VT_DISPATCH) {
195 hr = dispatch::Invoke(V_DISPATCH(&current_state), L"stateValue",
244 hr = dispatch::Invoke(V_DISPATCH(&current_state), L"errorCode",
  /external/chromium_org/chrome/browser/ui/passwords/
manage_passwords_ui_controller.cc 134 password_manager::ui::State current_state = state_; local
155 if (current_state != state_)
  /external/chromium_org/content/browser/battery_status/
battery_status_manager_mac.cc 64 CFStringRef current_state = local
69 CFStringsAreEqual(current_state, CFSTR(kIOPSBatteryPowerValue));
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
api_params.c 45 static INLINE struct vg_state *current_state() function
72 struct vg_state *state = current_state();
132 struct vg_state *state = current_state();
265 struct vg_state *state = current_state();
393 struct vg_state *state = current_state();
516 const struct vg_state *state = current_state();
577 const struct vg_state *state = current_state();
693 const struct vg_state *state = current_state();
767 const struct vg_state *state = current_state();
868 const struct vg_state *state = current_state();
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
api_params.c 45 static INLINE struct vg_state *current_state() function
72 struct vg_state *state = current_state();
132 struct vg_state *state = current_state();
265 struct vg_state *state = current_state();
393 struct vg_state *state = current_state();
516 const struct vg_state *state = current_state();
577 const struct vg_state *state = current_state();
693 const struct vg_state *state = current_state();
767 const struct vg_state *state = current_state();
868 const struct vg_state *state = current_state();
    [all...]
  /external/chromium_org/media/audio/alsa/
alsa_output.cc 177 InternalState current_state = state(); local
178 DCHECK(current_state == kCreated ||
179 current_state == kIsClosed ||
180 current_state == kInError);
  /external/chromium_org/net/disk_cache/blockfile/
index_table_v3.cc 825 int current_state = cell.GetState(); local
826 if (current_state != ENTRY_FIXING) {
827 bool present = ((current_state & 3) != 0); // Look at the last two bits.
831 if (current_state == ENTRY_DELETED) {
835 current_state = ENTRY_FIXING;
843 if (current_state == ENTRY_FIXING)
    [all...]
  /external/cmockery/cmockery_0_1_2/src/
cmockery.c 1489 void *current_state = NULL; local
1581 void **current_state = NULL; local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.cc 754 double current_state = 1 - size_animation_->GetCurrentValue(); local
755 width += 2 * static_cast<int>(kNewtabHorizontalPadding * current_state);
758 current_state);
1876 double current_state = 1 - size_animation_->GetCurrentValue(); local
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_common.cc 291 AccumulatedSurfaceStateIterator current_state = local
297 for (; current_state != accumulated_surface_state->rend(); ++current_state) {
298 current_state->drawable_content_rect.Union(target_rect);
301 if (current_state->render_target == render_target) {
307 LayerType* current_target = current_state->render_target;
    [all...]
  /external/chromium_org/chrome/browser/download/
download_target_determiner.cc 121 State current_state = next_state_; local
124 switch (current_state) {
    [all...]
  /external/chromium_org/ui/display/chromeos/
display_configurator.cc 256 HDCPState current_state; local
260 &current_state))
262 bool current_desired = (current_state != HDCP_STATE_UNDESIRED);
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view.cc 341 // the value - when current_state is at '0', we expect the bar to be docked.
342 double current_state = 1 - host_view_->GetAnimationValue(); local
346 if (current_state == 0.0 || current_state == 1.0) {
352 int detached_alpha = static_cast<uint8>(current_state * 255);
    [all...]
  /device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg.c 378 OMX_STATETYPE current_state; local
385 ret = OMX_GetState(p_session->omx_handle, &current_state);
392 if (current_state == new_state) {
    [all...]
  /device/lge/hammerhead/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg.c 397 OMX_STATETYPE current_state; local
404 ret = OMX_GetState(p_session->omx_handle, &current_state);
411 if (current_state == new_state) {
    [all...]

Completed in 2945 milliseconds

1 2