HomeSort by relevance Sort by last modified time
    Searched defs:script (Results 351 - 375 of 432) sorted by null

<<1112131415161718

  /external/v8/src/
full-codegen.h 553 Handle<Script> script() { return info_->script(); } function in class:v8::internal::FullCodeGenerator
debug-debugger.js 63 // The different types of script compilations matching enum
64 // Script::CompilationType in objects.h.
69 // The different script break point types.
251 // Object representing a script break point. The script is referenced by its
252 // script name or script id and the break point is represented as line and
277 //Creates a clone of script breakpoint that is linked to another script.
385 // Set ignore count on all break points created from this script break point
645 var script = %FunctionGetScript(func); variable
    [all...]
bootstrapper.cc 67 extensions_cache_(Script::TYPE_EXTENSION),
504 Handle<Script> script = factory->NewScript(source); local
505 script->set_type(Smi::FromInt(Script::TYPE_NATIVE));
506 empty_function->shared()->set_script(*script);
1590 Handle<Script> script = factory()->NewScript(factory()->empty_string()); local
    [all...]
d8.cc 158 Handle<Script> script = Script::Compile(source, name); local
159 if (script.IsEmpty()) {
165 Handle<Value> result = script->Run();
745 // Run the d8 shell utility script in the utility context
755 Handle<Script> script = Script::Compile(source, name); local
756 script->Run()
    [all...]
  /external/v8/test/cctest/
test-parsing.cc 208 v8::Script::Compile(script_source, NULL, preparse);
216 v8::Script::New(script_source, NULL, preparse, v8::Local<v8::String>());
1018 i::Handle<i::Script> script = FACTORY->NewScript(source); local
1060 i::Handle<i::Script> script = FACTORY->NewScript(source); local
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
AndroidSpellCheckerService.java 90 // List of the supported languages and their associated script. We won't check
91 // words written in another script than the selected script, because we know we
94 // is done in {@link #shouldFilterOut}. Also, the script is used to choose which
128 final Integer script = mLanguageToScript.get(locale.getLanguage()); local
129 if (null == script) {
133 return script;
136 private static String getKeyboardLayoutNameForScript(final int script) {
137 switch (script) {
145 throw new RuntimeException("Wrong script supplied: " + script)
419 final int script = getScriptFromLocale(locale); local
    [all...]
  /external/chromium_org/v8/src/
debug-debugger.js 63 // The different types of script compilations matching enum
64 // Script::CompilationType in objects.h.
69 // The different script break point types.
257 // Object representing a script break point. The script is referenced by its
258 // script name or script id and the break point is represented as line and
285 //Creates a clone of script breakpoint that is linked to another script.
394 // Set ignore count on all break points created from this script break point
658 var script = %FunctionGetScript(func); variable
    [all...]
bootstrapper.cc 72 extensions_cache_(Script::TYPE_EXTENSION),
499 Handle<Script> script = factory->NewScript(source); local
500 script->set_type(Smi::FromInt(Script::TYPE_NATIVE));
501 empty_function->shared()->set_script(*script);
1850 Handle<Script> script = factory()->NewScript(factory()->empty_string()); local
    [all...]
compiler.h 81 Handle<Script> script() const { return script_; } function in class:v8::internal::CompilationInfo
323 CompilationInfo(Handle<Script> script,
403 Handle<Script> script_;
410 // global script. Will be a null handle otherwise.
462 explicit CompilationInfoWithZone(Handle<Script> script)
463 : CompilationInfo(script, &zone_),
464 zone_(script->GetIsolate()) {
    [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...]
factory.cc 487 Handle<Script> Factory::NewScript(Handle<String> source) {
488 // Generate id for this script.
494 // Create and initialize script object.
496 Handle<Script> script = Handle<Script>::cast(NewStruct(SCRIPT_TYPE)); local
497 script->set_source(*source);
498 script->set_name(heap->undefined_value());
499 script->set_id(Smi::FromInt(id));
500 script->set_line_offset(Smi::FromInt(0))
    [all...]
full-codegen.cc 315 Handle<Script> script = info->script(); local
316 if (!script->IsUndefined() && !script->source()->IsUndefined()) {
317 int len = String::cast(script->source())->length();
    [all...]
isolate.cc 562 Handle<Script> script(Script::cast(fun->shared()->script()));
565 int script_line_offset = script->line_offset()->value();
567 int line_number = GetScriptLineNumber(script, position);
571 Handle<FixedArray> line_ends(FixedArray::cast(script->line_ends()));
576 // For the case where the code is on the same line as the script
578 column_offset += script->column_offset()->value();
594 Handle<Smi> script_id(script->id(), this)
972 Object* script = reinterpret_cast<Object*>(handler->message_script_); local
1024 Object* script = fun->shared()->script(); local
    [all...]
  /external/chromium_org/chrome/browser/
chrome_content_browser_client.cc 474 // Fills |map| with the per-script font prefs under path |map_name|.
478 // TODO: Get rid of the brute-force scan over possible (font family / script)
481 const char* script = prefs::kWebKitScriptsForFontFamilyMaps[i]; local
482 std::string pref_name = base::StringPrintf("%s.%s", map_name, script);
485 (*map)[script] = UTF8ToUTF16(font_family);
    [all...]
  /external/chromium_org/chrome/renderer/printing/
print_web_view_helper.cc 77 std::string script = base::StringPrintf(script_format, json.c_str()); local
78 frame->executeScript(blink::WebString(UTF8ToUTF16(script)));
439 // Load page with script to avoid async operations.
    [all...]
  /external/chromium_org/content/browser/browser_plugin/
browser_plugin_guest.cc 1077 const char script[] = "window.addEventListener('dragstart', function() { " local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
OpenTypeVerticalData.cpp 319 const ScriptTable* script(OpenType::Tag tag, const SharedBuffer& buffer) const function in struct:WebCore::OpenType::ScriptList
336 const ScriptTable* scriptOfDefaultTag = script(OpenType::DefaultScriptTag, buffer);
379 // If the font has no langSys table, or has no default script and the first script doesn't
  /external/chromium_org/third_party/WebKit/Source/testing/plugin/
PluginObject.cpp 829 // Invoke a script callback to get a script NPObject. Then call a method on the
830 // script NPObject passing it a freshly created NPObject.
843 // Invoke a callback that returns a script object
847 // Script object returned
850 // Arg2 is the name of the method to be called on the script object
861 // Invoke the script method
889 NPString script; local
890 script.UTF8Characters = "javascript:window.testRunner.notifyDone();";
891 script.UTF8Length = strlen("javascript:window.testRunner.notifyDone();")
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-indic.cc 268 * Indic configurations. Note that we do not want to keep every single script-specific
269 * behavior in these tables necessarily. This should mainly be used for per-script
271 * only one script has an exception, that one script can be if'ed directly in the code,
305 hb_script_t script; member in struct:indic_config_t
467 switch ((hb_tag_t) plan->props.script)
550 if (plan->props.script == indic_configs[i].script) {
706 * o If the syllable starts with Ra + Halant (in a script that has Reph)
715 /* -> If the syllable starts with Ra + Halant (in a script that has Reph
    [all...]
  /external/chromium_org/third_party/icu/source/common/
putil.c 102 # include <Script.h>
1267 int32_t script; member in struct:__anon13955
    [all...]
uloc_tag.c 36 const char *script; member in struct:ULanguageTag
239 * script = 4ALPHA ; ISO 15924 code
540 langtag->script = EMPTY;
998 /* invalid script code */
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cucdtst.c 2858 int32_t script; local
    [all...]
  /external/icu4c/common/
putil.cpp 93 # include <Script.h>
1298 int32_t script; member in struct:__anon21421
    [all...]
uloc_tag.c 46 const char *script; member in struct:ULanguageTag
251 * script = 4ALPHA ; ISO 15924 code
603 langtag->script = EMPTY;
1069 /* invalid script code */
    [all...]
  /external/icu4c/test/cintltst/
cucdtst.c 2994 int32_t script; local
    [all...]

Completed in 615 milliseconds

<<1112131415161718