Home
last modified time | relevance | path

Searched refs:special (Results 1 – 25 of 225) sorted by relevance

123456789

/frameworks/compile/slang/tests/P_reduce_general_input/
Dgen-input.pl52 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/
Dstderr.txt.expect2 …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/
Dstderr.txt.expect1 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/
Dstderr.txt.expect1 ….rscript:9:57: error: In compute kernel bad(), special parameter 'context' must be defined before
/frameworks/compile/slang/tests/P_reduce_general_examples_halter/
Dreduce_general_examples_halter.rscript15 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/
Dstderr.txt.expect1 …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/
Dreduce_backward.rscript88 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 */) {
Dreduce.rscript170 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/
Dreduce_backward.rscript86 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 */) {
Dreduce.rscript168 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/
DLongSparseLongArrayTest.java75 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/
DCellSignalStrength.java153 int value, int rangeMin, int rangeMax, int special) { in inRangeOrUnavailable() argument
154 if ((value < rangeMin || value > rangeMax) && value != special) return CellInfo.UNAVAILABLE; in inRangeOrUnavailable()
DCellIdentity.java331 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/
Dstderr.txt.expect6 …: 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/
Dstderr.txt.expect1 …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/
Dstderr.txt.expect1 … error: Compute kernel root() cannot have non-pointer parameters besides special parameters ('cont…
/frameworks/av/media/module/codecs/g711/fuzzer/
DAndroid.bp50 …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/
Dreduce_general_examples_backward.rscript89 int inVal, int x /* special arg */) {
107 int x /* special arg */,
108 int y /* special arg */) {
/frameworks/compile/slang/tests/P_reduce_general_examples/
Dreduce_general_examples.rscript93 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/
Dstderr.txt.expect1 … error: Compute kernel root() cannot have non-pointer parameters besides special parameters ('cont…
/frameworks/base/data/keyboards/
DVendor_05ac_Product_0239.kl117 # key 229 blank special function on F5
118 # key 230 blank special function on F6
/frameworks/compile/slang/tests/F_reduce_general_bad_function/
Dstderr.txt.expect3 …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/
Dstderr.txt.expect6 … In compute kernel root(), parameter 'ar' cannot appear after any of the special parameters ('cont…
/frameworks/compile/slang/tests/F_reflection3264_foreach_mismatch/
Dstderr.txt.expect6 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/
Dstderr.txt.expect5 …uce(halt_special)' (reduce_general_bad_halter.rscript:33:12) cannot take special parameter 'contex…

123456789