| /external/v8/test/mjsunit/regress/ |
| regress-874178.js | 6 // * Redistributions of source code must retain the above copyright
|
| regress-875031.js | 6 // * Redistributions of source code must retain the above copyright
|
| regress-877615.js | 6 // * Redistributions of source code must retain the above copyright
|
| regress-900055.js | 6 // * Redistributions of source code must retain the above copyright
|
| regress-900966.js | 6 // * Redistributions of source code must retain the above copyright
|
| regress-990205.js | 6 // * Redistributions of source code must retain the above copyright
|
| regress-992733.js | 6 // * Redistributions of source code must retain the above copyright
|
| regress-996542.js | 6 // * Redistributions of source code must retain the above copyright
|
| /external/v8/test/mjsunit/ |
| stress-array-push.js | 6 // * Redistributions of source code must retain the above copyright
|
| string-flatten.js | 6 // * Redistributions of source code must retain the above copyright
|
| string-search.js | 6 // * Redistributions of source code must retain the above copyright
|
| throw-and-catch-function.js | 6 // * Redistributions of source code must retain the above copyright
|
| try-finally-nested.js | 6 // * Redistributions of source code must retain the above copyright
|
| unusual-constructor.js | 6 // * Redistributions of source code must retain the above copyright
|
| with-parameter-access.js | 6 // * Redistributions of source code must retain the above copyright
|
| with-prototype.js | 6 // * Redistributions of source code must retain the above copyright
|
| /external/webkit/JavaScriptCore/assembler/ |
| MacroAssemblerX86.h | 7 * 1. Redistributions of source code must retain the above copyright 184 static void linkCall(void* code, Call call, FunctionPtr function) 186 X86Assembler::linkCall(code, call.m_jmp, function.value());
|
| /external/webkit/LayoutTests/fast/dom/Geolocation/resources/ |
| maximum-age.js | 24 shouldBe('error.code', 'mockCode');
|
| /external/webkit/LayoutTests/storage/domstorage/script-tests/ |
| quota.js | 1 description("Test the DOM Storage quota code.");
|
| /external/webkit/WebCore/bindings/v8/ |
| WorkerContextExecutionProxy.cpp | 8 * * Redistributions of source code must retain the above copyright 125 // Tell V8 not to call the default OOM handler, binding code will handle it. 225 v8::Local<v8::String> code = v8ExternalString("throw RangeError('Recursion too deep')"); local 226 script = V8Proxy::compileScript(code, "", 0);
|
| /external/webkit/WebKit/win/Interfaces/ |
| IWebUIDelegatePrivate.idl | 7 * 1. Redistributions of source code must retain the above copyright 61 HRESULT webViewGetDlgCode([in] IWebView* sender, [in] UINT keyCode, [out, retval] LONG_PTR* code);
|
| /external/webkit/WebKitTools/WebKitLauncher/ |
| WebKitLauncherURLProtocol.m | 7 * 1. Redistributions of source code must retain the above copyright 119 NSError *error = [NSError errorWithDomain:NSURLErrorDomain code:NSURLErrorFileDoesNotExist userInfo:infoDictionary];
|
| /external/zlib/ |
| deflate.h | 20 the crc code when it is not needed. For shared libraries, gzip encoding 31 /* number of length codes, not counting the special END_BLOCK code */ 37 /* number of Literal or Length codes, including the END_BLOCK code */ 61 /* Data structure describing a single value and its code string. */ 65 ush code; /* bit string */ member in union:ct_data_s::__anon7057 74 #define Code fc.code 82 int max_code; /* largest code with non zero frequency */ 229 * example a binary file with poorly compressible code followed by 239 /* Buffer for distances. To simplify the code, d_buf and l_buf hav [all...] |
| /frameworks/base/awt/java/awt/ |
| Dispatcher.java | 256 int code = event.getVKey(); local 279 code, keyChar, location));
|
| /frameworks/base/cmds/service/ |
| service.cpp | 120 int32_t code = atoi(argv[optind++]); local 237 service->transact(code, data, &reply); 248 aerr << "service: No code specified for call" << endl; 264 " service call SERVICE CODE [i32 INT | s16 STR] ...\n"
|