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

<<21222324252627282930>>

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_bitvector.h 50 CHECK(!empty());
145 check(idx);
160 check(idx);
174 check(idx);
193 CHECK(0);
302 CHECK(it1_.hasNext());
308 CHECK(it2_.hasNext());
325 void check(uptr idx) const { CHECK_LE(idx, size()); } function in class:__sanitizer::TwoLevelBitVector
  /external/deqp/modules/gles2/functional/
es2fFboCompletenessTests.cpp 198 void check (GLenum attPoint, const Attachment& att,
212 void ES2Checker::check (GLenum attPoint, const Attachment& att, const Image* image) function in class:deqp::gles2::Functional::ES2Checker
  /external/deqp/modules/gles3/functional/
es3fFboCompletenessTests.cpp 182 void check (GLenum attPoint, const Attachment& att, const Image* image);
193 void ES3Checker::check (GLenum attPoint, const Attachment& att, const Image* image) function in class:deqp::gles3::Functional::ES3Checker
  /external/doclava/src/com/google/doclava/
FieldInfo.java 218 check: {
222 break check; local
406 // Check the declared value with a typed comparison, not a string comparison,
  /external/freetype/src/gzip/
infutil.h 58 check_func checkfn; /* check function */
59 uLong check; /* check on output */ member in struct:inflate_blocks_state
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
ReplaceableTest.java 30 check("Lower", "ABCD", "1234");
31 check("Upper", "abcd\u00DF", "123455"); // must map 00DF to SS
32 check("Title", "aBCD", "1234");
33 check("NFC", "A\u0300E\u0300", "13");
34 check("NFD", "\u00C0\u00C8", "1122");
35 check("*(x) > A $1 B", "wxy", "11223");
36 check("*(x)(y) > A $2 B $1 C $2 D", "wxyz", "113322334");
37 check("*(x)(y)(z) > A $3 B $2 C $1 D", "wxyzu", "114433225");
39 check("*x > a", "xyz", "223"); // expect "123"?
40 check("*x > a", "wxy", "113"); // expect "123"
45 void check(String transliteratorName, String test, String shouldProduceStyles) { method in class:ReplaceableTest
    [all...]
  /external/icu/icu4c/source/test/cintltst/
uregiontest.c 521 const char *check; local
524 while ((check = uenum_next(preferredRegions, NULL, &status)) != NULL && U_SUCCESS(status) ) {
525 if ( !uprv_strcmp(check,preferredCode) ) {
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
ReplaceableTest.java 26 check("Lower", "ABCD", "1234");
27 check("Upper", "abcd\u00DF", "123455"); // must map 00DF to SS
28 check("Title", "aBCD", "1234");
29 check("NFC", "A\u0300E\u0300", "13");
30 check("NFD", "\u00C0\u00C8", "1122");
31 check("*(x) > A $1 B", "wxy", "11223");
32 check("*(x)(y) > A $2 B $1 C $2 D", "wxyz", "113322334");
33 check("*(x)(y)(z) > A $3 B $2 C $1 D", "wxyzu", "114433225");
35 check("*x > a", "xyz", "223"); // expect "123"?
36 check("*x > a", "wxy", "113"); // expect "123"
41 void check(String transliteratorName, String test, String shouldProduceStyles) { method in class:ReplaceableTest
    [all...]
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/
Checker.java 143 public void check(InputFile dataFile) method in class:Checker
  /external/jetty/src/java/org/eclipse/jetty/util/security/
Password.java 95 public boolean check(Object credentials) method in class:Password
105 if (credentials instanceof Credential) return ((Credential) credentials).check(_pw);
  /external/jsmn/
jsmn_test.c 14 /* Check single condition */
15 #define check(cond) do { if (!(cond)) fail(); } while (0) macro
53 check(r >= 0);
54 check(t[0].type == JSMN_OBJECT);
55 check(t[0].start == 0 && t[0].end == 2);
60 check(r >= 0);
61 check(t[0].type == JSMN_ARRAY);
62 check(t[0].start == 0 && t[0].end == 2);
67 check(r >= 0);
68 check(t[0].type == JSMN_OBJECT && t[0].start == 0 && t[0].end == 8)
    [all...]
  /external/libdivsufsort/lib/
sssort.c 673 saint_t check, next; local
675 for(check = 0, ssize = 0;;) {
680 MERGE_CHECK(first, last, check);
681 STACK_POP(first, middle, last, check);
689 MERGE_CHECK(first, last, check);
690 STACK_POP(first, middle, last, check);
720 STACK_PUSH(r, rm, last, (next & 3) | (check & 4));
721 middle = lm, last = l, check = (check & 3) | (next & 4);
724 STACK_PUSH(first, lm, l, (check & 3) | (next & 4))
    [all...]
  /external/libunwind/tests/
Gia64-test-nat.c 100 check_func_t *check; member in struct:__anon16881
594 checks[i] = all_funcs[index].check;
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCChecker.cpp 229 bool HexagonMCChecker::check() { function in class:HexagonMCChecker
265 // Check legal use of branches.
323 // Check legal use of predicate registers.
326 // Check for proper use of new predicate registers.
340 // Check for proper use of auto-anded of predicate registers.
357 // Check legal use of new values.
375 // Check for legal register uses and definitions.
378 // Check for proper register definitions.
406 // Check for multiple register definitions.
409 // Check for multiple unconditional register definitions
    [all...]
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/
XZOutputStream.java 16 import org.tukaani.xz.check.Check;
25 * settings and the default integrity check type (CRC64):
57 private final Check check; field in class:XZOutputStream
77 * the integrity check. This constructor is equivalent to passing
99 * integrity check type. This constructor is equivalent to
109 * @param checkType type of the integrity check,
124 * the integrity check. This constructor is equivalent
145 * integrity check type
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/asm/tree/
InsnList.java 50 public static boolean check; field in class:InsnList
150 * @throws IllegalArgumentException if {@link #check} is <tt>true</tt> and
154 if (check && !contains(insn)) {
217 * @throws IllegalArgumentException if {@link #check} is <tt>true</tt>,
222 if (check && !(contains(location) && insn.index == -1)) {
256 * @throws IllegalArgumentException if {@link #check} is <tt>true</tt>,
260 if (check && insn.index != -1) {
280 * @throws IllegalArgumentException if {@link #check} is <tt>true</tt>,
284 if (check && insns == this) {
309 * @throws IllegalArgumentException if {@link #check} is <tt>true</tt>,
    [all...]
  /external/opencv3/modules/core/src/
command_line_parser.cpp 336 bool CommandLineParser::check() const function in class:cv::CommandLineParser
  /external/opencv3/modules/imgproc/test/
test_approxpoly.cpp 50 // check_slice (and/or check) seem(s) to be broken, or this is a bug in function
56 // we only check that the set of vertices of the approximated polygon is
74 int check( CvSeq* SrcSeq, CvSeq* DstSeq, float Eps );
210 /////// find start point and check distance ////////
230 int CV_ApproxPolyTest::check( CvSeq* SrcSeq, CvSeq* DstSeq, float Eps ) function in class:CV_ApproxPolyTest
335 code = check( SrcSeq, DstSeq, Eps );
  /external/proguard/src/proguard/shrink/
ShortestUsageMarker.java 45 // A utility object to check for recursive causes.
195 return recursiveCauseChecker.check(shortestUsageMark, clazz);
205 public boolean check(ShortestUsageMark shortestUsageMark, method in class:ShortestUsageMarker.MyRecursiveCauseChecker
265 // Check the class of this mark, if any
268 // Check the causing class or method, if still necessary.
  /external/sfntly/cpp/src/sfntly/table/bitmap/
index_sub_table_format5.cc 35 int32_t check = CheckGlyphRange(glyph_id); local
36 if (check == -1) {
51 int32_t check = CheckGlyphRange(glyph_id); local
52 if (check == -1) {
103 int32_t check = CheckGlyphRange(glyph_id); local
104 if (check == -1) {
  /external/skia/src/pathops/
SkOpSpan.cpp 16 bool SkOpPtT::collapsed(const SkOpPtT* check) const {
17 if (fPt != check->fPt) {
20 SkASSERT(this != check);
22 SkASSERT(segment == check->segment());
26 bool SkOpPtT::contains(const SkOpPtT* check) const {
27 SkASSERT(this != check);
31 if (ptT == check) {
38 SkOpPtT* SkOpPtT::contains(const SkOpSegment* check) {
39 SkASSERT(this->segment() != check);
43 if (ptT->segment() == check) {
236 const SkOpPtT* check = &span->fPtT; local
    [all...]
  /external/toybox/toys/posix/
find.c 247 int check = active && test; local
257 if (check) not = !not;
265 if (!check) active = 0;
284 if (new && check)
295 if (check) not = !not;
303 if (check) do_print(new, s[5] ? 0 : '\n');
306 if (check) if (getpwuid(new->st.st_uid)) test = 0;
308 if (check) if (getgrgid(new->st.st_gid)) test = 0;
310 if (check && S_ISDIR(new->st.st_mode) && !TT.depth) recurse = 0;
323 if (check || !new)
    [all...]
  /external/v8/src/compiler/
js-call-reducer.cc 59 // Check if we have an allocation site from the CallIC.
119 // Check if argArray is an arguments object, and {node} is the only value
242 // Check for known builtin functions.
254 // Check for the Array constructor.
259 // Check for the Number constructor.
327 // Check that the {target} is still the {array_function}.
328 Node* check = effect = local
332 graph()->NewNode(common()->Branch(BranchHint::kTrue), check, control);
352 // Check that the {target} is still the {target_function}.
353 Node* check = effect local
471 Node* check = effect = local
502 Node* check = effect = local
    [all...]
js-inlining.cc 440 // constructor dispatch (allocate implicit receiver and check return value).
452 // Insert a check of the return value to determine whether the return value
454 Node* check = jsgraph_->graph()->NewNode( local
458 jsgraph_->common()->Select(MachineRepresentation::kTagged), check, node,
460 NodeProperties::ReplaceUses(node, select, check, node, node);
462 NodeProperties::ReplaceValueInput(check, node, 0);
463 NodeProperties::ReplaceEffectInput(check, node);
  /external/v8/src/crankshaft/
hydrogen-escape-analysis.cc 127 // Insert a newly created value check as a replacement for map checks.
132 // TODO(mstarzinger): This will narrow a map check against a set of maps
134 HCheckValue* check = HCheckValue::New(graph()->isolate(), zone, NULL, value, local
136 check->InsertBefore(mapcheck);
137 return check;
233 HCheckHeapObject* check = HCheckHeapObject::cast(instr); local
234 if (check->value() != allocate) continue;
235 check->DeleteAndReplaceWith(check->ActualValue());

Completed in 615 milliseconds

<<21222324252627282930>>