Home
last modified time | relevance | path

Searched defs:why (Results 1 – 12 of 12) sorted by relevance

/external/zlib/src/examples/
Dfitblk.c62 local void quit(char *why) in quit()
/external/eigen/unsupported/test/mpreal/
Dmpreal.h548 std::string why() { return "inexact conversion from floating point"; } in why() function
/external/kernel-headers/original/linux/
Djbd.h280 #define J_EXPECT(expr, why...) J_ASSERT(expr) argument
281 #define J_EXPECT_BH(bh, expr, why...) J_ASSERT_BH(bh, expr) argument
282 #define J_EXPECT_JH(jh, expr, why...) J_ASSERT_JH(jh, expr) argument
284 #define __journal_expect(expr, why...) \ argument
294 #define J_EXPECT(expr, why...) __journal_expect(expr, ## why) argument
295 #define J_EXPECT_BH(bh, expr, why...) __journal_expect(expr, ## why) argument
296 #define J_EXPECT_JH(jh, expr, why...) __journal_expect(expr, ## why) argument
/external/chromium/testing/gmock/include/gmock/
Dgmock-spec-builders.h1177 ::std::ostream* why) { in GetActionForArguments()
1586 ::std::ostream* what, ::std::ostream* why) { in UntypedFindMatchingExpectation()
1637 ::std::ostream* why) const { in FormatUnexpectedCallMessageLocked()
1648 ::std::ostream* why) const { in PrintTriedExpectationsLocked()
/external/netperf/
Dnetcpu_kstat10.c100 print_unexpected_statistic_warning(char *who, char *what, char *why) in print_unexpected_statistic_warning()
/external/webkit/Source/WebCore/dom/
DScriptExecutionContext.cpp240 void ScriptExecutionContext::suspendActiveDOMObjects(ActiveDOMObject::ReasonForSuspension why) in suspendActiveDOMObjects()
/external/e2fsprogs/lib/ext2fs/
Dtdbtool.c182 static void terror(const char *why) in terror()
/external/dropbear/
Dscp.c835 char ch, *cp, *np, *targ, *why, *vect[1], buf[2048]; local
/external/openssh/
Dscp.c912 char ch, *cp, *np, *targ, *why, *vect[1], buf[2048]; local
/external/doclava/src/com/google/doclava/
DStubs.java166 public static void cantStripThis(ClassInfo cl, HashSet<ClassInfo> notStrippable, String why) { in cantStripThis()
/external/webkit/Source/WebCore/html/
DHTMLMediaElement.cpp2346 void HTMLMediaElement::suspend(ReasonForSuspension why) in suspend()
/external/valgrind/main/coregrind/m_debuginfo/
Dreaddwarf.c2122 Int why = 0; in summarise_context() local