| /external/chromium_org/v8/src/ |
| d8.cc | 187 Handle<UnboundScript> script = local 189 if (script.IsEmpty()) { 199 Handle<Value> result = script->BindToCurrentContext()->Run(); 389 Handle<UnboundScript> script = ScriptCompiler::CompileUnbound( local 391 if (script.IsEmpty()) return; 394 Handle<Value> result = script->BindToCurrentContext()->Run(); 760 // Run the d8 shell utility script in the utility context 773 Handle<Script> script = Script::Compile(source, &origin) local [all...] |
| frames.cc | 183 Object* script = frame()->function()->shared()->script(); 185 return (script->IsScript() && 186 Script::TYPE_NATIVE != Script::cast(script)->type()->value()); 803 Object* maybe_script = shared->script(); 805 Script* script = Script::cast(maybe_script) local 1165 Script* script = Script::cast(script_obj); local [all...] |
| full-codegen.cc | 296 Handle<Script> script = info->script(); local 297 if (!script->IsUndefined() && !script->source()->IsUndefined()) { 298 int len = String::cast(script->source())->length(); [all...] |
| isolate.cc | 479 Handle<Script> script(Script::cast(fun->shared()->script())); 482 int script_line_offset = script->line_offset()->value(); 484 int line_number = Script::GetLineNumber(script, position); 488 Handle<FixedArray> line_ends(FixedArray::cast(script->line_ends())); 493 // For the case where the code is on the same line as the script 495 column_offset += script->column_offset()->value() 901 Object* script = reinterpret_cast<Object*>(handler->message_script_); local 953 Object* script = fun->shared()->script(); local [all...] |
| bootstrapper.cc | 40 extensions_cache_(Script::TYPE_EXTENSION), 512 Handle<Script> script = factory->NewScript(source); local 513 script->set_type(Smi::FromInt(Script::TYPE_NATIVE)); 514 empty_function->shared()->set_script(*script); 1880 Handle<Script> script = factory()->NewScript(factory()->empty_string()); local [all...] |
| factory.cc | 825 Handle<Script> Factory::NewScript(Handle<String> source) { 826 // Generate id for this script. 832 // Create and initialize script object. 834 Handle<Script> script = Handle<Script>::cast(NewStruct(SCRIPT_TYPE)); local 835 script->set_source(*source); 836 script->set_name(heap->undefined_value()); 837 script->set_id(Smi::FromInt(id)); 838 script->set_line_offset(Smi::FromInt(0)) [all...] |
| /external/harfbuzz_ng/src/ |
| hb-ot-shape-complex-indic.cc | 269 * Indic configurations. Note that we do not want to keep every single script-specific 270 * behavior in these tables necessarily. This should mainly be used for per-script 272 * only one script has an exception, that one script can be if'ed directly in the code, 306 hb_script_t script; member in struct:indic_config_t 468 switch ((hb_tag_t) plan->props.script) 551 if (plan->props.script == indic_configs[i].script) { 710 * o If the syllable starts with Ra + Halant (in a script that has Reph) 719 /* -> If the syllable starts with Ra + Halant (in a script that has Reph [all...] |
| /external/icu/icu4c/source/common/ |
| putil.cpp | 93 # include <Script.h> 1308 int32_t script; member in struct:__anon25520 [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/icu/icu4c/source/test/cintltst/ |
| cucdtst.c | 3027 int32_t script; local [all...] |
| /frameworks/compile/mclinker/lib/Target/ |
| GNULDBackend.cpp | 39 #include <mcld/Script/RpnEvaluator.h> 40 #include <mcld/Script/Operand.h> 41 #include <mcld/Script/OutputSectDesc.h> 2179 LinkerScript& script = pModule.getScript(); local 2213 LinkerScript& script = pModule.getScript(); local [all...] |
| /frameworks/minikin/libs/minikin/ |
| Layout.cpp | 448 const hb_script_t script = codePointToScript(cp); local 449 if (script != current_script) { 452 current_script = script; 453 } else if (script == HB_SCRIPT_INHERITED || 454 script == HB_SCRIPT_COMMON) { 471 * kerning or complex script processing. This is necessarily a 714 hb_script_t script = getScriptRun(buf + start, run.end, &srunend); local 717 hb_buffer_set_script(buffer, script);
|
| /frameworks/rs/api/ |
| gen_runtime.cpp | 119 bool isOutParameter; // True if this parameter returns data from the script. 1892 string script = "script"; local [all...] |
| /libcore/luni/src/main/java/java/util/ |
| Locale.java | 308 private String script; field in class:Locale.Builder 315 language = region = variant = script = ""; 493 * Sets the locale script. If {@code script} is {@code null} or empty, 496 * As per BCP-47, the script must be 4 characters in length, and 499 * A script usually represents a valid ISO 15924 script code, though no 504 * @throws IllformedLocaleException if {@code script} is invalid. 506 public Builder setScript(String script) { 507 this.script = normalizeAndValidateScript(script, true /* strict */) [all...] |
| /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.8/include/ |
| bfdlink.h | 410 /* TRUE if the linker script contained an explicit PHDRS command. */ 418 /* Separator between archive and filename in linker script filespecs. */ 757 /* Defined by version script. */ 758 unsigned int script : 1; 755 unsigned int script : 1; member in struct:bfd_elf_version_expr
|
| /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/ |
| bfdlink.h | 410 /* TRUE if the linker script contained an explicit PHDRS command. */ 418 /* Separator between archive and filename in linker script filespecs. */ 757 /* Defined by version script. */ 758 unsigned int script : 1; 755 unsigned int script : 1; member in struct:bfd_elf_version_expr
|
| /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.8/include/ |
| bfdlink.h | 410 /* TRUE if the linker script contained an explicit PHDRS command. */ 418 /* Separator between archive and filename in linker script filespecs. */ 757 /* Defined by version script. */ 758 unsigned int script : 1; 755 unsigned int script : 1; member in struct:bfd_elf_version_expr
|
| /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.8/include/ |
| bfdlink.h | 410 /* TRUE if the linker script contained an explicit PHDRS command. */ 418 /* Separator between archive and filename in linker script filespecs. */ 757 /* Defined by version script. */ 758 unsigned int script : 1; 755 unsigned int script : 1; member in struct:bfd_elf_version_expr
|
| /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.8/include/ |
| bfdlink.h | 410 /* TRUE if the linker script contained an explicit PHDRS command. */ 418 /* Separator between archive and filename in linker script filespecs. */ 757 /* Defined by version script. */ 758 unsigned int script : 1; 755 unsigned int script : 1; member in struct:bfd_elf_version_expr
|
| /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/x86_64-linux-gnu/aarch64-linux-android/include/ |
| bfdlink.h | 410 /* TRUE if the linker script contained an explicit PHDRS command. */ 418 /* Separator between archive and filename in linker script filespecs. */ 780 /* Defined by version script. */ 781 unsigned int script : 1; 778 unsigned int script : 1; member in struct:bfd_elf_version_expr
|
| /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/ |
| bfdlink.h | 410 /* TRUE if the linker script contained an explicit PHDRS command. */ 418 /* Separator between archive and filename in linker script filespecs. */ 757 /* Defined by version script. */ 758 unsigned int script : 1; 755 unsigned int script : 1; member in struct:bfd_elf_version_expr
|
| /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8/include/ |
| bfdlink.h | 410 /* TRUE if the linker script contained an explicit PHDRS command. */ 418 /* Separator between archive and filename in linker script filespecs. */ 757 /* Defined by version script. */ 758 unsigned int script : 1; 755 unsigned int script : 1; member in struct:bfd_elf_version_expr
|
| /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.8/include/ |
| bfdlink.h | 410 /* TRUE if the linker script contained an explicit PHDRS command. */ 418 /* Separator between archive and filename in linker script filespecs. */ 757 /* Defined by version script. */ 758 unsigned int script : 1; 755 unsigned int script : 1; member in struct:bfd_elf_version_expr
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/ |
| AppleScript_Suite.py | 5 AETE/AEUT resource version 1/0, language 0, script 0 438 """idle: Sent to a script application when it is idle 581 """start log: Start event logging in the script editor 621 """stop log: Stop event logging in the script editor 766 """alias - a file on a disk or server. The file must exist when you check the syntax of your script. """ 799 """AppleScript - the top-level script object """ 889 """writing code info - script code and language code of text run """ 896 """script code - the script code for the text """ 1292 class script(aetools.ComponentItem): class in inherits:aetools.ComponentItem [all...] |
| /external/pdfium/fpdfsdk/src/ |
| fsdk_baseform.cpp | 2037 CFX_WideString script = action.GetJavaScript(); local [all...] |