Home
last modified time | relevance | path

Searched refs:can (Results 1 – 25 of 315) sorted by relevance

12345678910>>...13

/frameworks/compile/slang/tests/P_warnings_rsSetElementAt/
Dstderr.txt.expect1 setelementat.rscript:21:5: warning: untyped rsSetElementAt() can reduce performance. Use rsSetEleme…
2 setelementat.rscript:22:5: warning: untyped rsSetElementAt() can reduce performance. Use rsSetEleme…
3 setelementat.rscript:23:5: warning: untyped rsSetElementAt() can reduce performance. Use rsSetEleme…
4 setelementat.rscript:24:5: warning: untyped rsSetElementAt() can reduce performance. Use rsSetEleme…
5 setelementat.rscript:25:5: warning: untyped rsSetElementAt() can reduce performance. Use rsSetEleme…
6 setelementat.rscript:26:5: warning: untyped rsSetElementAt() can reduce performance. Use rsSetEleme…
7 setelementat.rscript:27:5: warning: untyped rsSetElementAt() can reduce performance. Use rsSetEleme…
8 setelementat.rscript:28:5: warning: untyped rsSetElementAt() can reduce performance. Use rsSetEleme…
9 setelementat.rscript:29:5: warning: untyped rsSetElementAt() can reduce performance. Use rsSetEleme…
10 setelementat.rscript:30:5: warning: untyped rsSetElementAt() can reduce performance. Use rsSetEleme…
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/
DDeadZone.java181 public void onDraw(Canvas can) {
189 can.clipRect(can.getWidth() - size, 0, can.getWidth(), can.getHeight());
191 can.clipRect(0, 0, size, can.getHeight());
194 can.clipRect(0, 0, can.getWidth(), size);
198 can.drawARGB((int) (frac * 0xFF), 0xDD, 0xEE, 0xAA);
/frameworks/compile/mclinker/include/mcld/LD/
DDiagCommonKinds.inc3 "can not open input file `%0': %1",
4 "can not open input file `%0' : %1")
11 "can not open search directory `-L%0'",
12 "can not open search directory `-L%0'")
56 "can not read symbol[%0] in file %1",
57 "can not read symbol[%0] in file %1")
60 "can not read section `%0'.",
61 "can not read section `%0'.")
64 "can not read target-dependent section `%0'.",
65 "can not read target-dependent section `%0'.")
[all …]
/frameworks/base/location/lib/
DREADME.txt7 You can add but not remove. The rules are the same as for the
9 o This library can see and instantiate internal platform classes (such as
15 a shared library. So you can change the implementation, but not
21 can not use internal platform classes.
25 signature can implement this API.
/frameworks/compile/slang/tests/F_reduce_general_bad_result/
Dreduce_general_bad_result.rscript25 // problem is result type, not accumulator type, so outconverter can fix this
30 // problem is result type, not accumulator type, so outconverter can break this
58 // problem is result type, not accumulator type, so outconverter can fix this
65 // problem is result type, not accumulator type, so outconverter can break this
97 // problem is result type, not accumulator type, so outconverter can fix this
105 // problem is result type, not accumulator type, so outconverter can break this
132 // problem is result type, not accumulator type, so outconverter can fix this
139 // problem is result type, not accumulator type, so outconverter can break this
168 // problem is result type, not accumulator type, so outconverter can fix this
175 // problem is result type, not accumulator type, so outconverter can break this
[all …]
/frameworks/native/docs/
DDoxyfile9 # For lists items can also be appended using:
31 # The PROJECT_NUMBER tag can be used to enter a project or revision number.
37 # Using the PROJECT_BRIEF tag one can provide an optional one line description
43 # With the PROJECT_LOGO tag one can specify an logo or icon that is
60 # Enabling this option can be useful when feeding doxygen a huge amount of
135 # can be used to strip a user-defined part of the path. Stripping is
137 # the path. The tag can be used to show relative paths in the file list.
145 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of
155 # (but less readable) file names. This can be useful if your file system
176 # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen
[all …]
/frameworks/wilhelm/doc/
DDoxyfile9 # For lists items can also be appended using:
30 # The PROJECT_NUMBER tag can be used to enter a project or revision number.
46 # Enabling this option can be useful when feeding doxygen a huge amount of
111 # can be used to strip a user-defined part of the path. Stripping is
113 # the path. The tag can be used to show relative paths in the file list.
119 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of
129 # (but less readable) file names. This can be useful is your file systems
150 # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen
170 # The TAB_SIZE tag can be used to set the number of spaces in a tab.
175 # This tag can be used to specify a number of aliases that acts
[all …]
/frameworks/rs/script_api/
Drs_value_types.spec39 Entries of a vector can be accessed using different naming styles.
41 Single entries can be accessed by following the variable name with a dot and:<ul>
52 Multiple entries of a vector can be accessed at once by using an identifier that is
56 With the example above, the middle two entries can be accessed using
60 repeated, as long as we're not trying to assign to it. You also can't mix the naming
75 v3 = v3.xas0; // Invalid: can't mix xyzw with rgba nor s0...<br/>
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DREADME.txt8 This can be done because all actions are either asynchronous
28 The following are Intents that can be sent for testing pruproses on
47 On debuggable builds (userdebug, eng) you can change additional
48 settings through system properties. These properties can be set with
60 You can replace the connection retry configuration. For example, you
68 You can force the telephony stack to always assume that it's roaming
/frameworks/base/packages/SystemUI/docs/
Dplugins.md3can change the behavior of SystemUI at runtime.  This is done by creating a basic set of interface…
5 …de of master and only on the devices which need to use the prototype.  You can distribute early pr…
9 Existing plugin hooks can be found [here](/packages/SystemUI/docs/plugin_hooks.md).
15 …face (entry point) for the plugin should extend the interface Plugin so that you can listen for it.
18 …r the Plugin. If a plugin makes use of the other versioned interface, they can use DependsOn to in…
107 …e onCreate callback.  The pluginContext is pregenerated for the plugin and can be used to inflate …
121 A plugin can provide plugin-specific settings that will be surfaced as a gear button on the plugin …
144 …en APIs (which plugins should avoid anyway) and only uses Plugin APIs, you can be setup to build i…
148 … find one at http://go/plugin-keystore, you can copy it to the root directory of your project.  Th…
177can grab a recent plugin lib from jmonk’s experimental directory.  However if you recently changed…
[all …]
/frameworks/base/telecomm/java/android/telecom/
DCall.java731 public static boolean can(int capabilities, int capability) { in can() method in Call.Details
741 public boolean can(int capability) { in can() method in Call.Details
742 return can(mCallCapabilities, capability); in can()
754 if (can(capabilities, CAPABILITY_HOLD)) { in capabilitiesToString()
757 if (can(capabilities, CAPABILITY_SUPPORT_HOLD)) { in capabilitiesToString()
760 if (can(capabilities, CAPABILITY_MERGE_CONFERENCE)) { in capabilitiesToString()
763 if (can(capabilities, CAPABILITY_SWAP_CONFERENCE)) { in capabilitiesToString()
766 if (can(capabilities, CAPABILITY_RESPOND_VIA_TEXT)) { in capabilitiesToString()
769 if (can(capabilities, CAPABILITY_MUTE)) { in capabilitiesToString()
772 if (can(capabilities, CAPABILITY_MANAGE_CONFERENCE)) { in capabilitiesToString()
[all …]
/frameworks/av/media/libaaudio/
DDoxyfile12 # For lists, items can also be appended using:
37 # The PROJECT_NUMBER tag can be used to enter a project or revision number. This
43 # Using the PROJECT_BRIEF tag one can provide an optional one line description
49 # With the PROJECT_LOGO tag one can specify an logo or icon that is included in
66 # option can be useful when feeding doxygen a huge amount of source files, where
137 # The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path.
139 # part of the path. The tag can be used to show relative paths in the file list.
143 # Note that you can specify absolute paths here, but also relative paths, which
149 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
159 # less readable) file names. This can be useful is your file systems doesn't
[all …]
/frameworks/native/opengl/specs/
DEGL_ANDROID_get_frame_timestamps.txt49 - The display present time can be used to calculate end-to-end latency
51 - The queue time and rendering complete time can be used to determine
53 composition start time and finish time can be used to determine how
54 long the compositor's rendering work took. In combination these can be
119 Returns an identifier for the next frame to be swapped. The identifier can
132 with a particular frame and can be retrieved before the first swap.
136 array. The possible names that can be queried are:
144 composition. This can be used to estimate the latency of the
167 The application can poll for the timestamp of particular events by calling
170 frame. eglGetFrameTimestamps is thread safe and can be called from a
[all …]
DEGL_ANDROID_blob_cache.txt38 programming for a long time. It can consume seconds of CPU cycles during
107 function pointers through which the client APIs can request data be cached
114 display <dpy> can use to interact with caching functionality provided by
138 key, a client API implementation can call the application-provided callback
157 client API implementation can call the application-provided callback
179 implementation. The cache implementation can simply drop a value if it
180 encounters an error during the 'set' callback. Similarly, it can simply
184 previously cached entries. How can the driver handle this situation?
186 RESPONSE: There are a number of ways the driver can handle this situation.
191 requested again. If needed, the cache implementation can handle those
[all …]
/frameworks/base/media/native/midi/include/
DDoxyfile12 # For lists, items can also be appended using:
37 # The PROJECT_NUMBER tag can be used to enter a project or revision number. This
43 # Using the PROJECT_BRIEF tag one can provide an optional one line description
49 # With the PROJECT_LOGO tag one can specify a logo or an icon that is included
66 # option can be useful when feeding doxygen a huge amount of source files, where
155 # The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path.
157 # part of the path. The tag can be used to show relative paths in the file list.
161 # Note that you can specify absolute paths here, but also relative paths, which
167 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
177 # less readable) file names. This can be useful is your file systems doesn't
[all …]
/frameworks/av/media/codec2/docs/
Ddoxygen.config12 # For lists, items can also be appended using:
37 # The PROJECT_NUMBER tag can be used to enter a project or revision number. This
43 # Using the PROJECT_BRIEF tag one can provide an optional one line description
49 # With the PROJECT_LOGO tag one can specify a logo or an icon that is included
66 # option can be useful when feeding doxygen a huge amount of source files, where
155 # The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path.
157 # part of the path. The tag can be used to show relative paths in the file list.
161 # Note that you can specify absolute paths here, but also relative paths, which
167 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
177 # less readable) file names. This can be useful is your file systems doesn't
[all …]
/frameworks/native/opengl/libs/EGL/
DGLES_layers.md14 …to use (layer_id) and an entrypoint that can be called to look up functions below the layer. The …
27 …all `AndroidGLESLayer_GetProcAddress` for all known functions. The layer can track that next add…
29 …ng layers (like GAPID and RenderDoc) to support Android. That way a layer can look up functions i…
33 Where layers can be found, in order of priority
104 … handful of functions, a passively initialized layer is the way to go. It can simply wait for the…
106 …o the EGL loader, active layer initialization is the way to go. The layer can utilize get_next_la…
236 …shared with GLES 2.0+ (like glGetString) will be routed to 2.0+ drivers, which can cause confusion.
239 - Who can use layers?
240 …- GLES Layers can be loaded by any debuggable application, or for any application if you have root…
242 - This feature is backed by Android CTS, so you can run `atest CtsGpuToolsHostTestCases`
[all …]
/frameworks/native/cmds/dumpstate/
Dbugreport-format.md30 _bugreport-BUILD_ID-DATE.txt_ entry, although the end user can change the name (through
40 `dumpstate` can also copy files from the device’s filesystem into the zip file
52 Besides the files generated by `dumpstate`, **Shell** can also add 2 other
64 - Framework services are dumped by priority. Supported priorities can be specified
69 - HIGH - services that also must dump first, but can take longer (under 250ms)
71 - NORMAL - services that have no rush to dump and can take a long time (under 10s).
74 - Two additional dumpsys sections are generated. The two new sections can be
83 - Bug report will contain proto dumps from all supporting services. Support can be
111 Tools parsing the zipped bugreport file can use the following algorithm to
/frameworks/opt/setupwizard/library/
Dstandalone-rules.gradle5 * For example, you can include the following in your settings.gradle file:
10 * And then you can include the :setup-wizard-lib project as one of your dependencies
23 // And then in rules.gradle you can reference the dependency by
Dbuild.gradle11 * For example, you can include the following in your settings.gradle file:
15 * And then you can include the :setup-wizard-lib project as one of your dependencies
28 // And then in rules.gradle you can reference the dependency by
/frameworks/base/services/core/java/com/android/server/rollback/
DREADME.md14 A new install parameter ENABLE_ROLLBACK can be specified to enable rollback when
30 rollback of the update to FooV2.apk can be requested. This can be requested from
56 device. The platform provides several different watchdogs that can trigger
98 APEX modules are responsible for ensuring they can gracefully handle rollback in
105 Rollback can be enabled for multi-package installs. This requires that all
115 identified, rollback can be requested for that package, causing all packages in
124 Rollback can be enabled for staged installs, which require reboot to take
149 * Timeout - There is a limit for how long we can spend attempting to enable
150 rollback for an individual package. The limit defaults to 10 seconds, but can
174 'cause' packages is not used by the platform, but it can be queried by an
[all …]
/frameworks/base/lowpan/tests/
DREADME.md37 If you manually build and push the test APK to the device you can run tests using
44 Tests can be added by adding classes to the src directory. JUnit4 style test cases can
48 If you are trying to debug why tests are not doing what you expected, you can add android log
/frameworks/base/tests/ActivityManagerPerfTests/
DREADME.txt17 * Each sent time is tagged with an id since there can be multiple events that send back a time
27 * Utilities that both the instrumentation test and test app can use
43 * The target package can report the time it measures through an ITimeReceiverCallback passed
46 * The instrumentation test can collect that time by calling getReceivedTimeNs("tag") and
49 can be reported in an iteration
/frameworks/base/tests/SystemMemoryTest/
DREADME.txt14 You can manually run the test as follows:
18 This installs and runs the test on device. You can see the metrics in the
/frameworks/opt/net/wifi/RROOverlaySampleApp/
DReadme.txt2 b) The list of values that can be overlayed are listed in service/res/values/overlayable.xml.
3 c) OEMs can add the flags they want to override in res/values/config.xml of this sample app

12345678910>>...13