Searched refs:JavaScript (Results 1 – 25 of 508) sorted by relevance
12345678910>>...21
/external/antlr/antlr-3.4/runtime/JavaScript/build/ |
D | README | 7 Before building the JavaScript target you will need to download a few third 12 * Move ant-contrib-1.0b3.jar from the unzipped directory to runtime/JavaScript/third/ 16 * Move compiler.jar from the unzipped directory to runtime/JavaScript/third/ 20 * Move the unzipped folder to runtime/JavaScript/third/jsdoc-toolkit 24 * Move the unzipped folder to runtime/JavaScript/tests/jsunit 27 1) In a shell cd to runtime/JavaScript/build. 28 2) Run 'ant'. This will build the JavaScript runtime libraries into the 29 runtime/JavaScript/lib folder. 36 different build method, update runtime/JavaScript/build/antlr3.properties to 38 2) In a shell cd to runtime/JavaScript/build. [all …]
|
/external/webkit/Source/WebKit/qt/docs/ |
D | qtwebkit-bridge.qdoc | 9 The QtWebKit bridge is a mechanism that extends WebKit's JavaScript environment to access native 11 …a part of the \l{Object Model}, which makes it easy to integrate with the dynamic JavaScript envir… 12 For example \l{QObject} properties map directly to JavaScript properties. 35 HTML, JavaScript and CSS. Additionally, it uses Qt-based components to 65 \section2 Making QObjects known to JavaScript via QWebFrame 87 the connection between the C++ signal and the JavaScript slot. 96 handler functions (effectively "slots written in JavaScript"), 114 The argument of \c{connect()} can be any JavaScript function as in the above 215 For overloaded signals, JavaScript will throw an error if you try to connect 232 of the corresponding JavaScript object. When you manipulate [all …]
|
/external/webkit/Source/WebKit/mac/Misc/ |
D | WebCache.mm | 57 [NSNumber numberWithInt:s.scripts.count], @"JavaScript", 67 [NSNumber numberWithInt:s.scripts.size], @"JavaScript", 77 [NSNumber numberWithInt:s.scripts.liveSize], @"JavaScript", 87 [NSNumber numberWithInt:s.scripts.decodedSize], @"JavaScript", 97 [NSNumber numberWithInt:s.scripts.purgeableSize], @"JavaScript", 107 [NSNumber numberWithInt:s.scripts.purgedSize], @"JavaScript",
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/imageinfo/ |
D | NOTICE | 1 This extension uses code from the following JavaScript library: 3 ImageInfo - A JavaScript library for reading image metadata.
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebPDFDocumentExtras.mm | 87 // Get the document-level "JavaScript" name tree. 89 if (!CGPDFDictionaryGetDictionary(namesDictionary, "JavaScript", &javaScriptNameTree)) 102 // A JavaScript action must have an action type of "JavaScript". 104 …f (!CGPDFDictionaryGetName(javaScriptAction, "S", &actionType) || strcmp(actionType, "JavaScript"))
|
/external/v8/benchmarks/ |
D | README.txt | 4 This is the V8 benchmark suite: A collection of pure JavaScript 6 individual benchmarks are included in the JavaScript files. 11 and a standalone JavaScript version (run.js). 28 obtaining scores that are the result of an incorrect JavaScript engine 50 memory management subsystem of the JavaScript engine.
|
/external/webkit/Source/WebCore/bridge/jni/ |
D | jni_jsobject.mm | 113 // Setup a source to signal once the invocation of the JavaScript 124 // Wakeup JavaScript access thread and make it do its work. 129 // Wait until the JavaScript access thread is done. 142 // Dispatch JavaScript calls here. 156 // Must be called from the thread that will be used to access JavaScript. 166 // thread that a JavaScript call needs to be invoked. 185 // call JavaScript. 201 … LOG_ERROR("Attempt to access JavaScript from destroyed applet, type %d.", context->type); 252 LOG_ERROR("invalid JavaScript call"); 486 // See section 22.7 of 'JavaScript: The Definitive Guide, 4th Edition', [all …]
|
/external/webkit/Source/WebCore/bridge/objc/ |
D | objc_class.mm | 119 // See if the class wants to exclude the selector from visibility in JavaScript. 124 // See if the class want to provide a different name for the selector in JavaScript. 171 // See if the class wants to exclude the selector from visibility in JavaScript. 176 // See if the class want to provide a different name for the selector in JavaScript. 212 // See if the class wants to exclude the selector from visibility in JavaScript. 217 … // See if the class want to provide a different name for the selector in JavaScript.
|
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
D | WebInspectorClient.mm | 511 …enuItem setTitle:UI_STRING_INTERNAL("Stop Debugging JavaScript", "title for Stop Debugging JavaScr… 513 …uItem setTitle:UI_STRING_INTERNAL("Start Debugging JavaScript", "title for Start Debugging JavaScr… 517 …enuItem setTitle:UI_STRING_INTERNAL("Stop Profiling JavaScript", "title for Stop Profiling JavaScr… 519 …uItem setTitle:UI_STRING_INTERNAL("Start Profiling JavaScript", "title for Start Profiling JavaScr…
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_6/ |
D | README | 1 JavaScript 1.6
|
/external/webkit/Source/WebKit2/Shared/mac/ |
D | WebMemorySampler.mac.mm | 155 webKitMemoryStats.keys.append(String("JavaScript Heap Bytes")); 167 webKitMemoryStats.keys.append(String("JavaScript Heap Bytes")); 169 webKitMemoryStats.keys.append(String("JavaScript Stack Bytes")); 171 webKitMemoryStats.keys.append(String("JavaScript JIT Bytes"));
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
D | t009lexer.g | 3 language = JavaScript;
|
D | t001lexer.g | 3 language = JavaScript;
|
D | t056lexer15.g | 2 options {language=JavaScript;}
|
D | t002lexer.g | 3 language = JavaScript;
|
D | t008lexer.g | 3 language = JavaScript;
|
D | t005lexer.g | 3 language = JavaScript;
|
D | t027eof.g | 4 language=JavaScript;
|
D | t004lexer.g | 3 language = JavaScript;
|
D | t003lexer.g | 3 language = JavaScript;
|
D | t006lexer.g | 3 language = JavaScript;
|
D | t056lexer12.g | 2 options {language=JavaScript;}
|
D | t007lexer.g | 3 language = JavaScript;
|
D | t056lexer14.g | 2 options {language=JavaScript;}
|
D | t048rewrite.g | 3 language=JavaScript;
|
12345678910>>...21