HomeSort by relevance Sort by last modified time
    Searched defs:Script (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /external/v8/src/js/
messages.js 14 var Script = utils.ImportNow("Script");
17 // Script
20 * Set up the Script function and constructor.
22 %FunctionSetInstanceClassName(Script, 'Script');
23 %AddNamedProperty(Script.prototype, 'constructor', Script,
30 * script : script object for the sourc
    [all...]
  /frameworks/compile/libbcc/lib/
Script.cpp 17 #include "bcc/Script.h"
31 Script::Script(Source *pSource)
37 bool Script::LinkRuntime(const char *core_lib) {
90 bool Script::mergeSource(Source &pSource) { return mSource->merge(pSource); }
  /frameworks/rs/cpp/
Script.cpp 22 using android::RSC::Script;
24 void Script::invoke(uint32_t slot, const void *v, size_t len) const {
28 void Script::forEach(uint32_t slot, const sp<const Allocation>& ain, const sp<const Allocation>& aout,
38 Script::Script(void *id, sp<RS> rs) : BaseObj(id, rs) {
42 void Script::bindAllocation(const sp<Allocation>& va, uint32_t slot) const {
47 void Script::setVar(uint32_t index, const sp<const BaseObj>& o) const {
51 void Script::setVar(uint32_t index, const void *v, size_t len) const {
55 void Script::FieldBase::init(const sp<RS>& rs, uint32_t dimx, uint32_t usages) {
rsCppStructs.h 48 class Script;
499 sp<const Element> SCRIPT;
565 * specifying that it can be used from a script as well as input to a
673 * from the top level LOD and place them into the script memory space. If
    [all...]
  /frameworks/compile/libbcc/include/bcc/
Script.h 31 class Script;
35 typedef llvm::Module *(*RSLinkRuntimeCallback)(bcc::Script *, llvm::Module *,
38 class Script {
60 explicit Script(Source *pSource);
62 ~Script() {}
109 // this Script object. Return false on error.
111 // This is equivalent to the call to Script::merge(...) on mSource.
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformSmm/
SmmScriptSave.c 79 // Build script according to opcode
110 BOOT_SCRIPT_POINTERS Script;
122 Script.Raw = Buffer;
123 Script.TableInfo->OpCode = EFI_BOOT_SCRIPT_TABLE_OPCODE;
124 Script.TableInfo->Length = sizeof(EFI_BOOT_SCRIPT_TABLE_HEADER);
125 Script.TableInfo->TableLength = sizeof(EFI_BOOT_SCRIPT_TABLE_HEADER);
142 BOOT_SCRIPT_POINTERS Script;
145 // Add final "termination" node to script table
147 Script.Raw = (UINT8*) ((UINTN)ScriptTablePtr);
148 Script.Terminate->OpCode = EFI_BOOT_SCRIPT_TERMINATE_OPCODE;
    [all...]
  /external/libtextclassifier/util/i18n/
locale.h 34 Locale locale(/*language=*/"", /*script=*/"", /*region=*/"");
41 std::string Script() const { return script_; }
48 Locale(const std::string& language, const std::string& script,
51 script_(script),
  /external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
parse_html_deps.py 36 class Script(object):
40 raise module.DepsException('Script object created without soup')
46 class InlineScript(Script):
79 assert open_tags[-1].tag == 'script'
91 class ExternalScript(Script):
96 raise Exception("{0} is not an external script.".format(soup))
155 tags = self._soup.findAll('script', src=True)
161 tags = self._soup.findAll('script', src=None)
169 script_elements = self._soup.findAll('script')
213 # Remove all script links
    [all...]
  /frameworks/rs/
rsScript.cpp 23 Script::Script(Context *rsc) : ObjectBase(rsc) {
34 Script::~Script() {
45 void Script::setSlot(uint32_t slot, Allocation *a) {
48 ALOGE("Script::setSlot unable to set allocation, invalid slot index");
56 mRSC->mHal.funcs.script.setGlobalBind(mRSC, this, slot, a);
59 void Script::setVar(uint32_t slot, const void *val, size_t len) {
62 ALOGE("Script::setVar unable to set allocation, invalid slot index");
67 mRSC->mHal.funcs.script.setGlobalVar(mRSC, this, slot, (void *)val, len)
    [all...]
rsScript.h 38 IDBase(Context *rsc, Script *s, int slot) :
45 Script *mScript;
51 ScriptKernelID(Context *rsc, Script *s, int slot, int sig);
62 ScriptInvokeID(Context *rsc, Script *s, int slot);
70 ScriptFieldID(Context *rsc, Script *s, int slot);
76 class Script : public ObjectBase {
101 explicit Script(Context *);
102 virtual ~Script();
  /external/v8/src/debug/
debug-interface.h 23 class Script;
119 * Native wrapper around v8::internal::Script object.
121 class V8_EXPORT_PRIVATE Script {
147 class WasmScript : public Script {
149 static WasmScript* Cast(Script* script);
159 void GetLoadedScripts(Isolate* isolate, PersistentValueVector<Script>& scripts);
169 virtual void ScriptCompiled(v8::Local<Script> script,
179 virtual bool IsFunctionBlackboxed(v8::Local<debug::Script> script
    [all...]
  /cts/tests/camera/src/android/hardware/camera2/cts/rs/
Script.java 29 * Base class for all renderscript script abstractions.
31 * <p>Each script has exactly one input and one output allocation, and is able to execute
32 * one {@link android.renderscript.Script} script file.</p>
34 * <p>Each script owns it's input allocation, but not the output allocation.</p>
44 * @param <T> A concrete subclass of {@link android.renderscript.Script}
46 public abstract class Script<T extends android.renderscript.Script> implements UncheckedCloseable {
49 * A type-safe heterogenous parameter map for script parameters.
51 * @param <ScriptT> A concrete subclass of {@link Script}
    [all...]
  /frameworks/compile/mclinker/include/mcld/MC/
Input.h 40 Script,
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/PiDxeS3BootScriptLib/
BootScriptExecute.c 2 Interpret and execute the S3 data in S3 boot script.
127 Translates boot script width and address stride to MDE library interface.
379 Interprete the boot script node with EFI_BOOT_SCRIPT_IO_WRITE OP code.
381 @param Script Pointer to the node which is to be interpreted.
392 IN UINT8 *Script
401 CopyMem ((VOID*)&IoWrite, (VOID*)Script, sizeof(EFI_BOOT_SCRIPT_IO_WRITE));
405 Buffer = Script + sizeof (EFI_BOOT_SCRIPT_IO_WRITE);
608 Interprete the boot script node with EFI_BOOT_SCRIPT_MEM_WRITE OP code.
610 @param[in] Script Pointer to the node which is to be interpreted.
622 IN UINT8 *Script
    [all...]
BootScriptSave.c 2 Save the S3 data to S3 boot script.
46 to handle potential INSERT boot script | |
49 | Boot Time Boot Script | | |
54 | Boot Time Boot Script | | |
63 | Boot Time Boot Script | | |
68 | Boot Time Boot Script | | |
72 | Runtime Boot Script | |
139 @return the base address of the boot script table.
181 This function save boot script data to LockBox.
258 // node on every add to boot script table.
    [all...]
  /external/skia/src/sfnt/
SkIBMFamilyClass.h 49 Script = 2,
56 Script = 2,
  /external/skqp/src/sfnt/
SkIBMFamilyClass.h 49 Script = 2,
56 Script = 2,
  /external/v8/src/inspector/
debugger_script_externs.js 49 /** @return {!Array<!Script>} */
86 * @param {!Script} script
91 LiveEdit.SetScriptSource = function(script, newSource, previewOnly, change_log) {}
160 Script: 6,
166 * script: number,
181 var Script;
206 FrameDetails.prototype.script = function() {} method in class:FrameDetails
271 FunctionMirror.prototype.script = function() {} method in class:FunctionMirror
332 FrameMirror.prototype.script = function() { method in class:FrameMirror
    [all...]
  /frameworks/base/rs/java/android/renderscript/
Script.java 25 public class Script extends BaseObj {
28 * KernelID is an identifier for a Script + root function pair. It is used
36 Script mScript;
39 KernelID(long id, RenderScript rs, Script s, int slot, int sig) {
77 Script mScript;
79 InvokeID(long id, RenderScript rs, Script s, int slot) {
107 * FieldID is an identifier for a Script + exported field pair. It is used
115 Script mScript;
117 FieldID(long id, RenderScript rs, Script s, int slot) {
327 Script(long id, RenderScript rs)
    [all...]
  /frameworks/rs/support/java/src/android/support/v8/renderscript/
Script.java 25 public class Script extends BaseObj {
58 * KernelID is an identifier for a Script + root function pair. It is used
66 android.renderscript.Script.KernelID mN;
67 Script mScript;
70 KernelID(long id, RenderScript rs, Script s, int slot, int sig) {
116 Script mScript;
118 InvokeID(long id, RenderScript rs, Script s, int slot) {
146 * FieldID is an identifier for a Script + exported field pair. It is used
154 android.renderscript.Script.FieldID mN;
155 Script mScript
    [all...]
  /prebuilts/go/darwin-x86/src/unicode/
maketables.go 61 "comma-separated list of which script tables to generate")
237 type Script struct {
239 script string
243 var scripts = make(map[string][]Script)
244 var props = make(map[string][]Script) // a property looks like a script; can share the format
342 func all(scripts map[string][]Script) []string {
682 func parseScript(line string, scripts map[string][]Script) {
711 scripts[name] = append(scripts[name], Script{uint32(lo), uint32(hi), name})
714 // The script tables have a lot of adjacent elements. Fold them together
    [all...]
  /prebuilts/go/linux-x86/src/unicode/
maketables.go 61 "comma-separated list of which script tables to generate")
237 type Script struct {
239 script string
243 var scripts = make(map[string][]Script)
244 var props = make(map[string][]Script) // a property looks like a script; can share the format
342 func all(scripts map[string][]Script) []string {
682 func parseScript(line string, scripts map[string][]Script) {
711 scripts[name] = append(scripts[name], Script{uint32(lo), uint32(hi), name})
714 // The script tables have a lot of adjacent elements. Fold them together
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
NitzStateMachineTest.java 153 Script script = new Script(device); local
157 script.countryReceived(scenario.getNetworkCountryIsoCode())
181 Script script = new Script(device); local
185 script.countryReceived(scenario.getNetworkCountryIsoCode())
209 Script script = new Script(device) local
237 Script script = new Script(device); local
264 Script script = new Script(device); local
288 Script script = new Script(device); local
312 Script script = new Script(device); local
336 Script script = new Script(device); local
360 Script script = new Script(device); local
394 Script script = new Script(device); local
    [all...]
  /external/clang/lib/Driver/
Driver.cpp 629 "crash backtrace, preprocessed source, and associated run script.";
735 "Preprocessed source(s) and associated run script(s) are located at:";
751 std::string Script = CrashInfo.Filename.rsplit('.').first.str() + ".sh";
753 llvm::raw_fd_ostream ScriptOS(Script, EC, llvm::sys::fs::F_Excl);
756 << "Error generating run script: " + Script + " " + EC.message();
764 Diag(clang::diag::note_drv_command_failed_diag_msg) << Script;
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh 62 * Script, ScriptList, LangSys, Feature, FeatureList, Lookup, LookupList
188 struct Script;
231 struct Script
253 const Record<Script>::sanitize_closure_t * = nullptr) const
262 * beginning of Script table--may be Null */
270 typedef RecordListOf<Script> ScriptList;
    [all...]

Completed in 428 milliseconds

1 2 3 4