HomeSort by relevance Sort by last modified time
    Searched defs:check (Results 201 - 225 of 2393) sorted by null

1 2 3 4 5 6 7 891011>>

  /system/libfmq/
FmqInternal.cpp 24 void check(bool exp) { function in namespace:android::hardware::details
25 CHECK(exp);
  /art/test/022-interface/classes/
Main.class 
  /bionic/libc/include/netinet/
udp.h 49 u_int16_t check; member in struct:udphdr::__anon298::__anon300
  /cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/
BusyWaitUtils.java 32 boolean check() throws Exception; method in interface:BusyWaitUtils.PollingCondition
39 * Busy waiting until {@link PollingCondition#check()} returns {@code true}.
55 * Busy waiting until {@link PollingCondition#check()} returns {@code true}.
63 if (condition.check()) {
  /developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/data/source/
DalService.java 26 @GET("/v1/assetlinks:check")
27 Call<DalCheck> check(@Query("source.web.site") String webDomain, method in interface:DalService
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
checkappend.py 63 check(arg)
65 def check(file): function
75 check(fullname)
  /external/autotest/client/site_tests/security_ptraceRestrictions/
security_ptraceRestrictions.py 36 def check(self, boolean, msg, fatal=False): member in class:security_ptraceRestrictions
58 self.check(os.path.exists(sysctl), "%s exists" % (sysctl), fatal=True)
59 self.check(open(sysctl).read() == '1\n', "%s enabled" % (sysctl),
  /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 99 bool ResultCollector::check (bool condition, const std::string& msg) function in class:tcu::ResultCollector
  /external/deqp/scripts/egl/
proc_address_tests.py 105 def check (v): return v == version function in function:getInterfaceExactVersion
107 for feature in registry.getFeatures(api, check):
  /external/dtc/tests/
utilfdt_test.c 33 static void check(const char *fmt, int expect_type, int expect_size) function
59 * Add the given modifier to each of the valid sizes, and check that we get
79 check(fmt, 'i', expected_size);
82 check(fmt, 'u', expected_size);
85 check(fmt, 'x', expected_size);
88 check(fmt, 's', -1);
96 /* check all the valid modifiers and sizes */
  /external/eigen/test/
fastmath.cpp 12 void check(bool b, bool ref) function
37 std::cout << "std::isfinite(" << m(3) << ") = "; check((std::isfinite)(m(3)),false); std::cout << " ; numext::isfinite = "; check((numext::isfinite)(m(3)), false); std::cout << "\n";
38 std::cout << "std::isinf(" << m(3) << ") = "; check((std::isinf)(m(3)),false); std::cout << " ; numext::isinf = "; check((numext::isinf)(m(3)), false); std::cout << "\n";
39 std::cout << "std::isnan(" << m(3) << ") = "; check((std::isnan)(m(3)),true); std::cout << " ; numext::isnan = "; check((numext::isnan)(m(3)), true); std::cout << "\n";
40 std::cout << "allFinite: "; check(m.allFinite(), 0); std::cout << "\n";
41 std::cout << "hasNaN: "; check(m.hasNaN(), 1); std::cout << "\n";
56 std::cout << "std::isfinite(" << m(4) << ") = "; check((std::isfinite)(m(4)),false); std::cout << " ; numext::isfinite = "; check((numext::isfinite)(m(4 (…)
    [all...]
  /external/libcxx/test/std/localization/locales/locale/locale.members/
combine.pass.cpp 22 void check(const std::locale& loc) function
74 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/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_read/
7-1.c 19 * - check aio_read return value
41 unsigned char check[BUF_SIZE]; local
60 memset(check, 0xaa, BUF_SIZE);
63 aiocb.aio_buf = check;
  /external/pdfium/third_party/libpng16/
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/python/cpython2/Tools/scripts/
checkappend.py 63 check(arg)
65 def check(file): function
75 check(fullname)
  /external/robolectric-shadows/sandbox/src/test/java/org/robolectric/
JavaVersionTest.java 14 check("1.8.1u40", "1.8.5u60");
15 check("1.8.0u40", "1.8.0u60");
16 check("1.8.0u40", "1.8.0u100");
21 check("9.0.1+12", "9.0.2+12");
22 check("9.0.2+60", "9.0.2+100");
27 check("1.7.0", "1.8.0u60");
28 check("1.8.1u40", "9.0.2+12");
33 check("1.8.0", "1.8.0.1");
43 private static void check(String v1, String v2) { method in class:JavaVersionTest
  /external/skia/tools/skpbench/
_adb.py 25 def check(self, cmd): member in class:Adb
42 self.__is_root = ('root' == self.check('whoami').strip())
52 while '1' != self.check('getprop sys.boot_completed').strip():
  /external/skqp/tools/skpbench/
_adb.py 25 def check(self, cmd): member in class:Adb
42 self.__is_root = ('root' == self.check('whoami').strip())
52 while '1' != self.check('getprop sys.boot_completed').strip():

Completed in 1138 milliseconds

1 2 3 4 5 6 7 891011>>