Home
last modified time | relevance | path

Searched refs:SCRIPT (Results 1 – 13 of 13) sorted by relevance

/frameworks/minikin/libs/minikin/
DHyphenatorMap.cpp26 constexpr SubtagBits SCRIPT = SubtagBits::SCRIPT; variable
82 result = lookupBySubtag(locale, LANGUAGE | REGION | SCRIPT | VARIANT); in lookupInternal()
102 result = lookupBySubtag(locale, SCRIPT); in lookupInternal()
DLocale.h44 SCRIPT = 0b00000010, enumerator
DLocale.cpp427 if ((bits & SubtagBits::SCRIPT) != SubtagBits::EMPTY) { in getPartialLocale()
/frameworks/rs/cpp/
DElement.cpp97 CREATE_USER(SCRIPT, SCRIPT);
DrsCppStructs.h499 sp<const Element> SCRIPT; member
1103 static sp<const Element> SCRIPT(const sp<RS> &rs);
/frameworks/rs/support/java/src/androidx/renderscript/
DElement.java441 public static Element SCRIPT(RenderScript rs) { in SCRIPT() method in Element
/frameworks/compile/mclinker/tools/mcld/
DOptions.td379 HelpText<"SCRIPT OPTIONS">;
/frameworks/base/core/java/android/content/res/
DConfiguration.java1263 case (int) LocaleProto.SCRIPT: in readFromProto()
1264 script = protoInputStream.readString(LocaleProto.SCRIPT); in readFromProto()
/frameworks/rs/script_api/
Drs_graphics.spec224 If the source is not specified, sync from its SCRIPT memory space to its HW
/frameworks/base/rs/java/android/renderscript/
DElement.java510 public static Element SCRIPT(RenderScript rs) { in SCRIPT() method in Element
/frameworks/rs/script_api/include/
Drs_graphics.rsh428 * If the source is not specified, sync from its SCRIPT memory space to its HW
/frameworks/base/core/api/
Dcurrent.txt36237 …method @Deprecated public static android.renderscript.Element SCRIPT(android.renderscript.RenderSc…
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt26100 method public static android.renderscript.Element SCRIPT(android.renderscript.RenderScript);