HomeSort by relevance Sort by last modified time
    Searched full:basestate (Results 1 - 21 of 21) sorted by null

  /external/autotest/frontend/client/src/autotest/tko/
SpreadsheetHeaderSelect.java 20 private HeaderSelect.State baseState = new HeaderSelect.State();
37 headerSelect = new HeaderSelect(headerFields, savedState.baseState);
50 headerSelect.saveToState(state.baseState);
76 headerSelect.loadFromState(state.baseState);
  /external/pdfium/testing/resources/pixel/
bug_491_invisible.in 10 /BaseState /OFF
bug_491_unspecified.in 10 /BaseState /OFF
bug_491_visible.in 10 /BaseState /ON
  /packages/services/Telecomm/src/com/android/server/telecom/
CallAudioModeStateMachine.java 121 private class BaseState extends State {
153 private class UnfocusedState extends BaseState {
201 // The forced focus switch commands are handled by BaseState.
207 private class RingingFocusState extends BaseState {
291 // The forced focus switch commands are handled by BaseState.
297 private class SimCallFocusState extends BaseState {
353 // The forced focus switch commands are handled by BaseState.
359 private class VoipCallFocusState extends BaseState {
408 // The forced focus switch commands are handled by BaseState.
417 private class OtherFocusState extends BaseState {
    [all...]
  /packages/apps/Settings/tests/robotests/src/com/android/settings/slices/
SlicesDatabaseHelperTest.java 98 boolean baseState = mSlicesDatabaseHelper.isSliceDataIndexed();
99 assertThat(baseState).isFalse();
  /external/llvm/lib/CodeGen/AsmPrinter/
WinException.cpp 356 int BaseState)
357 : EHInfo(EHInfo), MFI(MFI), MFE(MFE), MBBI(MBBI), BaseState(BaseState) {
360 LastStateChange.NewState = BaseState;
367 MachineFunction::const_iterator End, int BaseState = NullState) {
374 InvokeStateChangeIterator(EHInfo, Begin, End, BlockBegin, BaseState),
375 InvokeStateChangeIterator(EHInfo, End, End, BlockEnd, BaseState));
380 assert(BaseState == O.BaseState);
411 int BaseState;
    [all...]
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
ScreenLifecycleTest.java 51 public void baseState() throws Exception {
WakefulnessLifecycleTest.java 52 public void baseState() throws Exception {
  /frameworks/av/media/libstagefright/
ACodec.cpp 261 struct ACodec::BaseState : public AState {
262 explicit BaseState(ACodec *codec, const sp<AState> &parentState = NULL);
308 DISALLOW_EVIL_CONSTRUCTORS(BaseState);
339 struct ACodec::UninitializedState : public ACodec::BaseState {
357 struct ACodec::LoadedState : public ACodec::BaseState {
380 struct ACodec::LoadedToIdleState : public ACodec::BaseState {
396 struct ACodec::IdleToExecutingState : public ACodec::BaseState {
410 struct ACodec::ExecutingState : public ACodec::BaseState {
440 struct ACodec::OutputPortSettingsChangedState : public ACodec::BaseState {
457 struct ACodec::ExecutingToIdleState : public ACodec::BaseState {
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
MockView.java 454 protected int[] mergeDrawableStatesWrapper(int[] baseState, int[] additionalState) {
455 return super.mergeDrawableStates(baseState, additionalState);
  /external/pdfium/core/fpdfdoc/
cpdf_occontext.cpp 108 bool bState = pConfig->GetStringFor("BaseState", "ON") != "OFF";
  /external/llvm/lib/Target/X86/
X86WinEHState.cpp 514 int BaseState = ParentBaseState;
523 BaseState = BaseStateI->second;
526 return BaseState;
  /external/python/cpython3/Modules/
_datetimemodule.c 3955 PyObject *basestate; local
5432 PyObject *basestate; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
datetimemodule.c 3495 PyObject *basestate; local
4576 PyObject *basestate; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
datetimemodule.c 3495 PyObject *basestate; local
4576 PyObject *basestate; local
    [all...]
  /external/python/cpython2/Modules/
datetimemodule.c 3495 PyObject *basestate; local
4576 PyObject *basestate; local
    [all...]
  /external/llvm/lib/CodeGen/
WinEHPrepare.cpp 191 int BaseState = -1;
195 BaseState = BaseStateI->second;
198 if (BaseState != -1) {
199 FuncInfo.InvokeStateMap[II] = BaseState;
    [all...]
  /frameworks/av/media/libstagefright/include/media/stagefright/
ACodec.h 102 struct BaseState;
  /external/python/cpython3/Lib/
datetime.py     [all...]
  /prebuilts/tools/common/uast/1.0/
uast-common-1.0.jar 

Completed in 1401 milliseconds