/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
UTS46.java | 761 // If Script(After(cp)) .eq. Greek Then True; 819 int script=UScript.getScript(c); local [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
LanguageTag.java | 33 private String _script = ""; // script subtag 124 * ["-" script] 139 * script = 4ALPHA ; ISO 15924 code 407 String script = baseLocale.getScript(); local 428 if (script.length() > 0 && isScript(script)) { 429 tag._script = canonicalizeScript(script); 588 // script = 4ALPHA ; ISO 15924 code
|
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/ |
HTMLElementTest.java | 234 root.script("text/javascript", "file.js"); 237 "<root><script type=\"text/javascript\" src=\"file.js\"></script></root>",
|
/external/libcap-ng/libcap-ng-0.7/ |
compile | 25 # configuration script generated by Autoconf, you may include it under 211 right script to run: please start by reading the file 'INSTALL'. 303 # mode: shell-script
|
/external/libevent/ |
compile | 24 # configuration script generated by Autoconf, you may include it under 243 right script to run: please start by reading the file 'INSTALL'. 335 # mode: shell-script
|
/external/libnfnetlink/build-aux/ |
compile | 25 # configuration script generated by Autoconf, you may include it under 244 right script to run: please start by reading the file 'INSTALL'. 336 # mode: shell-script
|
/external/libvpx/libvpx/tools/ |
ftfy.sh | 9 This script applies a whitespace transformation to the commit at HEAD. If no
|
/external/ltp/testcases/kernel/fs/fs_readonly/ |
test_robind.sh | 41 # This script is based on the Dave Hansen script for testing the robind. 59 This script verifies ReadOnly-filesystem, by mounting block device and
|
/external/pcre/dist2/src/ |
pcre2_xclass.c | 160 if ((data[1] == prop->script) == isprop) return !negated;
|
/external/pdfium/fpdfsdk/javascript/ |
cjs_event_context.h | 26 bool RunScript(const CFX_WideString& script, CFX_WideString* info) override;
|
/external/selinux/libsepol/src/ |
Makefile | 33 LD_SONAME_FLAGS=-soname,$(LIBSO),--version-script=$(LIBMAP),-z,defs
|
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ |
ScriptManager.java | 323 // Add a new script. 411 * Opens the script for editing. 413 * @param script 414 * the name of the script to edit 416 private void editScript(File script) { 418 i.putExtra(Constants.EXTRA_SCRIPT_PATH, script.getAbsolutePath()); 535 File script = new File(mCurrentDir, title); local 536 ScriptStorageAdapter.writeScript(script, body);
|
/external/toolchain-utils/ |
test_gdb_dejagnu.py | 2 """Script adapter used by automation client for testing dejagnu. 106 """Processing script arguments.""" 108 description=('This script is used by nightly client to test gdb. '
|
/external/v8/src/ |
bootstrapper.h | 20 explicit SourceCodeCache(Script::Type type): type_(type), cache_(NULL) { } 55 Script::cast(shared->script())->set_type(type_); 59 Script::Type type_;
|
accessors.cc | 304 Script::cast(JSValue::cast(object)->value())->column_offset()); 330 Object* id = Smi::FromInt(Script::cast(JSValue::cast(object)->value())->id()); 355 Object* source = Script::cast(JSValue::cast(object)->value())->name(); 379 Object* source = Script::cast(JSValue::cast(object)->value())->source(); 404 Smi::FromInt(Script::cast(JSValue::cast(object)->value())->line_offset()); 431 Smi::FromInt(Script::cast(JSValue::cast(object)->value())->type()); 457 Script::cast(JSValue::cast(object)->value())->compilation_type()); 483 Object* url = Script::cast(JSValue::cast(object)->value())->source_url(); 508 Script::cast(JSValue::cast(object)->value())->source_mapping_url(); 531 bool is_embedder_debug_script = Script::cast(JSValue::cast(object)->value() [all...] |
/external/v8/tools/ |
generate-builtins-tests.py | 115 "%s %s" % (options.d8, options.script), shell=True).strip() 131 result.add_option("--script", help="builtins detector script to run in d8",
|
/external/v8/tools/profviz/ |
worker.js | 71 self.postMessage({ "call" : "script" }); 141 time("Assembling plot script",
|
/external/vboot_reference/utility/ |
vbutil_what_keys | 24 # We'll grep for the known sha1sums within this script (they're at the end). 25 # Obtain them by running script on images you know have been signed correctly
|
/frameworks/rs/cpu_ref/ |
rsCpuCore.h | 62 const android::renderscript::Script * mScript; 69 RsdCpuScriptImpl *script; member in struct:android::renderscript::MTLaunchStructCommon 176 CpuScript * createIntrinsic(const Script *s, RsScriptIntrinsicID iid, Element *e) override; 181 RsdCpuReference::CpuScript *lookupScript(const Script *s) {
|
rsCpuScript.h | 45 void populateScript(Script *) override; 84 RsdCpuScriptImpl(RsdCpuReferenceImpl *ctx, const Script *s); 86 const Script * getScript() {return mScript;} 114 const Script *mScript; 149 const Script *script,
|
/packages/services/Car/car_product/build/ |
car.mk | 48 $(call inherit-product-if-exists, external/google-fonts/dancing-script/fonts.mk)
|
/prebuilts/devtools/tools/ |
android.bat | 23 rem Set up prog to be the path of this script, including following symlinks,
30 rem Change current directory and drive to where the script is, to avoid
|
/sdk/find_java/ |
find_java.bat | 16 rem This script is called by the other batch files to find a suitable Java.exe
17 rem to use. The script changes the "java_exe" env variable. The variable
|
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/ |
PyShell.py | 389 # or maybe it's not installed and the idle.py script is being 629 print>>tkerr, '*** Error in script or command!\n' [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/ |
PyShell.py | 389 # or maybe it's not installed and the idle.py script is being 629 print>>tkerr, '*** Error in script or command!\n' [all...] |