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

  /external/chromium_org/sandbox/win/src/
policy_engine_processor.cc 9 void PolicyProcessor::SetInternalState(size_t index, EvalResult result) {
51 SetInternalState(0, EVAL_FALSE);
93 SetInternalState(ix, result);
  /frameworks/av/media/libeffects/loudness/dsp/core/
interpolator_linear.h 48 bool SetInternalState();
72 bool InterpolatorLinear<T>::SetInternalState() {
  /external/chromium_org/ui/base/ime/win/
tsf_text_store_unittest.cc 158 void SetInternalState(const string16& new_string_buffer,
544 SetInternalState(L"012345", 6, 6, 6);
624 SetInternalState(L"", 0, 0, 0);
629 SetInternalState(L"012345", 0, 0, 3);
638 SetInternalState(L"", 0, 0, 0);
646 SetInternalState(L"0123456", 3, 3, 3);
724 SetInternalState(L"0123456", 3, 3, 3);
786 SetInternalState(L"", 0, 0, 0);
789 SetInternalState(L"", 0, 0, 0);
792 SetInternalState(L"0123456", 3, 3, 3)
    [all...]

Completed in 37 milliseconds