/libcore/ojluni/src/main/java/sun/util/locale/ |
LanguageTag.java | 54 private String script = ""; // script subtag field in class:LanguageTag 145 * ["-" script] 160 * script = 4ALPHA ; ISO 15924 code 285 script = s; 420 String script = baseLocale.getScript(); local 440 if (isScript(script)) { 441 tag.script = canonicalizeScript(script); 558 return script; [all...] |
/external/v8/src/inspector/ |
debugger_script_externs.js | 66 /** @return {!Array<!Script>} */ 133 * @param {!Script} script 138 LiveEdit.SetScriptSource = function(script, newSource, previewOnly, change_log) {} 180 CompileEvent.prototype.script = function() {} method in class:CompileEvent 223 Script: 6 }; 227 * script: number, 250 var Script; 275 FrameDetails.prototype.script = function() {} method in class:FrameDetails 355 FunctionMirror.prototype.script = function() { method in class:FunctionMirror 456 FrameMirror.prototype.script = function() {} method in class:FrameMirror [all...] |
/hardware/interfaces/renderscript/1.0/ |
IContext.hal | 730 * allocation or RS script executions) to complete. 799 * @param fieldIDS Collection of Script's Field identifiers 800 * @param values Collection of Script's data values 801 * @param sizes Collection of Script's data sizes 803 * @param depFieldIDS Collection of Script's dependent Field identifiers [all...] |
/toolchain/binutils/binutils-2.25/gold/ |
Makefile.am | 96 script-sections.cc \ 97 script.cc \ 145 script-c.h \ 146 script-sections.h \ 147 script.h \ 207 script-sections.$(OBJEXT): yyscript.h 208 script.$(OBJEXT): yyscript.h
|
/frameworks/rs/script_api/ |
rs_for_each.spec | 20 The @rsForEach() function can be used to invoke the root kernel of a script. 98 arg: rs_script script, "Script to call." 101 arg: const void* usrData, "User defined data to pass to the script. May be NULL." 116 "root" in the specified script, and only a single input allocation can be used. 118 as specified by the kernel argument. The script argument is removed. 119 The kernel must be defined in the current script. In addition, more than one 137 arg: rs_script script 147 arg: rs_script script 159 arg: rs_script script [all...] |
/prebuilts/go/darwin-x86/src/unicode/ |
tables.go | [all...] |
/prebuilts/go/linux-x86/src/unicode/ |
tables.go | [all...] |
/external/webrtc/webrtc/tools/rtcbot/ |
main.js | 9 // This script loads all the test/* files into a very small context that 46 var script = vm.createScript(fs.readFileSync(filename), filename); 47 script.runInNewContext(loadTestContext);
|
/frameworks/base/rs/jni/ |
android_renderscript_RenderScript.cpp | 587 ALOGE("Too many closures in script group"); [all...] |
/test/vts/tools/vts-tradefed/etc/ |
vts-tradefed_win.bat | 15 :: Launcher script for vts-tradefed harness
17 :: Caution: Although this script can be used to run VTS on Windows,
43 :: find VTS_ROOT directory by location of this script
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/ |
weakref1.d | 12 # the rest of this file is generated with the following script: 13 # # script begin 16 # # script output:
|
/frameworks/compile/mclinker/lib/Object/ |
ObjectLinker.cpp | 35 #include "mcld/Script/Assignment.h" 36 #include "mcld/Script/Operand.h" 37 #include "mcld/Script/RpnEvaluator.h" 38 #include "mcld/Script/ScriptFile.h" 39 #include "mcld/Script/ScriptReader.h" 159 if ((*input)->type() == Input::Script || 210 // try to parse input as a linker script 211 ScriptFile script( 213 if (getScriptReader()->readScript(m_Config, script)) { 214 (*input)->setType(Input::Script); 521 LinkerScript& script = m_pModule->getScript(); local 744 LinkerScript& script = m_pModule->getScript(); local [all...] |
/external/v8/src/debug/ |
debug.cc | 717 bool Debug::SetBreakPointForScript(Handle<Script> script, 721 if (script->type() == Script::TYPE_WASM) { 729 FindSharedFunctionInfoInScript(script, *source_position); 739 // Find position within function. The script position might be before the 1662 Script* script; local 2272 Handle<Script> script = Handle<Script>::cast(script_obj); local [all...] |
/build/make/tools/apicheck/ |
Android.mk | 18 # the hat script
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
ClearObjectTest.java | 23 import android.renderscript.Script; 141 Script script = new ScriptC_clear_object(mRS); local 144 ms_clear.set_script(script);
|
/cts/tools/cts-api-coverage/ |
Android.mk | 17 # the hat script
|
/development/tools/apkcheck/ |
Android.mk | 17 # the execution script
|
/development/tools/rmtypedefs/ |
Android.mk | 17 # the execution script
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ |
core.py | 4 the 'setup' function (which is to be called from the setup script). Also
26 # runs the setup script with no arguments at all. More useful help
30 usage: %(script)s [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
31 or: %(script)s --help [cmd1 cmd2 ...]
32 or: %(script)s --help-commands
33 or: %(script)s cmd --help
37 script = os.path.basename(script_name)
38 return USAGE % {'script': script}
62 """The gateway to the Distutils: do everything your setup script needs [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/ |
LzmaF86Compress.bat | 2 @REM This script will exec LzmaCompress tool with --f86 option that enables
|
/external/ImageMagick/MagickWand/ |
Android.mk | 42 script-token.c \
|
/external/ImageMagick/PerlMagick/ |
Magick.pm | 9 # http://www.imagemagick.org/script/license.php 105 Image::Magick - objected-oriented Perl interface to ImageMagick. Use it to read, manipulate, or write an image or image sequence from within a Perl script. 127 http://www.imagemagick.org/script/perl-magick.php
|
/external/ImageMagick/PerlMagick/quantum/ |
quantum.pm | 9 # http://www.imagemagick.org/script/license.php 104 Image::Magick::Q16HDRI - objected-oriented Perl interface to ImageMagick (Q16HDRI). Use it to create, edit, compose, or convert bitmap images from within a Perl script. 126 http://www.imagemagick.org/script/perl-magick.php
|
/external/autotest/database/ |
migrate_unittest.py | 123 def execute_script(self, script): 124 self.calls.append(script)
|
/external/boringssl/src/crypto/asn1/ |
charmap.pl | 122 /* Auto generated with chartype.pl script.
|