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

<<1112131415161718

  /libcore/luni/src/main/native/
libcore_icu_ICU.cpp 111 char script[ULOC_SCRIPT_CAPACITY]; local
112 uloc_getScript(localeID.c_str(), script, sizeof(script), &status);
116 return env->NewStringUTF(script);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
AllocationTest.java 67 // No mips graphics and script
92 // Script and texture
145 createTypedHelper(Element.SCRIPT(mRS));
184 createSizedHelper(Element.SCRIPT(mRS));
739 ScriptC_setelementat script = new ScriptC_setelementat(mRS, mRes, R.raw.setelementat); local
741 script.set_memset_toValue(1);
742 script.forEach_memset(singleElement);
744 script.set_dimX(48);
745 script.set_array(largeArray);
747 script.forEach_setLargeArray(singleElement)
764 ScriptC_setelementat script = new ScriptC_setelementat(mRS, mRes, R.raw.setelementat); local
    [all...]
  /external/chromium_org/chrome/browser/apps/
web_view_browsertest.cc 450 const char* script,
457 EXPECT_TRUE(content::ExecuteScript(web_contents, script));
1443 const char* script = local
    [all...]
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_browsertest.cc 363 "<script>"
388 "</script>"
453 std::string script = "getValueForFieldOfType('" + autocomplete_type + "');"; local
455 EXPECT_TRUE(content::ExecuteScriptAndExtractString(render_view_host, script,
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ucnvisci.c 130 UBool isFirstBuffer; /* boolean for fromUnicode to see if we need to announce the first script */
273 * If a code point is valid in a particular script
283 * to use uint16_t and give each of the 9 Unicode/script blocks its own bit.
406 * because no Indic script uses such Unicode code points.
1553 int32_t idx, script; local
    [all...]
uniset_props.cpp 1039 UScriptCode script = (UScriptCode)value; local
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
transreg.cpp 196 * A Spec may be a locale or a script. If it is a locale, it has a
198 * ssss is the script mapping of xx_YY_ZZZ. The Spec API methods
203 * canonical form, or the script is transformed from an abbreviation
256 // Canonicalize script name -or- do locale->script mapping
259 UScriptCode script[capacity]={USCRIPT_INVALID_CODE}; local
261 script, capacity, &status);
262 if (num > 0 && script[0] != USCRIPT_INVALID_CODE) {
263 scriptName = UnicodeString(uscript_getName(script[0]), -1, US_INV);
275 // We are a script; use canonical nam
    [all...]
  /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, &params);
399 if (strncmp(*scriptPtr, "#script:", sizeof("#script:") - 1) == 0)
409 const char* script = *scriptPtr; local
473 const char* script = *scriptPtr; local
1485 const char* script = scriptTests[index].fScript; local
    [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkFontConfigInterface_android.cpp 786 hb_script_t script; member in struct:HB_UnicodeMapping
800 * we include a value which can never happen. We won't get complex script
839 hb_script_t script = HB_SCRIPT_INVALID; local
864 hb_script_t script; member in struct:TypefaceLookupStruct
    [all...]
  /external/chromium_org/v8/src/
full-codegen.h 596 Handle<Script> script() { return info_->script(); } function in class:v8::internal::FullCodeGenerator
    [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-parsing.cc 211 v8::Script::Compile(script_source, NULL, preparse);
220 v8::Script::New(script_source, NULL, preparse, v8::Local<v8::String>());
1023 i::Handle<i::Script> script = factory->NewScript(source); local
1128 i::Handle<i::Script> script = factory->NewScript(source); local
1326 const char* script = local
    [all...]
test-strings.cc 1234 v8::Local<v8::Script> script = v8::Script::Compile( local
    [all...]
  /external/harfbuzz/src/
harfbuzz-shaper.cpp 253 if (item->item.script == HB_Script_Hebrew
662 HB_Script script = items[i].script; local
663 if (script == HB_Script_Inherited)
664 script = HB_Script_Common;
665 HB_AttributeFunction attributeFunction = HB_ScriptEngines[script].charAttributes;
668 attributeFunction(script, string, items[i].pos, items[i].length, attributes);
1054 HB_Script script = shaper_item->item.script; local
    [all...]
harfbuzz-shaper.h 129 HB_Script script; member in struct:__anon21286
270 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> */
272 HB_Face face; /* input: the shaper state; current script, access to the OpenType tables , etc. */
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-shaper.h 129 HB_Script script; member in struct:__anon21342
239 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> */
241 HB_Face face; /* input: the shaper state; current script, access to the OpenType tables , etc. */
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-indic.cc 271 * Indic configurations. Note that we do not want to keep every single script-specific
272 * behavior in these tables necessarily. This should mainly be used for per-script
274 * only one script has an exception, that one script can be if'ed directly in the code,
299 hb_script_t script; member in struct:indic_config_t
521 if (plan->props.script == indic_configs[i].script) {
666 * o If the syllable starts with Ra + Halant (in a script that has Reph)
675 /* -> If the syllable starts with Ra + Halant (in a script that has Reph)
786 /* -> If the syllable starts with Ra + Halant (in a script that has Reph
    [all...]
  /external/icu4c/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 959 UScriptCode script = (UScriptCode)value; local
    [all...]
  /external/icu4c/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/icu4c/layoutex/
ParagraphLayout.cpp 355 // now intersect the font, direction and script runs...
387 fStyleRunInfo[run].script = (UScriptCode)0;
403 fStyleRunInfo[run].script = (UScriptCode) fScriptRuns->getValue(styleIndices[2]);
409 fStyleRunInfo[run].script, getLanguageCode(fStyleRunInfo[run].locale), layoutStatus);
753 UScriptCode script; local
755 while (uscript_nextRun(sr, NULL, &limit, &script)) {
756 scriptRuns->add(script, limit);
798 le_int32 script = fScriptRuns->getValue(si[1]); local
801 const LEFontInstance *subFont = runFont->getSubFont(fChars, &offset, styleRunLimits[run], script, status);
970 le_bool ParagraphLayout::isComplex(UScriptCode script)
    [all...]
  /external/linux-tools-perf/
builtin-script.c 302 static int default_start_script(const char *script __unused,
338 pr_debug("\nperf script stopped\n");
503 "perf script -s [spec:]script.[spec]):\n\n");
515 const char *script, *ext; local
523 script = strchr(str, ':');
524 if (script) {
525 len = script - str;
537 script++;
539 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, &params);
399 if (strncmp(*scriptPtr, "#script:", sizeof("#script:") - 1) == 0)
409 const char* script = *scriptPtr; local
473 const char* script = *scriptPtr; local
1485 const char* script = scriptTests[index].fScript; local
    [all...]
  /external/skia/src/ports/
SkFontConfigInterface_android.cpp 786 hb_script_t script; member in struct:HB_UnicodeMapping
800 * we include a value which can never happen. We won't get complex script
839 hb_script_t script = HB_SCRIPT_INVALID; local
864 hb_script_t script; member in struct:TypefaceLookupStruct
    [all...]
  /external/v8/src/
full-codegen.cc 291 Handle<Script> script = info->script(); local
292 if (!script->IsUndefined() && !script->source()->IsUndefined()) {
293 int len = String::cast(script->source())->length();
602 Compiler::BuildFunctionInfo(fun_decl->fun(), script());
    [all...]

Completed in 809 milliseconds

<<1112131415161718