/frameworks/compile/slang/tests/P_reduce_general_input/ |
D | gen-input.pl | 52 for (my $special = 0; $special <= $#specialParameters; ++$special) { 53 if ($specials & 2**$special) { 54 … print ", " . ($special ? "uint" : "rs_kernel_context") . " ${specialParameters[$special]}";
|
/frameworks/compile/slang/tests/F_root_compute_really_bad/ |
D | stderr.txt.expect | 2 …ad.rscript:5:31: error: In compute kernel root(), special parameter 'x' must be defined before spe… 3 …compute kernel root(), parameter 'extra1' cannot appear after any of the special parameters ('cont… 4 …compute kernel root(), parameter 'extra2' cannot appear after any of the special parameters ('cont… 5 … error: Compute kernel root() cannot have non-pointer parameters besides special parameters ('cont… 6 … error: Compute kernel root() cannot have non-pointer parameters besides special parameters ('cont… 7 … error: Compute kernel root() cannot have non-pointer parameters besides special parameters ('cont… 8 … error: Compute kernel root() cannot have non-pointer parameters besides special parameters ('cont… 9 … error: Compute kernel root() cannot have non-pointer parameters besides special parameters ('cont… 14 …pt:16:38: error: In compute kernel root_kernel(), special parameter 'x' must be defined before spe… 15 … kernel root_kernel(), parameter 'extra1' cannot appear after any of the special parameters ('cont… [all …]
|
/frameworks/compile/slang/tests/F_ctxt_wrong_name/ |
D | stderr.txt.expect | 1 context.rscript:5:57: error: The special parameter of type 'rs_kernel_context' must be called 'cont… 2 ….rscript:5:57: error: In compute kernel bad(), special parameter 'context' must be defined before …
|
/frameworks/compile/slang/tests/F_ctxt_wrong_place/ |
D | stderr.txt.expect | 1 ….rscript:9:57: error: In compute kernel bad(), special parameter 'context' must be defined before …
|
/frameworks/compile/slang/tests/P_reduce_general_examples_halter/ |
D | reduce_general_examples_halter.rscript | 15 int inVal, int x /* special arg */) { 39 int x /* special arg */, 40 int y /* special arg */) {
|
/frameworks/compile/slang/tests/F_root_compute_too_many_args/ |
D | stderr.txt.expect | 1 …compute kernel root(), parameter 'extra1' cannot appear after any of the special parameters ('cont… 2 …compute kernel root(), parameter 'extra2' cannot appear after any of the special parameters ('cont…
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | reduce_backward.rscript | 88 int inVal, int x /* special arg */) { 106 int x /* special arg */, 107 int y /* special arg */) { 128 int x /* special arg */, 129 int y /* special arg */, 130 int z /* special arg */) {
|
D | reduce.rscript | 170 int inVal, int x /* special arg */) { 188 int x /* special arg */, 189 int y /* special arg */) { 210 int x /* special arg */, 211 int y /* special arg */, 212 int z /* special arg */) {
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | reduce_backward.rscript | 86 int inVal, int x /* special arg */) { 104 int x /* special arg */, 105 int y /* special arg */) { 126 int x /* special arg */, 127 int y /* special arg */, 128 int z /* special arg */) {
|
D | reduce.rscript | 168 int inVal, int x /* special arg */) { 186 int x /* special arg */, 187 int y /* special arg */) { 208 int x /* special arg */, 209 int y /* special arg */, 210 int z /* special arg */) {
|
/frameworks/base/core/tests/coretests/src/android/util/ |
D | LongSparseLongArrayTest.java | 75 final long special = (1 << 24) + 5; in testMiddleInsert() local 76 array.put(special, 1024); in testMiddleInsert() 82 assertEquals(1024, array.get(special, -1)); in testMiddleInsert()
|
/frameworks/base/telephony/java/android/telephony/ |
D | CellSignalStrength.java | 153 int value, int rangeMin, int rangeMax, int special) { in inRangeOrUnavailable() argument 154 if ((value < rangeMin || value > rangeMax) && value != special) return CellInfo.UNAVAILABLE; in inRangeOrUnavailable()
|
D | CellIdentity.java | 331 int value, int rangeMin, int rangeMax, int special) { in inRangeOrUnavailable() argument 332 if ((value < rangeMin || value > rangeMax) && value != special) return CellInfo.UNAVAILABLE; in inRangeOrUnavailable()
|
/frameworks/compile/slang/tests/F_root_compute_non_uint32_t_xyzwar/ |
D | stderr.txt.expect | 6 …: In compute kernel root(), parameter 'w' cannot appear after any of the special parameters ('cont… 7 … In compute kernel root(), parameter 'ar' cannot appear after any of the special parameters ('cont…
|
/frameworks/compile/slang/tests/F_z_wrong_api/ |
D | stderr.txt.expect | 1 …ipt:5:60: error: compute kernel bad() targeting SDK levels 11-22 may not use special parameter 'z'.
|
/frameworks/compile/slang/tests/F_root_compute_non_ptr_usrData/ |
D | stderr.txt.expect | 1 … error: Compute kernel root() cannot have non-pointer parameters besides special parameters ('cont…
|
/frameworks/av/media/module/codecs/g711/fuzzer/ |
D | Android.bp | 50 …description: "The fuzzer targets the APIs of codecs_g711dec library with a special focus on Alaw A… 75 …description: "The fuzzer targets the APIs of codecs_g711dec library with a special focus on Mlaw A…
|
/frameworks/compile/slang/tests/P_reduce_general_examples_backward/ |
D | reduce_general_examples_backward.rscript | 89 int inVal, int x /* special arg */) { 107 int x /* special arg */, 108 int y /* special arg */) {
|
/frameworks/compile/slang/tests/P_reduce_general_examples/ |
D | reduce_general_examples.rscript | 93 int inVal, int x /* special arg */) { 111 int x /* special arg */, 112 int y /* special arg */) {
|
/frameworks/compile/slang/tests/F_root_compute_int_in/ |
D | stderr.txt.expect | 1 … error: Compute kernel root() cannot have non-pointer parameters besides special parameters ('cont…
|
/frameworks/base/data/keyboards/ |
D | Vendor_05ac_Product_0239.kl | 117 # key 229 blank special function on F5 118 # key 230 blank special function on F6
|
/frameworks/compile/slang/tests/F_reduce_general_bad_function/ |
D | stderr.txt.expect | 3 …educe(init_special1)' (reduce_general_bad_function.rscript:25:12) cannot take special parameter 'x' 16 …(reduce_general_bad_function.rscript:90:12) must have at least 1 input ('x' is a special parameter) 30 …ce_general_bad_function.rscript:159:12) must have exactly 1 input and no special parameters in ord… 31 …ce_general_bad_function.rscript:163:12) must have exactly 1 input and no special parameters in ord… 42 …reduce(out_special)' (reduce_general_bad_function.rscript:215:12) cannot take special parameter 'y'
|
/frameworks/compile/slang/tests/F_root_compute_non_uint32_t_xyzar/ |
D | stderr.txt.expect | 6 … In compute kernel root(), parameter 'ar' cannot appear after any of the special parameters ('cont…
|
/frameworks/compile/slang/tests/F_reflection3264_foreach_mismatch/ |
D | stderr.txt.expect | 6 reflection3264_foreach_mismatch.rscript:88:16: error: foreach kernel 'qq' has different special par… 15 reflection3264_foreach_mismatch.rscript:82:6: error: foreach kernel 'pp' has different special para…
|
/frameworks/compile/slang/tests/F_reduce_general_bad_halter/ |
D | stderr.txt.expect | 5 …uce(halt_special)' (reduce_general_bad_halter.rscript:33:12) cannot take special parameter 'contex…
|