/external/clang/tools/scan-view/ |
Reporter.py | 209 script = os.path.join(os.path.dirname(__file__),'Resources/FileRadar.scpt') 210 args = ['osascript', script, component, componentVersion, classification, personID, report.title,
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/ |
buildAll.bat | 3 REM script which executes build
|
/external/icu4c/common/unicode/ |
uloc.h | 265 * Useful constant for the maximum size of the script part of a locale ID 411 * Gets the script code for the specified locale. 414 * @param script the language code for localeID 424 char* script, 566 * Gets the script name suitable for display for the specified locale. 568 * @param locale the locale to get the displayable script code with. NULL may be used to specify the default. 573 * @param script the displayable country code for localeID 574 * @param scriptCapacity the size of the script buffer to store the 575 * displayable script code with 576 * @param status error information if retrieving the displayable script code faile [all...] |
/external/icu4c/data/brkitr/ |
word.txt | 63 $Hiragana = [\p{script=Hiragana}];
|
word_POSIX.txt | 63 $Hiragana = [\p{script=Hiragana}];
|
word_ja.txt | 63 $Hiragana = [\p{script=Hiragana}];
|
/external/icu4c/layoutex/layout/ |
ParagraphLayout.h | 38 * same font, script and direction, and will create a <code>LayoutEngine</code> object for each run. 186 * script, and direction. The text is represented by an array of 352 * Clients can optionally specify directional runs and / or script runs. If these aren't specified 368 * @param scriptRuns is a pointer to a <code>ValueRuns</code> object representing script runs. 369 * If this pointer in <code>NULL</code> the script runs will be determined using the 428 * script which requires complex processing to be rendered correctly. 561 UScriptCode script; member in struct:ParagraphLayout::StyleRunInfo 590 static le_bool isComplex(UScriptCode script);
|
/external/linux-tools-perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/ |
Core.pm | 166 Perf::Trace::Core - Perl extension for perf script 174 Perf (script) documentation
|
/external/llvm/autoconf/m4/ |
link_options.m4 | 64 # Determine if the system can handle the --version-script option being 70 [AC_CACHE_CHECK([for compiler -Wl,--version-script option], 96 CFLAGS="$CFLAGS -Wl,--version-script=$tmp/export.map"
|
/external/llvm/projects/sample/autoconf/m4/ |
link_options.m4 | 64 # Determine if the system can handle the --version-script option being 70 [AC_CACHE_CHECK([for compiler -Wl,--version-script option], 96 CFLAGS="$CFLAGS -Wl,--version-script=$tmp/export.map"
|
/external/openfst/src/include/fst/extensions/far/ |
farscript.h | 27 #include <fst/script/arg-packs.h> 38 namespace script { namespace in namespace:fst 223 } // namespace script
|
/external/skia/src/animator/ |
SkAnimateBase.cpp | 214 const char* script = target.c_str(); local 216 bool success = engine.evaluateScript(&script, &scriptValue);
|
SkDrawGradient.cpp | 35 SkGradientUnitMapper(SkAnimateMaker* maker, const char* script) : fMaker(maker), fScript(script) {
|
/external/smali/baksmali/ |
Android.mk | 57 # copy baksmali script
|
/external/webkit/LayoutTests/fast/encoding/resources/ |
parser-tests.js | 4 '<li>56, 57, 58, 59 - we do not run scripts during encoding detection phase and parser treats meta inside a script as text, not a tag.</li>' +
|
/external/webkit/Source/WebCore/bindings/v8/custom/ |
V8InjectedScriptManager.cpp | 93 // Inject javascript into the context. The compiled script is supposed to evaluate into 96 // injected script id and explicit reference to the inspected global object. The function is expected 98 v8::Local<v8::Script> script = v8::Script::Compile(v8String(scriptSource)); local 99 v8::Local<v8::Value> v = script->Run();
|
/external/webkit/Source/WebCore/dom/ |
ScriptElement.cpp | 157 // http://dev.w3.org/html5/spec/Overview.html#prepare-a-script 190 // FIXME: If script is parser inserted, verify it's still in the original document. 198 if (!m_element->document()->frame()->script()->canExecuteScripts(AboutToExecuteScript)) 276 // Create a script from the script element node, using the script 277 // block's source and the script block's type. 278 // Note: This is where the script is compiled and actually executed. 279 frame->script()->evaluate(sourceCode);
|
/external/webkit/Source/WebCore/inspector/ |
InspectorController.cpp | 198 void InspectorController::evaluateForTestInFrontend(long callId, const String& script) 200 m_inspectorAgent->evaluateForTestInFrontend(callId, script);
|
/external/webkit/Source/WebCore/inspector/front-end/ |
SourceHTMLTokenizer.re2js | 69 SCRIPT: 16, 80 var match = /<\/script/i.exec(line); 144 // Re-set line to force </script> detection first. 225 if (this._condition.parseCondition & this._parseConditions.SCRIPT) { 226 // Do not tokenize script tag contents, keep lexer state, even though processing "<". 232 this._condition.parseCondition = this._parseConditions.SCRIPT; 267 if (this._condition.parseCondition & (this._parseConditions.SCRIPT | this._parseConditions.STYLE)) { 268 // Do not tokenize script and style tag contents, keep lexer state, even though processing "<". 282 if (this._condition.parseCondition & this._parseConditions.SCRIPT) { 287 // Do not tokenize script tag contents [all...] |
/external/webkit/Source/WebCore/page/ |
Frame.h | 119 ScriptController* script(); 155 void keepAlive(); // Used to keep the frame alive when running a script that might destroy it. 300 inline ScriptController* Frame::script() function in class:WebCore::Frame
|
/external/webkit/Source/WebKit/chromium/src/ |
WebDevToolsAgentImpl.cpp | 295 void WebDevToolsAgentImpl::evaluateInWebInspector(long callId, const WebString& script) 298 ic->evaluateForTestInFrontend(callId, script);
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
DumpRenderTreeSupportQt.h | 115 static void evaluateScriptInIsolatedWorld(QWebFrame* frame, int worldID, const QString& script); 118 static void webInspectorExecuteScript(QWebPage* page, long callId, const QString& script);
|
/external/webkit/Source/WebKit/win/ |
WebInspector.cpp | 258 String script(bScript, SysStringLen(bScript)); 259 page->inspectorController()->evaluateForTestInFrontend(callId, script);
|
/external/webkit/Tools/DumpRenderTree/qt/ |
LayoutTestControllerQt.cpp | 332 void LayoutTestController::queueLoadingScript(const QString& script) 334 //qDebug() << ">>>queueLoadingScript" << script; 335 WorkQueue::shared()->queue(new LoadingScriptItem(script, m_drt->webPage())); 338 void LayoutTestController::queueNonLoadingScript(const QString& script) 340 //qDebug() << ">>>queueNonLoadingScript" << script; 341 WorkQueue::shared()->queue(new NonLoadingScriptItem(script, m_drt->webPage())); 403 void LayoutTestController::evaluateInWebInspector(long callId, const QString& script) 405 DumpRenderTreeSupportQt::webInspectorExecuteScript(m_drt->webPage(), callId, script); 820 void LayoutTestController::evaluateScriptInIsolatedWorld(int worldID, const QString& script) 822 DumpRenderTreeSupportQt::evaluateScriptInIsolatedWorld(m_drt->webPage()->mainFrame(), worldID, script); [all...] |
/external/webkit/Tools/DumpRenderTree/wx/ |
LayoutTestControllerWx.cpp | 420 void LayoutTestController::evaluateInWebInspector(long callId, JSStringRef script) 435 void LayoutTestController::evaluateScriptInIsolatedWorld(unsigned worldId, JSObjectRef globalObject, JSStringRef script)
|