| /sdk/files/proguard/bin/ |
| proguardgui.bat | 3 REM Start-up script for the GUI of ProGuard -- free class file shrinker, 6 rem Change current directory and drive to where the script is, to avoid
|
| retrace.bat | 3 REM Start-up script for Retrace -- companion tool for ProGuard, free class file 6 rem Change current directory and drive to where the script is, to avoid
|
| /build/tools/droiddoc/templates-sdk/components/ |
| masthead.cs | 25 <script type="text/javascript"> 29 </script> 43 <script> 51 </script><?cs 54 <script type="text/javascript"> 58 </script>
|
| /external/libphonenumber/java/src/com/android/i18n/phonenumbers/geocoding/ |
| MappingFileProvider.java | 149 * @param script four-letter titlecase (the first letter is uppercase and the rest of the letters 150 * are lowercase) ISO script codes as defined in ISO 15924 154 String getFileName(int countryCallingCode, String language, String script, String region) { 164 String languageCode = findBestMatchingLanguageCode(setOfLangs, language, script, region); 175 Set<String> setOfLangs, String language, String script, String region) { 176 StringBuilder fullLocale = constructFullLocale(language, script, region); 188 if (onlyOneOfScriptOrRegionIsEmpty(script, region)) { 192 } else if (script.length() > 0 && region.length() > 0) { 193 StringBuilder langWithScript = new StringBuilder(language).append('_').append(script); 212 private boolean onlyOneOfScriptOrRegionIsEmpty(String script, String region) [all...] |
| /external/v8/src/ |
| messages.h | 69 MessageLocation(Handle<Script> script, 72 : script_(script), 77 Handle<Script> script() const { return script_; } function in class:v8::internal::MessageLocation 82 Handle<Script> script_;
|
| compiler.cc | 53 CompilationInfo::CompilationInfo(Handle<Script> script) 54 : isolate_(script->GetIsolate()), 58 script_(script), 73 script_(Handle<Script>(Script::cast(shared_info->script()))), 89 script_(Handle<Script>(Script::cast(shared_info_->script()))), 362 Handle<Script> script = info->script(); local 510 Handle<Script> script = FACTORY->NewScript(source); local 567 Handle<Script> script = isolate->factory()->NewScript(source); local 772 Handle<Script> script = info->script(); local [all...] |
| debug-debugger.js | 63 // The different types of script compilations matching enum 64 // Script::CompilationType in objects.h. 69 // The different script break point types. 250 // Object representing a script break point. The script is referenced by its 251 // script name or script id and the break point is represented as line and 272 //Creates a clone of script breakpoint that is linked to another script. 375 // Set ignore count on all break points created from this script break point 623 var script = %FunctionGetScript(func); variable [all...] |
| liveedit-debugger.js | 28 // LiveEdit feature implementation. The script should be executed after 32 // according to changes of script source (if possible). 34 // When new script source is put in, the difference is calculated textually, 39 // version of the script) it remains unchanged, but the code that could 40 // create a new instance of this function goes away. An old version of script 50 // Applies the change to the script. 53 function ApplyPatchMultiChunk(script, diff_array, new_source, preview_only, 56 var old_source = script.source; 58 // Gather compile information about old version of script. 59 var old_compile_info = GatherCompileInfo(old_source, script); [all...] |
| /external/llvm/utils/lit/lit/ |
| TestRunner.py | 302 script = tmpBase + '.script' 304 # Write script file 305 f = open(script,'w') 312 print >>sys.stdout, open(script).read() 316 command = [litConfig.getBashPath(), script] 342 script = tmpBase + '.script' 344 script += '.bat' 346 # Write script fil [all...] |
| /external/v8/test/mjsunit/ |
| debug-setbreakpoint.js | 85 testArguments(dcp, '{"type":"script"}', false); 106 testArguments(dcp, '{"type":"script","target":"test"}', true, true); 107 testArguments(dcp, '{"type":"script","target":"test"}', true, true); 108 testArguments(dcp, '{"type":"script","target":"test","line":1}', true, true); 109 testArguments(dcp, '{"type":"script","target":"test","column":1}', true, true); 120 testArguments(dcp, '{"type":"script","target":"sourceUrlScript","line":0}', true, true); 153 // Check the script ids for the test functions. 159 assertTrue(f_script_id > 0, "invalid script id for f"); 160 assertTrue(g_script_id > 0, "invalid script id for g"); 161 assertTrue(h_script_id > 0, "invalid script id for h") [all...] |
| debug-liveedit-breakpoints.js | 63 var script = Debug.findScript(F25); variable 67 Debug.setScriptBreakPoint(Debug.ScriptBreakPointType.ScriptId, script.id, 1, 1, "true || false || false"); 68 Debug.setScriptBreakPoint(Debug.ScriptBreakPointType.ScriptId, script.id, 6, 1, "true || false || false"); 69 Debug.setScriptBreakPoint(Debug.ScriptBreakPointType.ScriptId, script.id, 14, 1, "true || false || false"); 73 var new_source = script.source.replace(function_z_text, ""); 77 var result = Debug.LiveEdit.SetScriptSource(script, new_source, false, change_log); 83 // One breakpoint gets duplicated in a old version of script. 89 if (breaks[i].script_id() == script.id) {
|
| debug-script-breakpoints.js | 32 // Set and remove a script break point for a named script. 41 // Set three script break points for named scripts. 46 // Check the content of the script break points. 64 // Remove script break points (in another order than they where added). 73 // Set and remove a script break point for a script id. 82 // Set three script break points for script ids. 87 // Check the content of the script break points [all...] |
| /external/harfbuzz/src/ |
| harfbuzz-shaper-private.h | 96 typedef void (*HB_AttributeFunction)(HB_Script script, const HB_UChar16 *string, hb_uint32 from, hb_uint32 len, HB_CharAttributes *attributes); 115 extern void HB_TibetanAttributes(HB_Script script, const HB_UChar16 *string, hb_uint32 from, hb_uint32 len, HB_CharAttributes *attributes); 117 extern void HB_MyanmarAttributes(HB_Script script, const HB_UChar16 *string, hb_uint32 from, hb_uint32 len, HB_CharAttributes *attributes); 119 extern void HB_KhmerAttributes(HB_Script script, const HB_UChar16 *string, hb_uint32 from, hb_uint32 len, HB_CharAttributes *attributes); 121 extern void HB_IndicAttributes(HB_Script script, const HB_UChar16 *string, hb_uint32 from, hb_uint32 len, HB_CharAttributes *attributes); 123 extern void HB_ThaiAttributes(HB_Script script, const HB_UChar16 *string, hb_uint32 from, hb_uint32 len, HB_CharAttributes *attributes);
|
| /external/icu4c/common/ |
| loclikely.cpp | 117 * Create a tag string from the supplied parameters. The lang, script and region 121 * If any of the language, script or region parameters are empty, and the alternateTags 122 * parameter is not NULL, it will be parsed for potential language, script and region tags 138 * @param script The script tag to use. 139 * @param scriptLength The length of the script tag. 154 const char* script, 179 * script and region code without worrying about overrunning 244 script, 251 * Parse the alternateTags string for the script 849 char script[ULOC_SCRIPT_CAPACITY]; local 953 char script[ULOC_SCRIPT_CAPACITY]; local [all...] |
| /external/v8/test/cctest/ |
| test-threads.cc | 44 v8::Handle<v8::Script> script = v8::Script::Compile( local 47 script->Run(); 52 script->Run(); 77 v8::Handle<v8::Script> script = v8::Script::Compile( local 84 CHECK(script->Run()->IsTrue()); 94 // Rerun the script [all...] |
| /external/webkit/Source/WebKit/efl/DefaultTheme/widget/combo/ |
| combo.edc | 37 script { 264 script { 272 script { 280 script { 288 script { 296 script {
|
| /ndk/sources/host-tools/sed-4.2.1/doc/ |
| sed.x | 8 [-e script] [--expression=script] 9 [-f script-file] [--file=script-file] 10 [script-if-no-other-script] 46 script fragment). 71 Immediately quit the \*(sd script without processing 77 Immediately quit the \*(sd script without processing 100 is omitted, branch to end of script [all...] |
| /external/chromium/third_party/libjingle/source/talk/base/ |
| macutils.h | 58 // Runs the given apple script. Only supports scripts that does not 60 bool RunAppleScript(const std::string& script);
|
| /external/e2fsprogs/tests/ |
| test_script.in | 3 # Test script for e2fsck 61 if [ -f $test_dir/script ]; then 62 . $test_dir/script 69 echo "Missing test script!"
|
| /external/skia/include/xml/ |
| SkJS.h | 35 SkBool EvaluateScript(const char* script, jsval* rVal);
|
| /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/ |
| clear-watch-invalid-id-crash.js | 12 location = "data:text/html,TEST COMPLETE<script>if(window.layoutTestController) layoutTestController.notifyDone();</script>";
|
| /external/webkit/Source/WebCore/bindings/js/ |
| JSLazyEventListener.cpp | 86 ScriptController* script = document->frame()->script(); 87 if (!script->canExecuteScripts(AboutToExecuteScript) || script->isPaused())
|
| /external/webkit/Source/WebCore/bindings/v8/ |
| WorkerContextExecutionProxy.cpp | 191 ScriptValue WorkerContextExecutionProxy::evaluate(const String& script, const String& fileName, const TextPosition0& scriptStartPosition, WorkerContextExecutionState* state) 202 v8::Local<v8::String> scriptString = v8ExternalString(script); 203 v8::Handle<v8::Script> compiledScript = V8Proxy::compileScript(scriptString, fileName, scriptStartPosition); 207 m_workerContext->script()->forbidExecution(); 232 v8::Local<v8::Value> WorkerContextExecutionProxy::runScript(v8::Handle<v8::Script> script) 234 if (script.IsEmpty()) 240 script = V8Proxy::compileScript(code, "", TextPosition0::minimumPosition()); 244 ASSERT(script.IsEmpty()); 246 if (script.IsEmpty() [all...] |
| /external/webkit/Source/WebKit/qt/docs/webkitsnippets/ |
| qtwebkit_bridge_snippets.cpp | 40 <script> 45 </script> 71 <script> 75 </script>
|
| /external/skia/src/animator/ |
| SkScriptTokenizer.cpp | 350 bool SkScriptEngine2::evaluateDot(const char*& script) { 351 size_t fieldLength = token_length(++script); // skip dot 353 const char* field = script; 354 script += fieldLength; 360 return evaluateDotParam(script, field, fieldLength); 365 bool SkScriptEngine2::evaluateDotParam(const char*& script, const char* field, size_t fieldLength) { 372 while (is_ws(ch = script[0])) 373 script++; 380 success = functionParams(&script, ¶ms); 391 if (strncmp(*scriptPtr, "#script:", sizeof("#script:") - 1) == 0) 401 const char* script = *scriptPtr; local 465 const char* script = *scriptPtr; local 1485 const char* script = scriptTests[index].fScript; local [all...] |