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

1 23 4 5 6 7 8 91011>>

  /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/v8/src/parsing/
parse-info.cc 51 Handle<Script> script(Script::cast(shared->script()));
52 set_script(script);
53 set_native(script->type() == Script::TYPE_NATIVE);
54 set_eval(script->compilation_type() == Script::COMPILATION_TYPE_EVAL);
63 ParseInfo::ParseInfo(Zone* zone, Handle<Script> script) : ParseInfo(zone)
    [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);
  /external/autotest/frontend/health/
check_test_health.py 37 This stops and returns False at the first script failure.
39 @param scripts: A list of lists. Where the inner list is the script name
46 for script in scripts:
47 logging.info('Running %s', ' '.join(script))
48 return_code = subprocess.call(script)
51 (' '.join(script), return_code))
63 @param scripts: A list of lists, where the inner list is the script name
72 for script in scripts:
73 logging.info('Running %s', ' '.join(script))
74 return_code = subprocess.call(script)
    [all...]
  /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:
weakref1l.d 8 # the rest of this file is generated with the following script:
9 # # script begin
12 # # 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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
FetchBaseTask.java 57 String script=getScript(key,properties.get(key).toString()); local
58 entries.put("fetch."+key,script);
141 String script="<project default=\"all.elements\">\n" + local
142 "<!--Ant script which will fetch pre-built plug-ins and features to a location where they\n" +
150 script=script.concat("\t\t<antcall target=\""+keys.nextElement()+"\" />\n");
152 script=script.concat("\t</target>");
155 script=script.concat("\n\n"+entries.get(keys.nextElement()))
    [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...]
  /libcore/ojluni/src/main/java/sun/util/locale/
BaseLocale.java 43 private final String script; field in class:BaseLocale
52 this.script = "";
57 private BaseLocale(String language, String script, String region, String variant) {
59 this.script = (script != null) ? LocaleUtils.toTitleString(script).intern() : "";
72 public static BaseLocale getInstance(String language, String script,
85 Key key = new Key(language, script, region, variant);
95 return script;
116 && script == other.scrip
    [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.");
  /external/ltp/tools/pounder21/test_scripts/
bonnie++ 42 rm -rf $POUNDER_TMPDIR/bonnie-script-$TEST_PID
43 echo '#/bin/bash' > $POUNDER_TMPDIR/bonnie-script-$TEST_PID
44 echo >> $POUNDER_TMPDIR/bonnie-script-$TEST_PID
54 echo $BONNIE -u 0 -d \"$f/bonnie/\" \& >> $POUNDER_TMPDIR/bonnie-script-$TEST_PID
57 echo wait >> $POUNDER_TMPDIR/bonnie-script-$TEST_PID
60 if [ `wc -l < $POUNDER_TMPDIR/bonnie-script-$TEST_PID` -lt 4 ]; then
65 bash $POUNDER_TMPDIR/bonnie-script-$TEST_PID
66 rm -rf $POUNDER_TMPDIR/bonnie-script-$TEST_PID

Completed in 323 milliseconds

1 23 4 5 6 7 8 91011>>