Searched refs:check (Results 226 - 250 of 1226) sorted by relevance

1234567891011>>

/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/
H A DInsnList.java50 public static boolean check; field in class:InsnList
150 * @throws IllegalArgumentException if {@link #check} is <tt>true</tt> and
154 if (check && !contains(insn)) {
217 * @throws IllegalArgumentException if {@link #check} is <tt>true</tt>,
222 if (check && !(contains(location) && insn.index == -1)) {
256 * @throws IllegalArgumentException if {@link #check} is <tt>true</tt>,
260 if (check && insn.index != -1) {
280 * @throws IllegalArgumentException if {@link #check} is <tt>true</tt>,
284 if (check && insns == this) {
309 * @throws IllegalArgumentException if {@link #check} i
[all...]
/external/lldb/test/functionalities/type_completion/
H A DTestTypeCompletion.py52 self.runCmd('type category enable gnu-libstdc++', check=False)
53 self.runCmd('type category enable libcxx', check=False)
55 self.runCmd('type category disable gnu-libstdc++', check=False)
56 self.runCmd('type category disable libcxx', check=False)
124 self.runCmd('type category enable gnu-libstdc++', check=False)
125 self.runCmd('type category enable libcxx', check=False)
/external/llvm/test/MC/ARM/
H A Ddirective-arch-armv4.s3 @ This test case will check the default .ARM.attributes value for the
7 @ RUN: | FileCheck %s -check-prefix CHECK-ASM
9 @ RUN: | llvm-readobj -arm-attributes | FileCheck %s -check-prefix CHECK-ATTR
H A Ddirective-arch-armv4t.s3 @ This test case will check the default .ARM.attributes value for the
7 @ RUN: | FileCheck %s -check-prefix CHECK-ASM
9 @ RUN: | llvm-readobj -arm-attributes | FileCheck %s -check-prefix CHECK-ATTR
H A Ddirective-arch-armv5t.s3 @ This test case will check the default .ARM.attributes value for the
7 @ RUN: | FileCheck %s -check-prefix CHECK-ASM
9 @ RUN: | llvm-readobj -arm-attributes | FileCheck %s -check-prefix CHECK-ATTR
H A Ddirective-arch-armv5te.s3 @ This test case will check the default .ARM.attributes value for the
7 @ RUN: | FileCheck %s -check-prefix CHECK-ASM
9 @ RUN: | llvm-readobj -arm-attributes | FileCheck %s -check-prefix CHECK-ATTR
H A Ddirective-arch-armv6.s3 @ This test case will check the default .ARM.attributes value for the
7 @ RUN: | FileCheck %s -check-prefix CHECK-ASM
9 @ RUN: | llvm-readobj -arm-attributes | FileCheck %s -check-prefix CHECK-ATTR
H A Ddirective-arch-armv6j.s3 @ This test case will check the default .ARM.attributes value for the
7 @ RUN: | FileCheck %s -check-prefix CHECK-ASM
9 @ RUN: | llvm-readobj -arm-attributes | FileCheck %s -check-prefix CHECK-ATTR
H A Ddirective-arch-armv6k.s3 @ This test case will check the default .ARM.attributes value for the
7 @ RUN: | FileCheck %s -check-prefix CHECK-ASM
9 @ RUN: | llvm-readobj -arm-attributes | FileCheck %s -check-prefix CHECK-ATTR
H A Ddirective-arch-armv6t2.s3 @ This test case will check the default .ARM.attributes value for the
7 @ RUN: | FileCheck %s -check-prefix CHECK-ASM
9 @ RUN: | llvm-readobj -arm-attributes | FileCheck %s -check-prefix CHECK-ATTR
H A Ddirective-arch-armv6z.s3 @ This test case will check the default .ARM.attributes value for the
7 @ RUN: | FileCheck %s -check-prefix CHECK-ASM
9 @ RUN: | llvm-readobj -arm-attributes | FileCheck %s -check-prefix CHECK-ATTR
H A Ddirective-arch-armv6zk.s3 @ This test case will check the default .ARM.attributes value for the
7 @ RUN: | FileCheck %s -check-prefix CHECK-ASM
9 @ RUN: | llvm-readobj -arm-attributes | FileCheck %s -check-prefix CHECK-ATTR
H A Ddirective-arch-armv7-a.s3 @ This test case will check the default .ARM.attributes value for the
7 @ RUN: | FileCheck %s -check-prefix CHECK-ASM
9 @ RUN: | llvm-readobj -arm-attributes | FileCheck %s -check-prefix CHECK-ATTR
H A Ddirective-arch-armv7-m.s3 @ This test case will check the default .ARM.attributes value for the
7 @ RUN: | FileCheck %s -check-prefix CHECK-ASM
9 @ RUN: | llvm-readobj -arm-attributes | FileCheck %s -check-prefix CHECK-ATTR
H A Ddirective-arch-armv7-r.s3 @ This test case will check the default .ARM.attributes value for the
7 @ RUN: | FileCheck %s -check-prefix CHECK-ASM
9 @ RUN: | llvm-readobj -arm-attributes | FileCheck %s -check-prefix CHECK-ATTR
H A Ddirective-arch-armv7a.s3 @ This test case will check the default .ARM.attributes value for the
7 @ RUN: | FileCheck %s -check-prefix CHECK-ASM
9 @ RUN: | llvm-readobj -arm-attributes | FileCheck %s -check-prefix CHECK-ATTR
H A Ddirective-arch-armv7m.s3 @ This test case will check the default .ARM.attributes value for the
7 @ RUN: | FileCheck %s -check-prefix CHECK-ASM
9 @ RUN: | llvm-readobj -arm-attributes | FileCheck %s -check-prefix CHECK-ATTR
H A Ddirective-arch-armv7r.s3 @ This test case will check the default .ARM.attributes value for the
7 @ RUN: | FileCheck %s -check-prefix CHECK-ASM
9 @ RUN: | llvm-readobj -arm-attributes | FileCheck %s -check-prefix CHECK-ATTR
H A Ddirective-arch-armv8-a.s3 @ This test case will check the default .ARM.attributes value for the
7 @ RUN: | FileCheck %s -check-prefix CHECK-ASM
9 @ RUN: | llvm-readobj -arm-attributes | FileCheck %s -check-prefix CHECK-ATTR
H A Ddirective-arch-iwmmxt.s3 @ This test case will check the default .ARM.attributes value for the
7 @ RUN: | FileCheck %s -check-prefix CHECK-ASM
9 @ RUN: | llvm-readobj -arm-attributes | FileCheck %s -check-prefix CHECK-ATTR
H A Ddirective-arch-iwmmxt2.s3 @ This test case will check the default .ARM.attributes value for the
7 @ RUN: | FileCheck %s -check-prefix CHECK-ASM
9 @ RUN: | llvm-readobj -arm-attributes | FileCheck %s -check-prefix CHECK-ATTR
/external/mesa3d/src/glsl/builtins/tools/
H A Dgenerate_builtins.py273 check = 'state->target == vertex_shader && '
275 check = 'state->target == fragment_shader && '
277 check = '' variable
281 check += 'state->language_version == ' + version
283 check += 'state->' + version + '_enable'
285 print ' if (' + check + ') {'
/external/valgrind/memcheck/tests/
H A Dvarinfo2.stderr.exp1 Uninitialised byte(s) found during client check request
8 Uninitialised byte(s) found during client check request
15 Uninitialised byte(s) found during client check request
H A Dvarinfo4.stderr.exp1 Uninitialised byte(s) found during client check request
8 Uninitialised byte(s) found during client check request
15 Uninitialised byte(s) found during client check request
/external/lldb/test/functionalities/data-formatter/rdar-11988289/
H A DTestRdar 11988289.py52 self.runCmd('type format clear', check=False)
53 self.runCmd('type summary clear', check=False)
54 self.runCmd('type synth clear', check=False)
59 # Now check that we are displaying Cocoa classes correctly

Completed in 435 milliseconds

1234567891011>>