HomeSort by relevance Sort by last modified time
    Searched defs:why (Results 1 - 25 of 30) sorted by null

1 2

  /external/autotest/client/site_tests/platform_ToolchainTests/src/
clang-fortify-driver.cpp 36 const char *why = f.expected_death ? "didn't die" : "died"; local
37 fprintf(stderr, "\t`%s` at line %d %s\n", f.message, f.line, why);
  /libcore/ojluni/src/main/native/
io_util.c 220 jstring why = NULL; local
224 why = JNU_NewStringPlatform(env, buf);
229 path, why);
  /external/clang/test/SemaCXX/
pass-object-size.cpp 93 namespace why { namespace
  /libcore/test-rules/src/main/java/libcore/junit/util/
ResourceLeakageDetector.java 220 * The explanation as to why resource leakage detection is disabled for this test.
222 String why(); method in interface:ResourceLeakageDetector.DisableResourceLeakageDetection
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_svc_1/
rpc_svc_1.c 186 enum auth_stat why; local
220 svcerr_auth(transp, why);
  /external/google-breakpad/src/testing/src/
gmock-spec-builders.cc 379 ::std::stringstream why; member in namespace:testing::internal
388 &ss, &why);
419 ss << "\n" << why.str();
  /external/googletest/googlemock/src/
gmock-spec-builders.cc 388 ::std::stringstream why; member in namespace:testing::internal
397 &ss, &why);
428 ss << "\n" << why.str();
  /external/syslinux/gpxe/src/arch/i386/prefix/
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/v8/testing/gmock/src/
gmock-spec-builders.cc 389 ::std::stringstream why; member in namespace:testing::internal
398 &ss, &why);
429 ss << "\n" << why.str();
  /libcore/ojluni/src/main/java/sun/security/x509/
CertificateExtensions.java 357 private Throwable why; field in class:UnparseableExtension
359 public UnparseableExtension(Extension ext, Throwable why) {
373 this.why = why;
378 "Unparseable " + name + "extension due to\n" + why + "\n\n" +
  /frameworks/base/services/core/java/com/android/server/power/
Notifier.java 437 final int why = translateOffReason(mInteractiveChangeReason); local
441 mPolicy.startedGoingToSleep(why);
477 final int why = translateOffReason(mInteractiveChangeReason); local
483 log.setSubtype(why);
485 EventLogTags.writePowerScreenState(0, why, 0, 0, 0);
486 mPolicy.finishedGoingToSleep(why);
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
archive.cc 58 std::string* why, char** tmpbufp,
118 *why = "-u ";
119 *why += sym_name;
125 *why = "--export-dynamic-symbol ";
126 *why += sym_name;
136 *why = buf;
146 *why = "entry symbol ";
147 *why += sym_name;
821 std::string why; local
824 &why, &tmpbuf, &tmpbuflen)
1220 std::string why; local
    [all...]
  /external/eigen/unsupported/test/mpreal/
mpreal.h 558 std::string why() { return "inexact conversion from floating point"; } function in class:mpfr::conversion_overflow
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
ceval.c 698 register enum why_code why; /* Reason for block stack unwind */ local
892 indicating why the function is called, and
950 why = WHY_NOT;
956 why = WHY_EXCEPTION;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
ceval.c 696 register enum why_code why; /* Reason for block stack unwind */ local
890 indicating why the function is called, and
948 why = WHY_NOT;
954 why = WHY_EXCEPTION;
    [all...]
  /external/python/cpython2/Python/
ceval.c 792 register enum why_code why; /* Reason for block stack unwind */ local
989 indicating why the function is called, and
    [all...]
  /external/python/cpython3/Python/
ceval.c 731 enum why_code why; /* Reason for block stack unwind */ local
1019 indicating why the function is called, and
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
readdwarf.c 2018 Int why = 0; local
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.sat4j.pb_2.3.5.v20130525.jar 
  /prebuilts/tools/common/m2/repository/org/apache/velocity/velocity/1.5/
velocity-1.5.jar 
  /frameworks/opt/setupwizard/tools/docs/
doclava.jar 
  /prebuilts/tools/common/m2/repository/org/apache/velocity/velocity/1.7/
velocity-1.7.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 824 milliseconds

1 2