Home
last modified time | relevance | path

Searched refs:appear (Results 1 – 25 of 177) sorted by relevance

12345678

/frameworks/compile/slang/tests/F_root_compute_too_many_args/
Dstderr.txt.expect1 …args.rs:6:20: error: In compute kernel root(), parameter 'extra1' cannot appear after any of the s…
2 …args.rs:6:37: error: In compute kernel root(), parameter 'extra2' cannot appear after any of the s…
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DMessagingLayoutTransformState.java144 appear(ownGroup, groupTransformationAmount); in transformViewInternal()
151 private void appear(MessagingGroup ownGroup, float transformationAmount) { in appear() method in MessagingLayoutTransformState
158 appear(child, transformationAmount); in appear()
161 appear(ownGroup.getAvatar(), transformationAmount); in appear()
162 appear(ownGroup.getSenderView(), transformationAmount); in appear()
163 appear(ownGroup.getIsolatedMessage(), transformationAmount); in appear()
201 private void appear(View child, float transformationAmount) { in appear() method in MessagingLayoutTransformState
206 ownState.appear(transformationAmount, null); in appear()
309 ownState.appear(transformationAmount, null); in transformView()
DImageTransformState.java62 public void appear(float transformationAmount, TransformableView otherView) { in appear() method in ImageTransformState
76 super.appear(transformationAmount, otherView); in appear()
DTransformState.java420 public void appear(float transformationAmount, TransformableView otherView) { in appear() method in TransformState
/frameworks/compile/slang/tests/F_root_compute_really_bad/
Dstderr.txt.expect3 root_compute_really_bad.rs:6:19: error: In compute kernel root(), parameter 'extra1' cannot appear
4 root_compute_really_bad.rs:6:36: error: In compute kernel root(), parameter 'extra2' cannot appear
15 …16:50: error: In compute kernel root_kernel(), parameter 'extra1' cannot appear after any of the s…
16 …16:67: error: In compute kernel root_kernel(), parameter 'extra2' cannot appear after any of the s…
/frameworks/compile/slang/tests/F_root_compute_non_uint32_t_xyzwar/
Dstderr.txt.expect6 …_t_xyzwar.rs:6:44: error: In compute kernel root(), parameter 'w' cannot appear after any of the s…
7 …t_xyzwar.rs:6:53: error: In compute kernel root(), parameter 'ar' cannot appear after any of the s…
/frameworks/base/tests/Camera2Tests/SmartCamera/
DREADME.txt26 then appear in the launcher of your device.
37 should appear. From there, you can go to the gallery with the gallery button or
/frameworks/native/opengl/tests/testViewport/
DREADME9 (Therefore the whole screen should appear to be white.)
/frameworks/compile/slang/tests/F_root_compute_non_uint32_t_xyzar/
Dstderr.txt.expect6 …_t_xyzar.rs:5:45: error: In compute kernel root(), parameter 'ar' cannot appear after any of the s…
/frameworks/base/data/sounds/
DREADME.txt26 does not appear to be related to the other files in any obvious way
/frameworks/base/core/proto/android/app/
Dnotification_channel_group.proto40 // Allows the notifications to appear outside of the shade in floating windows
Dnotification_channel.proto61 // Allows the notifications to appear outside of the shade in floating windows
/frameworks/compile/mclinker/include/mcld/LD/
DDiagCommonKinds.inc140 "section `%0' should not appear in input file `%1': %2",
141 "section `%0' should not appear in input file `%1': %2")
/frameworks/opt/gamesdk/third_party/cube/
DCOPYRIGHT.txt1 This file contains other licenses and their copyrights that appear in this
34 that this copyright and permissions notice appear in all copies and
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dplugin.proto67 // they import. The files will appear in topological order, so each file
140 // Code generators are executed in the order in which they appear on the
/frameworks/base/core/proto/android/os/
Dps.proto38 // spid). This value may also appear as: a process ID (pid); a process
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DViewTransformationHelper.java179 ownState.appear(transformationAmount, notification); in transformFrom()
/frameworks/av/
DNOTICE211 wherever such third-party notices normally appear. The contents
305 notice appear with all copies of the Data Files or Software, (b) both the
306 above copyright notice(s) and this permission notice appear in associated
/frameworks/base/
DNOTICE222 wherever such third-party notices normally appear. The contents
316 notice appear with all copies of the Data Files or Software, (b) both the
317 above copyright notice(s) and this permission notice appear in associated
/frameworks/av/media/ndk/
DNOTICE211 wherever such third-party notices normally appear. The contents
305 notice appear with all copies of the Data Files or Software, (b) both the
306 above copyright notice(s) and this permission notice appear in associated
/frameworks/av/camera/ndk/
DNOTICE211 wherever such third-party notices normally appear. The contents
305 notice appear with all copies of the Data Files or Software, (b) both the
306 above copyright notice(s) and this permission notice appear in associated
/frameworks/native/
DNOTICE211 wherever such third-party notices normally appear. The contents
305 notice appear with all copies of the Data Files or Software, (b) both the
306 above copyright notice(s) and this permission notice appear in associated
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/
Djson_format_proto3.proto84 // 2. Multiple oneof fields in the same oneof cannot appear at the
/frameworks/base/tools/aapt2/
DResources.proto245 // An Item is an abstract type. It represents a value that can appear inline in many places, such
261 // These can only usually appear as top-level resources. The concrete type is one of the types
/frameworks/wilhelm/doc/
DDoxyfile268 # typedef struct TypeS {} TypeT, will appear in the documentation as a struct
269 # with name TypeT. When disabled the typedef will appear as a member of a file,
327 # extracted and appear in the documentation as a namespace called
403 # alphabetically by member name. If set to NO the members will appear in
410 # by member name. If set to NO (the default) the members will appear in
418 # the constructors will appear in the respective orders defined by
427 # the group names will appear in their defined order.
471 # the initial value of a variable or define consists of for it to appear in

12345678