/frameworks/compile/slang/tests/P_warnings_rsSetElementAt/ |
D | stderr.txt.expect | 1 setelementat.rs:21:5: warning: untyped rsSetElementAt() can reduce performance. Use rsSetElementAt_… 2 setelementat.rs:22:5: warning: untyped rsSetElementAt() can reduce performance. Use rsSetElementAt_… 3 setelementat.rs:23:5: warning: untyped rsSetElementAt() can reduce performance. Use rsSetElementAt_… 4 setelementat.rs:24:5: warning: untyped rsSetElementAt() can reduce performance. Use rsSetElementAt_… 5 setelementat.rs:25:5: warning: untyped rsSetElementAt() can reduce performance. Use rsSetElementAt_… 6 setelementat.rs:26:5: warning: untyped rsSetElementAt() can reduce performance. Use rsSetElementAt_… 7 setelementat.rs:27:5: warning: untyped rsSetElementAt() can reduce performance. Use rsSetElementAt_… 8 setelementat.rs:28:5: warning: untyped rsSetElementAt() can reduce performance. Use rsSetElementAt_… 9 setelementat.rs:29:5: warning: untyped rsSetElementAt() can reduce performance. Use rsSetElementAt_… 10 setelementat.rs:30:5: warning: untyped rsSetElementAt() can reduce performance. Use rsSetElementAt_… [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | DeadZone.java | 181 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/base/telecomm/java/android/telecom/ |
D | Connection.java | 665 public static boolean can(int capabilities, int capability) { in can() method in Connection 676 public boolean can(int capability) { in can() method in Connection 677 return can(mConnectionCapabilities, capability); in can() 729 if (can(capabilities, CAPABILITY_HOLD)) { in capabilitiesToStringInternal() 732 if (can(capabilities, CAPABILITY_SUPPORT_HOLD)) { in capabilitiesToStringInternal() 735 if (can(capabilities, CAPABILITY_MERGE_CONFERENCE)) { in capabilitiesToStringInternal() 738 if (can(capabilities, CAPABILITY_SWAP_CONFERENCE)) { in capabilitiesToStringInternal() 741 if (can(capabilities, CAPABILITY_RESPOND_VIA_TEXT)) { in capabilitiesToStringInternal() 744 if (can(capabilities, CAPABILITY_MUTE)) { in capabilitiesToStringInternal() 747 if (can(capabilities, CAPABILITY_MANAGE_CONFERENCE)) { in capabilitiesToStringInternal() [all …]
|
D | Call.java | 564 public static boolean can(int capabilities, int capability) { in can() method in Call.Details 574 public boolean can(int capability) { in can() method in Call.Details 575 return can(mCallCapabilities, capability); in can() 587 if (can(capabilities, CAPABILITY_HOLD)) { in capabilitiesToString() 590 if (can(capabilities, CAPABILITY_SUPPORT_HOLD)) { in capabilitiesToString() 593 if (can(capabilities, CAPABILITY_MERGE_CONFERENCE)) { in capabilitiesToString() 596 if (can(capabilities, CAPABILITY_SWAP_CONFERENCE)) { in capabilitiesToString() 599 if (can(capabilities, CAPABILITY_RESPOND_VIA_TEXT)) { in capabilitiesToString() 602 if (can(capabilities, CAPABILITY_MUTE)) { in capabilitiesToString() 605 if (can(capabilities, CAPABILITY_MANAGE_CONFERENCE)) { in capabilitiesToString() [all …]
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | DiagCommonKinds.inc | 3 "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/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/ |
D | README.md | 17 - The library code does *not* use ARC (for performance reasons), but it all can 25 and run the runtime tests, you can use: 63 string, but also so you can always safely pass them to isEqual:/compare:, etc. 78 and create them each step along the way. You can write this: 95 see for the message properties. Again, you can write: 102 // to create the siblingsArray, you can safely just append to it. 111 property also provided that can return zero or the real count, but won't trigger 116 having an *explicit* and *default* value. You can always get the value of the 119 getting the default, you can use the `has\[NAME\]` property. If the value has 120 been set, and you want to clear it, you can set the `has\[NAME\]` to `NO`. [all …]
|
/frameworks/base/location/lib/ |
D | README.txt | 7 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/native/docs/ |
D | Doxyfile | 9 # 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/opt/net/wifi/tests/wifitests/ |
D | README.md | 27 If you manually build and push the test APK to the device you can run tests using 34 Tests can be added by adding classes to the src directory. JUnit4 style test cases can 38 If you are trying to debug why tests are not doing what you expected, you can add android log 43 If you would like to collect code coverage information you can run the `coverage.sh` script located 47 for results. By default the results are generated as a set of HTML pages. For example, you can use
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 9 # 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/ |
D | rs_value_types.spec | 39 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/ |
D | README.txt | 8 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/ |
D | plugins.md | 3 …can 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… 177 …can grab a recent plugin lib from jmonk’s experimental directory. However if you recently changed… [all …]
|
/frameworks/av/media/libaaudio/ |
D | Doxyfile | 12 # 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 …]
|
D | Doxyfile.orig | 12 # 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/base/media/native/midi/include/ |
D | Doxyfile.orig | 12 # 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 …]
|
D | Doxyfile | 12 # 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/ |
D | doxygen.config | 12 # 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/specs/ |
D | EGL_ANDROID_get_frame_timestamps.txt | 49 - 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 …]
|
D | EGL_ANDROID_blob_cache.txt | 38 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/native/opengl/libs/EGL/ |
D | GLES_layers.md | 14 …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/ |
D | bugreport-format.md | 30 _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/ |
D | standalone-rules.gradle | 5 * 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
|
/frameworks/base/lowpan/tests/ |
D | README.md | 37 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/wifi/tests/ |
D | README.md | 37 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
|