HomeSort by relevance Sort by last modified time
    Searched refs:show (Results 101 - 125 of 3875) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/javassist/sample/evolve/sample/evolve/
WebPage.java 8 * show() on the created object.
12 public void show(OutputStreamWriter out) throws IOException { method in class:WebPage
  /external/llvm/test/MC/ARM/
ras-extension.s 1 @ RUN: llvm-mc -triple armv8a-none-eabi -mattr=+ras -show-encoding %s | FileCheck %s --check-prefix=ARM
2 @ RUN: llvm-mc -triple thumbv8a-none-eabi -mattr=+ras -show-encoding %s | FileCheck %s --check-prefix=THUMB
thumb2-ldrb-ldrh.s 1 @ RUN: not llvm-mc -triple thumbv7a-none-eabi -show-encoding < %s 2>&1 | FileCheck %s
2 @ RUN: not llvm-mc -triple thumbv7m-none-eabi -show-encoding < %s 2>&1 | FileCheck %s
udf-arm.s 1 @ RUN: llvm-mc -triple arm-eabi -show-encoding %s | FileCheck %s
udf-thumb.s 1 @ RUN: llvm-mc -triple thumbv6m-eabi -show-encoding %s | FileCheck %s
  /external/llvm/test/MC/Mips/
cfi.s 1 # RUN: llvm-mc %s -triple=mips-unknown-unknown -show-encoding -mcpu=mips32 | \
3 # RUN: llvm-mc %s -triple=mips64-unknown-unknown -show-encoding -mcpu=mips64 | \
llvm-mc-fixup-endianness.s 1 # RUN: llvm-mc -show-encoding -mcpu=mips32 -triple mips-unknown-unknown %s | FileCheck -check-prefix=BE %s
2 # RUN: llvm-mc -show-encoding -mcpu=mips32 -triple mipsel-unknown-unknown %s | FileCheck -check-prefix=LE %s
reloc-directive-bad.s 1 # RUN: not llvm-mc -triple mips-unknown-linux < %s -show-encoding -target-abi=o32 \
reloc-directive-negative.s 1 # RUN: not llvm-mc -triple mips-unknown-linux < %s -show-encoding -target-abi=o32 \
  /external/llvm/test/MC/Mips/eva/
invalid-noeva.s 3 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips32r2 2>%t1
5 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips32r3 2>%t1
7 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips32r5 2>%t1
9 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips32r6 2>%t1
11 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips64r2 2>%t1
13 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips64r3 2>%t1
15 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips64r5 2>%t1
17 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips64r6 2>%t1
  /external/llvm/test/MC/PowerPC/
dcbt.s 1 # RUN: llvm-mc -triple powerpc64-unknown-unknown --show-encoding %s | FileCheck -check-prefix=SERVER %s
2 # RUN: llvm-mc -mcpu=a2 -triple powerpc64-unknown-unknown --show-encoding %s | FileCheck -check-prefix=EMBEDDED %s
  /external/llvm/test/MC/Sparc/
sparc-asm-errors.s 1 ! RUN: not llvm-mc %s -arch=sparc -show-encoding 2>&1 | FileCheck %s
2 ! RUN: not llvm-mc %s -arch=sparcv9 -show-encoding 2>&1 | FileCheck %s
  /external/swiftshader/third_party/LLVM/test/MC/ARM/
thumb-nop.s 1 @ RUN: llvm-mc -triple=thumbv6-apple-darwin -show-encoding < %s | FileCheck %s -check-prefix=CHECK-V6
2 @ RUN: llvm-mc -triple=thumbv7-apple-darwin -show-encoding < %s | FileCheck %s -check-prefix=CHECK-V7
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
SystemUIDialog.java 46 public void setShowForAllUsers(boolean show) {
47 setShowForAllUsers(this, show);
62 public static void setShowForAllUsers(AlertDialog dialog, boolean show) {
63 if (show) {
  /frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
ShowableListMenu.java 31 void show(); method in interface:ShowableListMenu
  /packages/apps/Camera2/src/com/android/camera/filmstrip/
FilmstripContentPanel.java 67 void show(); method in interface:FilmstripContentPanel
  /packages/apps/StorageManager/src/com/android/storagemanager/automatic/
WarningDialogActivity.java 33 dialog.show(getFragmentManager(), WarningDialogFragment.TAG);
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/
sysdev.h 31 ssize_t (*show)(struct sysdev_class *, char *); member in struct:sysdev_class_attribute
35 #define SYSDEV_CLASS_ATTR(_name,_mode,_show,_store) struct sysdev_class_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, };
54 ssize_t (*show)(struct sys_device *, char *); member in struct:sysdev_attribute
58 #define SYSDEV_ATTR(_name,_mode,_show,_store) struct sysdev_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, };
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/linux/
sysdev.h 31 ssize_t (*show)(struct sysdev_class *, char *); member in struct:sysdev_class_attribute
35 #define SYSDEV_CLASS_ATTR(_name,_mode,_show,_store) struct sysdev_class_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, };
54 ssize_t (*show)(struct sys_device *, char *); member in struct:sysdev_attribute
58 #define SYSDEV_ATTR(_name,_mode,_show,_store) struct sysdev_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, };
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/linux/
sysdev.h 31 ssize_t (*show)(struct sysdev_class *, char *); member in struct:sysdev_class_attribute
35 #define SYSDEV_CLASS_ATTR(_name,_mode,_show,_store) struct sysdev_class_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, };
54 ssize_t (*show)(struct sys_device *, char *); member in struct:sysdev_attribute
58 #define SYSDEV_ATTR(_name,_mode,_show,_store) struct sysdev_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, };
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/linux/
sysdev.h 31 ssize_t (*show)(struct sysdev_class *, char *); member in struct:sysdev_class_attribute
35 #define SYSDEV_CLASS_ATTR(_name,_mode,_show,_store) struct sysdev_class_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, };
54 ssize_t (*show)(struct sys_device *, char *); member in struct:sysdev_attribute
58 #define SYSDEV_ATTR(_name,_mode,_show,_store) struct sysdev_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, };
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/linux/
sysdev.h 31 ssize_t (*show)(struct sysdev_class *, char *); member in struct:sysdev_class_attribute
35 #define SYSDEV_CLASS_ATTR(_name,_mode,_show,_store) struct sysdev_class_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, };
54 ssize_t (*show)(struct sys_device *, char *); member in struct:sysdev_attribute
58 #define SYSDEV_ATTR(_name,_mode,_show,_store) struct sysdev_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, };
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/linux/
sysdev.h 31 ssize_t (*show)(struct sysdev_class *, char *); member in struct:sysdev_class_attribute
35 #define SYSDEV_CLASS_ATTR(_name,_mode,_show,_store) struct sysdev_class_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, };
54 ssize_t (*show)(struct sys_device *, char *); member in struct:sysdev_attribute
58 #define SYSDEV_ATTR(_name,_mode,_show,_store) struct sysdev_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, };
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/linux/
sysdev.h 31 ssize_t (*show)(struct sysdev_class *, char *); member in struct:sysdev_class_attribute
35 #define SYSDEV_CLASS_ATTR(_name,_mode,_show,_store) struct sysdev_class_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, };
54 ssize_t (*show)(struct sys_device *, char *); member in struct:sysdev_attribute
58 #define SYSDEV_ATTR(_name,_mode,_show,_store) struct sysdev_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, };
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/linux/
sysdev.h 31 ssize_t (*show)(struct sysdev_class *, char *); member in struct:sysdev_class_attribute
35 #define SYSDEV_CLASS_ATTR(_name,_mode,_show,_store) struct sysdev_class_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, };
54 ssize_t (*show)(struct sys_device *, char *); member in struct:sysdev_attribute
58 #define SYSDEV_ATTR(_name,_mode,_show,_store) struct sysdev_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, };

Completed in 2817 milliseconds

1 2 3 45 6 7 8 91011>>