/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/protobuf/python/google/protobuf/ |
service.py | 167 def SetFailed(self, reason): 168 """Sets a failure reason. 170 Causes Failed() to return true on the client side. "reason" will be
|
/external/quake/src/com/android/quake/ |
QuakeViewNoData.java | 25 public QuakeViewNoData(Context context, int reason) 28 mReason = reason;
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/RegExp/ |
regexp-enumerate-001.js | 19 Reason: See http://bugzilla.mozilla.org/show_bug.cgi?id=155291 81 testcases[testcases.length-1].reason = "property already enumerated"; 94 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/ |
browser.js | 76 testcases[tc].reason = msg; 80 ": " + testcases[tc].reason );
|
/external/webkit/JavaScriptCore/tests/mozilla/js1_2/ |
browser.js | 76 testcases[tc].reason = msg; 80 ": " + testcases[tc].reason );
|
/dalvik/vm/alloc/ |
Heap.c | 574 void dvmCollectGarbageInternal(bool clearSoftRefs, GcReason reason) 595 gcMode = (reason == GC_FOR_MALLOC) ? GC_PARTIAL : GC_FULL; 607 if (reason != GC_CONCURRENT) { 723 if (reason == GC_CONCURRENT) { 741 if (reason == GC_CONCURRENT) { 827 if (reason == GC_CONCURRENT) { 832 dvmHeapSweepUnmarkedObjects(gcMode, reason == GC_CONCURRENT, 836 if (reason == GC_CONCURRENT) { 848 if (reason != GC_EXTERNAL_ALLOC) { 885 if (reason == GC_CONCURRENT) [all...] |
/external/webkit/WebCore/platform/text/ |
TextCodecICU.cpp | 361 UChar32 codePoint, UConverterCallbackReason reason, UErrorCode* err) 363 if (reason == UCNV_UNASSIGNED) { 370 UCNV_FROM_U_CALLBACK_ESCAPE(context, fromUArgs, codeUnits, length, codePoint, reason, err); 375 UChar32 codePoint, UConverterCallbackReason reason, UErrorCode* err) 378 if (reason == UCNV_UNASSIGNED && (outChar = getGbkEscape(codePoint))) { 384 UCNV_FROM_U_CALLBACK_ESCAPE(context, fromUArgs, codeUnits, length, codePoint, reason, err); 389 UChar32 codePoint, UConverterCallbackReason reason, UErrorCode* err) 391 if (reason == UCNV_UNASSIGNED) { 398 urlEscapedEntityCallback(context, fromUArgs, codeUnits, length, codePoint, reason, err); 401 UCNV_FROM_U_CALLBACK_ESCAPE(context, fromUArgs, codeUnits, length, codePoint, reason, err) [all...] |
/external/webkit/WebKit/gtk/webkit/ |
webkitwebnavigationaction.cpp | 44 WebKitWebNavigationReason reason; member in struct:_WebKitWebNavigationActionPrivate 150 * WebKitWebNavigationAction:reason: 152 * The reason why this navigation is occuring. 157 g_param_spec_enum("reason", 158 _("Reason"), 159 _("The reason why this navigation is occurring"), 234 * Returns the reason why WebKit is requesting a navigation. 244 return navigationAction->priv->reason; 250 * @reason: a #WebKitWebNavigationReason 252 * Sets the reason why WebKit is requesting a navigation [all...] |
/external/chromium/base/ |
thread_local_storage_win.cc | 147 void NTAPI OnThreadExit(PVOID module, DWORD reason, PVOID reserved) 151 if (DLL_THREAD_DETACH == reason || DLL_PROCESS_DETACH == reason)
|
/external/qemu/hw/ |
scsi-disk.h | 12 typedef void (*scsi_completionfn)(void *opaque, int reason, uint32_t tag,
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma/Array/ |
15.4.1.3.js | 82 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
|
15.4.3.1-2.js | 62 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
|
15.4.3.2.js | 53 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
|
15.4.3.js | 57 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
|
15.4.4.1.js | 53 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
|
15.4.4.js | 73 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma/Boolean/ |
15.6.3.1-1.js | 68 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
|
15.6.3.1-2.js | 65 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
|
15.6.3.1-3.js | 65 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
|
15.6.3.1-4.js | 75 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
|
15.6.3.1-5.js | 57 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
|
15.6.3.1.js | 68 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
|