Searched refs:current_state (Results 1 - 25 of 44) sorted by relevance

12

/external/ceres-solver/internal/ceres/
H A Dline_search_minimizer.cc106 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
[all...]
/external/valgrind/main/callgrind/
H A Dthreads.c212 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)
[all...]
H A Dcallstack.c142 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)
[all...]
H A Dbbcc.c497 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)
[all...]
H A Dmain.c53 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)
[all...]
H A Dcontext.c288 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,
H A Dsim.c852 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 :
940 CLG_(current_state).collect, loaded->use_base); \
942 if (CLG_(current_state).collect && loaded->use_base) { \
956 loaded->use_base = (CLG_(current_state).nonskipped) ? \
957 CLG_(current_state).nonskipped->skipped : \
977 if (!CLG_(current_state).collect) return;
1061 if (CLG_(current_state)
[all...]
H A Ddebug.c432 bbcc = CLG_(current_state).bbcc;
433 print_mangled_cxt(CLG_(current_state).cxt,
/external/chromium_org/ash/wm/
H A Dsticky_keys_unittest.cc102 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...]
H A Dsticky_keys.h133 StickyKeyState current_state() const { return current_state_; } function in class:ash::StickyKeysHandler
/external/chromium_org/apps/app_host/
H A Dbinaries_installer.cc62 ICurrentState** current_state,
83 *current_state = temp_current_state.Detach();
116 HRESULT OnError(ICurrentState* current_state) { argument
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);
61 GetCurrentState(IApp* app, ICurrentState** current_state, CurrentState* state_value) argument
/external/chromium_org/remoting/host/setup/
H A Ddaemon_installer_win.cc182 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/qemu/distrib/sdl-1.2.15/src/events/
H A DSDL_events.c440 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/
H A DFSM.py14 (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...]
H A DANSI.py180 fout.write (fsm.input_symbol + ',' + fsm.current_state + '\n')
/external/chromium_org/media/audio/linux/
H A Dalsa_output.cc178 InternalState current_state = state(); local
179 DCHECK(current_state == kCreated ||
180 current_state == kIsClosed ||
181 current_state == kInError);
/external/srec/srec/test/SRecTest/src/
H A DSRecTest.c2943 SENTENCE_CLEANING_STATES current_state; local
2949 current_state = SENTENCE_BEGIN;
2959 switch ( current_state )
2999 switch ( current_state )
3013 current_state = SENTENCE_MIDDLE_WITH_SPACE;
3035 switch ( current_state )
3038 current_state = SENTENCE_BEGIN_BRACKET_BEGIN;
3048 current_state = SENTENCE_BEGIN_BRACKET_BEGIN;
3054 current_state = SENTENCE_MIDDLE_BRACKET_BEGIN;
3064 current_state
[all...]
/external/srec/srec/test/SRecTestAudio/src/
H A DSRecTestAudio.c2558 SENTENCE_CLEANING_STATES current_state; local
2564 current_state = SENTENCE_BEGIN;
2573 switch ( current_state )
2613 switch ( current_state )
2627 current_state = SENTENCE_MIDDLE_WITH_SPACE;
2649 switch ( current_state )
2652 current_state = SENTENCE_BEGIN_BRACKET_BEGIN;
2662 current_state = SENTENCE_BEGIN_BRACKET_BEGIN;
2668 current_state = SENTENCE_MIDDLE_BRACKET_BEGIN;
2678 current_state
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dapi_params.c45 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/
H A Dapi_params.c45 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/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_view.cc441 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
1645 x += static_cast<int>(kNewtabHorizontalPadding * current_state);
1646 y += static_cast<int>(kNewtabVerticalPadding * current_state);
1647 width -= static_cast<int>(kNewtabHorizontalPadding * current_state);
1649 static_cast<int>(kNewtabVerticalPadding * 2 * current_state);
1650 separator_margin -= static_cast<int>(kSeparatorMargin * current_state);
/external/chromium_org/chrome/browser/download/
H A Ddownload_target_determiner.cc97 State current_state = next_state_; local
100 switch (current_state) {
/external/v8/src/
H A Disolate.h985 StateTag current_state = thread_local_top_.current_vm_state_; local
986 if (current_state != JS && state == JS) {
989 } else if (current_state == JS && state != JS) {
997 ASSERT((current_state == JS) == (state == JS));
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_view.cc695 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
1732 x += static_cast<int>(kNewtabHorizontalPadding * current_state);
1734 width -= static_cast<int>(kNewtabHorizontalPadding * current_state);
1735 separator_margin -= static_cast<int>(kSeparatorMargin * current_state);
/external/chromium/chrome/browser/ui/views/frame/
H A Dbrowser_view.cc206 // 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,

Completed in 1122 milliseconds

12