HomeSort by relevance Sort by last modified time
    Searched full:reason (Results 501 - 525 of 6774) sorted by null

<<21222324252627282930>>

  /external/dhcpcd/
configure.h 39 #define run_script(ifp) run_script_reason(ifp, (ifp)->state->reason);
  /external/dhcpcd/dhcpcd-hooks/
20-dns.conf 48 case "${reason}" in
  /external/eigen/doc/
D07_PassingByValue.dox 7 With Eigen, this is even more important: passing \ref TopicFixedSizeVectorizable "fixed-size vectorizable Eigen objects" by value is not only inefficient, it can be illegal or make your program crash! And the reason is that these Eigen objects have alignment modifiers that aren't respected when they are passed by value.
  /external/iptables/extensions/
libxt_state.man 8 meaning that the packet could not be identified for some reason which
  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/asset/plugins/
UrlAssetInfo.java 29 // For some reason url cannot be reached?
  /external/junit/src/org/junit/
Ignore.java 36 * The optional reason why the test is ignored.
  /external/kernel-headers/original/asm-x86/
tsc.h 64 extern void mark_tsc_unstable(char *reason);
  /external/kernel-headers/original/uapi/linux/
kexec.h 17 * Unless there is a good reason that should continue to be the case.
  /external/llvm/lib/Transforms/Hello/
Makefile 15 # If we don't need RTTI or EH, there's no reason to export anything
  /external/llvm/tools/bugpoint-passes/
Makefile 15 # If we don't need RTTI or EH, there's no reason to export anything
  /external/mockito/src/org/mockito/
Incubating.java 19 * The only reason we would want to change it is to provide better support for using and extending Mockito.
  /external/mockito/src/org/mockito/runners/
ConsoleSpammingMockitoJUnitRunner.java 33 * The point is that Mockito should help the tdd developer to quickly figure out if the test fails for the right reason.
37 * Sometimes when the test fails, the underlying reason is that stubbed method was called with wrong arguments.
49 * Let's say the underlying reason is a stubbed method that was called with different arguments:
77 * Warnings just makes it quicker to figure out if the test fails for the right reason.
  /external/nist-sip/java/gov/nist/javax/sip/parser/extensions/
ReferencesParser.java 4 import gov.nist.javax.sip.header.Reason;
  /external/openssh/
auth2-hostbased.c 144 const char *resolvedname, *ipaddr, *lookup, *reason; local
179 key_cert_check_authority(key, 1, 0, lookup, &reason)) {
180 error("%s", reason);
181 auth_debug_add("%s", reason);
  /external/openssl/crypto/comp/
comp.h 72 /* Reason codes. */
  /external/openssl/include/openssl/
comp.h 72 /* Reason codes. */
  /external/qemu/
cpus.h 28 void vm_state_notify(int running, int reason);
  /external/smack/src/org/apache/harmony/javax/security/auth/
DestroyFailedException.java 38 * A detail message that describes the reason for this exception.
  /external/smack/src/org/jivesoftware/smackx/provider/
MUCUserProvider.java 100 if (parser.getName().equals("reason")) {
121 if (parser.getName().equals("reason")) {
142 if (parser.getName().equals("reason")) {
162 if (parser.getName().equals("reason")) {
  /external/smali/deodexerant/
README 10 inline method table for whatever reason. The output from this tool is intended
  /external/stlport/doc/
README.intel 9 The reason of this problem is that without -Qvc6, ICL adds necessary
  /frameworks/base/core/java/android/net/
DummyDataStateTracker.java 134 * @param reason a {@code String} indicating a reason for the state change,
138 private void setDetailedState(NetworkInfo.DetailedState state, String reason,
142 mNetworkInfo.setDetailedState(state, reason, extraInfo);
  /frameworks/base/core/java/com/android/internal/policy/
IKeyguardService.aidl 37 oneway void onScreenTurnedOff(int reason);
  /frameworks/base/services/java/com/android/server/am/
EventLogTags.logtags 17 30001 am_finish_activity (User|1|5),(Token|1|5),(Task ID|1|5),(Component Name|3),(Reason|3)
31 30008 am_anr (User|1|5),(pid|1|5),(Package Name|3),(Flags|1|5),(reason|3)
51 30018 am_destroy_activity (User|1|5),(Token|1|5),(Task ID|1|5),(Component Name|3),(Reason|3)
61 30023 am_kill (User|1|5),(PID|1|5),(Process Name|3),(OomAdj|1|5),(Reason|3)
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
ApnContext.java 179 public synchronized void setReason(String reason) {
181 log("set reason as " + reason + ",current state " + mState);
183 mReason = reason;

Completed in 551 milliseconds

<<21222324252627282930>>