Searched
full:reason (Results
476 -
500 of
4406) sorted by null
<<11121314151617181920>>
/frameworks/base/core/java/android/net/dhcp/ |
DhcpNakPacket.java | 39 return s + " NAK, reason " + (mMessage == null ? "(none)" : mMessage);
|
/frameworks/base/core/java/com/android/internal/view/ |
BaseIWindow.java | 58 public void closeSystemDialogs(String reason) {
|
/frameworks/base/tests/BrowserTestPlugin/jni/ |
main.cpp | 43 NPError NPP_DestroyStream(NPP instance, NPStream* stream, NPReason reason); 50 void NPP_URLNotify(NPP instance, const char* URL, NPReason reason, 197 NPError NPP_DestroyStream(NPP instance, NPStream* stream, NPReason reason) 234 void NPP_URLNotify(NPP instance, const char* url, NPReason reason, void* notifyData)
|
/libcore/luni/src/main/java/java/lang/reflect/ |
TypeVariable.java | 41 * instantiated for some reason
|
/libcore/luni/src/main/native/ |
NetFd.h | 55 * it also considers the case where the reason for failure is that another thread called
|
/ndk/build/awk/ |
extract-pid.awk | 25 # NOTE: For some reason, simply using $9 == PACKAGE does not work
|
/ndk/build/core/ |
check-cygwin-make.mk | 18 # For some reason, a lot of application developers on Windows
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
tempname.h | 21 __GT_BIGFILE, not __GT_FILE, for a reason. */
|
/packages/apps/Phone/res/values/ |
attrs.xml | 41 <attr name="reason">
|
/external/clang/test/Analysis/ |
NoReturn.m | 38 + (NSException *)exceptionWithName:(NSString *)name reason:(NSString *)reason userInfo:(NSDictionary *)userInfo; 76 [[NSException exceptionWithName:@"My Exception" reason:@"Want to test exceptions." userInfo:0] raise];
|
/external/openssl/crypto/bio/ |
bio_err.c | 58 * only reason strings will be preserved. 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_BIO,0,reason)
|
/external/openssl/crypto/bn/ |
bn_err.c | 58 * only reason strings will be preserved. 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_BN,0,reason)
|
/external/openssl/crypto/conf/ |
conf_err.c | 58 * only reason strings will be preserved. 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_CONF,0,reason)
|
/external/openssl/crypto/dh/ |
dh_err.c | 58 * only reason strings will be preserved. 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_DH,0,reason)
|
/external/openssl/crypto/dsa/ |
dsa_err.c | 58 * only reason strings will be preserved. 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_DSA,0,reason)
|
/external/openssl/crypto/dso/ |
dso_err.c | 58 * only reason strings will be preserved. 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_DSO,0,reason)
|
/external/openssl/crypto/ecdsa/ |
ecs_err.c | 58 * only reason strings will be preserved. 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_ECDSA,0,reason)
|
/external/openssl/crypto/engine/ |
eng_err.c | 58 * only reason strings will be preserved. 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_ENGINE,0,reason)
|
/external/openssl/crypto/jpake/ |
jpake_err.c | 58 * only reason strings will be preserved. 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_JPAKE,0,reason)
|
/external/openssl/crypto/ocsp/ |
ocsp_err.c | 58 * only reason strings will be preserved. 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_OCSP,0,reason)
|
/external/openssl/crypto/pem/ |
pem_err.c | 58 * only reason strings will be preserved. 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_PEM,0,reason)
|
/external/openssl/crypto/pkcs12/ |
pk12err.c | 58 * only reason strings will be preserved. 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_PKCS12,0,reason)
|
/external/openssl/crypto/ts/ |
ts_err.c | 58 * only reason strings will be preserved. 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_TS,0,reason)
|
/external/openssl/crypto/ui/ |
ui_err.c | 58 * only reason strings will be preserved. 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_UI,0,reason)
|
/external/openssl/crypto/x509/ |
x509_err.c | 58 * only reason strings will be preserved. 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_X509,0,reason)
|
Completed in 1949 milliseconds
<<11121314151617181920>>