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

1 2

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
Script.js 40 WebInspector.Script = function(scriptId, sourceURL, startLine, startColumn, endLine, endColumn, isContentScript, sourceMapURL, hasSourceURL)
51 /** @type {!Set.<!WebInspector.Script.Location>} */
57 WebInspector.Script.Events = {
61 WebInspector.Script.snippetSourceURLPrefix = "snippets:///";
63 WebInspector.Script.prototype = {
77 return WebInspector.resourceTypes.Script;
91 * @this {WebInspector.Script}
101 // Script failed to parse.
116 * @this {WebInspector.Script}
133 // Script failed to parse
    [all...]
  /frameworks/compile/libbcc/include/bcc/
Script.h 24 class Script {
31 // This hook will be invoked after the script object is successfully reset.
36 Script(Source &pSource) : mSource(&pSource) { }
38 virtual ~Script() { }
48 // this Script object. Return false on error.
50 // This is equivalent to the call to Script::merge(...) on mSource.
  /frameworks/rs/cpp/
Script.cpp 25 void Script::invoke(uint32_t slot, const void *v, size_t len) const {
29 void Script::forEach(uint32_t slot, sp<const Allocation> ain, sp<const Allocation> aout,
40 Script::Script(void *id, sp<RS> rs) : BaseObj(id, rs) {
44 void Script::bindAllocation(sp<Allocation> va, uint32_t slot) const {
49 void Script::setVar(uint32_t index, sp<const BaseObj> o) const {
53 void Script::setVar(uint32_t index, const void *v, size_t len) const {
57 void Script::FieldBase::init(sp<RS> rs, uint32_t dimx, uint32_t usages) {
rsCppStructs.h 44 class Script;
215 sp<const Element> SCRIPT;
280 * specifying that it can be used from a script as well as input to a
348 * from the top level LOD and place them into the script memory space. If
747 * Utility function for returning an Element containing a single Script.
751 static sp<const Element> SCRIPT(sp<RS> rs);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
ScriptDebugListener.h 45 class Script {
47 Script()
68 virtual void didParseSource(const String& scriptId, const Script&) = 0;
  /external/chromium_org/third_party/mesa/src/
common.py 11 import SCons.Script.SConscript
23 if 'platform' in SCons.Script.ARGUMENTS:
24 target_platform = SCons.Script.ARGUMENTS['platform']
  /external/mesa3d/
common.py 11 import SCons.Script.SConscript
23 if 'platform' in SCons.Script.ARGUMENTS:
24 target_platform = SCons.Script.ARGUMENTS['platform']
  /frameworks/rs/
rsScript.cpp 23 Script::Script(Context *rsc) : ObjectBase(rsc) {
33 Script::~Script() {
44 void Script::setSlot(uint32_t slot, Allocation *a) {
47 ALOGE("Script::setSlot unable to set allocation, invalid slot index");
53 mRSC->mHal.funcs.script.setGlobalBind(mRSC, this, slot, a);
56 void Script::setVar(uint32_t slot, const void *val, size_t len) {
59 ALOGE("Script::setVar unable to set allocation, invalid slot index");
62 mRSC->mHal.funcs.script.setGlobalVar(mRSC, this, slot, (void *)val, len)
    [all...]
rsScript.h 37 ScriptKernelID(Context *rsc, Script *s, int slot, int sig);
43 Script *mScript;
51 ScriptFieldID(Context *rsc, Script *s, int slot);
57 Script *mScript;
61 class Script : public ObjectBase {
86 Script(Context *);
87 virtual ~Script();
  /frameworks/compile/mclinker/include/mcld/MC/
MCLDInput.h 42 Script,
  /external/chromium_org/third_party/skia/src/sfnt/
SkPanose.h 23 ((Script, 3))
217 struct Script {
360 } script; member in union:SkPanose::Data
454 ((Script, 16))
  /external/skia/src/sfnt/
SkPanose.h 23 ((Script, 3))
217 struct Script {
360 } script; member in union:SkPanose::Data
454 ((Script, 16))
  /external/harfbuzz/src/
harfbuzz-open.h 45 /* Script list related structures */
80 HB_ScriptTable Script; /* Script table */
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-open.h 45 /* Script list related structures */
80 HB_ScriptTable Script; /* Script table */
  /frameworks/base/graphics/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(int id, RenderScript rs, Script s, int slot, int sig) {
68 * FieldID is an identifier for a Script + exported field pair. It is used
76 Script mScript;
78 FieldID(int id, RenderScript rs, Script s, int slot) {
179 Script(int id, RenderScript rs) {
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Script.java 25 public class Script extends BaseObj {
28 android.renderscript.Script getNObj() {
34 * KernelID is an identifier for a Script + root function pair. It is used
42 android.renderscript.Script.KernelID mN;
43 Script mScript;
46 KernelID(int id, RenderScript rs, Script s, int slot, int sig) {
96 * FieldID is an identifier for a Script + exported field pair. It is used
104 android.renderscript.Script.FieldID mN;
105 Script mScript;
107 FieldID(int id, RenderScript rs, Script s, int slot)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
Resource.h 63 Script,
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-common-private.hh 54 * Script, ScriptList, LangSys, Feature, FeatureList, Lookup, LookupList
176 struct Script;
218 struct Script
240 const Record<Script>::sanitize_closure_t * = NULL) {
248 * beginning of Script table--may be Null */
256 typedef RecordListOf<Script> ScriptList;
    [all...]
  /external/clang/lib/Driver/
Driver.cpp 421 "crash backtrace, preprocessed source, and associated run script.";
521 "Preprocessed source(s) and associated run script(s) are located at:";
528 std::string Script = StringRef(*it).rsplit('.').first;
529 Script += ".sh";
531 Script.c_str(), Err, llvm::sys::fs::F_Excl | llvm::sys::fs::F_Binary);
534 << "Error generating run script: " + Script + " " + Err;
550 Diag(clang::diag::note_drv_command_failed_diag_msg) << Script;
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh 53 * Script, ScriptList, LangSys, Feature, FeatureList, Lookup, LookupList
176 struct Script;
218 struct Script
240 const Record<Script>::sanitize_closure_t * = NULL) {
248 * beginning of Script table--may be Null */
256 typedef RecordListOf<Script> ScriptList;
    [all...]
  /external/v8/tools/
grokdump.py 811 if self.shared.script.Is(Script) and self.shared.script.name.Is(String):
812 p.Print("script name: %s" % self.shared.script.name)
834 if not self.shared.script.Is(Script): return source
835 script_source = self.shared.script.source
859 self.script = self.ObjectField(self.ScriptOffset())
876 class Script(HeapObject)
    [all...]
  /external/chromium_org/v8/tools/
grokdump.py     [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 
  /external/v8/include/
v8.h 509 * Pre-compilation data that can be associated with a script. This
510 * data can be calculated for a script in advance of actually
511 * compiling it, and can be stored between compilations. When script
519 * Pre-compiles the specified script (context-independent).
521 * \param input Pointer to UTF-8 script source code.
522 * \param length Length of UTF-8 script source code.
527 * Pre-compiles the specified script (context-independent).
532 * \param source Script source code.
564 * The origin, within a file, of a script.
586 * A compiled JavaScript script
    [all...]
  /external/chromium_org/v8/include/
v8.h 980 * Pre-compilation data that can be associated with a script. This
981 * data can be calculated for a script in advance of actually
982 * compiling it, and can be stored between compilations. When script
990 * Pre-compiles the specified script (context-independent).
992 * \param input Pointer to UTF-8 script source code.
993 * \param length Length of UTF-8 script source code.
1000 * Pre-compiles the specified script (context-independent).
1005 * \param source Script source code.
1037 * The origin, within a file, of a script.
4501 Handle<Script> script; member in struct:v8::JitCodeEvent
    [all...]

Completed in 310 milliseconds

1 2