/external/chromium_org/v8/test/mjsunit/ |
debug-liveedit-newsource.js | 51 var script = Debug.findScript(ChooseAnimal); variable 53 var new_source = script.source.replace("Cat", "Cap' + 'yb' + 'ara"); 60 var result = Debug.LiveEdit.SetScriptSource(script, new_source, false, change_log); 65 // Global variable do not get changed (without restarting script).
|
debug-liveedit-stack-padding.js | 39 var script = Debug.findScript(SlimFunction); variable 41 Debug.setScriptBreakPointById(script.id, 1, 0); 44 var patch_pos = script.source.indexOf(orig_animal); 57 Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos,
|
/external/grub/ |
compile | 25 # configuration script generated by Autoconf, you may include it under 46 right script to run: please start by reading the file `INSTALL'. 136 # mode: shell-script
|
/external/grub/stage2/ |
cmdline.c | 179 /* Run an entry from the script SCRIPT. HEAP is used for the 183 run_script (char *script, char *heap) 186 char *cur_entry = script; 221 /* If there is no more command in SCRIPT... */
|
/external/harfbuzz_ng/src/ |
hb-ot-shape-complex-default.cc | 33 /* The default shaper *only* adds additional per-script features.*/ 57 switch ((hb_tag_t) plan->props.script) 77 switch ((hb_tag_t) props->script)
|
hb-ot-shape-complex-private.hh | 154 switch ((hb_tag_t) planner->props.script) 172 /* For Arabic script, use the Arabic shaper even if no OT script tag was found. 173 * This is because we do fallback shaping for Arabic script (and not others). */ 175 planner->props.script == HB_SCRIPT_ARABIC) 287 /* If the designer designed the font for the 'DFLT' script, 313 /* For Myanmar, we only want to use the Myanmar shaper if the "new" script 314 * tag is found. For "old" script tag we want to use the default shaper. */ 329 /* If the designer designed the font for the 'DFLT' script,
|
hb-ot-tag.cc | 39 hb_ot_old_tag_from_script (hb_script_t script) 43 switch ((hb_tag_t) script) { 61 return ((hb_tag_t) script) | 0x20000000; 84 hb_ot_new_tag_from_script (hb_script_t script) 86 switch ((hb_tag_t) script) { 126 * Most of the script tags are the same as the ISO 15924 tag but lowercased. 131 hb_ot_tags_from_script (hb_script_t script, 138 *script_tag_1 = hb_ot_old_tag_from_script (script); 140 new_tag = hb_ot_new_tag_from_script (script);
|
/external/libffi/ |
compile | 25 # configuration script generated by Autoconf, you may include it under 46 right script to run: please start by reading the file `INSTALL'. 136 # mode: shell-script
|
/external/libogg/ |
compile | 25 # configuration script generated by Autoconf, you may include it under 46 right script to run: please start by reading the file `INSTALL'. 136 # mode: shell-script
|
/external/libusb/ |
compile | 25 # configuration script generated by Autoconf, you may include it under 46 right script to run: please start by reading the file `INSTALL'. 136 # mode: shell-script
|
/external/libusb-compat/ |
compile | 25 # configuration script generated by Autoconf, you may include it under 46 right script to run: please start by reading the file `INSTALL'. 136 # mode: shell-script
|
/external/libvorbis/ |
compile | 25 # configuration script generated by Autoconf, you may include it under 46 right script to run: please start by reading the file `INSTALL'. 136 # mode: shell-script
|
/external/linux-tools-perf/ |
command-list.txt | 20 perf-script mainporcelain common
|
/external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
split-lib.py | 4 """Used to generate a bash script which will invoke the toy and time it""" 35 """Used to generate a bash script which will convert Kaleidoscope files to IR""" 68 for script in script_list: 69 splitScript(script, libGenScript, timingScript)
|
/external/llvm/examples/Kaleidoscope/MCJIT/complete/ |
split-lib.py | 4 """Used to generate a bash script which will invoke the toy and time it""" 35 """Used to generate a bash script which will invoke the toy and time it""" 68 for script in script_list: 69 splitScript(script, libGenScript, timingScript)
|
/external/v8/test/mjsunit/ |
debug-liveedit-3.js | 31 // In this test case we edit a script so that techincally function text 54 var script = Debug.findScript(Factory); variable 56 var new_source = script.source.replace(function_z_text, "function Intermediate() {\nreturn (\n" + function_z_text + ")\n;\n}\n"); 60 var result = Debug.LiveEdit.SetScriptSource(script, new_source, false, change_log);
|
debug-liveedit-newsource.js | 51 var script = Debug.findScript(ChooseAnimal); variable 53 var new_source = script.source.replace("Cat", "Cap' + 'yb' + 'ara"); 60 var result = Debug.LiveEdit.SetScriptSource(script, new_source, false, change_log); 65 // Global variable do not get changed (without restarting script).
|
/frameworks/base/packages/services/PacProcessor/jni/ |
com_android_pacprocessor_PacNative.cpp | 88 jstring script) { 89 String16 script16 = jstringToString16(env, script); 92 ALOGE("V8 Parser not started when setting PAC script"); 97 ALOGE("Unable to set PAC script"); 112 ALOGE("V8 Parser not initialized when running PAC script"); 117 ALOGW("Attempting to run PAC with no script set");
|
/frameworks/rs/cpu_ref/ |
rsCpuIntrinsic.cpp | 23 RsdCpuScriptIntrinsic::RsdCpuScriptIntrinsic(RsdCpuReferenceImpl *ctx, const Script *s, 97 mtls.script = this; 112 mtls->script = this;
|
/hardware/ti/omap4xxx/test/CameraHal/ |
camera_test.h | 82 int execute_functional_script(char *script); 98 int execute_error_script(char *script);
|
/ndk/sources/host-tools/make-3.81/config/ |
compile | 25 # configuration script generated by Autoconf, you may include it under 46 right script to run: please start by reading the file `INSTALL'. 136 # mode: shell-script
|
/ndk/tests/build/stdint-c++/jni/ |
Android.mk | 16 # script found in this directory.
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/ |
AndroidSpellCheckerService.java | 90 // List of the supported languages and their associated script. We won't check 91 // words written in another script than the selected script, because we know we 94 // is done in {@link #shouldFilterOut}. Also, the script is used to choose which 128 final Integer script = mLanguageToScript.get(locale.getLanguage()); local 129 if (null == script) { 133 return script; 136 private static String getKeyboardLayoutNameForScript(final int script) { 137 switch (script) { 145 throw new RuntimeException("Wrong script supplied: " + script) 419 final int script = getScriptFromLocale(locale); local [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
util.py | 113 directory separator. Needed because filenames in the setup script are 377 temporary script and executing it. Normally, you should let 379 the source for details). The 'direct' flag is used by the script 400 # "Indirect" byte-compilation: write a temporary script and then 409 log.info("writing byte-compilation script '%s'", script_name) 412 script = os.fdopen(script_fd, "w") 414 script = open(script_name, "w") 416 script.write("""\ 422 # safety's sake (script should be more robust in the face of 435 script.write(string.join(map(repr, py_files), ",\n") + "]\n" [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/ |
__init__.py | 87 getbaseclasses(script) 118 'scpt' : script,
|