HomeSort by relevance Sort by last modified time
    Searched full:show (Results 76 - 100 of 10379) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/llvm/test/MC/ARM/
thumb2-ldrexd-strexd.s 1 @ RUN: llvm-mc -triple=thumbv6t2--none-eabi -show-encoding < %s | FileCheck %s
2 @ RUN: llvm-mc -triple=thumbv7a--none-eabi -show-encoding < %s | FileCheck %s
3 @ RUN: llvm-mc -triple=thumbv7r--none-eabi -show-encoding < %s | FileCheck %s
4 @ RUN: llvm-mc -triple=thumbv8a--none-eabi -show-encoding < %s | FileCheck %s
5 @ RUN: not llvm-mc -triple=thumbv7m--none-eabi -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=UNDEF
arm-thumb-cpus-default.s 1 @ RUN: llvm-mc -show-encoding -triple=arm-eabi < %s \
4 @ RUN: llvm-mc -show-encoding -triple=armv4t-eabi < %s \
7 @ RUN: llvm-mc -show-encoding -triple=arm-eabi -mcpu=cortex-a15 < %s \
10 @ RUN: llvm-mc -show-encoding -triple=arm-eabi -mcpu=cortex-m3 < %s \
13 @ RUN: llvm-mc -show-encoding -triple=armv7m-eabi < %s \
16 @ RUN: llvm-mc -show-encoding -triple=armv6m-eabi < %s \
  /external/valgrind/gdbserver_tests/
mssnapshot.stderrB.exp 6 v.info all_errors : show all errors found so far
7 v.info last_error : show last error found
8 v.info location <addr> : show information about location <addr>
9 v.info n_errs_found [msg] : show the nr of errors found so far and the given msg
10 v.info open_fds : show open file descriptors (only if --track-fds=yes)
  /external/clang/test/Misc/
warning-flags-enabled.c 1 // RUN: diagtool show-enabled %s | FileCheck %s
11 // RUN: diagtool show-enabled -Wno-everything %s | count 0
14 // RUN: diagtool show-enabled -Wno-everything -Wobjc-root-class %s | FileCheck -check-prefix CHECK-WARN %s
15 // RUN: diagtool show-enabled -Wno-everything -Werror=objc-root-class %s | FileCheck -check-prefix CHECK-ERROR %s
16 // RUN: diagtool show-enabled -Wno-everything -Wfatal-errors=objc-root-class %s | FileCheck -check-prefix CHECK-FATAL %s
22 // RUN: diagtool show-enabled --no-levels -Wno-everything -Wobjc-root-class %s | FileCheck -check-prefix CHECK-NO-LEVELS %s
30 // RUN: diagtool show-enabled --no-levels -Wno-conversion -Wenum-conversion %s | FileCheck --check-prefix CHECK-ENUM-CONVERSION %s
31 // RUN: diagtool show-enabled --no-levels %s | FileCheck --check-prefix CHECK-ENUM-CONVERSION %s
32 // RUN: diagtool show-enabled --no-levels -Wno-conversion %s | FileCheck --check-prefix CHECK-NO-ENUM-CONVERSION %s
38 // RUN: diagtool show-enabled --no-levels -Wno-parentheses -Wshift-op-parentheses %s | FileCheck --check-prefix CHECK-SH (…)
    [all...]
include-stack-for-note-flag.cpp 1 // RUN: not %clang_cc1 -fsyntax-only -fdiagnostics-show-note-include-stack %s 2>&1 | FileCheck %s -check-prefix=STACK
2 // RUN: not %clang_cc1 -fsyntax-only -fno-diagnostics-show-note-include-stack %s 2>&1 | FileCheck %s -check-prefix=STACKLESS
3 // RUN: not %clang_cc1 -fsyntax-only -fno-diagnostics-show-note-include-stack -fdiagnostics-show-note-include-stack %s 2>&1 | FileCheck %s -check-prefix=STACK
4 // RUN: not %clang_cc1 -fsyntax-only -fdiagnostics-show-note-include-stack -fno-diagnostics-show-note-include-stack %s 2>&1 | FileCheck %s -check-prefix=STACKLESS
  /external/llvm/test/CodeGen/AMDGPU/
cf_end.ll 1 ; RUN: llc < %s -march=r600 -mcpu=redwood --show-mc-encoding | FileCheck --check-prefix=EG %s
2 ; RUN: llc < %s -march=r600 -mcpu=caicos --show-mc-encoding | FileCheck --check-prefix=EG %s
3 ; RUN: llc < %s -march=r600 -mcpu=cayman --show-mc-encoding | FileCheck --check-prefix=CM %s
  /external/llvm/test/MC/PowerPC/
deprecated-p7.s 1 # RUN: llvm-mc -triple powerpc64-unknown-linux-gnu -mcpu=pwr7 -show-encoding < %s 2>&1 | FileCheck %s
2 # RUN: llvm-mc -triple powerpc64le-unknown-linux-gnu -mcpu=pwr7 -show-encoding < %s 2>&1 | FileCheck %s
3 # RUN: llvm-mc -triple powerpc-unknown-linux-gnu -mcpu=601 -show-encoding < %s 2>&1 | FileCheck -check-prefix=CHECK-OLD %s
  /external/llvm/test/tools/llvm-cov/
binary-formats.c 7 // RUN: llvm-cov show %S/Inputs/binary-formats.macho32l -instr-profile %t.profdata -filename-equivalence %s | FileCheck %s
8 // RUN: llvm-cov show %S/Inputs/binary-formats.macho64l -instr-profile %t.profdata -filename-equivalence %s | FileCheck %s
9 // RUN: llvm-cov show %S/Inputs/binary-formats.macho32b -instr-profile %t.profdata -filename-equivalence %s | FileCheck %s
  /external/testng/src/test/java/test/reports/
EmailableReportDriver.java 18 Assert.fail("show failure in report");
21 Assert.fail("show failure in report",new Exception("Real cuase"));
25 Assert.fail("show failure in report");
  /prebuilts/go/darwin-x86/src/math/rand/
example_test.go 56 show := func(name string, v1, v2, v3 interface{}) {
61 show("Float32", r.Float32(), r.Float32(), r.Float32())
62 show("Float64", r.Float64(), r.Float64(), r.Float64())
65 show("ExpFloat64", r.ExpFloat64(), r.ExpFloat64(), r.ExpFloat64())
68 show("NormFloat64", r.NormFloat64(), r.NormFloat64(), r.NormFloat64())
73 show("Int31", r.Int31(), r.Int31(), r.Int31())
74 show("Int63", r.Int63(), r.Int63(), r.Int63())
75 show("Uint32", r.Uint32(), r.Uint32(), r.Uint32())
79 show("Intn(10)", r.Intn(10), r.Intn(10), r.Intn(10))
80 show("Int31n(10)", r.Int31n(10), r.Int31n(10), r.Int31n(10)
    [all...]
  /prebuilts/go/linux-x86/src/math/rand/
example_test.go 56 show := func(name string, v1, v2, v3 interface{}) {
61 show("Float32", r.Float32(), r.Float32(), r.Float32())
62 show("Float64", r.Float64(), r.Float64(), r.Float64())
65 show("ExpFloat64", r.ExpFloat64(), r.ExpFloat64(), r.ExpFloat64())
68 show("NormFloat64", r.NormFloat64(), r.NormFloat64(), r.NormFloat64())
73 show("Int31", r.Int31(), r.Int31(), r.Int31())
74 show("Int63", r.Int63(), r.Int63(), r.Int63())
75 show("Uint32", r.Uint32(), r.Uint32(), r.Uint32())
79 show("Intn(10)", r.Intn(10), r.Intn(10), r.Intn(10))
80 show("Int31n(10)", r.Int31n(10), r.Int31n(10), r.Int31n(10)
    [all...]
  /developers/build/prebuilts/gradle/RuntimePermissions/Application/src/main/res/values/
strings.xml 8 <string name="show_contact">Show first contact</string>
11 Clicking \"Show first contact\" accesses the contact database to display the name of the first contact.</string>
14 <string name="show_camera">Show camera preview</string>
15 <string name="show_contacts">Show and add contacts</string>
16 <string name="main_introduction">Click the buttons below to show a camera preview or access the contacts database.\nNote that the contacts option is only available on Android M to illustrate the use of optional, M-only permissions that are not requested on lower SDK platforms.</string>
20 <string name="permission_camera_rationale">Camera permission is needed to show the camera preview.</string>
  /developers/samples/android/system/RuntimePermissions/Application/src/main/res/values/
strings.xml 8 <string name="show_contact">Show first contact</string>
11 Clicking \"Show first contact\" accesses the contact database to display the name of the first contact.</string>
14 <string name="show_camera">Show camera preview</string>
15 <string name="show_contacts">Show and add contacts</string>
16 <string name="main_introduction">Click the buttons below to show a camera preview or access the contacts database.\nNote that the contacts option is only available on Android M to illustrate the use of optional, M-only permissions that are not requested on lower SDK platforms.</string>
20 <string name="permission_camera_rationale">Camera permission is needed to show the camera preview.</string>
  /development/samples/browseable/RuntimePermissions/res/values/
strings.xml 8 <string name="show_contact">Show first contact</string>
11 Clicking \"Show first contact\" accesses the contact database to display the name of the first contact.</string>
14 <string name="show_camera">Show camera preview</string>
15 <string name="show_contacts">Show and add contacts</string>
16 <string name="main_introduction">Click the buttons below to show a camera preview or access the contacts database.\nNote that the contacts option is only available on Android M to illustrate the use of optional, M-only permissions that are not requested on lower SDK platforms.</string>
20 <string name="permission_camera_rationale">Camera permission is needed to show the camera preview.</string>
  /development/samples/SupportDesignDemos/src/com/example/android/support/design/widget/
SnackbarUsage.java 48 Snackbar.make(mContentView, "Short snackbar message", Snackbar.LENGTH_SHORT).show();
57 Toast.LENGTH_SHORT).show();
59 }).show(); method
64 + "makes the Snackbar taller", Snackbar.LENGTH_SHORT).show();
74 Toast.LENGTH_SHORT).show();
76 }).show(); method
86 Toast.LENGTH_SHORT).show();
88 }).show(); method
  /external/chromium-trace/catapult/third_party/html5lib-python/doc/
html5lib.rst 10 :show-inheritance:
18 :show-inheritance:
26 :show-inheritance:
34 :show-inheritance:
42 :show-inheritance:
50 :show-inheritance:
58 :show-inheritance:
66 :show-inheritance:
  /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/AArch64/
arm64-target-specific-sysreg.s 1 // RUN: not llvm-mc -triple arm64 -mcpu=generic -show-encoding < %s 2>&1 | \
4 // RUN: llvm-mc -triple arm64 -mcpu=cyclone -show-encoding < %s 2>&1 | \
armv8.2a-mmfr2.s 1 // RUN: llvm-mc -triple aarch64-none-linux-gnu -show-encoding -mattr=+v8.2a < %s | FileCheck %s
2 // RUN: not llvm-mc -triple aarch64-none-linux-gnu -show-encoding -mattr=-v8.2a < %s 2>&1 | FileCheck %s --check-prefix=ERROR
armv8.2a-persistent-memory.s 1 // RUN: llvm-mc -triple aarch64-none-linux-gnu -show-encoding -mattr=+v8.2a < %s | FileCheck %s
2 // RUN: not llvm-mc -triple aarch64-none-linux-gnu -show-encoding -mattr=-v8.2a < %s 2>&1 | FileCheck %s --check-prefix=ERROR
  /external/llvm/test/MC/Disassembler/AArch64/
a64-ignored-fields.txt 1 # RUN: llvm-mc -triple=aarch64 -mattr=fp-armv8 -disassemble -show-encoding < %s | FileCheck %s
2 # RUN: llvm-mc -triple=arm64 -mattr=fp-armv8 -disassemble -show-encoding < %s | FileCheck %s
  /external/llvm/test/MC/Mips/
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
  /external/llvm/test/MC/Sparc/
sparc-directives.s 1 ! RUN: llvm-mc %s -arch=sparc -show-encoding | FileCheck %s --check-prefix=SPARC32
2 ! RUN: llvm-mc %s -arch=sparcv9 -show-encoding | FileCheck %s --check-prefix=SPARC64
  /external/llvm/test/tools/llvm-objdump/X86/
disassembly-show-raw.test 3 // RUN: llvm-objdump -d -no-show-raw-insn %p/Inputs/trivial.obj.elf-i386 \
7 // when run explicitly with -no-show-raw-insn
  /external/selinux/policycoreutils/sepolicy/sepolicy/help/
booleans.txt 6 You can use the 'Filter Text Entry' to search for appropriate booleans. The Show Modified Only toggle, will show the booleans that your system has customized.

Completed in 1767 milliseconds

1 2 34 5 6 7 8 91011>>