Home
last modified time | relevance | path

Searched refs:abbrev (Results 1 – 5 of 5) sorted by relevance

/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dmath_agree.rscript27 #define DECLARE_INPUT_SET(type, abbrev) \
28 volatile type rand_##abbrev##1_0, rand_##abbrev##1_1; \
29 volatile type##2 rand_##abbrev##2_0, rand_##abbrev##2_1; \
30 volatile type##3 rand_##abbrev##3_0, rand_##abbrev##3_1; \
31 volatile type##4 rand_##abbrev##4_0, rand_##abbrev##4_1;
46 #define DECLARE_REFERENCE_SET_VEC_VEC(type, abbrev, func) \
47 volatile type func##_rand_##abbrev##1_##abbrev##1; \
48 volatile type##2 func##_rand_##abbrev##2_##abbrev##2; \
49 volatile type##3 func##_rand_##abbrev##3_##abbrev##3; \
50 volatile type##4 func##_rand_##abbrev##4_##abbrev##4;
[all …]
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dmath_agree.rscript29 #define DECLARE_INPUT_SET(type, abbrev) \
30 volatile type rand_##abbrev##1_0, rand_##abbrev##1_1; \
31 volatile type##2 rand_##abbrev##2_0, rand_##abbrev##2_1; \
32 volatile type##3 rand_##abbrev##3_0, rand_##abbrev##3_1; \
33 volatile type##4 rand_##abbrev##4_0, rand_##abbrev##4_1;
48 #define DECLARE_REFERENCE_SET_VEC_VEC(type, abbrev, func) \
49 volatile type func##_rand_##abbrev##1_##abbrev##1; \
50 volatile type##2 func##_rand_##abbrev##2_##abbrev##2; \
51 volatile type##3 func##_rand_##abbrev##3_##abbrev##3; \
52 volatile type##4 func##_rand_##abbrev##4_##abbrev##4;
[all …]
/frameworks/libs/binary_translation/tools/nogrod/
Ddwarf_info.cc102 auto& abbrev = it->second; in ReadOneDie() local
104 std::unique_ptr<DwarfDie> die(new DwarfDie(cu, parent_die, offset, abbrev.tag())); in ReadOneDie()
106 for (auto& abbrev_attr : abbrev.attributes()) { in ReadOneDie()
114 if (abbrev.tag() != DW_TAG_compile_unit) { in ReadOneDie()
130 if (abbrev.has_children()) { in ReadOneDie()
261 DwarfAbbrev abbrev(code, entry_tag, has_children == DW_CHILDREN_yes); in ReadAbbrev() local
293 abbrev.AddAttribute(std::move(abbrev_attribute)); in ReadAbbrev()
296 abbrev_map[code] = std::move(abbrev); in ReadAbbrev()
/frameworks/base/core/java/android/text/format/
DDateUtils.java205 public static String getDayOfWeekString(int dayOfWeek, int abbrev) { in getDayOfWeekString() argument
208 switch (abbrev) { in getDayOfWeekString()
250 public static String getMonthString(int month, int abbrev) { in getMonthString() argument
253 switch (abbrev) { in getMonthString()
400 public static CharSequence formatDuration(long millis, int abbrev) { in formatDuration() argument
402 switch (abbrev) { in formatDuration()
/frameworks/compile/mclinker/lib/Script/
DScriptScanner.ll44 /* abbrev. of RE @ref binutils ld/ldlex.l */