/external/chromium/chrome/browser/sync/notifier/ |
p2p_notifier.cc | 57 void P2PNotifier::SetState(const std::string& state) {
|
/external/chromium/chrome/browser/ui/views/download/ |
download_item_view.cc | 514 SetState(PUSHED, NORMAL); 523 SetState(NORMAL, PUSHED); 568 SetState(NORMAL, NORMAL); 581 SetState(NORMAL, NORMAL); 591 SetState(on_body ? HOT : NORMAL, on_body ? NORMAL : HOT); 606 SetState(NORMAL, drop_down_pressed_ ? PUSHED : NORMAL); 651 SetState(NORMAL, PUSHED); 678 SetState(NORMAL, NORMAL); [all...] |
download_item_view.h | 150 void SetState(State body_state, State drop_down_state);
|
/external/openfst/src/include/fst/ |
matcher-fst.h | 227 void SetState(StateId s) { matcher_->SetState(s); } 268 void SetState(StateId s) { matcher_->SetState(s); }
|
lookahead-filter.h | 244 void SetState(StateId s1, StateId s2, const FilterState &f) { 245 filter_.SetState(s1, s2, f); 304 selector_.GetMatcher()->SetState(arca->nextstate); 360 void SetState(StateId s1, StateId s2, const FilterState &f) { 362 filter_.SetState(s1, s2, f.GetState1()); 474 void SetState(StateId s1, StateId s2, const FilterState &f) { 476 filter_.SetState(s1, s2, f.GetState1()); 560 Selector().GetMatcher()->SetState(arca->nextstate);
|
state-reachable.h | 136 // reachability from a state s, first do SetState(s). Then a final 162 void SetState(StateId s) { s_ = s; }
|
accumulator.h | 54 void SetState(StateId) {} 93 void SetState(StateId) {} 187 void SetState(StateId s) { 192 FSTERROR() << "FastLogAccumulator::SetState: invalid state id."; 467 void SetState(StateId s, int depth = 0) { 478 FSTERROR() << "CacheLogAccumulator::SetState: incorrectly initialized."; 694 void SetState(StateId s) { 696 FSTERROR() << "ReplaceAccumulator::SetState: incorrectly initialized."; 702 data_->GetAccumulator(fst_id_)->SetState(tuple.fst_state);
|
cache.h | 117 using VectorFstBaseImpl<State>::SetState; 352 SetState(s, 0); 527 SetState(s, state); 531 SetState(cache_first_state_id_, cache_first_state_); 578 SetState(s, 0);
|
arcsort.h | 56 void SetState(StateId s) {
|
label-reachable.h | 117 // SetState(s). Then a label l can be reached from state s of FST f 262 void SetState(StateId s, StateId aiter_s = kNoStateId) { 265 accumulator_->SetState(aiter_s);
|
compose.h | 269 filter_->SetState(s1, s2, tuple.filter_state); 295 matchera->SetState(sa); 365 filter_->SetState(s1, s2, tuple.filter_state);
|
/external/ceres-solver/internal/ceres/ |
coordinate_descent_minimizer.cc | 128 parameter_block->SetState(parameters + parameter_block->state_offset()); 187 parameter_block->SetState(parameters + parameter_block->state_offset());
|
parameter_block.h | 74 bool SetState(const double* x) {
|
/external/chromium/chrome/browser/chromeos/frame/ |
panel_controller.cc | 247 SetState(PanelController::MINIMIZED); 252 SetState(PanelController::EXPANDED); 263 void PanelController::SetState(State state) {
|
/external/chromium/third_party/libjingle/source/talk/base/ |
network.cc | 193 void NetworkManager::SetState(const std::string& str) { 202 network->SetState(state); 445 void Network::SetState(const std::string& str) {
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
cache.h | 132 this->SetState(s, new S); 136 this->SetState(cache_first_state_id_, cache_first_state_); 290 this->SetState(s, 0);
|
/external/openfst/src/include/fst/extensions/pdt/ |
compose.h | 82 void SetState(StateId s) { 83 matcher_.SetState(s); 332 void SetState(StateId s1, StateId s2, const FilterState &f) { 334 filter_.SetState(s1, s2, f_.GetState1());
|
/external/chromium/chrome/browser/chromeos/notifications/ |
notification_panel.cc | 26 #define SET_STATE(state) SetState(state, __PRETTY_FUNCTION__) 714 panel_controller_->SetState(PanelController::MINIMIZED); 719 panel_controller_->SetState(PanelController::EXPANDED); 725 panel_controller_->SetState(PanelController::EXPANDED); 794 void NotificationPanel::SetState(State new_state, const char* name) {
|
/external/openfst/src/test/ |
fst_test.h | 73 matcher.SetState(s);
|
/external/chromium/chrome/browser/ui/views/frame/ |
opaque_browser_frame_view.cc | 367 restore_button_->SetState(views::CustomButton::BS_NORMAL); 368 minimize_button_->SetState(views::CustomButton::BS_NORMAL); 369 maximize_button_->SetState(views::CustomButton::BS_NORMAL); [all...] |
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
session.h | 171 void SetState(State state);
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/ |
OMX_JpegEnc_Utils.h | 579 SetState,
|
/external/chromium/chrome/browser/ui/views/ |
browser_actions_container.cc | 270 SetState(views::CustomButton::BS_PUSHED); 275 SetState(views::CustomButton::BS_NORMAL); [all...] |
/hardware/qcom/media/mm-video/vidc/venc/test/ |
venc_test.cpp | 485 void SetState(OMX_STATETYPE eState) [all...] |
/external/v8/src/ |
deoptimizer.h | 431 void SetState(Smi* state) { state_ = state; }
|