Home
last modified time | relevance | path

Searched refs:why (Results 1 – 25 of 323) sorted by relevance

12345678910>>...13

/external/parameter-framework/upstream/doc/requirements/
Drequirements.md62 <!--Fixme why are pandoc auto references not working ? -->
83 <why>To be reused in different components.</why>
88 <why>Different PF instances are expected to be completely independent thus accessing one should not…
116 <why>because the PF aims to abstract hardware and model it by parameters.</why>
121 <why>because a parameter without value would not abstract any hardware.</why>
125 <why>To control the underlined hardware.</why>
129 <why>By definition, a mutable parameter that can not be mutated it a immutable parameter.</why>
133 <why>To dump all parameter value, debug a hardware state,
135 for coherency with the immutable parameter...</why>
171 <why>All type are not necessary to use the PF. For example any parameter could
[all …]
Drequirements.css21 why::before, unknown:before {
30 note, ko, why, unknown { selector
/external/mksh/src/
Dcheck.pl610 $why = '';
614 $why .= "\ttest timed out (limit of $test{'time-limit'} seconds)\n";
630 $why .=
639 $why .= $tmp;
647 $why .= $tmp;
654 $why .= $tmp;
683 $why = "\tDescription"
685 . $why;
693 print $why if $verbose;
775 local($why) = '';
[all …]
/external/icu/icu4c/source/data/brkitr/
Dthaidict.txt5412 # ดี.ซี. -- TODO: why does this have full stop in it?
15995 # วี.ดี. # TODO: why do these have full stops?
16380 # ส.ธรนินทร์ -- TODO: why do these have full stops?
23341 # เอ.ยู.เอ. -- TODO: why do we have a full stop?
/external/clang/tools/scan-build/bin/
Dset-xcode-analyzer56 except IOError, why:
57 print " (-) Cannot update file:", why, "\n"
58 except OSError, why:
59 print " (-) Cannot update file:", why, "\n"
/external/vboot_reference/tests/
Dvb2_secdata_tests.c21 static void test_changed(struct vb2_context *ctx, int changed, const char *why) in test_changed() argument
24 TEST_NEQ(ctx->flags & VB2_CONTEXT_SECDATA_CHANGED, 0, why); in test_changed()
26 TEST_EQ(ctx->flags & VB2_CONTEXT_SECDATA_CHANGED, 0, why); in test_changed()
Dvb2_nvstorage_tests.c54 static void test_changed(struct vb2_context *ctx, int changed, const char *why) in test_changed() argument
57 TEST_NEQ(ctx->flags & VB2_CONTEXT_NVDATA_CHANGED, 0, why); in test_changed()
59 TEST_EQ(ctx->flags & VB2_CONTEXT_NVDATA_CHANGED, 0, why); in test_changed()
/external/google-breakpad/src/testing/include/gmock/
Dgmock-spec-builders.h174 ::std::ostream* what, ::std::ostream* why)
1184 ::std::ostream* why) in GetActionForArguments() argument
1192 DescribeCallCountTo(why); in GetActionForArguments()
1609 ::std::ostream* what, ::std::ostream* why) in UntypedFindMatchingExpectation() argument
1616 this->FormatUnexpectedCallMessageLocked(args, what, why); in UntypedFindMatchingExpectation()
1624 const Action<F>* action = exp->GetActionForArguments(this, args, what, why); in UntypedFindMatchingExpectation()
1661 ::std::ostream* why) const in FormatUnexpectedCallMessageLocked() argument
1666 PrintTriedExpectationsLocked(args, why); in FormatUnexpectedCallMessageLocked()
1673 ::std::ostream* why) const in PrintTriedExpectationsLocked() argument
1677 *why << "Google Mock tried the following " << count << " " in PrintTriedExpectationsLocked()
[all …]
/external/gmock/include/gmock/
Dgmock-spec-builders.h178 ::std::ostream* what, ::std::ostream* why)
1192 ::std::ostream* why) in GetActionForArguments() argument
1200 DescribeCallCountTo(why); in GetActionForArguments()
1626 ::std::ostream* what, ::std::ostream* why) in UntypedFindMatchingExpectation() argument
1633 this->FormatUnexpectedCallMessageLocked(args, what, why); in UntypedFindMatchingExpectation()
1641 const Action<F>* action = exp->GetActionForArguments(this, args, what, why); in UntypedFindMatchingExpectation()
1678 ::std::ostream* why) const in FormatUnexpectedCallMessageLocked() argument
1683 PrintTriedExpectationsLocked(args, why); in FormatUnexpectedCallMessageLocked()
1690 ::std::ostream* why) const in PrintTriedExpectationsLocked() argument
1694 *why << "Google Mock tried the following " << count << " " in PrintTriedExpectationsLocked()
[all …]
/external/dbus/dbus/
Ddbus-internals.c496 const char *why, in _dbus_trace_ref() argument
516 _dbus_assert (why != NULL); in _dbus_trace_ref()
542 obj_name, obj, why); in _dbus_trace_ref()
544 obj_name, obj, why); in _dbus_trace_ref()
550 old_refcount, new_refcount, why); in _dbus_trace_ref()
552 obj_name, obj, old_refcount, new_refcount, why); in _dbus_trace_ref()
Ddbus-message-internal.h37 const char *why);
/external/autotest/client/common_lib/
Dbase_packages.py396 except error.PackageFetchError, why:
399 % (name, pkg_type, why))
560 except (IOError, os.error), why:
562 upload_path, why)
590 except (IOError, os.error), why:
592 % (dir_path, upload_path, why))
635 except (IOError, os.error), why:
637 % (filename, pkg_dir, why))
/external/autotest/client/cros/cellular/
Dpseudo_modem.py376 why=mm1.MM_MODEM_STATE_CHANGE_REASON_UNKNOWN): argument
378 self.StateChanged(Int32(self.state), Int32(new_state), UInt32(why))
459 def StateChanged(self, old_state, new_state, why): argument
474 def ConnectDone(new, why): argument
476 str(self.state), str(new), str(why))
478 self.ChangeState(new, why)
503 def DisconnectDone(old, new, why): argument
505 str(old), str(new), str(why))
/external/curl/tests/
Druntests.pl2870 my $why;
2895 $why = "no test";
3056 $why = "curl lacks $1 support";
3062 if(!$why) {
3194 $why = "curl has $1 support";
3199 if(!$why) {
3205 $why = "missing the <keywords> section!";
3211 $why = "disabled by keyword";
3217 if(!$why && !$match && %enabled_keywords) {
3218 $why = "disabled by missing keyword";
[all …]
/external/valgrind/coregrind/m_debuginfo/
Dreaddwarf.c2056 Int why = 0; in summarise_context() local
2066 if (ctx->state_sp < 0) { why = 8; goto failed; } in summarise_context()
2067 if (ctx->state_sp >= N_RR_STACK) { why = 9; goto failed; } in summarise_context()
2085 if (conv == -1) { why = 6; goto failed; } in summarise_context()
2136 why = 1; in summarise_context()
2165 if (conv == -1) { why = 7; goto failed; } \ in summarise_context()
2173 why = 2; goto failed; /* otherwise give up */ \ in summarise_context()
2198 { why = 3; goto failed; } in summarise_context()
2203 { why = 4; goto failed; } in summarise_context()
2205 { why = 5; goto failed; } in summarise_context()
[all …]
/external/zlib/src/examples/
Dfitblk.c62 local void quit(char *why) in quit() argument
64 fprintf(stderr, "fitblk abort: %s\n", why); in quit()
/external/lldb/tools/driver/
DCMakeLists.txt11 # TODO: why isn't this done by add_lldb_executable?
/external/netperf/src/
Dnetcpu_kstat10.c134 print_unexpected_statistic_warning(char *who, char *what, char *why) in print_unexpected_statistic_warning() argument
136 if (why) { in print_unexpected_statistic_warning()
141 why, in print_unexpected_statistic_warning()
/external/llvm/docs/HistoricalNotes/
D2001-05-19-ExceptionResponse.txt13 > the place from where the code was entered*. That's why JVM has the
36 > why the JVM doesn't use this).
/external/scrypt/lib/
DREADME4 code is highly desirable and explains why there is some functionality
/external/v8/build/android/pylib/gtest/filter/
Dbase_unittests_disabled17 # TODO(jrg): Fails on bots. Works locally. Figure out why. 2/6/12
/external/valgrind/docs/internals/
DDarwin-notes.txt10 why. */
78 I have no idea why, despite quite some investigation).
111 Also, startup is not done on the interim startup stack -- why not?
/external/v8/test/simdjs/
Dsimdjs.status7 # an explanation of why the test fails; this may ease future
/external/libmtp/src/
DREADME23 in libptp-endian.h. This is required for OS X on PowerPC (not sure why).
/external/icu/icu4c/source/data/translit/
Dtlh_tlh_FONIPA.txt18 ay → aɪ\u032F; # similar to English ‹why

12345678910>>...13