Searched refs:check (Results 201 - 225 of 725) sorted by relevance

1234567891011>>

/external/zlib/src/
H A Dinflate.h30 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 */
88 unsigned long check; /* protected copy of check value */ member in struct:inflate_state
/external/clang/lib/StaticAnalyzer/Checkers/
H A DNoReturnFunctionChecker.cpp28 class NoReturnFunctionChecker : public Checker< check::PostStmt<CallExpr>,
29 check::PostObjCMessage > {
103 // HACK: This entire check is to handle two messages in the Cocoa frameworks:
H A DStackAddrEscapeChecker.cpp27 class StackAddrEscapeChecker : public Checker< check::PreStmt<ReturnStmt>,
28 check::EndPath > {
/external/dbus/bus/
H A Dmessagebus.in41 daemon --check $servicename $processname --system
/external/icu4c/tools/toolutil/
H A Dpackage.h121 * @param context user context (will be passed to check function)
122 * @param check will be called with context and any missing items
124 void enumDependencies(void *context, CheckDependency check);
127 void enumDependencies(Item *pItem, void *context, CheckDependency check);
/external/llvm/test/MC/ARM/
H A Delf-movt.s1 @ RUN: llvm-mc %s -triple=armv7-linux-gnueabi | FileCheck -check-prefix=ASM %s
3 @ RUN: elf-dump --dump-section-data | FileCheck -check-prefix=OBJ %s
/external/quake/quake/src/WinQuake/
H A Dpr_cmds.cpp237 char *m, **check; local
244 // check to see if model was properly precached
245 for (i=0, check = sv.model_precache ; *check ; i++, check++)
246 if (!strcmp(*check, m))
249 if (!*check)
508 char **check; local
519 // check to see if samp was properly precached
520 for (soundnum=0, check
686 PF_newcheckclient(int check) argument
1335 edict_t *ent, *check, *bestent; local
[all...]
/external/v8/
H A DMakefile105 # - any of the above with .check appended, e.g. "ia32.release.check"
108 # - "check": build all targets and run all tests
127 # Generates corresponding test targets, e.g. "ia32.release.check".
128 CHECKS = $(addsuffix .check,$(BUILDS))
132 .PHONY: all check clean dependencies $(ENVFILE).new native \
134 $(addsuffix .check,$(MODES)) $(addsuffix .check,$(ARCHES)) \
172 check: all
177 $(addsuffix .check,
[all...]
/external/webkit/Tools/Scripts/webkitpy/style/checkers/
H A Dchangelog_unittest.py40 checker.check(changelog_data.split('\n'))
51 checker.check(changelog_data.split('\n'))
H A Dcommon_unittest.py32 # mock style error handling code and the code to check that all
59 output_lines = checker.check(input_lines)
112 checker.check(input_lines)
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
H A DSelectionKeyTest.java103 Object check = mockSelectionKey.attach(o);
104 assertNull(check);
107 check = mockSelectionKey.attach(null);
108 assertSame(o, check);
110 check = mockSelectionKey.attach(o);
111 assertNull(check);
/external/icu4c/extra/uconv/
H A DMakefile.in80 distclean resclean distclean-local dist dist-local check check-local resfiles package-resfiles install-resfiles install-man
92 check: check-local
115 check-local: $(TARGET)
/external/libxml2/
H A DdebugXML.c48 int check; /* do just checkings */ member in struct:_xmlDebugCtxt
62 ctxt->check = 0;
140 if (ctxt->check)
233 if (ctxt->check) {
252 if (ctxt->check) {
425 if (ctxt->check) {
428 /* TODO: check UTF8 content of the string */
451 if (!ctxt->check)
461 if (!ctxt->check) {
484 if (!ctxt->check)
[all...]
/external/oprofile/gui/
H A Doprof_start.cpp172 // the unit mask check boxes
720 // return the unit mask selected through the unit mask check box
789 QCheckBox * check = 0; local
791 case 0: check = check0; break;
792 case 1: check = check1; break;
793 case 2: check = check2; break;
794 case 3: check = check3; break;
795 case 4: check = check4; break;
796 case 5: check = check5; break;
797 case 6: check
[all...]
/external/skia/tests/
H A DWritePixelsTest.cpp247 bool check; local
248 REPORTER_ASSERT(reporter, check = checkPixel(bmpPMColor, canvasPixel, mul));
249 if (!check) {
253 bool check; local
255 REPORTER_ASSERT(reporter, check = (canvasPixel == testColor));
256 if (!check) {
264 bool check; local
265 REPORTER_ASSERT(reporter, check = (pad[px] == static_cast<char>(DEV_PAD)));
266 if (!check) {
/external/webkit/Source/JavaScriptCore/dfg/
H A DDFGJITCompiler.cpp75 // Redundant load, just so we can check the tag!
106 void JITCompiler::jumpFromSpeculativeToNonSpeculative(const SpeculationCheck& check, const EntryLocation& entry, SpeculationRecovery* recovery) argument
108 ASSERT(check.m_nodeIndex == entry.m_nodeIndex);
111 check.m_check.link(this);
113 // Does this speculation check require any additional recovery to be performed,
132 NodeIndex nodeIndex = check.m_gprInfo[gpr].nodeIndex;
136 DataFormat dataFormat = check.m_gprInfo[gpr].format;
147 NodeIndex nodeIndex = check.m_fprInfo[fpr];
207 const SpeculationCheck& check = *checksIter; local
209 jumpFromSpeculativeToNonSpeculative(check, entr
[all...]
/external/qemu-pc-bios/vgabios/
H A Dbiossums.c24 void check( int value, char* message );
175 void check( int okay, char* message ) { function
223 check((offset + len) <= (bios_len - 1), "PMID entry length out of bounds" );
255 check((offset + PMID_CHKSUM) <= (bios_len - 1), "PMID checksum out of bounds" );
262 check((offset + PMID_CHKSUM) <= (bios_len - 1), "PMID checksum out of bounds" );
/external/libpng/
H A Dpngtest.c25 * In these cases, it is best to check with another tool such as "pngcheck"
43 # define READFILE(file, data, length, check) \
44 if (ReadFile(file, data, length, &check, NULL)) check = 0
45 # define WRITEFILE(file, data, length, check)) \
46 if (WriteFile(file, data, length, &check, NULL)) check = 0
51 # define READFILE(file, data, length, check) \
52 check=(png_size_t)fread(data, (png_size_t)1, length, file)
53 # define WRITEFILE(file, data, length, check) \
315 png_size_t check = 0; local
344 int check; local
398 png_uint_32 check; local
418 png_uint_32 check; local
[all...]
/external/clang/test/SemaTemplate/
H A Dinstantiate-function-1.cpp237 static no_tag check(...);
239 static yes_tag check(char[sizeof(&U::luaIndex)]);
240 enum { value = sizeof(check<T>(0)) == sizeof(yes_tag) };
/external/icu4c/samples/numfmt/
H A Dmain.cpp54 check(status, "NumberFormat::createInstance");
61 check(status, "NumberFormat::parse");
73 check(status, "NumberFormat::format");
113 // check that the formatter is a DecimalFormat instance
/external/valgrind/main/memcheck/tests/
H A Dsh-mem-random.c26 // XXX: should check the error cases for SET/GET_VBITS also
70 void check(U1* arr, int n, char* who) function
122 printf("post-initialisation check\n");
123 check(arr, N_BYTES, "after initialisation");
206 printf("final check\n");
207 check(arr, N_BYTES, "final check");
/external/libpng/contrib/visupng/
H A DPngFile.c126 // first check the eight byte PNG signature
403 png_size_t check; local
408 check = (png_size_t)fread(data, (png_size_t)1, length,
411 if (check != length)
420 png_uint_32 check; local
422 check = fwrite(data, 1, length, (FILE *)(png_ptr->io_ptr));
423 if (check != length)
/external/openssl/crypto/bn/
H A Dbn_prime.c206 * check that (p-1)/2 is prime.
249 BIGNUM *A1, *A1_odd, *check; /* taken from ctx */ local
292 check = BN_CTX_get(ctx);
293 if (check == NULL) goto err;
322 if (!BN_pseudo_rand_range(check, A1))
324 if (!BN_add_word(check, 1))
326 /* now 1 <= check < A */
328 j = witness(check, A, A1, A1_odd, k, ctx, mont);
392 /* check that rnd is not a prime and also
430 /* check tha
[all...]
/external/clang/test/CXX/class.access/
H A Dp6.cpp161 void check();
167 void A::check() { function in class:test7::A
/external/icu4c/data/translit/
H A Dtrnsfiles.mk8 # Instead of changing this file [unless you want to check it back in],

Completed in 1136 milliseconds

1234567891011>>