HomeSort by relevance Sort by last modified time
    Searched defs:check (Results 151 - 175 of 1856) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/clang/test/Sema/
arm-layout.c 5 #define check(name, cond) int _##name##_check[(cond) ? 1 : -1] macro
9 check(s0_size, sizeof(struct s0) == 16);
11 check(s0_size, sizeof(struct s0) == 12);
16 check(s1_size, sizeof(struct s1) == 16);
18 check(s1_size, sizeof(struct s1) == 12);
27 check(s2_size, sizeof(struct s2) == 8);
28 check(s2_offset_0, __builtin_offsetof(struct s2, field0) == 0);
29 check(s2_offset_1, __builtin_offsetof(struct s2, field2) == 7);
31 check(s2_size, sizeof(struct s2) == 6);
32 check(s2_offset_0, __builtin_offsetof(struct s2, field0) == 0)
    [all...]
  /external/clang/test/SemaCXX/
goto2.cpp 12 bool check = true; local
14 if (check)
18 if (check)
22 if (check)
28 check = !check;
30 while (check);
36 if (check)
  /external/deqp/framework/common/
tcuResultCollector.cpp 99 bool ResultCollector::check (bool condition, const std::string& msg) function in class:tcu::ResultCollector
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/check/
AssertionFailedException.java 11 package org.eclipse.wb.internal.core.utils.check;
  /external/libcxx/test/std/localization/locales/locale/locale.cons/
assign.pass.cpp 37 void check(const std::locale& loc) function
79 check(loc);
80 check(loc2);
copy.pass.cpp 37 void check(const std::locale& loc) function
78 check(loc);
79 check(loc2);
  /external/libcxx/test/std/localization/locales/locale/locale.members/
combine.pass.cpp 19 void check(const std::locale& loc) function
71 check(loc3);
  /external/libdrm/
xf86drmRandom.h 33 unsigned long check; member in struct:RandomState
  /external/libpng/
pngwio.c 53 png_size_t check; local
58 check = fwrite(data, 1, length, (png_FILE_p)(png_ptr->io_ptr));
60 if (check != length)
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
sm4_parse.cpp 31 #define check(x) assert(x) macro
34 #define check(x) do {if(!(x)) throw(#x);} while(0) macro
54 check(tokens < tokens_end);
196 check(opcode < SM4_OPCODE_COUNT);
241 //check(dcl.op->file == SM4_FILE_##FILE);
275 check(dcl.op->file == SM4_FILE_INPUT || dcl.op->file == SM4_FILE_OUTPUT);
370 check(tokens == insn_end);
412 check(tokens < insn_end);
413 check(op_num < SM4_MAX_OPS);
  /external/testng/src/test/java/test/
CheckSuitesInitializationTest.java 11 * Check for a bug in how relative paths in suite files were being handled.
22 * Check the <code>checksuitesinitialization</code> folder under test resources
32 public void check() { method in class:CheckSuitesInitializationTest
  /frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/util/
Preconditions.java 23 public static void check(boolean value, String error, Object... args) { method in class:Preconditions
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.cons/
assign.pass.cpp 34 void check(const std::locale& loc) function
76 check(loc);
77 check(loc2);
copy.pass.cpp 34 void check(const std::locale& loc) function
75 check(loc);
76 check(loc2);
default.pass.cpp 34 void check(const std::locale& loc) function
77 check(loc);
83 check(loc2);
  /ndk/tests/device/test-stlport_shared-exception/jni/
catch11.cpp 25 void check(E *e) function
66 check (&e);
67 check ((E *)0);
catch12.cpp 25 void check(E *e) function
60 check (&e);
61 check ((E *)0);
  /ndk/tests/device/test-stlport_static-exception/jni/
catch11.cpp 25 void check(E *e) function
66 check (&e);
67 check ((E *)0);
catch12.cpp 25 void check(E *e) function
60 check (&e);
61 check ((E *)0);
  /packages/apps/ExactCalculator/tests/src/com/android/calculator2/
EvaluatorTest.java 28 private static void check(boolean x, String s) { method in class:EvaluatorTest
32 check(Evaluator.unflipZeroes("9.99", 2, "9.998", 3).equals("9.998"), "test 1");
33 check(Evaluator.unflipZeroes("9.99", 2, "10.0000", 4).equals("9.9999"), "test 2");
34 check(Evaluator.unflipZeroes("0.99", 2, "1.00000", 5).equals("0.99999"), "test 3");
35 check(Evaluator.unflipZeroes("0.99", 2, "1.00", 2).equals("0.99"), "test 4");
36 check(Evaluator.unflipZeroes("10.00", 2, "9.9999", 4).equals("9.9999"), "test 5");
37 check(Evaluator.unflipZeroes("-10.00", 2, "-9.9999", 4).equals("-9.9999"), "test 6");
38 check(Evaluator.unflipZeroes("-0.99", 2, "-1.00000000000000", 14)
40 check(Evaluator.unflipZeroes("12349.99", 2, "12350.00000", 5).equals("12349.99999"),
42 check(Evaluator.unflipZeroes("123.4999", 4, "123.5000000", 7).equals("123.4999999")
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test___future__.py 35 def check(t, name): function in function:FutureTest.test_attributes
48 check(optional, "optional")
50 check(mandatory, "mandatory")
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test___future__.py 35 def check(t, name): function in function:FutureTest.test_attributes
48 check(optional, "optional")
50 check(mandatory, "mandatory")
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/
udp.h 21 __u16 check; member in struct:udphdr
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/netinet/
udp.h 50 __u16 check; member in struct:udphdr
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/linux/
udp.h 21 __u16 check; member in struct:udphdr

Completed in 1589 milliseconds

1 2 3 4 5 67 8 91011>>