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

1 2

  /external/ceres-solver/internal/ceres/
line_search_minimizer.cc 106 State current_state(num_parameters, num_effective_parameters);
123 if (!Evaluate(evaluator, x, &current_state)) {
129 summary->initial_cost = current_state.cost + summary->fixed_cost;
130 iteration_summary.cost = current_state.cost + summary->fixed_cost;
132 iteration_summary.gradient_max_norm = current_state.gradient_max_norm;
229 current_state.search_direction = -current_state.gradient;
233 current_state,
234 &current_state.search_direction);
267 current_state.search_direction = -current_state.gradient
    [all...]
  /external/valgrind/main/callgrind/
threads.c 212 CLG_(current_state).cost = es->cost;
216 CLG_(init_exec_state)( &CLG_(current_state) );
217 CLG_(current_state).sig = sigNum;
230 CLG_ASSERT(CLG_(current_state).sig >0);
233 CLG_(post_signal)( CLG_(current_tid), CLG_(current_state).sig );
246 CLG_ASSERT(sigNum == CLG_(current_state).sig);
256 if (CLG_(current_state).cxt) {
258 fn_number = CLG_(current_state).cxt->fn[0]->number;
262 CLG_(current_state).cxt->fn[0]->name, *pactive);
279 CLG_ASSERT(CLG_(current_state).cost == es->cost)
    [all...]
callstack.c 142 CLG_(current_state).collect = !CLG_(current_state).collect;
145 CLG_(current_state).collect ? "ON" : "OFF");
160 CLG_(current_state).collect = !CLG_(current_state).collect;
163 CLG_(current_state).collect ? "ON" : "OFF");
206 if (CLG_(current_state).nonskipped) {
208 CLG_ASSERT(CLG_(current_state).nonskipped == from);
215 CLG_(current_state).cost );
251 current_entry->nonskipped = CLG_(current_state).nonskipped
    [all...]
bbcc.c 497 source_bbcc->ecounter_sum = CLG_(current_state).collect ? 1 : 0;
499 else if (CLG_(current_state).collect)
504 CLG_(current_state).cxt = 0;
514 source_bbcc->cxt = CLG_(current_state).cxt;
517 CLG_ASSERT(CLG_(current_state).bbcc);
520 fn_number = CLG_(current_state).bbcc->cxt->fn[0]->number;
528 CLG_(current_state).nonskipped = 0; /* we didn't skip this function */
530 CLG_(push_cxt)( CLG_(current_state).bbcc->cxt->fn[0] );
531 CLG_(push_call_stack)(source_bbcc, 0, CLG_(current_state).bbcc,
537 if (CLG_(current_state).sig == 0
    [all...]
main.c 53 exec_state CLG_(current_state);
116 if (!CLG_(current_state).collect) return;
120 CLG_(current_state).cost[ fullOffset(EG_BUS) ]++;
122 if (CLG_(current_state).nonskipped)
123 cost_Bus = CLG_(current_state).nonskipped->skipped + fullOffset(EG_BUS);
147 if (!CLG_(current_state).collect) return;
151 if (CLG_(current_state).nonskipped)
152 cost_Bc = CLG_(current_state).nonskipped->skipped + fullOffset(EG_BC);
157 CLG_(current_state).cost[ fullOffset_Bc ]++;
160 CLG_(current_state).cost[ fullOffset_Bc+1 ]++
    [all...]
context.c 288 CLG_(current_state).cxt ?
289 CLG_(current_state).cxt->base_number : -1);
294 cs->entry[cs->sp].cxt = CLG_(current_state).cxt;
331 CLG_(current_state).cxt = CLG_(get_cxt)(CLG_(current_fn_stack).top);
335 CLG_(current_state).cxt ?
336 CLG_(current_state).cxt->base_number : -1,
sim.c 852 CLG_(current_state).collect, loaded->use_base);
854 if (CLG_(current_state).collect && loaded->use_base) {
865 loaded->use_base = (CLG_(current_state).nonskipped) ?
866 CLG_(current_state).nonskipped->skipped :
    [all...]
debug.c 432 bbcc = CLG_(current_state).bbcc;
433 print_mangled_cxt(CLG_(current_state).cxt,
  /external/chromium_org/ash/wm/
sticky_keys_unittest.cc 102 EXPECT_EQ(StickyKeysHandler::DISABLED, sticky_key.current_state());
110 EXPECT_EQ(StickyKeysHandler::ENABLED, sticky_key.current_state());
121 EXPECT_EQ(StickyKeysHandler::DISABLED, sticky_key.current_state());
145 EXPECT_EQ(StickyKeysHandler::DISABLED, sticky_key.current_state());
153 EXPECT_EQ(StickyKeysHandler::ENABLED, sticky_key.current_state());
162 EXPECT_EQ(StickyKeysHandler::LOCKED, sticky_key.current_state());
174 EXPECT_EQ(StickyKeysHandler::LOCKED, sticky_key.current_state());
184 EXPECT_EQ(StickyKeysHandler::LOCKED, sticky_key.current_state());
193 EXPECT_EQ(StickyKeysHandler::DISABLED, sticky_key.current_state());
202 EXPECT_EQ(StickyKeysHandler::DISABLED, sticky_key.current_state());
    [all...]
sticky_keys.h 133 StickyKeyState current_state() const { return current_state_; } function in class:ash::StickyKeysHandler
  /external/chromium_org/apps/app_host/
binaries_installer.cc 62 ICurrentState** current_state,
83 *current_state = temp_current_state.Detach();
116 HRESULT OnError(ICurrentState* current_state) {
118 HRESULT hr = current_state->get_errorCode(&error_code);
126 current_state->get_completionMessage(completion_message.Receive());
238 base::win::ScopedComPtr<ICurrentState> current_state; local
240 *hr = GetCurrentState(app, current_state.Receive(), &state_value);
275 *hr = OnError(current_state);
  /external/qemu/distrib/sdl-1.2.15/src/events/
SDL_events.c 440 Uint8 current_state; local
444 current_state = SDL_IGNORE;
447 current_state = SDL_ENABLE;
458 return(current_state);
462 current_state = SDL_ProcessEvents[type];
480 return(current_state);
  /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...]
  /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/srec/srec/test/SRecTest/src/
SRecTest.c 2943 SENTENCE_CLEANING_STATES current_state; local
    [all...]
  /external/srec/srec/test/SRecTestAudio/src/
SRecTestAudio.c 2558 SENTENCE_CLEANING_STATES current_state; local
    [all...]
  /packages/experimental/procstatlog/
procstatreport.py 641 current_state = {}
660 history[time] = dict(current_state)
663 if name in current_state: del current_state[name]
666 current_state[name] = "".join(parts[2:]).strip()
  /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/linux/
alsa_output.cc 178 InternalState current_state = state(); local
179 DCHECK(current_state == kCreated ||
180 current_state == kIsClosed ||
181 current_state == kInError);
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.cc 441 double current_state = 1 - size_animation_->GetCurrentValue(); local
442 width += 2 * static_cast<int>(kNewtabHorizontalPadding * current_state);
1644 double current_state = 1 - size_animation_->GetCurrentValue(); local
    [all...]
  /external/chromium_org/chrome/browser/download/
download_target_determiner.cc 97 State current_state = next_state_; local
100 switch (current_state) {
  /external/v8/src/
isolate.h 985 StateTag current_state = thread_local_top_.current_vm_state_; local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.cc 695 double current_state = 1 - size_animation_->GetCurrentValue(); local
696 width += 2 * static_cast<int>(kNewtabHorizontalPadding * current_state);
699 current_state);
1731 double current_state = 1 - size_animation_->GetCurrentValue(); local
    [all...]
  /external/chromium/chrome/browser/ui/views/frame/
browser_view.cc 206 // we invert the value - when current_state is at '0', we expect the
208 double current_state = 1 - host_view_->GetAnimationValue(); local
211 current_state;
214 current_state;
218 DetachableToolbarView::CalculateContentArea(current_state, h_padding,
    [all...]

Completed in 1307 milliseconds

1 2