/cts/tools/signature-tools/ |
Android.mk | 47 # signature-tool script 54 # signature-create script 61 # signature-check script
|
/dalvik/dx/ |
Android.mk | 6 # script files' timestamps are at least as new as the 12 # the dx script 32 # the jasmin script
|
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/ |
index.php | 145 echo '<script type = "text/javascript">window.close();</script>'; 167 <script type="text/javascript" src="popuplib.js"></script> 168 <script type="text/html" id="ls_tmpl"> 176 </script> 196 <script> 287 </script>
|
/external/icu4c/test/letest/ |
gendata.cpp | 139 UnicodeString script_attr = UNICODE_STRING_SIMPLE("script"); 151 char *script = getCString(testCase->getAttribute(script_attr)); local 168 uscript_getCode(script, &scriptCode, 1, &status); 170 printf("Error: invalid script name: %s.\n", script); 182 fprintf(outputFile, " <test-case id=\"%s\" script=\"%s\" lang=\"%s\">\n", id, script, lang); 184 fprintf(outputFile, " <test-case id=\"%s\" script=\"%s\">\n", id, script); 286 freeCString(script); [all...] |
/external/webkit/Source/WebKit/mac/WebView/ |
WebPDFDocumentExtras.mm | 127 NSString *script = [[NSString alloc] initWithBytes:bytes length:length encoding:encoding]; 128 [scripts addObject:script]; 129 [script release];
|
WebPDFRepresentation.mm | 141 JSStringRef script = JSStringCreateWithCFString((CFStringRef)[scripts objectAtIndex:i]); 142 JSEvaluateScript(ctx, script, jsPDFDoc, 0, 0, 0); 143 JSStringRelease(script);
|
/frameworks/rs/ |
rsScript.cpp | 23 Script::Script(Context *rsc) : ObjectBase(rsc) { 32 Script::~Script() { 43 void Script::setSlot(uint32_t slot, Allocation *a) { 46 ALOGE("Script::setSlot unable to set allocation, invalid slot index"); 52 mRSC->mHal.funcs.script.setGlobalBind(mRSC, this, slot, a->getPtr()); 54 mRSC->mHal.funcs.script.setGlobalBind(mRSC, this, slot, NULL); 58 void Script::setVar(uint32_t slot, const void *val, size_t len) { 61 ALOGE("Script::setVar unable to set allocation, invalid slot index") [all...] |
/sdk/files/ |
post_tools_install.bat | 16 rem This script is called by the SDK Manager once a new version of the tools
22 rem Set up prog to be the path of this script, including following symlinks,
29 rem Change current directory and drive to where the script is, to avoid
|
/sdk/monkeyrunner/src/com/android/monkeyrunner/ |
ScriptRunner.java | 67 * Runs the specified Jython script. First runs the initialization script to 73 * @return the error code from running the script. 78 // Add the current directory of the script to the python.path search path. 123 LOG.log(Level.SEVERE, "Script terminated due to an exception", e); 129 public static void runString(String executablePath, String script) { 132 python.exec(script); 136 String script, String... names) { 137 return runStringAndGet(executablePath, script, Arrays.asList(names)); 141 String script, Collection<String> names) [all...] |
/external/icu4c/test/cintltst/ |
cucdapi.c | 72 UScriptCode script[10]={USCRIPT_INVALID_CODE}; local 73 uscript_getCode(testNames[i],script,capacity, &err); 74 if( script[0] != expected[i]){ 75 log_data_err("Error getting script code Got: %i Expected: %i for name %s (Error code does not propagate if data is not present. Are you missing data?)\n", 76 script[0],expected[i],testNames[i]); 90 UScriptCode script[10]={USCRIPT_INVALID_CODE}; local 91 int32_t num = uscript_getCode("ja",script,capacity, &err); 96 num = uscript_getCode("ja",script,capacity, &err); 102 if(script[j]!=jaCode[j]) { 104 script[j], uscript_getName(script[j]) [all...] |
/external/v8/test/mjsunit/ |
debug-sourceslice.js | 53 // Get the script object from one of the functions in the source. 54 var script = Debug.findScript(a); 57 assertEquals(source, script.source); 58 assertEquals(source, script.sourceSlice().sourceText()); 63 var slice = script.sourceSlice(n, n + slice_size);
|
debug-compile-event.js | 57 switch (event_data.script().compilationType()) { 72 assertTrue(current_source.indexOf(event_data.script().source()) >= 0); 76 assertEquals(current_source, event_data.script().source()); 78 // Check that script context is included into the event message. 81 assertTrue('context' in msg.body.script); 83 // Check that we pick script name from //@ sourceURL, iff present 86 event_data.script().name());
|
mirror-script.js | 34 var mirror = debug.MakeMirror(f).script(); 45 assertEquals('script', mirror.type()); 68 assertEquals('script', fromJSON.type); 85 // Test the script mirror for different functions. 86 testScriptMirror(function(){}, 'mirror-script.js', 98, 2, 0); 92 var mirror = debug.MakeMirror(eval('(function(){\n 1;\n})')).script();
|
/external/webkit/Source/WebCore/inspector/front-end/ |
DebuggerPresentationModel.js | 97 _addScript: function(script) 99 var sourceFileId = this._createSourceFileId(script.sourceURL, script.sourceID); 102 sourceFile.addScript(script); 111 sourceFile = new WebInspector.SourceFile(sourceFileId, script, contentChanged.bind(this)); 113 sourceFile = new WebInspector.FormattedSourceFile(sourceFileId, script, contentChanged.bind(this), this._formatter()); 140 var script = this._scriptForSourceFileId(sourceFileId); 141 return !script.lineOffset && !script.columnOffset; 146 var script = this._scriptForSourceFileId(sourceFileId) [all...] |
/external/icu4c/i18n/ |
locdspnm.cpp | 171 virtual UnicodeString& scriptDisplayName(const char* script, 222 DefaultLocaleDisplayNames::scriptDisplayName(const char* script, 224 return result = UnicodeString(script, -1, US_INV); 288 virtual UnicodeString& scriptDisplayName(const char* script, 356 const char* script = locale.getScript(); local 360 UBool hasScript = uprv_strlen(script) > 0; 368 ncat(buffer, ULOC_FULLNAME_CAPACITY, lang, "_", script, "_", country, (char *)0); 377 ncat(buffer, ULOC_FULLNAME_CAPACITY, lang, "_", script, (char *)0); 404 resultRemainder.append(scriptDisplayName(script, temp)); 472 LocaleDisplayNamesImpl::scriptDisplayName(const char* script, [all...] |
/external/v8/samples/ |
lineprocessor.cc | 53 * script. The script is specified with command line parameters. 60 * --main-cycle-in-cpp option. Script must declare a function named 62 * for processing every time. This is a sample script: 70 * --main-cycle-in-js option. Script gets run one time at all and gets 72 * and print converted lines to output itself. This a sample script: 89 * Normally the program compiles custom script and immediately runs it. 90 * If programmer needs to debug script from the very beginning, he should 97 * respond only when V8 is running some script. In particular, when this program 115 bool RunCppCycle(v8::Handle<v8::Script> script, v8::Local<v8::Context> context 238 v8::Handle<v8::Script> script; local [all...] |
/external/webkit/Source/JavaScriptCore/ |
jsc.cpp | 89 struct Script { 93 Script(bool isFile, char *argument) 109 Vector<Script> scripts; 211 Vector<char> script; local 212 if (!fillBufferWithContentsOfFile(fileName, script)) 219 evaluate(globalObject->globalExec(), globalObject->globalScopeChain(), makeSource(script.data(), fileName)); 228 Vector<char> script; local 229 if (!fillBufferWithContentsOfFile(fileName, script)) 233 Completion result = evaluate(globalObject->globalExec(), globalObject->globalScopeChain(), makeSource(script.data(), fileName)); 242 Vector<char> script; local 376 UString script; local [all...] |
/external/webkit/Source/WebCore/inspector/ |
InspectorDebuggerAgent.cpp | 249 Script& script = scriptIterator->second; 250 if (breakpoint.lineNumber < script.lineOffset) 252 if (!script.linesCount) { 253 script.linesCount = 1; 254 for (size_t i = 0; i < script.data.length(); ++i) { 255 if (script.data[i] == '\n') 256 script.linesCount += 1; 259 if (breakpoint.lineNumber >= script.lineOffset + script.linesCount [all...] |
/external/openfst/src/include/fst/script/ |
shortest-distance.h | 23 #include <fst/script/arg-packs.h> 24 #include <fst/script/fst-class.h> 25 #include <fst/script/weight-class.h> 26 #include <fst/script/prune.h> // for ArcFilterType 31 namespace script { namespace in namespace:fst 245 } // namespace script
|
/external/v8/src/ |
handles.h | 215 // Get the JS object corresponding to the given script; create it 217 Handle<JSValue> GetScriptWrapper(Handle<Script> script); 219 // Script line number computations. 220 void InitScriptLineEnds(Handle<Script> script); 226 int GetScriptLineNumber(Handle<Script> script, int code_position); 228 int GetScriptLineNumberSafe(Handle<Script> script, int code_position) [all...] |
/external/chromium/chrome/browser/geolocation/ |
geolocation_browsertest.cc | 48 std::string script = StringPrintf( local 54 ExecuteJavascriptInWebFrame(string16(), UTF8ToUTF16(script)); 60 script = StringPrintf( 65 L"", UTF8ToWide(script), &iframe_src)); 130 std::string script = local 134 UTF8ToUTF16(script)); 345 std::string script = StringPrintf( local 350 iframe_xpath_, UTF8ToWide(script), &result)); 605 std::string script = StringPrintf( local 611 L"", UTF8ToWide(script), &js_result)) 641 std::string script = local [all...] |
/external/icu4c/layout/ |
LEFontInstance.cpp | 34 le_int32 script, LEErrorCode &success) const 40 if (chars == NULL || *offset < 0 || limit < 0 || *offset >= limit || script < 0 || script >= scriptCodeCount) {
|
/external/openfst/src/extensions/pdt/ |
pdtscript.cc | 20 // See comments in nlp/fst/script/script-impl.h for how the registration 35 #include <fst/script/script-impl.h> 38 namespace script { namespace in namespace:fst 114 } // namespace script
|
/external/skia/src/xml/ |
SkJS.cpp | 192 SkBool SkJS::EvaluateScript(const char* script, jsval* rVal) { 193 return JS_EvaluateScript(fContext, fGlobal, script, strlen(script),
|
/external/v8/test/mozilla/ |
testcfg.py | 112 script = join(self.root, reduce(join, dir, ''), 'shell.js') 113 if exists(script): 114 framework.append(script)
|