Home
last modified time | relevance | path

Searched refs:an (Results 1 – 25 of 938) sorted by relevance

12345678910>>...38

/frameworks/compile/slang/tests/F_reduce_general_bad_result/
Dstderr.txt.expect13 …:198:12) parameter 'accum' (type 'rs_matrix2x2 (*)[10]') must not point to an array of matrix type…
14 ….rs:208:12) parameter 'out' (type 'rs_matrix2x2 (*)[10]') must not point to an array of matrix type
15 …2) parameter 'out' (type 'struct rs_allocation *') must not point to data containing an object type
16 …ameter 'out' (type 'struct rs_allocation (*)[10]') must not point to data containing an object type
17 …4:12) parameter 'out' (type 'struct StructObj1 *') must not point to data containing an object type
18 …parameter 'out' (type 'struct StructObj2 (*)[10]') must not point to data containing an object type
21 … containing pointers cannot be used as the type of an exported global variable or the parameter to…
22 … containing pointers cannot be used as the type of an exported global variable or the parameter to…
23 … containing pointers cannot be used as the type of an exported global variable or the parameter to…
24 … containing pointers cannot be used as the type of an exported global variable or the parameter to…
[all …]
/frameworks/compile/slang/tests/F_ptr_in_struct/
Dstderr.txt.expect1 … containing pointers cannot be used as the type of an exported global variable or the parameter to…
2 … containing pointers cannot be used as the type of an exported global variable or the parameter to…
/frameworks/native/opengl/specs/
DEGL_ANDROID_native_fence_sync.txt43 except that they have an additional attribute storing the file descriptor
47 object that behaves similarly to an EGL fence sync object. These native
48 objects must have a signal status like that of an EGLSyncKHR object that
75 by eglDupNativeFenceFDANDROID in the event of an error:
89 "If <type> is EGL_SYNC_NATIVE_FENCE_ANDROID, an EGL native fence sync
115 "When a fence sync object is created or when an EGL native fence sync
122 After associating the fence command with an EGL native fence sync object,
133 If the sync object is an EGL native fence sync object then the native
154 EGL_NO_SYNC_KHR is returned and an EGL_BAD_DISPLAY error is
157 empty (containing only EGL_NONE), EGL_NO_SYNC_KHR is returned and an
[all …]
DEGL_ANDROID_presentation_time.txt42 an EGLSurface, allowing the native window system to use it.
80 an absolute time is needed such as displaying the color buffer on a
82 clock. For situations in which an absolute time is not needed such as
95 returned. Otherwise EGL_FALSE is returned and an appropriate error is
96 set. If <dpy> is not the name of a valid, initialized EGLDisplay, an
98 then an EGL_BAD_SURFACE error is generated.
110 presentation time when an absolute time is needed be queried on Android?
117 or should it be a new parameter to an extended variant of eglSwapBuffers?
131 - Clarified how uses that either do or do not need an absolute time should
DEGL_ANDROID_get_native_client_buffer.txt41 This extension allows creating an EGLClientBuffer from an Android
42 AHardwareBuffer object which can be later used to create an EGLImage.
67 may be used to create an EGLClientBuffer from an AHardwareBuffer object.
DEGL_ANDROID_framebuffer_target.txt38 can be used to create an EGLSurface. One implementation, which is used to
43 supports rendering to an ANativeWindow for which the buffers are passed to
82 config may be used to create an EGLSurface from an ANativeWindow for
/frameworks/rs/script_api/
Drs_allocation_create.spec22 These functions can be called directly or indirectly from an invokable
31 summary: Creates an rs_element object of the specified data type
33 Creates an rs_element object of the specified data type. The data kind of
44 summary: Creates an rs_element object of the specified data type and vector width
46 Creates an rs_element object of the specified data type and vector width.
57 summary: Creates an rs_element object of the specified data type and data kind
59 Creates an rs_element object of the specified data type and data kind. The
85 summary: Creates an rs_type object with the specified Element and shape attributes
87 Creates an rs_type object with the specified Element and shape attributes.
137 summary: Create an rs_allocation object of given Type.
[all …]
Drs_object_types.spec44 summary: Handle to an element
62 summary: Handle to an allocation
112 summary: Bitfield to specify how an allocation is used
115 relevant to an allocation or an operation on an allocation.
/frameworks/base/core/proto/android/content/
Dintent.proto11 * distributed under the License is distributed on an "AS IS" BASIS,
32 // Used as an int value for Intent#EXTRA_DOCK_STATE to represent that
36 // Used as an int value for Intent#EXTRA_DOCK_STATE to represent that
40 // Used as an int value for Intent#EXTRA_DOCK_STATE to represent that
44 // Used as an int value for Intent#EXTRA_DOCK_STATE to represent that
48 // Used as an int value for Intent#EXTRA_DOCK_STATE to represent that
/frameworks/base/core/proto/android/telecomm/
Denums.proto11 * distributed under the License is distributed on an "AS IS" BASIS,
37 * The initial state of an outgoing {@code Call}.
44 * The state of an outgoing {@code Call} when waiting on user to select a
51 * once an outgoing call has begun (e.g., user presses the dial button in Dialer). Calls in this
75 * to this state is by the user putting an {@link #ACTIVE} call on hold by explicitly performing
76 * an action, such as clicking the hold button.
118 * Disconnected because of an unknown or unspecified reason.
123 * Disconnected because there was an error, such as a problem with the network.
144 * Disconnected because there was no response to an incoming call.
149 * Disconnected because the user rejected an incoming call.
/frameworks/rs/script_api/include/
Drs_object_types.rsh11 * distributed under the License is distributed on an "AS IS" BASIS,
48 * rs_element: Handle to an element
66 * rs_allocation: Handle to an allocation
109 * rs_allocation_usage_type: Bitfield to specify how an allocation is used
112 * relevant to an allocation or an operation on an allocation.
150 RS_TYPE_BOOLEAN = 12, // 0 or 1 (false or true) stored in an 8 bit container.
157 RS_TYPE_ELEMENT = 1000, // A handle to an Element.
159 RS_TYPE_ALLOCATION = 1002, // A handle to an Allocation.
Drs_object_info.rsh11 * distributed under the License is distributed on an "AS IS" BASIS,
22 * The functions below can be used to query the characteristics of an Allocation, Element,
41 * for the cells of an Allocation and the instantiation of that type. For example:
44 * i.e. a cell of an Allocation.
48 * An Element can specify a simple data types as found in C, e.g. an integer, float, or
89 * Query an Allocation for the presence of more than one Level Of Detail. This is useful
138 * rsAllocationGetElement: Get the object that describes the cell of an Allocation
141 * of an Allocation. See the rsElement* functions below.
152 * rsClearObject: Release an object
157 * After calling this function, *dst will be set to an empty handle. See rsIsObject().
[all …]
/frameworks/base/cmds/statsd/src/
Datom_field_options.proto11 * distributed under the License is distributed on an "AS IS" BASIS,
31 // The field that represents the state. It's an exclusive state.
35 // Used to annotate an atom that reprsents a state change. A state change atom must have exactly ONE
68 // Flags to decorate an atom that presents a state change.
71 // Flags to decorate the uid fields in an atom.
/frameworks/base/tests/AccessoryDisplay/
DREADME2 displays created over an Android Open Accessories Protocol link.
11 The role of the sink is to emulate an external display that happens
25 The role of the source is to present some content onto an external
28 play content to an external monitor.
36 an encoder and streams the output to the sink over USB. Then
/frameworks/compile/slang/tests/F_struct_field_ptr_to_array/
Dstderr.txt.expect1 … containing pointers cannot be used as the type of an exported global variable or the parameter to…
/frameworks/compile/slang/tests/F_ptr_in_struct_for_call/
Dstderr.txt.expect1 … containing pointers cannot be used as the type of an exported global variable or the parameter to…
/frameworks/compile/slang/tests/F_struct_field_ptr_to_fn_proto/
Dstderr.txt.expect1 … containing pointers cannot be used as the type of an exported global variable or the parameter to…
/frameworks/compile/slang/tests/F_struct_field_ptr_to_fn_noproto/
Dstderr.txt.expect1 … containing pointers cannot be used as the type of an exported global variable or the parameter to…
/frameworks/opt/net/ims/
DREADME.txt14 To get started, you need to get an instance of the ImsManager by calling ImsManager#getInstance().
21 ImsManager#makeCall() requires an ImsCallProfile objects, representing the call properties
27 To receive calls, an IMS application MUST provide a BroadcastReceiver that
28 has the ability to respond to an intent indicating that there is an incoming call.
74 It enables an application to get details on why a method call failed.
77 It defines an identifier for each IMS service category.
91 Wrapper class which has an ICallGroup interface.
/frameworks/base/tools/aapt2/
DResources.proto11 * distributed under the License is distributed on an "AS IS" BASIS,
37 // Developer friendly source file information for an entity in the resource table.
50 // Resource definitions corresponding to an Android package.
59 // Defines resources for an Android package.
126 // Whether a resource comes from a compile-time overlay and is explicitly allowed to not overlay an
196 // The value is either an Item or a CompoundValue.
203 // An Item is an abstract type. It represents a value that can appear inline in many places, such
218 // A CompoundValue is an abstract type. It represents a value that is a made of other values.
253 // A value that represents an ID. This is just a placeholder, as ID values are used to occupy a
291 // A value that is a reference to an external entity, like an XML file or a PNG.
[all …]
/frameworks/hardware/interfaces/vr/composer/1.0/
DIVrComposerClient.hal11 * distributed under the License is distributed on an "AS IS" BASIS,
75 * BAD_DISPLAY when an invalid display handle was passed in.
76 * BAD_LAYER when an invalid layer handle was passed in.
92 * BAD_DISPLAY when an invalid display handle was passed in.
106 * BAD_DISPLAY when an invalid display handle was passed in.
107 * BAD_LAYER when an invalid layer handle was passed in.
/frameworks/base/tests/LegacyRestoreTest/
DREADME1 The file "jbmr2-encrypted-settings-abcd.ab" in this directory is an encrypted
9 reporting an invalid password in logcat. This is the situation reported in bug
17 These archives can be used as an ongoing test to verify that historical encrypted
/frameworks/base/tests/ActivityManagerPerfTests/
DREADME.txt12 * For example, the time it takes from sending an Intent to start a Service
17 * Each sent time is tagged with an id since there can be multiple events that send back a time
43 * The target package can report the time it measures through an ITimeReceiverCallback passed
44 through an Intent through Utils.sendTime(intent, "tag")
49 can be reported in an iteration
/frameworks/compile/libbcc/tests/debuginfo/target-tests/driver-simple/
DACTIVITY.java.template11 * distributed under the License is distributed on an "AS IS" BASIS,
39 // Ideally an app should implement onResume() and onPause()
47 // Ideally an app should implement onResume() and onPause()
/frameworks/compile/libbcc/tests/debuginfo/target-tests/driver-simple-exit/
DACTIVITY.java.template11 * distributed under the License is distributed on an "AS IS" BASIS,
43 // Ideally an app should implement onResume() and onPause()
51 // Ideally an app should implement onResume() and onPause()

12345678910>>...38