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

<<21222324252627282930>>

  /cts/tests/tests/widget/src/android/widget/cts/
SlidingDrawerTest.java 132 protected boolean check() { method
150 protected boolean check() { method
176 protected boolean check() { method
194 protected boolean check() { method
205 protected boolean check() { method
VideoViewTest.java 205 protected boolean check() { method
219 protected boolean check() { method
241 protected boolean check() { method
267 protected boolean check() { method
  /development/ndk/platforms/android-3/include/linux/
ip.h 91 __u16 check; member in struct:iphdr
  /external/clang/include/clang/StaticAnalyzer/Core/
Checker.h 26 namespace check { namespace in namespace:clang::ento
429 } // end check namespace
  /external/clang/lib/StaticAnalyzer/Checkers/
IvarInvalidationChecker.cpp 48 /// Check for missing invalidation method declarations.
50 /// Check that all ivars are invalidated.
146 void check(const Expr *E);
179 /// Check if the any of the methods inside the interface are annotated with
187 /// Check if ivar should be tracked and add to TrackedIvars if positive.
250 // Check all methods.
256 // If interface, check all parent protocols and super.
272 // If protocol, check all parent protocols.
361 // Check that the invalidatable interfaces with ivars/properties implement the
418 // If no ivars need invalidation, there is nothing to check here
652 void IvarInvalidationCheckerImpl::MethodCrawler::check(const Expr *E) { function in class:__anon7638::IvarInvalidationCheckerImpl::MethodCrawler
    [all...]
  /external/clang/test/CXX/drs/
dr14xx.cpp 87 template<typename T> constexpr bool check() { function in namespace:dr1460
91 static_assert(check<A>(), "");
92 static_assert(check<B>(), ""); // expected-error {{constant}} expected-note {{in call}}
93 static_assert(check<C>(), "");
94 static_assert(check<D>(), "");
95 static_assert(check<E>(), ""); // expected-error {{constant}} expected-note {{in call}}
96 static_assert(check<F>(), "");
  /external/curl/lib/vtls/
vtls.c 78 /* convenience macro to check if this handle is using a shared SSL session */
281 /* check for CURLOPT_SSLVERSION invalid parameter value */
333 * Check if there's a session ID for the given connection in the cache, and if
340 struct curl_ssl_session *check; local
361 check = &data->state.session[i];
362 if(!check->sessionid)
365 if(Curl_raw_equal(conn->host.name, check->name) &&
366 (conn->remote_port == check->remote_port) &&
367 Curl_ssl_config_matches(&conn->ssl_config, &check->ssl_config)) {
370 check->age = *general_age; /* set this as used in this age *
418 struct curl_ssl_session *check = &data->state.session[i]; local
    [all...]
  /external/deqp/scripts/khr_util/
registry.py 391 def check(v): return False function in function:spec
393 def check(v): return True function in function:spec
395 def check(v): return v <= version function in function:spec
397 for eFeature in registry.getFeatures(api, check):
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DisplayNameTest.java 97 check("Language", locale, languages, null, new DisplayNameGetter() {
102 check("Script", locale, scripts, null, new DisplayNameGetter() {
108 check("Country", locale, countries, null, new DisplayNameGetter() {
114 check("Currencies", locale, currencies, currencyFormats, new DisplayNameGetter() {
123 check("Zones", locale, zones, zoneFormats, new DisplayNameGetter() {
363 private void check(String type, ULocale locale, method in class:DisplayNameTest
  /external/icu/icu4c/source/test/perf/DateFmtPerf/
DateFmtPerf.h 170 check(status2, "Calendar::createInstance");
187 check(status2, "Calendar::getTime");
226 void check(UErrorCode& status, const char* msg) { function in class:DateFmtFunction
307 void check(UErrorCode& status, const char* msg) { function in class:DateFmtCopyFunction
342 check(status2, "Calendar::createInstance");
362 void check(UErrorCode& status, const char* msg) { function in class:DIFCreateFunction
406 void check(UErrorCode& status, const char* msg) { function in class:TimeZoneCreateFunction
451 void check(UErrorCode& status, const char* msg) { function in class:DTPatternGeneratorCreateFunction
498 void check(UErrorCode& status, const char* msg) { function in class:DTPatternGeneratorCopyFunction
536 check(status2, "getBestPattern")
546 void check(UErrorCode& status, const char* msg) { function in class:DTPatternGeneratorBestValueFunction
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DisplayNameTest.java 93 check("Language", locale, languages, null, new DisplayNameGetter() {
98 check("Script", locale, scripts, null, new DisplayNameGetter() {
104 check("Country", locale, countries, null, new DisplayNameGetter() {
110 check("Currencies", locale, currencies, currencyFormats, new DisplayNameGetter() {
119 check("Zones", locale, zones, zoneFormats, new DisplayNameGetter() {
359 private void check(String type, ULocale locale, method in class:DisplayNameTest
  /external/jetty/src/java/org/eclipse/jetty/security/authentication/
DigestAuthenticator.java 279 * @param nstring nonce to check
296 // Now check the requested nonce
341 public boolean check(Object credentials) method in class:DigestAuthenticator.Digest
395 // check digest
  /external/lzma/C/
XzEnc.c 163 CXzCheck check; member in struct:__anon19183
169 XzCheck_Init(&p->check, mode);
174 XzCheck_Final(&p->check, digest);
181 XzCheck_Update(&p->check, data, *size);
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/
SeekableXZInputStream.java 19 import org.tukaani.xz.check.Check;
103 * Bitmask of all Check IDs seen.
135 * Integrity Check in the current XZ Stream. The constructor leaves
136 * this to point to the Check of the first Stream.
138 private Check check; field in class:SeekableXZInputStream
255 * Note that integrity check verification should almost never be disabled.
256 * Possible reasons to disable integrity check verification:
266 * <code>verifyCheck</code> only affects the integrity check o
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/
sm4_to_tgsi.cpp 34 #define check(x) assert(x) macro
37 #define check(x) do {if(!(x)) throw(#x);} while(0) macro
114 check(op.has_simple_index());
115 check(op.indices[0].disp < temps.size());
118 check(op.has_simple_index());
119 check(op.indices[0].disp < outputs.size());
122 check(0);
129 check(i < insn->num_ops);
131 check(op.mode == SM4_OPERAND_MODE_MASK || op.mode == SM4_OPERAND_MODE_SCALAR);
140 check(i < insn->num_ops)
    [all...]
  /external/opencv3/3rdparty/zlib/
inflate.h 30 DICTID, /* i: waiting for dictionary check value */
33 TYPEDO, /* i: same, but skip check to exit inflate on new block */
47 CHECK, /* i: waiting for 32-bit check value */
49 DONE, /* finished check, done -- remain here until reset */
68 TYPE -> TYPEDO -> STORED or TABLE or LEN_ or CHECK
77 CHECK -> LENGTH -> DONE
88 unsigned long check; /* protected copy of check value */ member in struct:inflate_state
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_decode.cpp 257 int check = Columns; local
258 if (Colors < 0 || (check > 0 && Colors > INT_MAX / check)) {
261 check *= Colors;
263 (check > 0 && BitsPerComponent > INT_MAX / check)) {
266 check *= BitsPerComponent;
267 if (check > INT_MAX - 7) {
  /external/pdfium/third_party/zlib_v128/
inflate.h 30 DICTID, /* i: waiting for dictionary check value */
33 TYPEDO, /* i: same, but skip check to exit inflate on new block */
47 CHECK, /* i: waiting for 32-bit check value */
49 DONE, /* finished check, done -- remain here until reset */
68 TYPE -> TYPEDO -> STORED or TABLE or LEN_ or CHECK
77 CHECK -> LENGTH -> DONE
88 unsigned long check; /* protected copy of check value */ member in struct:inflate_state
  /external/skia/src/core/
SkDistanceFieldGen.cpp 198 DFData* check = curr - width-1; local
199 SkPoint distVec = check->fDistVector;
200 float distSq = check->fDistSq - 2.0f*(distVec.fX + distVec.fY - 1.0f);
209 check = curr - width;
210 distVec = check->fDistVector;
211 distSq = check->fDistSq - 2.0f*distVec.fY + 1.0f;
219 check = curr - width+1;
220 distVec = check->fDistVector;
221 distSq = check->fDistSq + 2.0f*(distVec.fX - distVec.fY + 1.0f);
230 check = curr - 1
244 DFData* check = curr + 1; local
259 DFData* check = curr - 1; local
273 DFData* check = curr + 1; local
    [all...]
  /external/skia/tests/
WritePixelsTest.cpp 242 bool check; local
243 REPORTER_ASSERT(reporter, check = (pad[px] == static_cast<char>(DEV_PAD)));
244 if (!check) {
  /external/toybox/kconfig/lxdialog/
dialog.h 130 struct dialog_color check; member in struct:dialog_info
  /external/v8/src/crankshaft/
hydrogen-bce.cc 14 // If in the dominator tree we check "exp + v1" and later (dominated)
15 // "exp + v2", if v2 <= v1 we can safely remove the second check, and if
16 // v2 > v1 we can use v2 in the 1st check and again remove the second.
30 HBoundsCheck* check,
32 if (!check->index()->representation().IsSmiOrInteger32()) return NULL;
38 if (check->index()->IsAdd()) {
39 HAdd* index = HAdd::cast(check->index());
47 } else if (check->index()->IsSub()) {
48 HSub* index = HSub::cast(check->index());
54 } else if (check->index()->IsConstant())
392 HBoundsCheck* check = HBoundsCheck::cast(i); local
    [all...]
hydrogen-bch.cc 13 * It is used to check if, inside one loop, all execution paths contain
14 * a bounds check for a particular [index, length] combination.
16 * executing a check then the check cannot be hoisted out of the loop (it
18 * We also check is there are paths that exit the loop early, and if yes we
22 * some cases they could cause a deopt if we hoist the check so this is a
114 * where the check is not performed, but hoisting the check has the same
116 * unnecessary check failures (which would mean unnecessary deoptimizations).
118 * (loop back to the header) without meeting a check, or UNSAFE is set i
298 HBoundsCheck* check = HBoundsCheck::cast(i); local
    [all...]
  /external/valgrind/coregrind/
vgdb-invoker-ptrace.c 56 // -1 means we will check that PTRACE_GETREGSET works.
537 // runtime check not yet done.
538 // 0 : PTRACE_GETREGS runtime check has failed.
539 // 1 : PTRACE_GETREGS defined and runtime check ok.
588 // Check this is the first call:
623 // Check this is the first call:
681 // setregset can never be called before getregset has done a runtime check.
702 // setregs can never be called before getregs has done a runtime check.
810 /* A specific int value is passed to invoke_gdbserver, to check
812 const int check = 0x8BADF00D; // ate bad food local
    [all...]
  /external/valgrind/memcheck/tests/
str_tester.c 49 check (int thing, int number) function
62 check(a != NULL && b != NULL && STREQ (a, b), number);
73 check (strcmp ("", "") == 0, 1); /* Trivial case. */
74 check (strcmp ("a", "a") == 0, 2); /* Identity. */
75 check (strcmp ("abc", "abc") == 0, 3); /* Multicharacter. */
76 check (strcmp ("abc", "abcd") < 0, 4); /* Length mismatches. */
77 check (strcmp ("abcd", "abc") > 0, 5);
78 check (strcmp ("abcd", "abce") < 0, 6); /* Honest miscompares. */
79 check (strcmp ("abce", "abcd") > 0, 7);
80 check (strcmp ("a\203", "a") > 0, 8); /* Tricky if char signed. *
    [all...]

Completed in 1247 milliseconds

<<21222324252627282930>>