Home
last modified time | relevance | path

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

12345678910>>...23

/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.pl638 $why = '';
642 $why .= "\ttest timed out (limit of $test{'time-limit'} seconds)\n";
658 $why .=
667 $why .= $tmp;
675 $why .= $tmp;
682 $why .= $tmp;
711 $why = "\tDescription"
713 . $why;
721 print $why if $verbose;
803 local($why) = '';
[all …]
/external/icu/icu4c/source/data/brkitr/dictionaries/
Dthaidict.txt5414 # ดี.ซี. -- 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/python/cpython2/Lib/
Dtrace.py570 def globaltrace_trackcallers(self, frame, why, arg): argument
575 if why == 'call':
581 def globaltrace_countfuncs(self, frame, why, arg): argument
586 if why == 'call':
590 def globaltrace_lt(self, frame, why, arg): argument
596 if why == 'call':
613 def localtrace_trace_and_count(self, frame, why, arg): argument
614 if why == "line":
628 def localtrace_trace(self, frame, why, arg): argument
629 if why == "line":
[all …]
Dasyncore.py364 except socket.error as why:
365 if why.args[0] in (EWOULDBLOCK, ECONNABORTED, EAGAIN):
376 except socket.error, why:
377 if why.args[0] == EWOULDBLOCK:
379 elif why.args[0] in _DISCONNECTED:
395 except socket.error, why:
397 if why.args[0] in _DISCONNECTED:
410 except socket.error, why:
411 if why.args[0] not in (ENOTCONN, EBADF):
Dshutil.py104 except OSError, why:
106 if hasattr(errno, err) and why.errno == getattr(errno, err):
197 except EnvironmentError, why:
198 errors.append((srcname, dstname, str(why)))
201 except OSError, why:
202 if WindowsError is not None and isinstance(why, WindowsError):
206 errors.append((src, dst, str(why)))
/external/python/cpython2/Python/
Dceval.c792 register enum why_code why; /* Reason for block stack unwind */ in PyEval_EvalFrameEx() local
1047 why = WHY_NOT; in PyEval_EvalFrameEx()
1053 why = WHY_EXCEPTION; in PyEval_EvalFrameEx()
1099 why = WHY_EXCEPTION; in PyEval_EvalFrameEx()
1131 why = WHY_EXCEPTION; in PyEval_EvalFrameEx()
2027 why = WHY_EXCEPTION; in PyEval_EvalFrameEx()
2061 why = do_raise(w, v, u); in PyEval_EvalFrameEx()
2066 why = WHY_EXCEPTION; in PyEval_EvalFrameEx()
2087 why = WHY_RETURN; in PyEval_EvalFrameEx()
2095 why = WHY_YIELD; in PyEval_EvalFrameEx()
[all …]
/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/python/cpython3/Lib/
Dtrace.py526 def globaltrace_trackcallers(self, frame, why, arg): argument
531 if why == 'call':
537 def globaltrace_countfuncs(self, frame, why, arg): argument
542 if why == 'call':
546 def globaltrace_lt(self, frame, why, arg): argument
552 if why == 'call':
569 def localtrace_trace_and_count(self, frame, why, arg): argument
570 if why == "line":
584 def localtrace_trace(self, frame, why, arg): argument
585 if why == "line":
[all …]
Dasyncore.py351 except OSError as why:
352 if why.args[0] in (EWOULDBLOCK, ECONNABORTED, EAGAIN):
363 except OSError as why:
364 if why.args[0] == EWOULDBLOCK:
366 elif why.args[0] in _DISCONNECTED:
382 except OSError as why:
384 if why.args[0] in _DISCONNECTED:
398 except OSError as why:
399 if why.args[0] not in (ENOTCONN, EBADF):
/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/python/cpython2/Tools/unicode/
Dgencodec.py132 except TypeError, why:
133 print '* failed to convert %r: %s' % (t, why)
393 except ValueError, why:
394 print '* conversion failed: %s' % why
414 except ValueError, why:
415 print '* conversion failed: %s' % why
/external/python/cpython3/Tools/unicode/
Dgencodec.py135 except TypeError as why:
136 print('* failed to convert %r: %s' % (t, why))
399 except ValueError as why:
400 print('* conversion failed: %s' % why)
420 except ValueError as why:
421 print('* conversion failed: %s' % why)
/external/v8/testing/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()
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/googletest/googlemock/include/gmock/
Dgmock-spec-builders.h177 ::std::ostream* what, ::std::ostream* why)
1194 ::std::ostream* why) in GetActionForArguments() argument
1202 DescribeCallCountTo(why); in GetActionForArguments()
1684 ::std::ostream* what, ::std::ostream* why) in UntypedFindMatchingExpectation() argument
1691 this->FormatUnexpectedCallMessageLocked(args, what, why); in UntypedFindMatchingExpectation()
1699 const Action<F>* action = exp->GetActionForArguments(this, args, what, why); in UntypedFindMatchingExpectation()
1736 ::std::ostream* why) const in FormatUnexpectedCallMessageLocked() argument
1741 PrintTriedExpectationsLocked(args, why); in FormatUnexpectedCallMessageLocked()
1748 ::std::ostream* why) const in PrintTriedExpectationsLocked() argument
1752 *why << "Google Mock tried the following " << count << " " in PrintTriedExpectationsLocked()
[all …]
/external/syslinux/gpxe/src/arch/i386/prefix/
Dlkrnprefix.S72 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/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/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/autotest/client/common_lib/
Dpackages.py431 except error.PackageFetchError, why:
434 % (name, pkg_type, why))
593 except (IOError, os.error), why:
595 upload_path, why)
623 except (IOError, os.error), why:
625 % (dir_path, upload_path, why))
668 except (IOError, os.error), why:
670 % (filename, pkg_dir, why))
/external/python/cpython2/Lib/plat-mac/
Dterminalcommand.py41 except AE.Error, why:
42 if why[0] != -600: # Terminal.app not yet running
/external/python/cpython3/Python/
Dceval.c731 enum why_code why; /* Reason for block stack unwind */ in _PyEval_EvalFrameDefault() local
1096 why = WHY_NOT; in _PyEval_EvalFrameDefault()
1836 why = WHY_EXCEPTION; in _PyEval_EvalFrameDefault()
1850 why = WHY_RETURN; in _PyEval_EvalFrameDefault()
2050 why = WHY_YIELD; in _PyEval_EvalFrameDefault()
2071 why = WHY_YIELD; in _PyEval_EvalFrameDefault()
2097 why = (enum why_code) PyLong_AS_LONG(status); in _PyEval_EvalFrameDefault()
2098 assert(why != WHY_YIELD && why != WHY_EXCEPTION); in _PyEval_EvalFrameDefault()
2099 if (why == WHY_RETURN || in _PyEval_EvalFrameDefault()
2100 why == WHY_CONTINUE) in _PyEval_EvalFrameDefault()
[all …]
/external/autotest/client/site_tests/platform_ToolchainTests/src/
Dclang-fortify-driver.cpp36 const char *why = f.expected_death ? "didn't die" : "died"; in PrintFailures() local
37 fprintf(stderr, "\t`%s` at line %d %s\n", f.message, f.line, why); in PrintFailures()
/external/python/cpython2/Parser/
Dspark.py500 why = (item, i, rule)
503 i, pptr, why)
562 why = (item, i, rule)
572 self.links[key].append((pptr, why))
643 why = self.causal(key)
644 attr[i] = self.buildTree(sym, why[0],
645 tokens, why[1])
646 item, k = self.predecessor(key, why)

12345678910>>...23