HomeSort by relevance Sort by last modified time
    Searched defs:check (Results 176 - 200 of 391) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/v8/test/mjsunit/compiler/
escape-analysis.js 187 function check(x, y) { function
196 check(23, 42); check(23, 42);
197 %OptimizeFunctionOnNextCall(check);
198 check(23, 42); check(23, 42);
200 check(27, 27); check(27, 27);
  /external/clang/lib/ARCMigrate/
TransEmptyStatementsAndDealloc.cpp 162 check(*I);
170 check(I);
177 void check(Stmt *S) { function in class:__anon22313::EmptyStatementsRemover
  /external/clang/test/Analysis/
array-struct-region.cpp 15 bool check() const { return this == this; } function in struct:S
52 clang_analyzer_eval(s.check()); // expected-warning{{TRUE}}
72 clang_analyzer_eval(getS().check()); // expected-warning{{TRUE}}
103 clang_analyzer_eval(((getS())).check()); // expected-warning{{TRUE}}
124 clang_analyzer_eval(s.check()); // expected-warning{{TRUE}}
  /external/freetype/src/gzip/
inflate.c 15 DICT4, /* four dictionary check bytes to go */
16 DICT3, /* three dictionary check bytes to go */
17 DICT2, /* two dictionary check bytes to go */
18 DICT1, /* one dictionary check byte to go */
21 CHECK4, /* four check bytes to go */
22 CHECK3, /* three check bytes to go */
23 CHECK2, /* two check bytes to go */
24 CHECK1, /* one check byte to go */
25 DONE, /* finished check, done */
39 uLong was; /* computed check value *
41 } check; \/* if CHECK, check values to compare *\/ member in union:internal_state::__anon1112
    [all...]
  /external/icu/icu4c/source/test/intltest/
reptest.cpp 228 check("Lower", rawTestArray[0], "1234");
229 check("Upper", rawTestArray[1], "123455"); // must map 00DF to SS
230 check("Title", rawTestArray[2], "1234");
231 check("NFC", rawTestArray[3], "13");
232 check("NFD", rawTestArray[4], "1122");
233 check("*(x) > A $1 B", rawTestArray[5], "11223");
234 check("*(x)(y) > A $2 B $1 C $2 D", rawTestArray[6], "113322334");
235 check("*(x)(y)(z) > A $3 B $2 C $1 D", rawTestArray[7], "114433225");
237 //check("*x > a", rawTestArray[8], "223"); // expect "123"?
238 //check("*x > a", rawTestArray[9], "113"); // expect "123"
272 void ReplaceableTest::check(const UnicodeString& transliteratorName, function in class:ReplaceableTest
    [all...]
  /external/libpng/contrib/visupng/
PngFile.c 128 /* first check the eight byte PNG signature */
411 png_size_t check; local
416 check = (png_size_t)fread(data, (png_size_t)1, length,
419 if (check != length)
428 png_uint_32 check; local
430 check = fwrite(data, 1, length, (FILE *)(png_ptr->io_ptr));
431 if (check != length)
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
symbol-minimal.c 13 u8 *check = (u8 *)&data; local
16 if (check[0] == 1)
  /external/llvm/tools/obj2yaml/
coff2yaml.cpp 34 static void check(std::error_code ec) { function
41 check(Obj.getCOFFHeader(Header));
57 Sec.Name = Sect->Name; // FIXME: check the null termination!
  /external/lzma/Asm/x86/
AesOpt.asm 111 jmp check
123 check: label
  /external/openssl/apps/
dhparam.c 140 * -check - check the parameters are ok
158 int informat,outformat,check=0,noout=0,C=0,ret=1; local
212 else if (strcmp(*argv,"-check") == 0)
213 check=1;
251 BIO_printf(bio_err," -check check the DH parameters\n");
441 if (check)
453 printf("unable to check the generator value\n");
rsa.c 93 * -check - verify key consistency
108 int informat,outformat,text=0,check=0,noout=0; local
198 else if (strcmp(*argv,"-check") == 0)
199 check=1;
241 BIO_printf(bio_err," -check verify key consistency\n");
261 if(check && pubin) {
340 if (check)
  /external/bison/
maint.mk 40 # member-check,VARIABLE,VALID-VALUES
42 # Check that $(VARIABLE) is in the space-separated list of VALID-VALUES, and
44 member-check = \
125 release-type = $(call member-check,RELEASE_TYPE,$(RELEASE_TYPES))
143 # Select which lines of NEWS are searched for $(news-check-regexp).
145 # lines 1..10 of NEWS for $(news-check-regexp).
147 news-check-lines-spec ?= 1,10
148 news-check-regexp ?= '^\*.* $(VERSION_REGEXP) \($(today)\)'
161 syntax-check-rules := $(sort $(shell sed -n 's/^\(sc_[a-zA-Z0-9_-]*\):.*/\1/p' \
163 .PHONY: $(syntax-check-rules
    [all...]
  /art/test/122-npe/src/
Main.java 49 check(npe, thisLine += 4); method
57 check(npe, thisLine += 8); method
65 check(npe, thisLine += 8); method
72 check(npe, thisLine += 7); method
79 check(npe, thisLine += 7); method
86 check(npe, thisLine += 7); method
93 check(npe, thisLine += 7); method
100 check(npe, thisLine += 7); method
107 check(npe, thisLine += 7); method
114 check(npe, thisLine += 7) method
121 check(npe, thisLine += 7); method
128 check(npe, thisLine += 7); method
135 check(npe, thisLine += 7); method
142 check(npe, thisLine += 7); method
149 check(npe, thisLine += 7); method
156 check(npe, thisLine += 7); method
163 check(npe, thisLine += 7); method
170 check(npe, thisLine += 7); method
177 check(npe, thisLine += 7); method
184 check(npe, thisLine += 7); method
191 check(npe, thisLine += 7); method
198 check(npe, thisLine += 7); method
205 check(npe, thisLine += 7); method
212 check(npe, thisLine += 7); method
219 check(npe, thisLine += 7); method
226 check(npe, thisLine += 7); method
233 check(npe, thisLine += 7); method
240 check(npe, thisLine += 7); method
247 check(npe, thisLine += 7); method
254 check(npe, thisLine += 7); method
261 check(npe, thisLine += 7); method
268 check(npe, thisLine += 7); method
275 check(npe, thisLine += 7); method
282 check(npe, thisLine += 7); method
289 check(npe, thisLine += 7); method
296 check(npe, thisLine += 7); method
303 check(npe, thisLine += 7); method
310 check(npe, thisLine += 7); method
317 check(npe, thisLine += 7); method
324 check(npe, thisLine += 7); method
331 check(npe, thisLine += 7); method
338 check(npe, thisLine += 7); method
345 check(npe, thisLine += 7); method
352 check(npe, thisLine += 7); method
359 check(npe, thisLine += 7); method
366 check(npe, thisLine += 7); method
373 check(npe, thisLine += 7); method
380 check(npe, thisLine += 7); method
387 check(npe, thisLine += 7); method
394 check(npe, thisLine += 7); method
401 check(npe, thisLine += 7); method
408 check(npe, thisLine += 7); method
415 check(npe, thisLine += 7); method
422 check(npe, thisLine += 7); method
429 check(npe, thisLine += 7); method
436 check(npe, thisLine += 7); method
443 check(npe, thisLine += 7); method
450 check(npe, thisLine += 7); method
457 check(npe, thisLine += 7); method
464 check(npe, thisLine += 7); method
471 check(npe, thisLine += 7); method
478 check(npe, thisLine += 7); method
485 check(npe, thisLine += 7); method
492 check(npe, thisLine += 7); method
499 check(npe, thisLine += 7); method
506 check(npe, thisLine += 7); method
514 check(npe, thisLine += 8); method
522 check(npe, thisLine += 8); method
536 check(npe, thisLine += 13); method
549 check(npe, thisLine += 14); method
552 static void check(NullPointerException npe, int firstLine) { method in class:Main
    [all...]
  /build/core/
product.mk 157 #TODO: check to make sure that products have all the necessary vars defined
167 define check-all-products
  /cts/libs/deviceutil/src/android/cts/util/
MediaUtils.java 135 public static boolean check(boolean result, String message) { method in class:MediaUtils
164 // only check for audio and video codecs
232 return check(hasCodecsForResource(context, resourceId), "no decoder found");
243 return check(hasCodecForResource(context, resourceId, track), "no decoder found");
282 return check(hasCodecsForPath(context, path), "no decoder found");
321 return check(hasCodecForMimes(false /* encoder */, mimes), "no decoder found");
325 return check(hasCodecForMimes(true /* encoder */, mimes), "no encoder found");
335 return check(canDecode(format), "no decoder for " + format);
  /cts/tests/tests/media/src/android/media/cts/
MediaScannerConnectionTest.java 102 protected boolean check() { method
107 protected boolean check() { method
115 protected boolean check() { method
  /cts/tests/tests/os/src/android/os/cts/
AsyncTaskTest.java 53 protected boolean check() { method
77 protected boolean check() { method
  /cts/tests/tests/tv/src/android/media/tv/cts/
BundledTvInputServiceTest.java 146 protected boolean check() { method
176 protected boolean check() { method
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebSettingsTest.java 229 protected boolean check() { method
238 protected boolean check() { method
250 protected boolean check() { method
259 protected boolean check() { method
273 protected boolean check() {
355 // cannot check exact size set, since the implementation caps it at an arbitrary limit
376 // cannot check exact size, since the implementation caps it at an arbitrary limit
410 protected boolean check() {
420 protected boolean check() {
435 protected boolean check() {
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
FilterTest.java 71 protected boolean check() { method
79 protected boolean check() { method
99 protected boolean check() { method
107 protected boolean check() { method
116 protected boolean check() { method
GridViewTest.java 74 protected boolean check() { method
ToastTest.java 79 protected boolean check() { method
89 protected boolean check() { method
109 protected boolean check() { method
  /dalvik/libdex/
sha1.cpp 64 check files against their previous SHA-1 check values, kind of
358 /* Read expected check value. */
403 " -c = check files against previous check values\n"
404 " -g = generate SHA-1 check values (default action)\n"
407 "sha1sum test.txt > check.txt\n"
408 "generates check value for test.txt in check.txt, and\n"
409 "sha1sum -c check.txt\n
421 int check = 0; local
    [all...]
  /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/core/
VoicemailProviderHelpers.java 96 check(!voicemail.hasId(), "Inserted voicemails must not have an id", voicemail);
97 check(voicemail.hasTimestampMillis(), "Inserted voicemails must have a timestamp",
99 check(voicemail.hasNumber(), "Inserted voicemails must have a number", voicemail);
111 check(!voicemail.hasUri(), "Can't update the Uri of a voicemail", voicemail);
212 private void check(boolean assertion, String message, Voicemail voicemail) { method in class:VoicemailProviderHelpers
  /development/tools/apkcheck/src/com/android/apkcheck/
ApkCheck.java 133 check(apiDescr, apkDescr); method
250 static boolean check(ApiList pubList, ApiList apkDescr) { method in class:ApkCheck
291 * Checks the class against the public API. We check the class
314 * Check the contents of classInfo against pubClassInfo.

Completed in 717 milliseconds

1 2 3 4 5 6 78 91011>>