/external/parameter-framework/upstream/doc/requirements/ |
D | requirements.md | 62 <!--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 …]
|
D | requirements.css | 21 why::before, unknown:before { 30 note, ko, why, unknown { selector
|
/external/mksh/src/ |
D | check.pl | 610 $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/dictionaries/ |
D | thaidict.txt | 5414 # ดี.ซี. -- TODO: why does this have full stop in it? 15997 # วี.ดี. # TODO: why do these have full stops? 16382 # ส.ธรนินทร์ -- TODO: why do these have full stops? 23343 # เอ.ยู.เอ. -- TODO: why do we have a full stop?
|
/external/clang/tools/scan-build/bin/ |
D | set-xcode-analyzer | 56 except IOError, why: 57 print " (-) Cannot update file:", why, "\n" 58 except OSError, why: 59 print " (-) Cannot update file:", why, "\n"
|
/external/syslinux/gpxe/src/arch/i386/prefix/ |
D | lkrnprefix.S | 72 movw $why_end-why, %cx 73 movw $why, %si 83 why: .ascii "This image cannot be loaded from a floppy disk.\r\n" label
|
/external/google-breakpad/src/testing/include/gmock/ |
D | gmock-spec-builders.h | 174 ::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/vboot_reference/tests/ |
D | vb2_secdata_tests.c | 21 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()
|
D | vb2_nvstorage_tests.c | 54 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/googletest/googlemock/include/gmock/ |
D | gmock-spec-builders.h | 178 ::std::ostream* what, ::std::ostream* why) 1192 ::std::ostream* why) in GetActionForArguments() argument 1200 DescribeCallCountTo(why); in GetActionForArguments() 1682 ::std::ostream* what, ::std::ostream* why) in UntypedFindMatchingExpectation() argument 1689 this->FormatUnexpectedCallMessageLocked(args, what, why); in UntypedFindMatchingExpectation() 1697 const Action<F>* action = exp->GetActionForArguments(this, args, what, why); in UntypedFindMatchingExpectation() 1734 ::std::ostream* why) const in FormatUnexpectedCallMessageLocked() argument 1739 PrintTriedExpectationsLocked(args, why); in FormatUnexpectedCallMessageLocked() 1746 ::std::ostream* why) const in PrintTriedExpectationsLocked() argument 1750 *why << "Google Mock tried the following " << count << " " in PrintTriedExpectationsLocked() [all …]
|
/external/v8/testing/gmock/include/gmock/ |
D | gmock-spec-builders.h | 178 ::std::ostream* what, ::std::ostream* why) 1192 ::std::ostream* why) in GetActionForArguments() argument 1200 DescribeCallCountTo(why); in GetActionForArguments() 1682 ::std::ostream* what, ::std::ostream* why) in UntypedFindMatchingExpectation() argument 1689 this->FormatUnexpectedCallMessageLocked(args, what, why); in UntypedFindMatchingExpectation() 1697 const Action<F>* action = exp->GetActionForArguments(this, args, what, why); in UntypedFindMatchingExpectation() 1734 ::std::ostream* why) const in FormatUnexpectedCallMessageLocked() argument 1739 PrintTriedExpectationsLocked(args, why); in FormatUnexpectedCallMessageLocked() 1746 ::std::ostream* why) const in PrintTriedExpectationsLocked() argument 1750 *why << "Google Mock tried the following " << count << " " in PrintTriedExpectationsLocked() [all …]
|
/external/autotest/client/common_lib/ |
D | packages.py | 431 except error.PackageFetchError, why: 434 % (name, pkg_type, why)) 588 except (IOError, os.error), why: 590 upload_path, why) 618 except (IOError, os.error), why: 620 % (dir_path, upload_path, why)) 663 except (IOError, os.error), why: 665 % (filename, pkg_dir, why))
|
/external/autotest/client/cros/cellular/ |
D | pseudo_modem.py | 376 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/ |
D | runtests.pl | 2870 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/llvm/docs/ |
D | CodeOfConduct.rst | 19 * `when we disagree, try to understand why`_. 88 .. _when we disagree, try to understand why: 90 * **When we disagree, try to understand why.** Disagreements, both social and 95 perspectives on issues. Being unable to understand why someone holds
|
/external/valgrind/coregrind/m_debuginfo/ |
D | readdwarf.c | 2056 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/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_svc_1/ |
D | rpc_svc_1.c | 186 enum auth_stat why; in rcp_service() local 220 svcerr_auth(transp, why); in rcp_service()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_get_priority_max/ |
D | coverage.txt | 1 This document explains why certain assertions were not tested.
|
/external/zlib/src/examples/ |
D | fitblk.c | 62 local void quit(char *why) in quit() argument 64 fprintf(stderr, "fitblk abort: %s\n", why); in quit()
|
/external/netperf/src/ |
D | netcpu_kstat10.c | 134 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/ltp/testcases/open_posix_testsuite/conformance/interfaces/munlockall/ |
D | coverage.txt | 1 This document explains why certain assertions were not tested.
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_yield/ |
D | coverage.txt | 1 This document explains why certain assertions were not tested.
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_unlink/ |
D | coverage.txt | 1 This document explains why certain assertions were not tested.
|
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/shm_h/ |
D | coverage.txt | 2 This document explains why certain assertions were not tested.
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_rr_get_interval/ |
D | coverage.txt | 1 This document explains why certain assertions were not tested.
|