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

1 2

  /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 219 * The explanation as to why resource leakage detection is disabled for this test.
221 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 389 ::std::stringstream why; member in namespace:testing::internal
398 &ss, &why);
429 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" +
  /external/openssh/
scp.c 922 char ch, *cp, *np, *targ, *why, *vect[1], buf[2048]; local
927 #define SCREWUP(str) { why = str; goto screwup; }
1198 run_err("protocol error: %s", why);
  /frameworks/base/services/core/java/com/android/server/power/
Notifier.java 421 final int why = translateOffReason(mInteractiveChangeReason); local
425 mPolicy.startedGoingToSleep(why);
461 final int why = translateOffReason(mInteractiveChangeReason); local
467 log.setSubtype(why);
469 EventLogTags.writePowerScreenState(0, why, 0, 0, 0);
470 mPolicy.finishedGoingToSleep(why);
  /toolchain/binutils/binutils-2.25/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;
143 *why = "entry symbol ";
144 *why += sym_name;
799 std::string why; local
802 &why, &tmpbuf, &tmpbuflen)
1198 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/valgrind/coregrind/m_debuginfo/
readdwarf.c 2056 Int why = 0; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.sat4j.pb_2.2.0.v20100429.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-compat-3.2.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.sat4j.pb_2.3.5.v201308161310.jar 
  /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 

Completed in 1170 milliseconds

1 2