HomeSort by relevance Sort by last modified time
    Searched refs:script (Results 51 - 75 of 2174) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/harfbuzz_ng/src/
hb-ot-shape-complex-arabic-private.hh 48 hb_script_t script);
  /external/python/cpython2/Demo/scripts/
script.py 3 # script.py -- Make typescript of terminal session.
15 script.write(data)
36 script = open(filename, mode) variable
38 sys.stdout.write('Script started, file is %s\n' % filename)
39 script.write('Script started on %s\n' % time.ctime(time.time()))
41 script.write('Script done on %s\n' % time.ctime(time.time()))
42 sys.stdout.write('Script done, file is %s\n' % filename)
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/locale/
LocaleReceiver.java 34 final File script = local
37 Log.v("LocaleReceiver", "Locale initiated launch of " + script);
40 launchIntent = IntentBuilders.buildStartInBackgroundIntent(script);
42 launchIntent = IntentBuilders.buildStartInTerminalIntent(script);
  /external/vboot_reference/tests/
rbtest.conf 21 script
34 end script
  /system/tpm/attestation/server/
attestationd.conf 24 pre-start script
28 end script
  /system/tpm/tpm_manager/server/
tpm_managerd.conf 24 pre-start script
30 end script
  /system/update_engine/init/
update-engine.conf 35 post-start script
39 end script
  /external/lisa/libs/utils/android/workloads/
gmaps.py 94 script = TargetScript(self._te, "gmaps_swiper.sh")
98 System.hswipe(script, 20, 80, 100, True)
99 script.append('sleep 1')
100 System.hswipe(script, 20, 80, 100, False)
101 script.append('sleep 1')
102 System.vswipe(script, 40, 60, 100, True)
103 script.append('sleep 1')
104 System.vswipe(script, 40, 60, 100, False)
105 script.append('sleep 1')
109 # Push script to the targe
    [all...]
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/model/
TestCaseInputFile.java 50 public void setScript(String script) {
51 this.fileName = script;
TestCaseOutputResult.java 59 public void setScript(String script) {
60 success = Boolean.parseBoolean(script);
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
local1.d 1 #ld: -shared --version-script local1.map
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
align-with-input.d 1 #source: script.s
script.exp 1 # Test basic linker script functionality
22 set testname "script"
24 if ![ld_assemble $as $srcdir/$subdir/script.s tmpdir/script.o] {
34 if ![ld_nm $nm "" tmpdir/script] {
107 if ![ld_simple_link $ld tmpdir/script "$flags -T $srcdir/$subdir/script.t tmpdir/script.o"] {
113 set testname "MRI script"
115 if ![ld_simple_link $ld tmpdir/script "$flags -c $srcdir/$subdir/scriptm.t"]
    [all...]
  /tools/repohooks/tools/
cpplint.py-update 25 Helper script to quickly update the bundled cpplint.py script.
  /frameworks/base/tools/localedata/
extract_icu_data.py 27 """Split a locale into three parts, for langauge, script, and region."""
32 if len(parts[1]) == 4: # parts[1] is a script
122 for index, script in enumerate(all_scripts):
124 index, script[0], script[1], script[2], script[3])
130 """Dump the script data."""
134 script = likely_script_dict[locale]
137 all_scripts.index(script),
    [all...]
  /prebuilts/misc/common/robolectric/
wrapper_test.sh 7 # The location of the script under test.
100 ) >script.sh
101 chmod 755 script.sh
102 whenWrap "$PWD/script.sh"
119 ) >script.sh
120 chmod 755 script.sh
121 whenWrap "$PWD/script.sh"
138 ) >script.sh
139 chmod 755 script.sh
140 whenWrap "$PWD/script.sh
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/
weakref1g.d 9 # the rest of this file is generated with the following script:
10 # # script begin
14 # # script output:
  /external/sl4a/Common/src/com/googlecode/android_scripting/
IntentBuilders.java 44 * Builds an intent that will launch a script in the background.
46 * @param script
47 * the script to launch
48 * @return the intent that will launch the script
50 public static Intent buildStartInBackgroundIntent(File script) {
55 intent.putExtra(Constants.EXTRA_SCRIPT_PATH, script.getAbsolutePath());
60 * Builds an intent that launches a script in a terminal.
62 * @param script
63 * the script to launch
64 * @return the intent that will launch the script
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
AnyScriptTest.java 36 // get a couple of characters of each script for testing
39 for (int script = 0; script < UScript.CODE_LIMIT; ++script) {
40 UnicodeSet test = new UnicodeSet().applyPropertyAlias("script", UScript.getName(script));
52 for (int script = 0; script < UScript.CODE_LIMIT; ++script) {
53 if (script == UScript.COMMON || script == UScript.INHERITED)
    [all...]
  /external/v8/src/
source-position.cc 15 if (function->script()->IsScript()) {
16 Script* script = Script::cast(function->script()); local
17 if (script->name()->IsString()) {
18 name = String::cast(script->name());
87 Script::PositionInfo pos;
89 if (function->script()->IsScript()) {
90 Script* script = Script::cast(function->script()) local
    [all...]
  /external/icu/icu4c/source/i18n/
scriptset.h 30 // This class was originally used exclusively with script sets appearing
31 // as part of the spoof check whole script confusable binary data. Its
46 UBool test(UScriptCode script, UErrorCode &status) const;
48 ScriptSet &set(UScriptCode script, UErrorCode &status);
49 ScriptSet &reset(UScriptCode script, UErrorCode &status);
51 ScriptSet &intersect(UScriptCode script, UErrorCode &status);
52 UBool intersects(const ScriptSet &other) const; // Sets contain at least one script in commmon.
59 int32_t nextSetBit(int32_t script) const;
63 UnicodeString &displayScripts(UnicodeString &dest) const; // append script names to dest string.
collationdata.cpp 119 CollationData::getFirstPrimaryForGroup(int32_t script) const {
120 int32_t index = getScriptIndex(script);
125 CollationData::getLastPrimaryForGroup(int32_t script) const {
126 int32_t index = getScriptIndex(script);
156 CollationData::getScriptIndex(int32_t script) const {
157 if(script < 0) {
159 } else if(script < numScripts) {
160 return scriptsIndex[script];
161 } else if(script < UCOL_REORDER_CODE_FIRST) {
164 script -= UCOL_REORDER_CODE_FIRST
282 int32_t script = reorder[i++]; local
    [all...]
  /build/make/tools/releasetools/
ota_from_target_files 60 do not mount the OEM partition in the updater-script. This should be
89 Insert the contents of file at the end of the update script.
197 def AppendAssertions(script, info_dict, oem_dicts=None):
201 script.AssertDevice(device)
214 script.AssertOemProperty(prop, values)
217 def _LoadOemDicts(script, recovery_mount_options=None):
222 if not OPTIONS.oem_no_mount and script:
223 script.Mount("/oem", recovery_mount_options)
231 def _WriteRecoveryImageToBoot(script, output_zip):
257 script.WriteRawImage("/boot", recovery_two_step_img_name
    [all...]
ota_from_target_files.py 60 do not mount the OEM partition in the updater-script. This should be
89 Insert the contents of file at the end of the update script.
197 def AppendAssertions(script, info_dict, oem_dicts=None):
201 script.AssertDevice(device)
214 script.AssertOemProperty(prop, values)
217 def _LoadOemDicts(script, recovery_mount_options=None):
222 if not OPTIONS.oem_no_mount and script:
223 script.Mount("/oem", recovery_mount_options)
231 def _WriteRecoveryImageToBoot(script, output_zip):
257 script.WriteRawImage("/boot", recovery_two_step_img_name
    [all...]
  /frameworks/base/packages/services/PacProcessor/src/com/android/pacprocessor/
PacNative.java 34 private native boolean setProxyScriptNativeLocked(String script);
66 public synchronized boolean setCurrentProxyScript(String script) {
67 if (setProxyScriptNativeLocked(script)) {
68 Log.e(TAG, "Unable to parse proxy script.");

Completed in 1200 milliseconds

1 23 4 5 6 7 8 91011>>