HomeSort by relevance Sort by last modified time
    Searched refs:script (Results 826 - 850 of 1141) sorted by null

<<31323334353637383940>>

  /external/openfst/src/include/fst/script/
draw-impl.h 28 #include <fst/script/fst-class.h>
fst-class.h 38 namespace script { namespace in namespace:fst
380 } // namespace script
  /external/ppp/pppd/
ipv6cp.c 311 * run an ipcp-up/down script while one is already running.
    [all...]
ipxcp.c 91 static void ipxcp_script __P((fsm *, char *)); /* Run an up/down script */
    [all...]
  /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/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...]
  /libcore/luni/src/main/native/
libcore_icu_ICU.cpp 111 char script[ULOC_SCRIPT_CAPACITY]; local
112 uloc_getScript(localeID.c_str(), script, sizeof(script), &status);
116 return env->NewStringUTF(script);
    [all...]
  /ndk/build/core/
build-local.mk 16 # This file is designed to be called from the 'ndk-build' script
161 # For cygwin, put generated dependency conversion script here
setup-toolchain.mk 129 # Default build commands, can be overriden by the toolchain's setup script
132 # now call the toolchain-specific setup script
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/include/
bfdlink.h 385 /* Separator between archive and filename in linker script filespecs. */
724 /* Defined by version script. */
725 unsigned int script : 1;
722 unsigned int script : 1; member in struct:bfd_elf_version_expr
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/gdb/python/gdb/command/
pretty_printers.py 367 """Call from a top level script to install the pretty-printer commands."""
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/include/
bfdlink.h 410 /* TRUE if the linker script contained an explicit PHDRS command. */
418 /* Separator between archive and filename in linker script filespecs. */
757 /* Defined by version script. */
758 unsigned int script : 1;
755 unsigned int script : 1; member in struct:bfd_elf_version_expr
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/include/
bfdlink.h 385 /* Separator between archive and filename in linker script filespecs. */
724 /* Defined by version script. */
725 unsigned int script : 1;
722 unsigned int script : 1; member in struct:bfd_elf_version_expr
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/command/
pretty_printers.py 367 """Call from a top level script to install the pretty-printer commands."""
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/include/
bfdlink.h 410 /* TRUE if the linker script contained an explicit PHDRS command. */
418 /* Separator between archive and filename in linker script filespecs. */
757 /* Defined by version script. */
758 unsigned int script : 1;
755 unsigned int script : 1; member in struct:bfd_elf_version_expr
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/include/
bfdlink.h 385 /* Separator between archive and filename in linker script filespecs. */
724 /* Defined by version script. */
725 unsigned int script : 1;
722 unsigned int script : 1; member in struct:bfd_elf_version_expr

Completed in 1036 milliseconds

<<31323334353637383940>>