HomeSort by relevance Sort by last modified time
    Searched defs:check (Results 51 - 75 of 1352) sorted by null

1 23 4 5 6 7 8 91011>>

  /cts/common/device-side/util/src/com/android/compatibility/common/util/
EvaluateJsResultPollingCheck.java 31 public synchronized boolean check() { method in class:EvaluateJsResultPollingCheck
  /cts/libs/deviceutil/src/android/cts/util/
EvaluateJsResultPollingCheck.java 31 public synchronized boolean check() { method in class:EvaluateJsResultPollingCheck
  /development/ndk/platforms/android-21/include/netinet/
udp.h 50 __u16 check; member in struct:udphdr
  /development/ndk/platforms/android-3/include/linux/
udp.h 21 __u16 check; member in struct:udphdr
  /development/ndk/platforms/android-3/include/netinet/
udp.h 50 __u16 check; member in struct:udphdr
  /external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.noreturn/
p1.cpp 33 void check() { function
  /external/clang/test/CodeGen/
2007-05-15-PaddingElement.c 17 int check(void) { function
2007-05-29-UnionCopy.c 16 void check(union U *u, union U *v) { function
  /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 91 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/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/v8/test/mjsunit/
array-push-unshift-read-only-length.js 11 function check(f) {
25 check(push);
26 check(push);
27 check(push);
29 check(push);
35 check(unshift);
36 check(unshift);
37 check(unshift);
39 check(unshift);
  /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
  /libcore/luni/src/main/java/java/security/cert/
PKIXCertPathChecker.java 33 * {@link #check(Certificate, Collection) check} method will be called for each
107 * if check(s) fail on the specified certificate.
109 public abstract void check(Certificate cert, Collection<String> unresolvedCritExts) method in class:PKIXCertPathChecker
  /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);

Completed in 1794 milliseconds

1 23 4 5 6 7 8 91011>>