/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/chromium_org/v8/src/ |
compilation-cache.cc | 122 // Probe the script generation tables. Make sure not to leak handles 140 // We only re-use a cached function for some script source code if the 141 // script originates from the same place. This is to avoid issues 149 Handle<Script> script = local 150 Handle<Script>(Script::cast(function_info->script()), isolate()); 151 // If the script name isn't set, the boilerplate script should hav [all...] |
d8.cc | 207 Handle<Script> script = Script::New(source, name); local 208 if (script.IsEmpty()) { 218 Handle<Value> result = script->Run(); 410 Handle<Script> script = Script::New(args[1]->ToString()); local 411 if (script.IsEmpty()) return; 414 Handle<Value> result = script->Run() 811 Handle<Script> script = Script::Compile(source, name); local [all...] |
/external/skia/src/sfnt/ |
SkPanose.h | 23 ((Script, 3)) 217 struct Script { 360 } script; member in union:SkPanose::Data 454 ((Script, 16))
|
/external/v8/src/ |
compilation-cache.cc | 121 // Probe the script generation tables. Make sure not to leak handles 139 // We only re-use a cached function for some script source code if the 140 // script originates from the same place. This is to avoid issues 147 Handle<Script> script = local 148 Handle<Script>(Script::cast(function_info->script()), isolate()); 149 // If the script name isn't set, the boilerplate script should hav [all...] |
codegen.cc | 123 Handle<Script> script = info->script(); local 124 if (!script->IsUndefined() && !script->source()->IsUndefined()) { 126 StringInputBuffer stream(String::cast(script->source()));
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
IsObjectTest.java | 37 Script script; field in class:IsObjectTest 50 script = new ScriptC_is_object(mRS); 151 mItem.script = script; 165 Assert.assertTrue("rsIsObject script test fail: " + "Expect 1;value "
|
SetObjectTest.java | 36 Script script; field in class:SetObjectTest 49 script = new ScriptC_set_object(mRS); 148 mItem.script = script; 162 Assert.assertTrue("rsSetObject script test fail: " + "Expect 1;value "
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
ScriptDebugServer.h | 132 HashMap<String, OwnPtr<ScopedPersistent<v8::Script> > > m_compiledScripts;
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
ScriptFormatter.js | 44 if (contentType === WebInspector.resourceTypes.Script || contentType === WebInspector.resourceTypes.Document || contentType === WebInspector.resourceTypes.Stylesheet)
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
main.cc | 115 printf (" %d script(s) found in table\n", num_scripts); 117 const Script &script = g.get_script (n_script); local 118 printf (" Script %2d of %2d: %.4s\n", n_script, num_scripts, 121 if (!script.has_default_lang_sys()) 123 int num_langsys = script.get_lang_sys_count (); 124 printf (" %d language system(s) found in script\n", num_langsys); 125 for (int n_langsys = script.has_default_lang_sys() ? -1 : 0; n_langsys < num_langsys; n_langsys++) { 127 ? script.get_default_lang_sys () 128 : script.get_lang_sys (n_langsys) [all...] |
/external/chromium_org/tools/gn/ |
variables.cc | 23 " build config script.\n" 143 " to convert arguments to be relative to a script's current directory.\n"; 156 " files. If you are passing this to a script, you will want to pass it\n" 173 " This is primarily useful for setting up script calls. If you are\n" 174 " passing this to a script, you will want to pass it through\n" 184 " # Pass the output dir to the script.\n" 200 " files. If you are passing this to a script, you will want to pass it\n" 209 " # Pass the generated output dir to the script.\n" 225 " scripts. If you are passing this to a script, you will want to pass it\n" 234 " # Pass the output dir to the script.\n [all...] |
/external/chromium_org/v8/test/cctest/ |
test-cpu-profiler.cc | 107 i::EmbeddedVector<char, 256> script; local 112 i::OS::SNPrintF(script, 119 CompileRun(script.start()); 536 // Check that the profile tree for the script above will look like the 557 v8::Script::Compile(v8::String::NewFromUtf8(env->GetIsolate(), 626 v8::Script::Compile(v8::String::NewFromUtf8( 749 v8::Script::Compile( 794 v8::Script::Compile( 857 v8::Script::Compile(v8::String::NewFromUtf8( 901 v8::Script::Compile(v8::String::NewFromUtf8 1525 const v8::CpuProfileNode* script = GetChild(env->GetIsolate(), root, local [all...] |
test-decls.cc | 150 Local<Script> script = local 151 Script::Compile(String::NewFromUtf8(CcTest::isolate(), source)); 153 CHECK(script.IsEmpty()); 156 CHECK(!script.IsEmpty()); 157 Local<Value> result = script->Run(); 733 Local<Script> script = local 734 Script::Compile(String::NewFromUtf8(context_->GetIsolate(), source)); 736 CHECK(script.IsEmpty()) [all...] |
test-serialize.cc | 351 v8::Local<v8::Script> script = v8::Script::Compile(source); local 352 CHECK_EQ(4, script->Run()->Int32Value()); 369 v8::Local<v8::Script> script = v8::Script::Compile(source); local 370 CHECK_EQ(4, script->Run()->Int32Value());
|
/external/harfbuzz_ng/src/ |
main.cc | 115 printf (" %d script(s) found in table\n", num_scripts); 117 const Script &script = g.get_script (n_script); local 118 printf (" Script %2d of %2d: %.4s\n", n_script, num_scripts, 121 if (!script.has_default_lang_sys()) 123 int num_langsys = script.get_lang_sys_count (); 124 printf (" %d language system(s) found in script\n", num_langsys); 125 for (int n_langsys = script.has_default_lang_sys() ? -1 : 0; n_langsys < num_langsys; n_langsys++) { 127 ? script.get_default_lang_sys () 128 : script.get_lang_sys (n_langsys) [all...] |
/external/jpeg/ |
jmemmac.c | 64 #include <Script.h> /* for smSystemScript */
|
/external/libvpx/libvpx/examples/includes/geshi/contrib/ |
example.php | 3 * GeSHi example script 5 * Just point your browser at this script (with geshi.php in the parent directory, 43 // you sanitise correctly if you use $_POST of course - this very script has had a security 44 // advisory against it in the past because of this. Please try not to use this script on a 160 <h2>GeSHi Example Script</h2> 161 <p>To use this script, make sure that <strong>geshi.php</strong> is in the parent directory or in your
|
/external/qemu/distrib/jpeg-6b/ |
jmemmac.c | 64 #include <Script.h> /* for smSystemScript */
|
/external/v8/test/cctest/ |
test-log.cc | 349 // Script needs to have a name in order to trigger InitLineEnds execution. 351 v8::Handle<v8::Script> evil_script = v8::Script::Compile(source, origin); 515 v8::Handle<v8::Script> script = v8::Script::Compile(source_str, v8_str("")); local 516 if (script.IsEmpty()) { 521 v8::Handle<v8::Value> result = script->Run();
|
test-serialize.cc | 327 v8::Local<v8::Script> script = v8::Script::Compile(source); local 328 CHECK_EQ(4, script->Run()->Int32Value()); 344 v8::Local<v8::Script> script = v8::Script::Compile(source); local 345 CHECK_EQ(4, script->Run()->Int32Value());
|
/frameworks/base/graphics/java/android/renderscript/ |
RenderScriptGL.java | 35 * root script which is the display window for graphical output. When the 36 * system needs to update the display the currently bound root script will be 37 * called. This script is expected to issue the rendering commands to repaint 262 * Temporarly halt calls to the root rendering script. 272 * Resume calls to the root rendering script. 283 * Set the script to handle calls to render the primary surface. 285 * @param s Graphics script to process rendering requests. 287 public void bindRootScript(Script s) { 295 * rendering script. 307 * root rendering script [all...] |
/frameworks/compile/mclinker/lib/LD/ |
GroupReader.cpp | 61 if ((*input)->type() == Input::Script ||
|
/frameworks/rs/driver/ |
rsdCore.cpp | 173 static RsdCpuReference::CpuScript * LookupScript(Context *, const Script *s) {
|
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
Blend.java | 26 import android.renderscript.Script;
|