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

<<21222324252627282930>>

  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
rsdebug.rs 26 // For this reason, none of the outputs are actually checked.
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
rsdebug.rs 26 // For this reason, none of the outputs are actually checked.
  /frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
rsdebug.rs 23 // For this reason, none of the outputs are actually checked.
  /frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
rsdebug.rs 23 // For this reason, none of the outputs are actually checked.
  /libcore/benchmarks/src/benchmarks/
VirtualVersusInterfaceBenchmark.java 27 * Is there a performance reason to "Prefer virtual over interface", as the
  /libcore/dalvik/src/main/java/dalvik/annotation/
AndroidOnly.java 35 * Plain text reason for adding this annotation.
BrokenTest.java 34 * Plain text reason for adding this annotation.
KnownFailure.java 36 * Plain text reason for adding this annotation.
SideEffect.java 36 * Plain text reason for adding this annotation.
  /libcore/luni/src/main/java/java/lang/reflect/
GenericArrayType.java 36 * instantiated for some reason
  /libcore/luni/src/main/java/java/net/
UnknownHostException.java 38 * The detail message should generally contain the hostname and a reason for the failure,
  /libcore/luni/src/main/java/javax/security/auth/
DestroyFailedException.java 37 * A detail message that describes the reason for this exception.
  /ndk/sources/third_party/googletest/patches.ndk/
0001-Allow-clone-usage-on-MIPS.patch 27 +// on x86, for some reason.
0003-Allow-clone-usage-on-X86.patch 23 -// on x86, for some reason.
  /packages/apps/ContactsCommon/res/values-sw600dp/
integers.xml 22 poor. Another reason to get rid of the exist tablet layout. -->
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
EditorRelativeLayout.java 28 * The only reason we customize this layout is to listen to click events
  /packages/services/Telephony/src/com/android/phone/
GsmUmtsCallForwardOptions.java 58 mButtonCFU.setParentActivity(this, mButtonCFU.reason);
59 mButtonCFB.setParentActivity(this, mButtonCFB.reason);
60 mButtonCFNRy.setParentActivity(this, mButtonCFNRy.reason);
61 mButtonCFNRc.setParentActivity(this, mButtonCFNRc.reason);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
upload.py 178 reason = result.msg
187 reason = e.msg
190 self.announce('Server response (%s): %s' % (status, reason),
193 self.announce('Upload failed (%s): %s' % (status, reason),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
upload.py 178 reason = result.msg
187 reason = e.msg
190 self.announce('Server response (%s): %s' % (status, reason),
193 self.announce('Upload failed (%s): %s' % (status, reason),
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRUnbufferedCommonTreeNodeStream.m 114 @throw [NSException exceptionWithName:@"ANTLRTreeException" reason:@"-LT: looking back more than one node unsupported for unbuffered streams" userInfo:nil];
161 @throw [NSException exceptionWithName:@"ANTLRTreeException" reason:@"-nodeAtIndex: unsupported for unbuffered streams" userInfo:nil];
166 @throw [NSException exceptionWithName:@"ANTLRTreeException" reason:@"-toString unsupported for unbuffered streams" userInfo:nil];
171 @throw [NSException exceptionWithName:@"ANTLRTreeException" reason:@"-toString: unsupported for unbuffered streams" userInfo:nil];
176 @throw [NSException exceptionWithName:@"ANTLRTreeException" reason:@"-toStringFromNode:toNode: unsupported for unbuffered streams" userInfo:nil];
254 @throw [NSException exceptionWithName:@"ANTLRTreeException" reason:@"-release: unsupported for unbuffered streams" userInfo:nil];
260 @throw [NSException exceptionWithName:@"ANTLRTreeException" reason:@"-seek: backwards unsupported for unbuffered streams" userInfo:nil];
  /external/chromium_org/ppapi/cpp/
websocket.h 76 /// <code>code</code> and <code>reason</code>.
86 /// @param[in] reason A <code>Var</code> of string type representing the
87 /// close reason. This is ignored if it is an undefined type.
94 /// Returns <code>PP_ERROR_BADARGUMENT</code> if <code>reason</code> contains
103 int32_t Close(uint16_t code, const Var& reason,
163 /// GetCloseReason() returns the connection close reason for the WebSocket
167 /// close reason is set, the return value contains an empty string. Returns a
  /external/chromium_org/third_party/openssl/openssl/crypto/ocsp/
ocsp_cl.c 253 * Note: the revtime and reason values are only set if the
258 int OCSP_single_get0_status(OCSP_SINGLERESP *single, int *reason,
272 if (reason)
275 *reason = ASN1_ENUMERATED_get(rev->revocationReason);
276 else *reason = -1;
289 int *reason,
300 i = OCSP_single_get0_status(single, reason, revtime, thisupd, nextupd);
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/base/
DefaultClient.java 342 // a reason
346 info.reason = "Connection Error";
398 String reason = ((DisconnectMessage)m).getReason(); local
399 log.log( Level.SEVERE, "Connection terminated, reason:{0}.", reason );
401 info.reason = reason;
  /external/openssl/crypto/ocsp/
ocsp_cl.c 253 * Note: the revtime and reason values are only set if the
258 int OCSP_single_get0_status(OCSP_SINGLERESP *single, int *reason,
272 if (reason)
275 *reason = ASN1_ENUMERATED_get(rev->revocationReason);
276 else *reason = -1;
289 int *reason,
300 i = OCSP_single_get0_status(single, reason, revtime, thisupd, nextupd);
  /external/qemu/
cpus.c 60 static void do_vm_stop(int reason)
66 vm_state_notify(0, reason);
261 void vm_stop(int reason)
263 do_vm_stop(reason);
560 void vm_stop(int reason)
566 qemu_system_vmstop_request(reason);
577 do_vm_stop(reason);

Completed in 674 milliseconds

<<21222324252627282930>>