HomeSort by relevance Sort by last modified time
    Searched refs:Script (Results 151 - 175 of 403) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/rs/
rsContext.h 133 void setRootScript(Script *);
164 uint32_t runScript(Script *s);
271 ObjectBaseRef<Script> mRootScript;
rsRuntime.h 34 void rsrAllocationSyncAll(Context *, Script *, Allocation *);
121 float rsrGetDt(Context *, const Script *sc);
151 void rsrForEach(Context *, Script *target,
rsScriptC_Lib.cpp 123 float rsrGetDt(Context *rsc, const Script *sc) {
183 Script *target,
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicBlend.cpp 30 virtual void populateScript(Script *);
33 RsdCpuScriptIntrinsicBlend(RsdCpuReferenceImpl *ctx, const Script *s, const Element *e);
482 const Script *s, const Element *e)
491 void RsdCpuScriptIntrinsicBlend::populateScript(Script *s) {
496 const Script *s, const Element *e) {
rsCpuIntrinsicHistogram.cpp 29 virtual void populateScript(Script *);
36 RsdCpuScriptIntrinsicHistogram(RsdCpuReferenceImpl *ctx, const Script *s, const Element *e);
293 const Script *s, const Element *e)
314 void RsdCpuScriptIntrinsicHistogram::populateScript(Script *s) {
322 RsdCpuScriptImpl * rsdIntrinsic_Histogram(RsdCpuReferenceImpl *ctx, const Script *s, const Element *e) {
rsCpuIntrinsic.cpp 23 RsdCpuScriptIntrinsic::RsdCpuScriptIntrinsic(RsdCpuReferenceImpl *ctx, const Script *s,
97 mtls.script = this;
112 mtls->script = this;
rsCpuIntrinsicBlur.cpp 29 virtual void populateScript(Script *);
36 RsdCpuScriptIntrinsicBlur(RsdCpuReferenceImpl *ctx, const Script *s, const Element *e);
393 const Script *s, const Element *e)
433 void RsdCpuScriptIntrinsicBlur::populateScript(Script *s) {
442 RsdCpuScriptImpl * rsdIntrinsic_Blur(RsdCpuReferenceImpl *ctx, const Script *s, const Element *e) {
  /external/chromium_org/v8/test/cctest/
test-api.cc 70 using ::v8::Script;
209 Local<Script> script = Script::Compile(source); local
210 CHECK_EQ(6, script->Run()->Int32Value());
436 THREADED_TEST(Script) {
441 Local<Script> script = Script::Compile(source); local
442 CHECK_EQ(6, script->Run()->Int32Value())
513 Local<Script> script = Script::Compile(source); local
549 Local<Script> script = Script::Compile(source); local
581 Local<Script> script = Script::Compile(source); local
607 Local<Script> script = Script::Compile(source); local
859 Local<Script> script = Script::Compile(source); local
880 Local<Script> script = Script::Compile(source); local
932 Local<Script> script = Script::Compile(source); local
1029 Local<Script> script = v8_compile("obj()"); local
1044 Local<Script> script = v8_compile("obj()"); local
1067 Local<Script> script; local
1102 v8::Handle<v8::Script> script; local
1284 Local<Script> script = v8_compile("obj.length"); local
1293 Local<Script> script = v8_compile("obj.length"); local
1302 Local<Script> script = v8_compile("obj.length"); local
2235 Local<Script> script = v8_compile("obj[900]"); local
2512 Local<Script> script = Script::Compile(v8_str("Foo.prototype.plak")); local
3893 Local<Script> script = Script::Compile(v8_str("throw 'panama!';")); local
3936 v8::Handle<v8::Script> script = Script::Compile(v8_str("throw 'error'"), local
4017 v8::Handle<v8::Script> script = Script::Compile(v8_str("throw 'error'"), local
4046 v8::Handle<v8::Script> script = Script::Compile(v8_str("throw 'error'"), local
4083 v8::Handle<v8::Script> script = Script::Compile(v8_str("throw 'error'"), local
4362 Local<Script> script = Script::Compile(String::NewFromUtf8( local
4377 Local<Script> script = Script::Compile(String::NewFromUtf8( local
4927 Local<Script> script local
5285 Local<Script> script = Script::Compile(v8_str("x")); local
5306 Local<Script> script = Script::Compile(v8_str("obj.x")); local
5588 Local<Script> script = Script::Compile(v8_str("obj.x = 4")); local
5604 Local<Script> script = Script::Compile(v8_str("obj.x = 4; obj.x")); local
5623 Local<Script> script = Script::Compile(v8_str("obj.x = 4; obj.x")); local
5644 Local<Script> script = Script::Compile(v8_str("obj.x")); local
5659 Local<Script> script = Script::Compile(v8_str("interceptor_obj.x")); local
6376 Local<Script> script = Script::Compile(source); local
6950 Local<Script> script = Script::Compile(String::NewFromUtf8( local
9639 const char* script = local
9694 const char* script = local
10350 Local<Script> script = local
10394 Local<Script> script = local
10510 Local<Script> script = local
12979 Local<Script> script = v8_compile("(function () {" local
13001 Local<Script> script = v8_compile("(function () {" local
13037 Local<Script> script = v8_compile("(function () {" local
13051 Local<Script> script = v8_compile("(function () {" local
13558 const char* script = local
13801 const char* script = local
13940 v8::Handle<v8::Script> script = v8::Script::Compile(v8::String::NewFromUtf8( local
13994 v8::Handle<v8::Script> script; local
14436 const char* script = "function foo(a) { return a+1; }"; local
14449 const char* script = "function foo(a) { return 1 * * 2; }"; local
14460 const char* script = " The Definintive Guide"; local
14472 const char* script = "function foo(a) { return a+1; }"; local
14515 const char* script = "function foo(){ return 5;}\\n" local
17631 v8::Handle<v8::String> script = v8::String::NewFromUtf8( local
17654 v8::Handle<v8::String> script = v8::String::NewFromUtf8( local
17736 v8::Handle<v8::String> script = v8::String::NewFromUtf8( local
17754 v8::Handle<v8::String> script = v8::String::NewFromUtf8( local
17859 v8::Local<v8::Script> script; local
17910 v8::Local<v8::Script> script; local
17935 v8::Local<v8::Script> script; local
19839 char script[64]; local
19864 Local<Script> script = v8::Script::Compile( local
    [all...]
test-log.cc 310 // Script needs to have a name in order to trigger InitLineEnds execution.
313 v8::Handle<v8::Script> evil_script = v8::Script::Compile(source, origin);
466 v8::Handle<v8::Script> script = v8::Script::Compile(source_str, v8_str("")); local
467 if (script.IsEmpty()) {
472 v8::Handle<v8::Value> result = script->Run();
  /external/chromium_org/v8/src/
cpu-profiler.cc 247 if (shared->script()->IsScript()) {
248 ASSERT(Script::cast(shared->script()));
249 Script* script = Script::cast(shared->script()); local
250 rec->entry->set_script_id(script->id()->value());
279 ASSERT(Script::cast(shared->script()));
280 Script* script = Script::cast(shared->script()); local
    [all...]
debug.h 172 // Cache of all script objects in the heap. When a script is added a weak handle
174 // callback takes care of removing the script from the cache. The key used in
175 // the cache is the script id.
182 // Add script to the cache.
183 void Add(Handle<Script> script);
192 // Calculate the hash value from the key (script id).
197 // Scripts match if their keys (script id) match.
254 bool SetBreakPointForScript(Handle<Script> script
    [all...]
handles.cc 233 Foreign* foreign = Script::cast(wrapper->value())->wrapper();
243 Handle<JSValue> GetScriptWrapper(Handle<Script> script) {
244 if (script->wrapper()->foreign_address() != NULL) {
245 // Return a handle for the existing script wrapper from the cache.
247 *reinterpret_cast<JSValue**>(script->wrapper()->foreign_address()));
249 Isolate* isolate = script->GetIsolate();
250 // Construct a new script wrapper.
259 if (script->wrapper()->foreign_address() != NULL) {
261 *reinterpret_cast<JSValue**>(script->wrapper()->foreign_address()))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorDebuggerAgent.h 191 virtual void didParseSource(const String& scriptId, const Script&);
202 String sourceMapURLForScript(const Script&);
208 typedef HashMap<String, Script> ScriptsMap;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DefaultScriptMapping.js 53 var script = WebInspector.debuggerModel.scriptForId(debuggerModelLocation.scriptId);
54 var uiSourceCode = this._uiSourceCodeForScriptId[script.scriptId];
69 var script = WebInspector.debuggerModel.scriptForId(scriptId);
70 return WebInspector.debuggerModel.createRawLocation(script, lineNumber, columnNumber);
74 * @param {!WebInspector.Script} script
76 addScript: function(script)
78 var path = this._projectDelegate.addScript(script);
84 this._uiSourceCodeForScriptId[script.scriptId] = uiSourceCode;
85 this._scriptIdForUISourceCode.put(uiSourceCode, script.scriptId)
    [all...]
NetworkUISourceCodeProvider.js 73 var script = /** @type {!WebInspector.Script} */ (event.data);
74 if (!script.sourceURL || script.isInlineScript() || script.isSnippet())
77 if (script.isContentScript && !script.hasSourceURL) {
78 var parsedURL = new WebInspector.ParsedURL(script.sourceURL);
82 this._addFile(script.sourceURL, script, script.isContentScript)
    [all...]
ScriptSnippetModel.js 41 /** @type {!Map.<!WebInspector.UISourceCode, !WebInspector.Script>} */
48 this._snippetStorage = new WebInspector.SnippetStorage("script", "Script snippet #");
168 var script = this._scriptForUISourceCode.get(uiSourceCode);
169 if (!script)
175 var scriptUISourceCode = script.rawLocationToUILocation(0, 0).uiSourceCode;
307 var script = this._scriptForUISourceCode.get(uiSourceCode);
308 if (!script)
311 return WebInspector.debuggerModel.createRawLocation(script, lineNumber, columnNumber);
315 * @param {!WebInspector.Script} scrip
    [all...]
  /external/chromium_org/v8/samples/
lineprocessor.cc 45 * script. The script is specified with command line parameters.
52 * --main-cycle-in-cpp option. Script must declare a function named
54 * for processing every time. This is a sample script:
62 * --main-cycle-in-js option. Script gets run one time at all and gets
64 * and print converted lines to output itself. This a sample script:
81 * Normally the program compiles custom script and immediately runs it.
82 * If programmer needs to debug script from the very beginning, he should
89 * respond only when V8 is running some script. In particular, when this program
107 bool RunCppCycle(v8::Handle<v8::Script> script
237 v8::Handle<v8::Script> script; local
    [all...]
  /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/support/v8/renderscript/java/src/android/support/v8/renderscript/
ScriptIntrinsicColorMatrix.java 163 * @return Script.KernelID The KernelID object.
165 public Script.KernelID getKernelID() {
  /external/chromium_org/chrome/renderer/extensions/
activity_log_converter_strategy_unittest.cc 127 v8::Handle<v8::Script> script(
128 v8::Script::New(v8::String::NewFromUtf8(isolate_, source)));
129 v8::Handle<v8::Object> v8_object = script->Run().As<v8::Object>();
  /external/libpng/contrib/gregbook/
makevms.com 4 $! Script created by Martin Zinser for libpng; modified by Greg Roelofs
  /frameworks/compile/libbcc/tools/bcc/
Main.cpp 40 #include <bcc/Script.h>
160 bool CompileScript(Compiler &pCompiler, Script &pScript,
  /external/v8/src/
debug.h 161 // Cache of all script objects in the heap. When a script is added a weak handle
163 // callback takes care of removing the script from the cache. The key used in
164 // the cache is the script id.
170 // Add script to the cache.
171 void Add(Handle<Script> script);
180 // Calculate the hash value from the key (script id).
185 // Scripts match if their keys (script id) match.
391 // Script cache handling
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
ResourceFetcher.cpp 81 case Resource::Script:
119 case Resource::Script:
199 case Resource::Script:
349 return toScriptResource(requestResource(Resource::Script, request));
386 case Resource::Script:
390 // These resource can inject script into the current document (Script,
446 bool shouldBypassMainWorldContentSecurityPolicy = (frame() && frame()->script().shouldBypassMainWorldContentSecurityPolicy()) || (options.contentSecurityPolicyOption == DoNotCheckContentSecurityPolicy);
455 case Resource::Script:
486 case Resource::Script
    [all...]

Completed in 854 milliseconds

1 2 3 4 5 67 8 91011>>