Searched
refs:code (Results
1751 -
1775 of
2299) sorted by null
<<71727374757677787980>>
| /external/v8/test/mjsunit/regress/ |
| regress-1081309.js | 6 // * Redistributions of source code must retain the above copyright
|
| regress-1170187.js | 6 // * Redistributions of source code must retain the above copyright
|
| regress-crbug-3184.js | 6 // * Redistributions of source code must retain the above copyright
|
| regress-crbug-3867.js | 6 // * Redistributions of source code must retain the above copyright
|
| /external/v8/test/mjsunit/ |
| setter-on-constructor-prototype.js | 6 // * Redistributions of source code must retain the above copyright
|
| simple-constructor.js | 6 // * Redistributions of source code must retain the above copyright
|
| strict-equals.js | 6 // * Redistributions of source code must retain the above copyright
|
| string-lastindexof.js | 6 // * Redistributions of source code must retain the above copyright
|
| top-level-assignments.js | 6 // * Redistributions of source code must retain the above copyright
|
| uri.js | 6 // * Redistributions of source code must retain the above copyright
|
| /external/v8/test/mjsunit/third_party/ |
| object-keys.js | 7 // 1. Redistributions of source code must retain the above copyright
|
| /external/v8/test/mjsunit/tools/ |
| logreader.js | 6 // * Redistributions of source code must retain the above copyright
|
| /external/v8/tools/ |
| consarray.js | 6 // * Redistributions of source code must retain the above copyright
|
| csvparser.js | 6 // * Redistributions of source code must retain the above copyright
|
| /external/webkit/WebKit/chromium/src/js/ |
| DevTools.js | 8 * * Redistributions of source code must retain the above copyright 411 InjectedScriptAccess.prototype.evaluateInCallFrame = function(callFrameId, code, objectGroup, callback) 416 devtools.tools.getDebuggerAgent().evaluateInCallFrame(callFrameId, code, callback);
|
| /external/webkit/WebKit/wx/ |
| WebView.h | 9 * 1. Redistributions of source code must retain the above copyright 439 void SetReturnCode(int code) { m_returnCode = code; }
|
| /external/webkit/WebKitTools/DumpRenderTree/mac/ |
| ResourceLoadDelegate.mm | 8 * 1. Redistributions of source code must retain the above copyright 57 NSString *str = [NSString stringWithFormat:@"<NSError domain %@, code %d", [self domain], [self code]]; 95 return [NSString stringWithFormat:@"<NSURLResponse %@, http status code %i>", [[self URL] _drt_descriptionSuitableForTestResult], statusCode];
|
| /external/wpa_supplicant/ |
| eap_psk.c | 140 hdr2->code = EAP_CODE_RESPONSE; 306 hdr4->code = EAP_CODE_RESPONSE;
|
| /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/ |
| eap_tnc.c | 72 static struct wpabuf * eap_tnc_build_frag_ack(u8 id, u8 code) 76 msg = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_TNC, 0, code, id);
|
| /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/ |
| eap_tnc.c | 170 static struct wpabuf * eap_tnc_build_frag_ack(u8 id, u8 code) 174 msg = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_TNC, 0, code, id);
|
| /external/zlib/contrib/inflate86/ |
| inffas86.c | 13 * bytes. I've tested the AMD64 code on a Fedora Core 1 + the x86_64 updates 21 * the moment. I have successfully compiled and tested this code with gcc2.96, 24 * enabled. I will attempt to merge the MMX code into this version. Newer 55 TYPE -- reached end of block code, inflate() to interpret next block 61 length code, 5 bits for the length extra, 15 bits for the distance code, 87 /* 64 32 */ code const FAR *lcode; /* ebp rbp local strm->lencode */ 88 /* 72 36 */ code const FAR *dcode; /* r11 local strm->distcode */ [all...] |
| /frameworks/base/core/java/android/content/ |
| Intent.java | 59 * the code in different applications. Its most significant use is in the 205 * information supplied in the <code>AndroidManifest.xml</code> file as 215 * <li> For data that is not a <code>content:</code> URI and where no explicit 217 * intent data (such as <code>http:</code> or <code>mailto:</code>) is 293 * <code>com.android.notepad.NotesList</code>, serves as our mai 5179 int code = 0; local [all...] |
| /frameworks/base/core/java/android/webkit/ |
| HTML5VideoViewProxy.java | 333 // The response status code. 361 int code, 363 mStatusCode = code;
|
| /frameworks/base/core/jni/ |
| android_media_AudioRecord.cpp | 72 jint android_media_translateRecorderErrorCode(int code) { 73 switch(code) {
|
| android_util_Binder.cpp | 250 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags = 0) 256 //printf("Transact from %p to Java code sending: ", this); 260 code, (int32_t)&data, (int32_t)reply, flags); 268 /* clean up JNI local ref -- we don't return to Java code */ 272 //aout << "onTransact to Java code; result=" << res << endl 273 // << "Transact from " << this << " to Java code returning " 542 jniThrowException(env, "java/lang/RuntimeException", "Unknown transaction code"); 549 LOGE("Unknown binder error code. 0x%x", err); 814 IBinder* target, jint code) { 840 if (!push_eventlog_int(&pos, end, code)) return [all...] |
Completed in 1027 milliseconds
<<71727374757677787980>>