/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/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/core/jni/android/graphics/ |
TextLayoutCache.h | 227 SkUnichar unichar, HB_Script script);
|
/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);
|
/ndk/build/core/ |
build-local.mk | 16 # This file is designed to be called from the 'ndk-build' script 159 # For cygwin, put generated dependency conversion script here
|
setup-toolchain.mk | 89 # Default build commands, can be overriden by the toolchain's setup script 92 # now call the toolchain-specific setup script
|
/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/linux-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/linux-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/linux-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."""
|
/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...] |
/external/v8/src/ |
liveedit.cc | 598 static void CompileScriptForTracker(Isolate* isolate, Handle<Script> script) { 603 CompilationInfo info(script); 816 // Saves only function code, because for a script function we 892 JSArray* LiveEdit::GatherCompileInfo(Handle<Script> script, 898 Handle<Object> original_source = Handle<Object>(script->source()); 899 script->set_source(*source); 901 CompileScriptForTracker(isolate, script); 903 script->set_source(*original_source) [all...] |