Searched refs:SCRIPT (Results 1 - 8 of 8) sorted by relevance

/frameworks/minikin/libs/minikin/
H A DHyphenatorMap.cpp26 constexpr SubtagBits SCRIPT = SubtagBits::SCRIPT; member in namespace:minikin::__anon1300
82 result = lookupBySubtag(locale, LANGUAGE | REGION | SCRIPT | VARIANT);
102 result = lookupBySubtag(locale, SCRIPT);
H A DLocale.h44 SCRIPT = 0b00000010, member in class:minikin::SubtagBits
H A DLocale.cpp343 if ((bits & SubtagBits::SCRIPT) != SubtagBits::EMPTY) {
/frameworks/rs/cpp/
H A DElement.cpp97 CREATE_USER(SCRIPT, SCRIPT);
H A DrsCppStructs.h499 sp<const Element> SCRIPT; member in struct:android::RSC::RS::__anon1954
1103 static sp<const Element> SCRIPT(const sp<RS> &rs);
/frameworks/base/rs/java/android/renderscript/
H A DElement.java503 public static Element SCRIPT(RenderScript rs) { method in class:Element
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DElement.java436 public static Element SCRIPT(RenderScript rs) { method in class:Element
/frameworks/rs/script_api/
H A Drs_graphics.spec224 If the source is not specified, sync from its SCRIPT memory space to its HW

Completed in 120 milliseconds