| /external/chromium_org/third_party/skia/src/animator/ |
| SkScriptTokenizer.cpp | 358 bool SkScriptEngine2::evaluateDot(const char*& script) { 359 size_t fieldLength = token_length(++script); // skip dot 361 const char* field = script; 362 script += fieldLength; 368 return evaluateDotParam(script, field, fieldLength); 373 bool SkScriptEngine2::evaluateDotParam(const char*& script, const char* field, size_t fieldLength) { 380 while (is_ws(ch = script[0])) 381 script++; 388 success = functionParams(&script, ¶ms); 399 if (strncmp(*scriptPtr, "#script:", sizeof("#script:") - 1) == 0) 409 const char* script = *scriptPtr; local 473 const char* script = *scriptPtr; local 1480 const char* script = scriptTests[index].fScript; local [all...] |
| /external/chromium_org/third_party/skia/src/ports/ |
| SkFontConfigInterface_android.cpp | 784 hb_script_t script; member in struct:HB_UnicodeMapping 798 * we include a value which can never happen. We won't get complex script 837 static SkUnichar getUnicodeFromHBScript(hb_script_t script) { 841 if (script == HB_UnicodeMappingArray[i].script) { 850 hb_script_t script; member in struct:TypefaceLookupStruct [all...] |
| /external/chromium_org/third_party/skia/third_party/harfbuzz/src/ |
| harfbuzz-shaper.cpp | 254 if (item->item.script == HB_Script_Hebrew 651 HB_Script script = items[i].script; local 652 if (script == HB_Script_Inherited) 653 script = HB_Script_Common; 654 HB_AttributeFunction attributeFunction = HB_ScriptEngines[script].charAttributes; 657 attributeFunction(script, string, items[i].pos, items[i].length, attributes); 1040 HB_Script script = shaper_item->item.script; local [all...] |
| harfbuzz-shaper.h | 113 HB_Script script; member in struct:__anon19334 254 HB_ScriptItem item; /* input: the current run to be shaped: a run of text all in the same script that is a substring of <string> */ 256 HB_Face face; /* input: the shaper state; current script, access to the OpenType tables , etc. */
|
| /external/chromium_org/v8/src/ |
| full-codegen.h | 586 Handle<Script> script() { return info_->script(); } function in class:v8::internal::FullCodeGenerator [all...] |
| debug-debugger.js | 40 // The different types of script compilations matching enum 41 // Script::CompilationType in objects.h. 46 // The different script break point types. 234 // Object representing a script break point. The script is referenced by its 235 // script name or script id and the break point is represented as line and 262 //Creates a clone of script breakpoint that is linked to another script. 371 // Set ignore count on all break points created from this script break point 635 var script = %FunctionGetScript(func); variable [all...] |
| compiler.h | 59 Handle<Script> script() const { return script_; } function in class:v8::internal::CompilationInfo 325 CompilationInfo(Handle<Script> script, 407 Handle<Script> script_; 415 // global script. Will be a null handle otherwise. 475 explicit CompilationInfoWithZone(Handle<Script> script) 476 : CompilationInfo(script, &zone_), 477 zone_(script->GetIsolate()) { [all...] |
| /external/chromium_org/v8/test/cctest/ |
| test-cpu-profiler.cc | 105 i::EmbeddedVector<char, 256> script; local 110 i::SNPrintF(script, 117 CompileRun(script.start()); 525 // Check that the profile tree for the script above will look like the 546 v8::Script::Compile(v8::String::NewFromUtf8(env->GetIsolate(), 606 // Check that the profile tree for the script above will look like the 623 v8::Script::Compile(v8::String::NewFromUtf8( 661 v8::Script::Compile(v8::String::NewFromUtf8(env->GetIsolate(), 713 v8::Script::Compile(v8::String::NewFromUtf8( 838 v8::Script::Compile 1622 const v8::CpuProfileNode* script = GetChild(env->GetIsolate(), root, local [all...] |
| test-parsing.cc | 227 // Compile the script again, using the cached data. 1117 i::Handle<i::Script> script = factory->NewScript(source); local 1226 i::Handle<i::Script> script = factory->NewScript(source); local 1442 const char* script = local 1995 i::Handle<i::Script> script = factory->NewScript(source); local [all...] |
| /external/icu/icu4c/source/common/ |
| ucnvisci.c | 128 UBool isFirstBuffer; /* boolean for fromUnicode to see if we need to announce the first script */ 276 * If a code point is valid in a particular script 286 * to use uint16_t and give each of the 9 Unicode/script blocks its own bit. 409 * because no Indic script uses such Unicode code points. 1557 int32_t idx, script; local [all...] |
| uniset_props.cpp | 957 UScriptCode script = (UScriptCode)value; local 958 applyFilter(scriptExtensionsFilter, &script, UPROPS_SRC_PROPSVEC, ec); [all...] |
| /external/icu/icu4c/source/i18n/ |
| transreg.cpp | 198 * A Spec may be a locale or a script. If it is a locale, it has a 200 * ssss is the script mapping of xx_YY_ZZZ. The Spec API methods 205 * canonical form, or the script is transformed from an abbreviation 258 // Canonicalize script name -or- do locale->script mapping 261 UScriptCode script[capacity]={USCRIPT_INVALID_CODE}; local 263 script, capacity, &status); 264 if (num > 0 && script[0] != USCRIPT_INVALID_CODE) { 265 scriptName = UnicodeString(uscript_getName(script[0]), -1, US_INV); 277 // We are a script; use canonical nam [all...] |
| /external/icu/icu4c/source/layoutex/ |
| ParagraphLayout.cpp | 358 // now intersect the font, direction and script runs... 390 fStyleRunInfo[run].script = (UScriptCode)0; 406 fStyleRunInfo[run].script = (UScriptCode) fScriptRuns->getValue(styleIndices[2]); 412 fStyleRunInfo[run].script, getLanguageCode(fStyleRunInfo[run].locale), layoutStatus); 756 UScriptCode script; local 758 while (uscript_nextRun(sr, NULL, &limit, &script)) { 759 scriptRuns->add(script, limit); 801 le_int32 script = fScriptRuns->getValue(si[1]); local 804 const LEFontInstance *subFont = runFont->getSubFont(fChars, &offset, styleRunLimits[run], script, status); 973 le_bool ParagraphLayout::isComplex(UScriptCode script) [all...] |
| /external/linux-tools-perf/perf-3.12.0/tools/perf/ |
| builtin-script.c | 455 static int default_start_script(const char *script __maybe_unused, 492 pr_debug("\nperf script stopped\n"); 658 "perf script -s [spec:]script.[spec]):\n\n"); 670 const char *script, *ext; local 678 script = strchr(str, ':'); 679 if (script) { 680 len = script - str; 692 script++; 694 script = str [all...] |
| /external/skia/src/animator/ |
| SkScriptTokenizer.cpp | 358 bool SkScriptEngine2::evaluateDot(const char*& script) { 359 size_t fieldLength = token_length(++script); // skip dot 361 const char* field = script; 362 script += fieldLength; 368 return evaluateDotParam(script, field, fieldLength); 373 bool SkScriptEngine2::evaluateDotParam(const char*& script, const char* field, size_t fieldLength) { 380 while (is_ws(ch = script[0])) 381 script++; 388 success = functionParams(&script, ¶ms); 399 if (strncmp(*scriptPtr, "#script:", sizeof("#script:") - 1) == 0) 409 const char* script = *scriptPtr; local 473 const char* script = *scriptPtr; local 1480 const char* script = scriptTests[index].fScript; local [all...] |
| /external/skia/src/ports/ |
| SkFontConfigInterface_android.cpp | 784 hb_script_t script; member in struct:HB_UnicodeMapping 798 * we include a value which can never happen. We won't get complex script 837 static SkUnichar getUnicodeFromHBScript(hb_script_t script) { 841 if (script == HB_UnicodeMappingArray[i].script) { 850 hb_script_t script; member in struct:TypefaceLookupStruct [all...] |
| /frameworks/base/tools/aapt/ |
| AaptAssets.h | 64 char script[4]; member in struct:AaptLocaleValue 96 void setScript(const char* script);
|
| /external/chromium_org/chrome/browser/ |
| chrome_content_browser_client.cc | 497 // Fills |map| with the per-script font prefs under path |map_name|. 502 // (font family / script) combinations - see http://crbug.com/308095. 504 const char* script = prefs::kWebKitScriptsForFontFamilyMaps[i]; local 505 std::string pref_name = base::StringPrintf("%s.%s", map_name, script); 508 (*map)[script] = base::UTF8ToUTF16(font_family); [all...] |
| /external/chromium_org/chrome/renderer/printing/ |
| print_web_view_helper.cc | 75 std::string script = base::StringPrintf(script_format, json.c_str()); local 76 frame->executeScript(blink::WebString(base::UTF8ToUTF16(script))); 479 // Load page with script to avoid async operations. [all...] |
| /external/chromium_org/content/shell/tools/plugin/ |
| PluginObject.cpp | 944 // Invoke a script callback to get a script NPObject. Then call a method on the 945 // script NPObject passing it a freshly created NPObject. 962 // Invoke a callback that returns a script object 971 // Script object returne 1018 NPString script; 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/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 | 104 # include <Script.h> 1269 int32_t script; member in struct:__anon15655 [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...] |