| /external/clang/tools/scan-build/ |
| scan-build | 10 # A script designed to wrap a build so that all calls to gcc are intercepted 26 my $Verbose = 0; # Verbose output from this script. 548 <script src="sorttable.js"></script> 549 <script language='javascript' type="text/javascript"> 597 </script> [all...] |
| /external/harfbuzz_ng/src/ |
| hb-ot-shape-complex-arabic.cc | 223 arabic_plan->do_fallback = plan->props.script == HB_SCRIPT_ARABIC;
|
| hb-ot-shape-complex-thai.cc | 309 /* We only get one script at a time, so a script-agnostic implementation 360 if (plan->props.script == HB_SCRIPT_THAI && !plan->map.found_script[0])
|
| /external/icu4c/test/letest/ |
| letest.cpp | 228 log_err("Could not create a LayoutEngine for script \'%s\'.\n", uscript_getShortName((UScriptCode)scriptCode)); 588 UnicodeString script_attr = UNICODE_STRING_SIMPLE("script"); 602 char *script = getCString(testCase->getAttribute(script_attr)); local 618 uscript_getCode(script, &scriptCode, 1, &status); 620 log_err("invalid script name: %s.\n", script); 724 freeCString(script); [all...] |
| /external/srec/srec/Semproc/src/ |
| ExpressionParser.c | 171 PLogError(L("\n\nSemproc: error parsing symbol '%s'\nbefore: '%s'\nin script:\n%s\n\n"), 173 (lexAnalyzer->nextToken ? lexAnalyzer->nextToken : L("<end-of-script>")), 174 lexAnalyzer->script);
|
| /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/ |
| genlingware.pl | 2 # Perl script genlingware.pl --- composes a lingware resource from 101 (For more details see the source of this script)
|
| /external/v8/test/mjsunit/ |
| debug-backtrace.js | 207 // Source slices for the individual frames (they all refer to this script). 232 // Test line interval way beyond this script will result in an error.
|
| /external/webkit/Source/WebCore/bindings/objc/ |
| WebScriptObject.mm | 325 - (id)evaluateWebScript:(NSString *)script 337 Completion completion = JSMainThreadExecState::evaluate([self _rootObject]->globalObject()->globalExec(), [self _rootObject]->globalObject()->globalScopeChain(), makeSource(String(script)), JSC::JSValue());
|
| /external/webkit/Source/WebKit/gtk/webkit/ |
| webkitwebview.h | 260 const gchar *script);
|
| /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/ |
| PluginObject.cpp | 805 // Invoke a script callback to get a script NPObject. Then call a method on the 806 // script NPObject passing it a freshly created NPObject. 819 // Invoke a callback that returns a script object 823 // Script object returned 826 // Arg2 is the name of the method to be called on the script object 836 // Invoke the script method 864 NPString script; local 865 script.UTF8Characters = "javascript:window.layoutTestController.notifyDone();"; 866 script.UTF8Length = strlen("javascript:window.layoutTestController.notifyDone();") [all...] |
| /external/webkit/Tools/DumpRenderTree/win/ |
| LayoutTestControllerWin.cpp | [all...] |
| /frameworks/rs/cpu_ref/ |
| rsCpuScriptGroup.cpp | 97 //ALOGE("script group root"); 116 Script *s = n->mKernels[0]->mScript; 181 Script *s = kernels[ct]->mScript; 200 Script *s = kernels[ct]->mScript; 214 Script *s = kernels[0]->mScript; 217 mtls.script = NULL;
|
| /ndk/sources/host-tools/sed-4.2.1/testsuite/ |
| bsd.sh | 68 rm -f lines[1234] script[12]
|
| /sdk/adtproductbuild/ |
| Android.mk | 158 # The adt_eclipse_ide script is currently a platceholder used 160 # as a launch script.
|
| /sdk/templates/docs/ |
| prettify.js | 21 I,J,v],hashComments:!0,cStyleComments:!0,multiLineStrings:!0,regexLiterals:!0}),A={};k(O,["default-code"]);k(x([],[["pln",/^[^<?]+/],["dec",/^<!\w[^>]*(?:>|$)/],["com",/^<\!--[\S\s]*?(?:--\>|$)/],["lang-",/^<\?([\S\s]+?)(?:\?>|$)/],["lang-",/^<%([\S\s]+?)(?:%>|$)/],["pun",/^(?:<[%?]|[%?]>)/],["lang-",/^<xmp\b[^>]*>([\S\s]+?)<\/xmp\b[^>]*>/i],["lang-js",/^<script\b[^>]*>([\S\s]*?)(<\/script\b[^>]*>)/i],["lang-css",/^<style\b[^>]*>([\S\s]*?)(<\/style\b[^>]*>)/i],["lang-in.tag",/^(<\/?[a-z][^<>]*>)/i]]),
|
| /external/chromium/chrome/browser/accessibility/ |
| accessibility_win_browsertest.cc | 36 void ExecuteScript(wstring script); 213 void AccessibilityWinBrowserTest::ExecuteScript(wstring script) { 215 ExecuteJavascriptInWebFrame(L"", script);
|
| /external/harfbuzz/tests/shaping/ |
| main.cpp | 210 static bool shaping(FT_Face face, const ShapeTable *s, HB_Script script) 228 shaper_item.item.script = script;
|
| /external/ipsec-tools/src/racoon/ |
| cfparse.y | 236 %token SCRIPT PHASE1_UP PHASE1_DOWN [all...] |
| isakmp.c | 913 * SA up shell script hook: do it now,except if [all...] |
| /external/skia/legacy/src/animator/ |
| SkDisplayApply.cpp | 729 const char* script = str->c_str(); local 732 script += sizeof("#string:") - 1; 733 return SkAnimatorScript::EvaluateString(maker, this, parent, script, str);
|
| /external/skia/src/animator/ |
| SkDisplayApply.cpp | 729 const char* script = str->c_str(); local 732 script += sizeof("#string:") - 1; 733 return SkAnimatorScript::EvaluateString(maker, this, parent, script, str);
|
| /external/webkit/Source/WebCore/inspector/ |
| CodeGeneratorInspector.pm | 867 runAfterPendingDispatches: function(script) 872 if (script) 873 this._scripts.push(script); [all...] |
| /external/webkit/Source/WebKit/qt/Api/ |
| qwebelement.cpp | 734 scriptController = frame->script(); 790 JSC::UString script(reinterpret_cast_ptr<const UChar*>(scriptSource.data()), scriptSource.length()); 791 JSC::Completion completion = JSC::evaluate(state, scopeChain, JSC::makeSource(script), thisValue); [all...] |
| /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/ |
| NetscapeBrowserFuncs.cpp | 662 static bool NPN_Evaluate(NPP npp, NPObject *npObject, NPString *script, NPVariant* result) 667 String scriptString = String::fromUTF8WithLatin1Fallback(script->UTF8Characters, script->UTF8Length);
|
| /external/webkit/Tools/DumpRenderTree/ |
| LayoutTestController.cpp | [all...] |