HomeSort by relevance Sort by last modified time
    Searched refs:check (Results 151 - 175 of 2181) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/icu4c/test/perf/normperf/
Makefile.in 31 distclean distclean-local dist dist-local check check-local
42 check: all check-local
57 check-local: all-local
  /external/icu4c/test/perf/strsrchperf/
Makefile.in 31 distclean distclean-local dist dist-local check check-local
42 check: all check-local
57 check-local: all-local
  /external/icu4c/test/perf/ubrkperf/
Makefile.in 31 distclean distclean-local dist dist-local check check-local
42 check: all check-local
57 check-local: all-local
  /external/icu4c/test/perf/unisetperf/
Makefile.in 31 distclean distclean-local dist dist-local check check-local
42 check: all check-local
57 check-local: all-local
  /external/icu4c/test/perf/usetperf/
Makefile.in 31 distclean distclean-local dist dist-local check check-local
42 check: all check-local
57 check-local: all-local
  /external/icu4c/test/perf/ustrperf/
Makefile.in 31 distclean distclean-local dist dist-local check check-local
42 check: all check-local
57 check-local: all-local
  /external/icu4c/test/perf/utfperf/
Makefile.in 31 distclean distclean-local dist dist-local check check-local
42 check: all check-local
57 check-local: all-local
  /external/icu4c/test/perf/utrie2perf/
Makefile.in 31 distclean distclean-local dist dist-local check check-local
42 check: all check-local
57 check-local: all-local
  /external/icu4c/test/testmap/
Makefile.in 35 distclean distclean-local dist dist-local check check-local
46 check: all check-local
61 check-local: all-local
  /external/icu4c/test/thaitest/
Makefile.in 35 distclean distclean-local dist dist-local check check-local
46 check: all check-local
61 check-local: all-local
  /external/icu4c/test/threadtest/
Makefile.in 42 distclean distclean-local dist dist-local check check-local
53 check: all check-local
68 check-local: all-local
  /external/icu4c/tools/dumpce/
Makefile.in 31 distclean distclean-local dist dist-local check check-local
42 check: all check-local
57 check-local: all-local
  /external/icu4c/tools/gencfu/
Makefile.in 41 distclean distclean-local dist dist-local check check-local install-man
52 check: all check-local
73 check-local: all-local
  /external/icu4c/tools/gennorm2/
Makefile.in 37 distclean distclean-local dist dist-local check check-local install-man
48 check: all check-local
65 check-local: all-local
  /external/icu4c/tools/gentest/
Makefile.in 36 distclean distclean-local dist dist-local check check-local
47 check: all check-local
62 check-local: all-local
  /external/icu4c/tools/icuswap/
Makefile.in 41 distclean distclean-local dist dist-local check check-local install-man
52 check: all check-local
74 check-local: all-local
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
P2pClientPbcTestCase.java 45 * Check UPnP service on GO through service discovery request.
54 * Check UPnP services.
62 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
87 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
96 if (!dnsListener.check(DnsSdResponseListenerTest.NO_DNS_PTR,
101 if (!txtListener.check(DnsSdTxtRecordListenerTest.NO_DNS_TXT,
106 if (!upnpListener.check(
P2pClientPinTestCase.java 45 * Check Bonjour service on GO through service discovery request.
59 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
84 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
93 if (!dnsListener.check(DnsSdResponseListenerTest.ALL_DNS_PTR,
98 if (!txtListener.check(DnsSdTxtRecordListenerTest.ALL_DNS_TXT,
103 if (!upnpListener.check(
ServReqTestCase.java 41 * 3. Check the appropriate responses can be received.<br>
69 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
85 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
91 * If needed, check that the expected callback is invoked correctly
92 * Otherwise, check that no callback is invoked.
95 if (!dnsSdListener.check(dnsPtrArgList, t.getRemainTime())) {
99 if (!txtListener.check(dnsTxtArgList, t.getRemainTime())) {
103 if (!upnpListener.check(upnpArgList, t.getRemainTime())) {
  /cts/tests/tests/app/src/android/app/cts/
IntentServiceTest.java 61 PollingCheck.check("onHandleIntentCalled not called enough", TIMEOUT_MSEC,
69 PollingCheck.check("accumulator not correct", TIMEOUT_MSEC, new Callable<Boolean>() {
76 PollingCheck.check("onDestroyCalled not called", TIMEOUT_MSEC, new Callable<Boolean>() {
88 protected boolean check() { method
99 protected boolean check() { method
  /external/icu4c/tools/icuinfo/
Makefile.in 43 distclean distclean-local dist dist-local check check-local plugin-check
54 check: all check-local
71 check-local: $(TARGET)
100 plugin-check: $(PLUGIN) $(PLUGINFILE)
  /external/bluetooth/glib/gio/tests/
simple-async-result.c 42 check (gpointer a, gpointer b, gpointer c) function
70 check (NULL, NULL, NULL);
72 check (a, result, b);
85 check (NULL, NULL, NULL);
88 check (NULL, NULL, NULL);
90 check (a, result, b);
  /external/clang/lib/StaticAnalyzer/Checkers/
DebugCheckers.cpp 30 class DominatorsTreeDumper : public Checker<check::ASTCodeBody> {
52 class LiveVariablesDumper : public Checker<check::ASTCodeBody> {
72 class CFGViewer : public Checker<check::ASTCodeBody> {
92 class CFGDumper : public Checker<check::ASTCodeBody> {
113 class CallGraphViewer : public Checker< check::ASTDecl<TranslationUnitDecl> > {
133 class CallGraphDumper : public Checker< check::ASTDecl<TranslationUnitDecl> > {
  /external/clang/test/SemaCXX/
constexpr-nqueens.cpp 32 constexpr bool check(const char *, int=0, int=0);
57 constexpr bool Board::check(const char *p, int Row, int Col) { function in class:Board
59 *p == '\n' ? check(p+1, Row+1, 0) :
60 *p == 'o' ? at(Row, Col) && check(p+1, Row, Col+1) :
61 *p == '-' ? !at(Row, Col) && check(p+1, Row, Col+1) :
65 static_assert(q8.check(
  /dalvik/vm/mterp/x86-atom/
OP_GOTO_16.S 33 js common_periodicChecks_backwardBranch # do check on backwards branch

Completed in 511 milliseconds

1 2 3 4 5 67 8 91011>>