Home
last modified time | relevance | path

Searched refs:U (Results 1 – 25 of 2017) sorted by relevance

12345678910>>...81

/external/harfbuzz_ng/test/shaping/tests/
Dmongolian-variation-selector.tests1 fonts/sha1sum/37033cc5cf37bb223d7355153016b6ccece93b28.ttf:U+1826,U+180B,U+1826:[uni1826.E85E_ue.in…
2 fonts/sha1sum/ef86fe710cfea877bbe0dbb6946a1f88d0661031.ttf:U+1820,U+180B:[uni1820.E821_a.isol1=0+11…
3U+183A,U+1823,U+182E,U+182B,U+1822,U+1826,U+180B,U+1832,U+180B,U+1827,U+1837,U+0020,U+182D,U+182D,
Dcontext-matching.tests1 …a1sum/4cce528e99f600ed9c25a2b69e32eb94a03b4ae8.ttf:U+1A48,U+1A58,U+1A25,U+1A48,U+1A58,U+1A25,U+1A6…
2 fonts/sha1sum/d629e7fedc0b350222d7987345fe61613fa3929a.ttf:U+0915,U+093F,U+0915,U+093F:[ivowelsign0…
3 fonts/sha1sum/f499fbc23865022234775c43503bba2e63978fe1.ttf:U+09B0,U+09CD,U+09A5,U+09CD,U+09AF,U+09C…
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_program_tex.c67 inst_mov->U.I.Opcode = RC_OPCODE_MUL; in scale_texcoords()
68 inst_mov->U.I.DstReg.File = RC_FILE_TEMPORARY; in scale_texcoords()
69 inst_mov->U.I.DstReg.Index = temp; in scale_texcoords()
70 inst_mov->U.I.SrcReg[0] = inst->U.I.SrcReg[0]; in scale_texcoords()
71 inst_mov->U.I.SrcReg[1].File = RC_FILE_CONSTANT; in scale_texcoords()
72 inst_mov->U.I.SrcReg[1].Index = in scale_texcoords()
74 state_constant, inst->U.I.TexSrcUnit); in scale_texcoords()
76 reset_srcreg(&inst->U.I.SrcReg[0]); in scale_texcoords()
77 inst->U.I.SrcReg[0].File = RC_FILE_TEMPORARY; in scale_texcoords()
78 inst->U.I.SrcReg[0].Index = temp; in scale_texcoords()
[all …]
Dradeon_optimize.c73 reader_data->Writer->U.I.PreSub.Opcode, in copy_propagate_scan_read()
76 &reader_data->Writer->U.I.PreSub.SrcReg[0], in copy_propagate_scan_read()
77 &reader_data->Writer->U.I.PreSub.SrcReg[1])) { in copy_propagate_scan_read()
91 if(reader_data->Writer->U.I.SrcReg[0].File != RC_FILE_TEMPORARY && in copy_propagate_scan_read()
92 reader_data->Writer->U.I.SrcReg[0].File != RC_FILE_INPUT && in copy_propagate_scan_read()
93 (inst->U.I.Opcode == RC_OPCODE_TEX || in copy_propagate_scan_read()
94 inst->U.I.Opcode == RC_OPCODE_TXB || in copy_propagate_scan_read()
95 inst->U.I.Opcode == RC_OPCODE_TXP || in copy_propagate_scan_read()
96 inst->U.I.Opcode == RC_OPCODE_TXD || in copy_propagate_scan_read()
97 inst->U.I.Opcode == RC_OPCODE_TXL || in copy_propagate_scan_read()
[all …]
Dradeon_compiler.c42 c->Program.Instructions.U.I.Opcode = RC_OPCODE_ILLEGAL_OPCODE; in rc_init()
119 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode); in rc_calculate_inputs_outputs()
123 if (inst->U.I.SrcReg[i].File == RC_FILE_INPUT) in rc_calculate_inputs_outputs()
124 c->Program.InputsRead |= 1 << inst->U.I.SrcReg[i].Index; in rc_calculate_inputs_outputs()
128 if (inst->U.I.DstReg.File == RC_FILE_OUTPUT) in rc_calculate_inputs_outputs()
129 c->Program.OutputsWritten |= 1 << inst->U.I.DstReg.Index; in rc_calculate_inputs_outputs()
145 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode); in rc_move_input()
149 if (inst->U.I.SrcReg[i].File == RC_FILE_INPUT && inst->U.I.SrcReg[i].Index == input) { in rc_move_input()
150 inst->U.I.SrcReg[i].File = new_input.File; in rc_move_input()
151 inst->U.I.SrcReg[i].Index = new_input.Index; in rc_move_input()
[all …]
Dradeon_program_alu.c50 memcpy(&fpi->U.I, base, sizeof(struct rc_sub_instruction)); in emit1()
53 fpi->U.I.Opcode = Opcode; in emit1()
54 fpi->U.I.DstReg = DstReg; in emit1()
55 fpi->U.I.SrcReg[0] = SrcReg; in emit1()
68 memcpy(&fpi->U.I, base, sizeof(struct rc_sub_instruction)); in emit2()
71 fpi->U.I.Opcode = Opcode; in emit2()
72 fpi->U.I.DstReg = DstReg; in emit2()
73 fpi->U.I.SrcReg[0] = SrcReg0; in emit2()
74 fpi->U.I.SrcReg[1] = SrcReg1; in emit2()
88 memcpy(&fpi->U.I, base, sizeof(struct rc_sub_instruction)); in emit3()
[all …]
Dradeon_vert_fc.c105 new_inst->U.I.Opcode = RC_ME_PRED_SEQ; in lower_bgnloop()
106 build_pred_dst(&new_inst->U.I.DstReg, fc_state); in lower_bgnloop()
107 new_inst->U.I.SrcReg[0].Index = 0; in lower_bgnloop()
108 new_inst->U.I.SrcReg[0].File = RC_FILE_NONE; in lower_bgnloop()
109 new_inst->U.I.SrcReg[0].Swizzle = RC_SWIZZLE_0000; in lower_bgnloop()
117 build_pred_src(&new_inst->U.I.SrcReg[0], fc_state); in lower_bgnloop()
125 new_inst->U.I.Opcode = RC_OPCODE_ADD; in lower_bgnloop()
126 build_pred_dst(&new_inst->U.I.DstReg, fc_state); in lower_bgnloop()
127 new_inst->U.I.SrcReg[1].Index = 0; in lower_bgnloop()
128 new_inst->U.I.SrcReg[1].File = RC_FILE_NONE; in lower_bgnloop()
[all …]
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/
Drcssmin.c26 #define U(c) ((rchar)(c)) macro
73 #define RCSSMIN_IS_DULL(c) ((U(c) > 127) || \
74 (rcssmin_charmask[U(c) & 0x7F] & RCSSMIN_DULL_BIT))
76 #define RCSSMIN_IS_HEX(c) ((U(c) <= 127) && \
77 (rcssmin_charmask[U(c) & 0x7F] & RCSSMIN_HEX_BIT))
79 #define RCSSMIN_IS_ESC(c) ((U(c) > 127) || \
80 (rcssmin_charmask[U(c) & 0x7F] & RCSSMIN_ESC_BIT))
82 #define RCSSMIN_IS_SPACE(c) ((U(c) <= 127) && \
83 (rcssmin_charmask[U(c) & 0x7F] & RCSSMIN_SPACE_BIT))
85 #define RCSSMIN_IS_STRING_DULL(c) ((U(c) > 127) || \
[all …]
/external/clang/test/SemaCXX/
Dcxx1y-variable-templates_in_class.cpp114 template<typename U> static U Data;
115 template<typename U> static CONST U Data<U*> = U(); // expected-note {{here}}
117 template<typename U> static U Data2;
118 template<typename U> static CONST U Data2<U*> = U();
124 template<typename U> const U C0::Data2<U*>;
128 template<typename U> static U Data;
129 template<typename U> static U* Data<U*>; // Okay, with out-of-line definition
135 template<typename U> static U Data;
136 template<typename U> static CONST U* Data<U*>; // Okay, with out-of-line definition
142 template<typename U> static int Data;
[all …]
Dalias-template.cpp4 template<typename U> using T = int;
5 template<typename U> using T = int;
6 template<typename U> using T = T<U>;
10 …template<typename U> using A = void(int n = 0); // expected-error {{default arguments can only be …
11 …template<typename U> using B = inline void(int n); // expected-error {{type name does not allow fu…
12 …template<typename U> using C = virtual void(int n); // expected-error {{type name does not allow f…
13 …template<typename U> using D = explicit void(int n); // expected-error {{type name does not allow …
14 …template<typename U> using E = void(int n) throw(); // expected-error {{exception specifications a…
15 …template<typename U> using F = void(*)(int n) &&; // expected-error {{pointer to function type can…
16 …template<typename U> using G = __thread void(int n); // expected-error {{type name does not allow …
[all …]
Dwarn-unused-parameters.cpp7 template<typename U> U f3(U x);
8 template<typename U> U f4(U x);
9 template<typename U> U f5(U);
15 template<typename T> template<typename U> U X<T>::f3(U x) { return x; } in f3()
16 template<typename T> template<typename U> U X<T>::f4(U) { return U(); } in f4() argument
17 template<typename T> template<typename U> U X<T>::f5(U x) { return U(); } // expected-warning{{unus… in f5()
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/
Drjsmin.c36 #define U(c) ((rchar)(c)) macro
38 #define RJSMIN_IS_DULL(c) ((U(c) > 127) || \
39 (rjsmin_charmask[U(c) & 0x7F] & RJSMIN_DULL_BIT))
41 #define RJSMIN_IS_REGEX_DULL(c) ((U(c) > 127) || \
42 (rjsmin_charmask[U(c) & 0x7F] & RJSMIN_REGEX_DULL_BIT))
44 #define RJSMIN_IS_REGEX_CC_DULL(c) ((U(c) > 127) || \
45 (rjsmin_charmask[U(c) & 0x7F] & RJSMIN_REGEX_CC_DULL_BIT))
47 #define RJSMIN_IS_STRING_DULL(c) ((U(c) > 127) || \
48 (rjsmin_charmask[U(c) & 0x7F] & RJSMIN_STRING_DULL_BIT))
50 #define RJSMIN_IS_ID_LITERAL(c) ((U(c) > 127) || \
[all …]
/external/libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/
Dcompare.pass.cpp23 assert(std::char_traits<char32_t>::compare(U"", U"", 0) == 0); in main()
26 assert(std::char_traits<char32_t>::compare(U"1", U"1", 1) == 0); in main()
27 assert(std::char_traits<char32_t>::compare(U"1", U"2", 1) < 0); in main()
28 assert(std::char_traits<char32_t>::compare(U"2", U"1", 1) > 0); in main()
30 assert(std::char_traits<char32_t>::compare(U"12", U"12", 2) == 0); in main()
31 assert(std::char_traits<char32_t>::compare(U"12", U"13", 2) < 0); in main()
32 assert(std::char_traits<char32_t>::compare(U"12", U"22", 2) < 0); in main()
33 assert(std::char_traits<char32_t>::compare(U"13", U"12", 2) > 0); in main()
34 assert(std::char_traits<char32_t>::compare(U"22", U"12", 2) > 0); in main()
36 assert(std::char_traits<char32_t>::compare(U"123", U"123", 3) == 0); in main()
[all …]
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/data/tokenization/
DunicodeChars.test3 {"description": "Invalid Unicode character U+0001",
7 {"description": "Invalid Unicode character U+0002",
11 {"description": "Invalid Unicode character U+0003",
15 {"description": "Invalid Unicode character U+0004",
19 {"description": "Invalid Unicode character U+0005",
23 {"description": "Invalid Unicode character U+0006",
27 {"description": "Invalid Unicode character U+0007",
31 {"description": "Invalid Unicode character U+0008",
35 {"description": "Invalid Unicode character U+000B",
39 {"description": "Invalid Unicode character U+000E",
[all …]
DnumericEntities.test3 {"description": "Invalid numeric entity character U+0000",
7 {"description": "Invalid numeric entity character U+0001",
11 {"description": "Invalid numeric entity character U+0002",
15 {"description": "Invalid numeric entity character U+0003",
19 {"description": "Invalid numeric entity character U+0004",
23 {"description": "Invalid numeric entity character U+0005",
27 {"description": "Invalid numeric entity character U+0006",
31 {"description": "Invalid numeric entity character U+0007",
35 {"description": "Invalid numeric entity character U+0008",
39 {"description": "Invalid numeric entity character U+000B",
[all …]
/external/clang/test/CodeGenCXX/
Dcxx11-unrestricted-union.cpp10 union U { union
11 U();
12 U(const U &);
13 U(U &&);
14 U &operator=(const U&);
15 U &operator=(U&&);
16 ~U();
23 U::U() {} in U() function in U
24 U::U(const U&) {} in U() function in U
25 U::U(U&&) {} in U() argument
[all …]
/external/libvterm/src/encoding/
DDECdrawing.tbl1 6/0 = U+25C6 # BLACK DIAMOND
2 6/1 = U+2592 # MEDIUM SHADE (checkerboard)
3 6/2 = U+2409 # SYMBOL FOR HORIZONTAL TAB
4 6/3 = U+240C # SYMBOL FOR FORM FEED
5 6/4 = U+240D # SYMBOL FOR CARRIAGE RETURN
6 6/5 = U+240A # SYMBOL FOR LINE FEED
7 6/6 = U+00B0 # DEGREE SIGN
8 6/7 = U+00B1 # PLUS-MINUS SIGN (plus or minus)
9 6/8 = U+2424 # SYMBOL FOR NEW LINE
10 6/9 = U+240B # SYMBOL FOR VERTICAL TAB
[all …]
/external/libcxx/test/std/experimental/utilities/meta/meta.type.synop/
Dmeta.rel.pass.cpp25 typedef int U; in main() typedef
26 static_assert(ex::is_same_v<T, U>, ""); in main()
27 static_assert(std::is_same<decltype(ex::is_same_v<T, U>), const bool>::value, ""); in main()
28 static_assert(ex::is_same_v<T, U> == std::is_same<T, U>::value, ""); in main()
32 typedef long U; in main() typedef
33 static_assert(!ex::is_same_v<T, U>, ""); in main()
34 static_assert(ex::is_same_v<T, U> == std::is_same<T, U>::value, ""); in main()
38 typedef derived_type U; in main() typedef
39 static_assert(ex::is_base_of_v<T, U>, ""); in main()
40 static_assert(std::is_same<decltype(ex::is_base_of_v<T, U>), const bool>::value, ""); in main()
[all …]
/external/libcxx/test/std/experimental/string.view/string.view.ops/
Dcompare.pointer.pass.cpp77 test(U"", U"", 0); in main()
78 test(U"", U"abcde", -5); in main()
79 test(U"", U"abcdefghij", -10); in main()
80 test(U"", U"abcdefghijklmnopqrst", -20); in main()
81 test(U"abcde", U"", 5); in main()
82 test(U"abcde", U"abcde", 0); in main()
83 test(U"abcde", U"abcdefghij", -5); in main()
84 test(U"abcde", U"abcdefghijklmnopqrst", -15); in main()
85 test(U"abcdefghij", U"", 10); in main()
86 test(U"abcdefghij", U"abcde", 5); in main()
[all …]
Dcompare.sv.pass.cpp91 test(U"", U"", 0); in main()
92 test(U"", U"abcde", -5); in main()
93 test(U"", U"abcdefghij", -10); in main()
94 test(U"", U"abcdefghijklmnopqrst", -20); in main()
95 test(U"abcde", U"", 5); in main()
96 test(U"abcde", U"abcde", 0); in main()
97 test(U"abcde", U"abcdefghij", -5); in main()
98 test(U"abcde", U"abcdefghijklmnopqrst", -15); in main()
99 test(U"abcdefghij", U"", 10); in main()
100 test(U"abcdefghij", U"abcde", 5); in main()
[all …]
/external/libcxx/test/support/
Duser_defined_integral.hpp14 template <class T, class U>
15 void operator+(UserDefinedIntegral<T>, UserDefinedIntegral<U>);
17 template <class T, class U>
18 void operator-(UserDefinedIntegral<T>, UserDefinedIntegral<U>);
20 template <class T, class U>
21 void operator*(UserDefinedIntegral<T>, UserDefinedIntegral<U>);
23 template <class T, class U>
24 void operator/(UserDefinedIntegral<T>, UserDefinedIntegral<U>);
26 template <class T, class U>
27 void operator==(UserDefinedIntegral<T>, UserDefinedIntegral<U>);
[all …]
/external/clang/test/SemaTemplate/
Dinstantiate-member-template.cpp5 template<typename U> T f0(U);
6 template<typename U> U& f1(T*, U); // expected-error{{pointer to a reference}} \
26 template<typename U>
28 U x;
32 template<typename U>
34 U x; // expected-error{{void}}
38 template<typename U>
41 U z; // expected-error{{void}}
45 template<typename U>
47 void f0(T t, U u) { // expected-note{{passing argument to parameter 't' here}} in f0()
[all …]
Ddependent-type-identity.cpp12 template<typename U>
14 typedef U* type;
26 template<typename T, typename U>
29 typedef U U_type;
32 void f0(U);
36 void f1(U*);
40 void f2(X0<U>*);
44 void f3(X0<U>*);
47 void f4(typename T::template apply<U>*); // expected-note{{previous}}
48 void f4(typename U::template apply<U>*);
[all …]
/external/llvm/lib/Fuzzer/
DFuzzerLoop.cpp34 void Fuzzer::PrintUnitInASCIIOrTokens(const Unit &U, const char *PrintAfter) { in PrintUnitInASCIIOrTokens() argument
36 PrintASCII(U, PrintAfter); in PrintUnitInASCIIOrTokens()
38 auto T = SubstituteTokens(U); in PrintUnitInASCIIOrTokens()
103 Unit &U = CurrentUnit; in ShuffleAndMinimize() local
106 U.clear(); in ShuffleAndMinimize()
108 U.insert(U.begin(), C.begin() + First, C.begin() + Last); in ShuffleAndMinimize()
109 size_t NewCoverage = RunOne(U); in ShuffleAndMinimize()
112 NewCorpus.push_back(U); in ShuffleAndMinimize()
115 << " L " << U.size() in ShuffleAndMinimize()
124 size_t Fuzzer::RunOne(const Unit &U) { in RunOne() argument
[all …]
DFuzzerMutate.cpp35 void Mutate(Unit *U, size_t MaxLen) { in Mutate() argument
37 assert(U->size() <= MaxLen); in Mutate()
38 if (U->empty()) { in Mutate()
40 U->push_back(RandCh()); in Mutate()
43 assert(!U->empty()); in Mutate()
46 if (U->size() > 1) { in Mutate()
47 U->erase(U->begin() + rand() % U->size()); in Mutate()
52 if (U->size() < MaxLen) { in Mutate()
53 U->insert(U->begin() + rand() % U->size(), RandCh()); in Mutate()
56 size_t Idx = rand() % U->size(); in Mutate()
[all …]

12345678910>>...81