Home
last modified time | relevance | path

Searched refs:HIDDEN (Results 1 – 25 of 27) sorted by relevance

12

/aosp12/frameworks/compile/mclinker/lib/Script/
H A DAssignment.cpp52 case HIDDEN: in dump()
96 HIDDEN, in activate()
140 INPUT_SECTION, HIDDEN, *SymOperand::create("."), *expr); in activate()
H A DScriptParser.yy112 %token HIDDEN
604 | HIDDEN '(' symbol '=' script_exp ')' ';'
607 Assignment::HIDDEN);
H A DScriptScanner.ll101 <LDSCRIPT,EXPRESSION>"HIDDEN" { return token::HIDDEN; }
/aosp12/frameworks/base/core/java/com/android/internal/view/menu/
H A DActionMenuItem.java71 private static final int HIDDEN = 0x00000008; field in ActionMenuItem
154 return (mFlags & HIDDEN) == 0; in isVisible()
302 mFlags = (mFlags & HIDDEN) | (visible ? 0 : HIDDEN); in setVisible()
H A DMenuItemImpl.java93 private static final int HIDDEN = 0x00000008; field in MenuItemImpl
607 return (mFlags & HIDDEN) == 0 && mActionProvider.isVisible(); in isVisible()
609 return (mFlags & HIDDEN) == 0; in isVisible()
623 mFlags = (mFlags & ~HIDDEN) | (shown ? 0 : HIDDEN); in setVisibleInt()
/aosp12/build/make/tools/product_config/test/com/android/build/config/
H A DTestErrors.java41 public final Category HIDDEN = new Category(HIDDEN_CODE, true, Level.HIDDEN, field in TestErrors
H A DErrorReporterTest.java83 errors.HIDDEN.add("Hidddeennn"); in testHidden()
/aosp12/build/make/tools/product_config/src/com/android/build/config/
H A DErrorReporter.java66 HIDDEN("hidden"), enumConstant
296 if (entry.getCategory().getLevel() == Level.HIDDEN) { in printErrors()
H A DErrors.java42 public final Category WARNING_UNKNOWN_COMMAND_LINE_ERROR = new Category(2, true, Level.HIDDEN,
H A DOptions.java118 handleErrorCode(arg, Errors.Level.HIDDEN); in parse()
/aosp12/art/runtime/entrypoints/
H A Druntime_asm_entrypoints.h25 namespace art HIDDEN {
/aosp12/frameworks/compile/mclinker/include/mcld/Script/
H A DAssignment.h33 enum Type { DEFAULT, HIDDEN, PROVIDE, PROVIDE_HIDDEN }; enumerator
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKeyboardSwitcher.java277 return settingsValues.mHasHardwareKeyboard && toggleState == KeyboardSwitchState.HIDDEN; in isImeSuppressedByHardwareKeyboard()
313 HIDDEN(-1), enumConstant
332 return KeyboardSwitchState.HIDDEN; in getKeyboardSwitchState()
/aosp12/art/libartbase/base/
H A Dmacros.h107 #define HIDDEN __attribute__((visibility("hidden"))) macro
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DLetterbox.java20 import static android.view.SurfaceControl.HIDDEN;
351 .setFlags(HIDDEN) in createSurface()
H A DWindowStateAnimator.java314 int flags = SurfaceControl.HIDDEN; in createSurfaceLocked()
/aosp12/frameworks/base/core/java/android/view/
H A DSurfaceControl.java480 public static final int HIDDEN = 0x00000004; field in SurfaceControl
1145 private int mFlags = HIDDEN;
1339 mFlags |= HIDDEN; in setHidden()
1341 mFlags &= ~HIDDEN; in setHidden()
H A DSurfaceView.java209 private int mSurfaceFlags = SurfaceControl.HIDDEN;
/aosp12/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp545 case Assignment::HIDDEN: in addScriptSymbols()
/aosp12/hardware/google/interfaces/media/c2/1.0/
H A Dtypes.hal131 HIDDEN = 1u << 4,
/aosp12/frameworks/base/core/java/android/widget/
H A DMagnifier.java1011 .setFlags(SurfaceControl.HIDDEN) in InternalPopupWindow()
/aosp12/hardware/interfaces/media/c2/1.0/
H A Dtypes.hal162 HIDDEN = 1u << 4,
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ ...
/aosp12/packages/apps/TV/libs/m2/
H A Djavac-shaded-9-dev-r4023-3.jarorg/openjdk/tools/sjavac/server/log/LoggingOutputStream.class LoggingOutputStream.java package ...
/aosp12/frameworks/proto_logging/stats/
H A Datoms.proto1961 HIDDEN = 1; enumerator
1984 HIDDEN = 1; enumerator

12