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

<<31323334353637383940>>

  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
LocaleMatcherTest.java 168 // check that script fallbacks are handled right
178 // check that nearby languages are handled
291 // Check that if the preference is maximized already, it works as well.
301 // Check that if the preference is maximized already, it works as well.
427 check(sorted);
433 check(sorted);
436 private void check(Set<ULocale> sorted) { method in class:LocaleMatcherTest
500 // Check that if the preference is maximized already, it works as well.
  /external/ipsec-tools/src/racoon/
isakmp_cfg.c 151 /* Check that the packet is long enough to have a header */
193 /* Check that the payload header fits in the packet */
200 /* Check that the payload fits in the packet */
212 vchar_t *check; local
228 if ((check = oakley_compute_hash1(iph1,
236 if (memcmp(ph + 1, check->v, check->l) != 0) {
240 vfree(check);
244 vfree(check);
365 /* Check that the attribute fit in the packet *
    [all...]
  /external/kernel-headers/original/uapi/linux/
ip.h 101 __sum16 check; member in struct:iphdr
  /external/libpng/
pngwrite.c 78 * you to supply a PNG_INFO_ flag, and check info_ptr->valid before writing
117 /* The rest of these check to see if the valid field has the appropriate
128 * the application continues writing the PNG. So check the 'invalid'
285 /* Check to see if we need to write text chunks */
375 /* Check to see if user has supplied a time chunk */
706 /* Check for transforms that have been set but were defined out */
881 /* Check for out-of-range palette index */
1945 png_uint_32 check; local
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldChecker.cpp 416 // Check for builtin function calls.
640 // Otherwise check if this is a binary expressioan.
687 bool RuntimeDyldCheckerImpl::check(StringRef CheckExpr) const { function in class:RuntimeDyldCheckerImpl
717 DidAllTestsPass &= check(Line.substr(RulePrefix.size()));
922 bool RuntimeDyldChecker::check(StringRef CheckExpr) const { function in class:RuntimeDyldChecker
    [all...]
  /external/lzma/C/
Xz.h 219 CXzCheck check; member in struct:__anon19181
240 call XzUnpacker_IsStreamWasFinished to check that current stream was finished
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_driver.c 1138 struct pipe_resource *check; local
1146 check = xorg_exa_get_texture(rootPixmap);
1147 if (ms->root_texture != check)
1150 pipe_resource_reference(&check, NULL);
    [all...]
  /external/mesa3d/src/gallium/tests/trivial/
compute.c 231 bool (*check)(void *, void *, int))
246 if (!check)
247 check = default_check;
264 if (check(res, exp, dx) || (++err) > 20)
1158 bool check(void *x, void *y, int sz) { function
    [all...]
  /external/skia/src/pathops/
SkOpCoincidence.cpp 147 SkCoincidentSpans* check = this->fTop; local
149 if (check->fCoinPtTStart->span() == over1s->span()
150 && check->fOppPtTStart->span() == outer->fOppPtTStart->span()) {
151 SkASSERT(check->fCoinPtTEnd->span() == over1e->span()
153 SkASSERT(check->fOppPtTEnd->span() == outer->fOppPtTEnd->span()
157 if (check->fCoinPtTStart->span() == outer->fCoinPtTStart->span()
158 && check->fOppPtTStart->span() == over1s->span()) {
159 SkASSERT(check->fCoinPtTEnd->span() == outer->fCoinPtTEnd->span()
161 SkASSERT(check->fOppPtTEnd->span() == over1e->span()
165 } while ((check = check->fNext))
183 SkCoincidentSpans* check = this->fTop; local
    [all...]
  /external/skia/tests/
CodexTest.cpp 111 // Verify that re-decoding gives the same result. It is interesting to check this after
118 // Check alpha type conversions
154 static void check(skiatest::Reporter* r, function
340 check(r, path, size, supportsScanlineDecoding, supportsSubsetDecoding, false);
346 check(r, "mandrill.wbmp", SkISize::Make(512, 512), true, false);
349 check(r, "baby_tux.webp", SkISize::Make(386, 395), false, true);
350 check(r, "color_wheel.webp", SkISize::Make(128, 128), false, true);
351 check(r, "yellow_rose.webp", SkISize::Make(400, 301), false, true);
354 check(r, "randPixels.bmp", SkISize::Make(8, 8), true, false);
355 check(r, "rle.bmp", SkISize::Make(320, 240), true, false)
    [all...]
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/constructor/
Constructor.java 69 * Ugly Java way to check the argument in the constructor
104 this(Class.forName(check(theRoot)));
107 private static final String check(String s) { method in class:Constructor
  /external/v8/src/compiler/
change-lowering.cc 186 // We only need to check for -0 if the {value} can potentially contain -0.
196 // In case of 0, we need to check the high bits for the IEEE -0 pattern.
283 Node* check = TestNotSmi(value); local
285 graph()->NewNode(common()->Branch(BranchHint::kFalse), check, control);
380 Node* check = TestNotSmi(value); local
382 graph()->NewNode(common()->Branch(BranchHint::kFalse), check, control);
403 Node* check = graph()->NewNode(machine()->Uint32LessThanOrEqual(), value, local
406 graph()->NewNode(common()->Branch(BranchHint::kTrue), check, control);
459 // Write barriers for heap objects don't need a Smi check.
js-intrinsic-lowering.cc 204 Node* check = graph()->NewNode(simplified()->ObjectIsSmi(), value); local
205 Node* branch = graph()->NewNode(common()->Branch(), check, control);
247 Node* check = graph()->NewNode(simplified()->ObjectIsSmi(), value); local
248 Node* branch = graph()->NewNode(common()->Branch(), check, control);
291 Node* check = graph()->NewNode(simplified()->ObjectIsSmi(), value); local
292 Node* branch = graph()->NewNode(common()->Branch(), check, control);
js-native-context-specialization.cc 101 Node* check = graph()->NewNode(simplified()->ReferenceEqual(Type::Name()), local
104 graph()->NewNode(common()->Branch(BranchHint::kTrue), check, control);
110 Node* check = graph()->NewNode(simplified()->ObjectIsSmi(), receiver); local
111 Node* branch = graph()->NewNode(common()->Branch(), check, control);
130 // Perform map check on {receiver}.
133 // Emit an instance type check for strings.
137 Node* check = local
141 graph()->NewNode(common()->Branch(), check, fallthrough_control);
151 Node* check = local
155 graph()->NewNode(common()->Branch(), check, fallthrough_control)
209 Node* check = graph()->NewNode( local
233 Node* check = graph()->NewNode( local
276 Node* check = local
319 Node* check = local
329 Node* check = local
528 Node* check = graph()->NewNode(simplified()->ObjectIsSmi(), receiver); local
558 Node* check = local
575 Node* check = graph()->NewNode( local
637 Node* check = local
652 Node* check = graph()->NewNode(simplified()->NumberEqual(), this_index32, local
697 Node* check = graph()->NewNode(simplified()->NumberLessThan(), this_index, local
738 Node* check = local
774 Node* check = local
802 Node* check = graph()->NewNode(simplified()->ObjectIsSmi(), this_value); local
810 Node* check = local
    [all...]
  /external/v8/src/crankshaft/
hydrogen-check-elimination.cc 5 #include "src/crankshaft/hydrogen-check-elimination.h"
29 // We have seen a map check (i.e. an HCheckMaps) for these maps, so we can
38 // or elements kind), and we need a stability check for them in order to use
39 // this information for check elimination (which turns them back to
66 HInstruction* check_; // The last check instruction.
72 // The main data structure used during check elimination, which stores a
185 // Keep the check if the existing check's block dominates the successor.
190 // Leave it NULL till we meet a new check instruction for this object
368 // The first check is more strict; the second is redundant
415 HCheckMaps* check = HCheckMaps::cast(entry->check_); local
443 HCheckMaps* check = instr->IsStabilityCheck() ? NULL : instr; local
660 HCheckMaps* check = HCheckMaps::CreateAndInsertBefore( local
    [all...]
  /external/wpa_supplicant_8/src/common/
sae.c 29 /* First, check if this is an ECC group */
39 /* Not an ECC group, check FFC */
209 int r_odd, check, res = -1; local
237 check = 1;
245 check = -1;
253 res = res == check;
1102 /* Check Finite Cyclic Group */
1124 * Check whether peer-commit-scalar and PEER-COMMIT-ELEMENT are same as
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
SelectionKeyTest.java 101 Object check = mockSelectionKey.attach(o); local
102 assertNull(check);
105 check = mockSelectionKey.attach(null);
106 assertSame(o, check);
108 check = mockSelectionKey.attach(o);
109 assertNull(check);
  /libcore/ojluni/src/main/java/java/security/
Security.java 251 check("insertProvider." + providerName);
336 check("removeProvider." + name);
685 check("setProperty."+key);
745 private static void check(String directive) { method in class:Security
805 // Check whether the provider has a property
810 // Check whether we have an alias instead
    [all...]
  /libcore/ojluni/src/main/java/sun/nio/ch/
SocketChannelImpl.java 368 // above happens just between our last isOpen() check and the
424 assert IOStatus.check(n);
468 assert IOStatus.check(n);
504 assert IOStatus.check(n);
541 assert IOStatus.check(n);
571 assert IOStatus.check(n);
681 assert IOStatus.check(n);
779 assert IOStatus.check(n);
    [all...]
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
DistributionPointFetcher.java 152 // check for full name
155 // check for relative name
208 // we check the issuer in verifyCRLs method
658 // check the crl signature algorithm
660 AlgorithmChecker.check(prevKey, crl);
663 debug.println("CRL signature algorithm check failed: " + cpve);
734 // check certificate's key usage
741 // check certificate's subject
    [all...]
OCSPResponse.java 155 * to be used for the OCSP check.
408 // Check that the response includes a response for all of the
459 // Check if the responder's key identifier matches
476 // Check whether the signer cert returned by the responder is trusted
478 // Check if the response is signed by the issuing CA
486 // Check if the response is signed by a trusted responder
494 // Check if the response is signed by an authorized responder
498 // Check for the OCSPSigning key purpose
514 // Check algorithm constraints specified in security property
519 algChecker.check(signerCert, Collections.<String>emptySet())
    [all...]
PolicyChecker.java 176 public void check(Certificate cert, Collection<String> unresCritExts) method in class:PolicyChecker
751 + "inside policyMapping check");
    [all...]
SunCertPathBuilder.java 237 /* check if anchor satisfies target constraints */
356 * and check for loops. Call depthFirstSearchForward()
508 currChecker.check(currCert, unresCritExts);
673 * and check for loops. Call depthFirstSearchReverse()
706 * Check if path is completed, return ASAP if so.
    [all...]
  /packages/apps/ExactCalculator/tests/src/com/android/calculator2/
BRTest.java 30 private static void check(boolean x, String s) { method in class:BRTest
36 check(x.CRValue().compareTo(y, TEST_PREC) == 0, s);
69 check(x != null, "test data should not be null");
91 check((long_x - 90) % 180 != 0, "missed undefined tan: " + x); method
93 check((long_x - 90) % 180 == 0, "exception on defined tan: " + x); method
130 check(b.toString().equals("4/-6"), "toString(4/-6)");
131 check(b.toNiceString().equals("-2/3"),"toNiceString(4/-6)");
139 check(BR_0.signum() == 0, "signum(0)");
140 check(BR_M1.signum() == -1, "signum(-1)");
141 check(BR_2.signum() == 1, "signum(2)")
187 check(false, "ln(-1)"); method
191 check(false, "log(-2)"); method
195 check(false, "sqrt(-1)"); method
199 check(false, "asin(-2)"); method
203 check(false, "degree acos(2)"); method
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
tcp.h 55 __sum16 check; member in struct:tcphdr

Completed in 1257 milliseconds

<<31323334353637383940>>