HomeSort by relevance Sort by last modified time
    Searched defs:Ignore (Results 1 - 25 of 96) sorted by null

1 2 3 4

  /external/junit/src/main/java/org/junit/
Ignore.java 10 * {@link org.junit.Test} that are also annotated with <code>&#064;Ignore</code> will not be executed as tests.
11 * Also, you can annotate a class containing test methods with <code>&#064;Ignore</code> and none of the containing
17 * &#064;Ignore &#064;Test public void something() { ...
19 * &#064;Ignore takes an optional default parameter if you want to record why a test is being ignored:
21 * &#064;Ignore("not ready yet") &#064;Test public void something() { ...
23 * &#064;Ignore can also be applied to the test class:
25 * &#064;Ignore public class IgnoreMe {
35 public @interface Ignore {
  /frameworks/support/room/common/src/main/java/androidx/room/
Ignore.java 32 public @interface Ignore {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Ppi/BaseMemoryTest/
BaseMemoryTest.h 35 Ignore,
  /external/llvm/include/llvm/MC/MCParser/
AsmCond.h 19 /// processing. Ignore can be either true or false. When true we are ignoring
33 bool Ignore;
35 AsmCond() : TheCond(NoCond), CondMet(false), Ignore(false) {}
  /external/swiftshader/third_party/LLVM/include/llvm/MC/MCParser/
AsmCond.h 19 /// processing. Ignore can be either true or false. When true we are ignoring
33 bool Ignore;
35 AsmCond() : TheCond(NoCond), CondMet(false), Ignore(false) {}
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/MCParser/
AsmCond.h 19 /// processing. Ignore can be either true or false. When true we are ignoring
33 bool Ignore = false;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/MCParser/
AsmCond.h 19 /// processing. Ignore can be either true or false. When true we are ignoring
33 bool Ignore = false;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/MCParser/
AsmCond.h 19 /// processing. Ignore can be either true or false. When true we are ignoring
33 bool Ignore = false;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/MCParser/
AsmCond.h 19 /// processing. Ignore can be either true or false. When true we are ignoring
33 bool Ignore = false;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/MCParser/
AsmCond.h 19 /// processing. Ignore can be either true or false. When true we are ignoring
33 bool Ignore = false;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/MCParser/
AsmCond.h 19 /// processing. Ignore can be either true or false. When true we are ignoring
33 bool Ignore = false;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/MCParser/
AsmCond.h 19 /// processing. Ignore can be either true or false. When true we are ignoring
33 bool Ignore = false;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/MCParser/
AsmCond.h 19 /// processing. Ignore can be either true or false. When true we are ignoring
33 bool Ignore = false;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/MCParser/
AsmCond.h 19 /// processing. Ignore can be either true or false. When true we are ignoring
33 bool Ignore = false;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/MCParser/
AsmCond.h 19 /// processing. Ignore can be either true or false. When true we are ignoring
33 bool Ignore = false;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/MCParser/
AsmCond.h 19 /// processing. Ignore can be either true or false. When true we are ignoring
33 bool Ignore = false;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/MCParser/
AsmCond.h 19 /// processing. Ignore can be either true or false. When true we are ignoring
33 bool Ignore = false;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/MCParser/
AsmCond.h 19 /// processing. Ignore can be either true or false. When true we are ignoring
33 bool Ignore = false;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/MCParser/
AsmCond.h 19 /// processing. Ignore can be either true or false. When true we are ignoring
33 bool Ignore = false;
  /prebuilts/go/darwin-x86/src/os/signal/
signal.go 49 // (action=disableSignal) or ignore the signals (action=ignoreSignal).
81 // Ignore causes the provided signals to be ignored. If they are received by
82 // the program, nothing will happen. Ignore undoes the effect of any prior
85 func Ignore(sig ...os.Signal) {
  /prebuilts/go/linux-x86/src/os/signal/
signal.go 49 // (action=disableSignal) or ignore the signals (action=ignoreSignal).
81 // Ignore causes the provided signals to be ignored. If they are received by
82 // the program, nothing will happen. Ignore undoes the effect of any prior
85 func Ignore(sig ...os.Signal) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
trace.py 33 trace.py -c -f counts --ignore-dir '$prefix' spam.py eggs
34 trace.py -t --ignore-dir '$prefix' spam.py eggs
40 # create a Trace object, telling it what to ignore, and whether to
121 --ignore-module=<mod> Ignore the given module(s) and its submodules
124 --ignore-dir=<dir> Ignore files in the given directory (multiple
133 class Ignore:
146 # on the ignore list. Need to take some care since ignoring
150 if mod == modulename: # Identical names, so ignore
    [all...]
  /external/python/cpython2/Lib/
trace.py 33 trace.py -c -f counts --ignore-dir '$prefix' spam.py eggs
34 trace.py -t --ignore-dir '$prefix' spam.py eggs
40 # create a Trace object, telling it what to ignore, and whether to
121 --ignore-module=<mod> Ignore the given module(s) and its submodules
124 --ignore-dir=<dir> Ignore files in the given directory (multiple
133 class Ignore:
146 # on the ignore list. Need to take some care since ignoring
150 if mod == modulename: # Identical names, so ignore
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
LDFileFormat.h 44 Ignore,
  /prebuilts/gdb/darwin-x86/lib/python2.7/
trace.py 33 trace.py -c -f counts --ignore-dir '$prefix' spam.py eggs
34 trace.py -t --ignore-dir '$prefix' spam.py eggs
40 # create a Trace object, telling it what to ignore, and whether to
121 --ignore-module=<mod> Ignore the given module(s) and its submodules
124 --ignore-dir=<dir> Ignore files in the given directory (multiple
133 class Ignore:
146 # on the ignore list. Need to take some care since ignoring
150 if mod == modulename: # Identical names, so ignore
    [all...]

Completed in 637 milliseconds

1 2 3 4