| /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/ |
| picoloaddbg.lua | 3 -- lua script picoloaddbg.lua --- creates pkb containing phoneme information.
|
| picoloadphones.lua | 3 -- lua script picoloadphones.lua --- creates pkb containing phones table.
|
| /external/valgrind/tsan/pin/ |
| Makefile | 14 LDFLAGS_L=-g -shared -Wl,-Bsymbolic -Wl,--version-script=$(PIN_ROOT)/source/include/pintool.ver
|
| /external/webkit/Source/WebCore/bridge/ |
| npruntime.h | 43 This API is used to facilitate binding code written in C to script 51 script-ability API for plugins (NP-SAP). NP-SAP is an extension 77 Objects (non-primitive data) passed between 'C' and script is 215 in script. NPIdentifiers can be either strings or integers, IOW, 352 Functions to access script objects represented by NPObject. 354 Calls to script objects are synchronous. If a function returns a 359 Calls made from plugin code to script must be made from the thread 367 bool NPN_Evaluate(NPP npp, NPObject *npobj, NPString *script, 382 NPN_SetException may be called to trigger a script exception upon
|
| /external/webkit/Source/WebCore/history/ |
| CachedFrame.cpp | 99 // It is necessary to update any platform script objects after restoring the 101 frame->script()->updatePlatformScriptObjects(); 151 // Active DOM objects must be suspended before we cache the frame script data,
|
| /external/webkit/Source/WebCore/loader/ |
| DocumentWriter.cpp | 134 m_frame->script()->updatePlatformScriptObjects();
|
| /external/webkit/Source/WebKit/efl/ewk/ |
| ewk_frame.h | 66 * changed due new layout, script actions or any other events. 170 EAPI Eina_Bool ewk_frame_script_execute(Evas_Object *o, const char *script);
|
| /external/webkit/Source/WebKit/mac/Plugins/ |
| WebPluginController.mm | 294 frame->script()->cleanupScriptObjectsForPlugin(self); 343 frame->script()->cleanupScriptObjectsForPlugin(self);
|
| /external/webkit/Source/WebKit/mac/WebView/ |
| WebFrame.mm | 299 ScriptController* scriptController = _private->coreFrame->script(); 302 // if the script debugger is attached before a document is created. These calls use the debuggerWorld(), we will need to pass a world 612 JSValue result = _private->coreFrame->script()->executeScript(string, forceUserGesture).jsValue(); 614 if (!_private->coreFrame) // In case the script removed our frame from the page. 624 return ustringToString(result.toString(_private->coreFrame->script()->globalObject(mainThreadNormalWorld())->globalExec())); [all...] |
| WebView.h | 440 @param script The text of the JavaScript. 441 @result The result of the script, converted to a string, or nil for failure. 443 - (NSString *)stringByEvaluatingJavaScriptFromString:(NSString *)script; 448 window object from the script environment. 449 @result Returns the window object from the script environment.
|
| /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/ |
| NPRuntimeObjectMap.cpp | 243 return frame->script()->globalObject(pluginWorld());
|
| /external/webkit/Tools/DumpRenderTree/gtk/ |
| LayoutTestControllerGtk.cpp | 53 void webkit_web_inspector_execute_script(WebKitWebInspector* inspector, long callId, const gchar* script); 855 void LayoutTestController::evaluateInWebInspector(long callId, JSStringRef script) 859 char* scriptString = JSStringCopyUTF8CString(script); 865 void LayoutTestController::evaluateScriptInIsolatedWorld(unsigned worldID, JSObjectRef globalObject, JSStringRef script) [all...] |
| /frameworks/base/libs/rs/ |
| rs_hal.h | 30 class Script; 57 * Script management functions 79 void (*invokeFunction)(const Context *rsc, Script *s, 83 int (*invokeRoot)(const Context *rsc, Script *s); 85 Script *s, 92 void (*invokeInit)(const Context *rsc, Script *s); 93 void (*invokeFreeChildren)(const Context *rsc, Script *s); 95 void (*setGlobalVar)(const Context *rsc, const Script *s, 99 void (*setGlobalBind)(const Context *rsc, const Script *s, 102 void (*setGlobalObj)(const Context *rsc, const Script *s 107 } script; member in struct:android::renderscript::__anon14761 [all...] |
| /libcore/luni/src/main/native/ |
| libcore_icu_ICU.cpp | 103 char script[ULOC_SCRIPT_CAPACITY]; local 104 uloc_getScript(localeID.c_str(), script, sizeof(script), &status); 108 return env->NewStringUTF(script); [all...] |
| /ndk/build/core/ |
| setup-toolchain.mk | 89 # Default build commands, can be overriden by the toolchain's setup script 92 # now call the toolchain-specific setup script
|
| /prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/include/ |
| bfdlink.h | 385 /* Separator between archive and filename in linker script filespecs. */ 722 /* Defined by version script. */ 723 unsigned int script : 1; 720 unsigned int script : 1; member in struct:bfd_elf_version_expr
|
| /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/include/ |
| bfdlink.h | 385 /* Separator between archive and filename in linker script filespecs. */ 722 /* Defined by version script. */ 723 unsigned int script : 1; 720 unsigned int script : 1; member in struct:bfd_elf_version_expr
|
| /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/include/ |
| bfdlink.h | 683 /* Defined by version script. */ 684 unsigned int script : 1; 681 unsigned int script : 1; member in struct:bfd_elf_version_expr
|
| /external/icu4c/common/ |
| ucnvisci.c | 130 UBool isFirstBuffer; /* boolean for fromUnicode to see if we need to announce the first script */ 273 * If a code point is valid in a particular script 283 * to use uint16_t and give each of the 9 Unicode/script blocks its own bit. 406 * because no Indic script uses such Unicode code points. 1553 int32_t idx, script; local [all...] |
| putil.c | 102 # include <Script.h> 1259 int32_t script; member in struct:__anon6101 [all...] |
| /external/v8/src/ |
| liveedit.cc | 508 static void CompileScriptForTracker(Isolate* isolate, Handle<Script> script) { 513 CompilationInfo info(script); 725 // Saves only function code, because for a script function we 820 JSArray* LiveEdit::GatherCompileInfo(Handle<Script> script, 826 Handle<Object> original_source = Handle<Object>(script->source()); 827 script->set_source(*source); 829 CompileScriptForTracker(isolate, script); 831 script->set_source(*original_source) [all...] |
| /external/webkit/Tools/DumpRenderTree/mac/ |
| LayoutTestControllerMac.mm | 847 void LayoutTestController::evaluateInWebInspector(long callId, JSStringRef script) [all...] |
| /external/chromium/chrome/common/extensions/ |
| extension.cc | 167 // A whitelist of extensions that can script anywhere. Do not add to this 825 // The manifest needs to have at least one js or css user script definition. 2067 UserScript script; local [all...] |
| /external/webkit/Source/WebKit/win/ |
| WebFrame.cpp | 523 return toGlobalRef(coreFrame->script()->globalObject(mainThreadNormalWorld())->globalExec()); 536 return toGlobalRef(coreFrame->script()->globalObject(world->world())->globalExec()); [all...] |
| /external/chromium/chrome/common/extensions/docs/js/ |
| api_page_generator.js | 231 * To specify such code, the page template should include a script block with 234 * via the script block's innerText property. 245 var preRender = document.querySelector('script[type="text/prerenderjs"]');
|