Searched refs:check (Results 51 - 75 of 725) sorted by relevance

1234567891011>>

/external/icu4c/samples/msgfmt/answers/
H A Dmain_2.cpp29 check(status, "MessageFormat::ct");
38 check(status, "MessageFormat::format");
H A Dmain_3.cpp29 check(status, "MessageFormat::ct");
38 check(status, "MessageFormat::format");
/external/icu4c/samples/msgfmt/
H A Dmain.cpp29 check(status, "MessageFormat::ct");
38 check(status, "MessageFormat::format");
/external/icu4c/test/
H A DMakefile.in27 check check-recursive check-local xcheck xcheck-recursive xcheck-local
46 check: everything check-recursive check-local
47 check-recursive: all-recursive
70 xcheck-recursive check-recursive:
104 xcheck-local check-local: all-local
/external/icu4c/test/perf/
H A DMakefile.in30 check check-recursive check-local xperf xperf-recursive
49 check: everything check-recursive check-local
50 check-recursive: all-recursive
58 all-recursive install-recursive clean-recursive distclean-recursive dist-recursive check-recursive:
87 check-local: all-local
/external/libxslt/libxslt/
H A Dsecurity.c261 * @path: the path to check
311 xsltSecurityCheck check; local
314 check = xsltGetSecurityPrefs(sec, XSLT_SECPREF_WRITE_FILE);
315 if (check != NULL) {
316 ret = check(sec, ctxt, path);
330 * The directory doesn't exist check for creation
332 check = xsltGetSecurityPrefs(sec,
334 if (check != NULL) {
335 ret = check(sec, ctxt, directory);
372 xsltSecurityCheck check; local
437 xsltSecurityCheck check; local
[all...]
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Statements/
H A Dtry-006.js23 * This is the "check" function for test objects that will
32 * This is the "check" function for test objects that do not
59 this.check = fun;
65 * object's "check" function is called. If the test object's exception
73 result = check();
/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DPictureLayerContent.h41 virtual void setCheckForOptimisations(bool check) { m_checkedContent = !check; } argument
/external/webkit/Tools/Scripts/webkitpy/style/checkers/
H A Dcommon.py43 def check(self, lines): member in class:CarriageReturnChecker
68 def check(self, lines): member in class:TabChecker
H A Dpython.py36 def check(self, lines): member in class:PythonChecker
43 def _pep8_handle_error(line_number, offset, text, check):
/external/quake/quake/src/WinQuake/
H A Dgl_mesh.cpp62 mtriangle_t *last, *check; local
81 for (j=starttri+1, check=&triangles[starttri+1] ; j<pheader->numtris ; j++, check++)
83 if (check->facesfront != last->facesfront)
87 if (check->vertindex[k] != m1)
89 if (check->vertindex[ (k+1)%3 ] != m2)
100 m2 = check->vertindex[ (k+2)%3 ];
102 m1 = check->vertindex[ (k+2)%3 ];
104 stripverts[stripcount+2] = check->vertindex[ (k+2)%3 ];
131 mtriangle_t *last, *check; local
202 mtriangle_t *last, *check; local
[all...]
/external/bison/src/
H A Dtables.h107 extern base_number *check;
/external/clang/test/CodeGen/
H A D2007-05-15-PaddingElement.c17 int check(void) { function
/external/clang/tools/
H A DMakefile15 clang-check
/external/icu4c/samples/layout/
H A DMakefile.in40 distclean distclean-local dist dist-local check check-local
51 check: all check-local
53 c-check: c-all c-check-local
70 check-local: all-local
73 c-check-local: c-all-local
/external/icu4c/test/intltest/
H A Dreptest.h36 void check( const UnicodeString& transliteratorName,
/external/llvm/test/MC/ARM/
H A Dthumb-nop.s1 @ RUN: llvm-mc -triple=thumbv6-apple-darwin -show-encoding < %s | FileCheck %s -check-prefix=CHECK-V6
2 @ RUN: llvm-mc -triple=thumbv7-apple-darwin -show-encoding < %s | FileCheck %s -check-prefix=CHECK-V7
/external/quake/quake/src/QW/client/
H A Dgl_mesh.c62 mtriangle_t *last, *check; local
81 for (j=starttri+1, check=&triangles[starttri+1] ; j<pheader->numtris ; j++, check++)
83 if (check->facesfront != last->facesfront)
87 if (check->vertindex[k] != m1)
89 if (check->vertindex[ (k+1)%3 ] != m2)
100 m2 = check->vertindex[ (k+2)%3 ];
102 m1 = check->vertindex[ (k+2)%3 ];
104 stripverts[stripcount+2] = check->vertindex[ (k+2)%3 ];
131 mtriangle_t *last, *check; local
[all...]
/external/valgrind/main/memcheck/tests/
H A Dsh-mem-random.stdout.exp3 post-initialisation check
6 final check
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
H A DQueuedOperation.h45 virtual bool check(QueuedOperation* operation) = 0;
/external/icu4c/extra/scrptrun/
H A DMakefile.in42 distclean distclean-local dist dist-local check check-local
53 check: all check-local
68 check-local: all-local
/external/icu4c/samples/cal/
H A DMakefile.in32 distclean distclean-local dist dist-local check check-local
43 check: all check-local
58 check-local:
/external/icu4c/samples/date/
H A DMakefile.in32 distclean distclean-local dist dist-local check check-local
43 check: all check-local
58 check-local:
/external/icu4c/test/compat/
H A DMakefile.in32 distclean distclean-local dist dist-local check check-local
43 check: all check-local
58 check-local:
/external/icu4c/test/perf/DateFmtPerf/
H A DMakefile.in31 distclean distclean-local dist dist-local check check-local
42 check: all check-local
57 check-local: all-local

Completed in 411 milliseconds

1234567891011>>