/frameworks/base/libs/hwui/ |
D | Extensions.cpp | 40 mHasNPot = extensions.has("GL_OES_texture_npot"); in Extensions() 41 mHasFramebufferFetch = extensions.has("GL_NV_shader_framebuffer_fetch"); in Extensions() 42 mHasDiscardFramebuffer = extensions.has("GL_EXT_discard_framebuffer"); in Extensions() 43 mHasDebugMarker = extensions.has("GL_EXT_debug_marker"); in Extensions() 44 mHas1BitStencil = extensions.has("GL_OES_stencil1"); in Extensions() 45 mHas4BitStencil = extensions.has("GL_OES_stencil4"); in Extensions() 46 mHasUnpackSubImage = extensions.has("GL_EXT_unpack_subimage"); in Extensions()
|
/frameworks/base/libs/hwui/tests/unit/ |
D | StringUtilsTests.cpp | 27 EXPECT_TRUE(collection.has("a")); in TEST() 28 EXPECT_TRUE(collection.has("b")); in TEST() 29 EXPECT_TRUE(collection.has("c")); in TEST() 30 EXPECT_FALSE(collection.has("d")); in TEST() 36 EXPECT_TRUE(collection.has("GL_ext1")); in TEST() 37 EXPECT_FALSE(collection.has("GL_ext")); // string present, but not in list in TEST()
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | DiagLayouts.inc | 3 "Exception handling has not been fully supported yet.\nsection `%0'.", 4 "Exception handling has not been fully supported yet.\nsection `%0'.") 7 "Symbolic versioning has not been fully supported yet.\nsection `%0'.", 8 "Symbolic versioning has not been fully supported yet.\nsection `%0'") 11 "section %0 has not been laid out. Developers may use an output LDSection " 13 "section %0 has not been laid out. Developers may use an output LDSection "
|
D | DiagSymbolResolutions.inc | 3 "input file `%0' has no symbol table `%2'\n path of input file: %1", 4 "input file `%0' has no symbol table `%2'\n path of input file: %1")
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | EventLogTags.logtags | 26 # An activity has been resumed into the foreground but was not already running: 28 # An activity has been resumed and is now in the foreground: 42 # Application process has been started 44 # An application process has been marked as bad 52 # An activity has been relaunched, resumed, and is now in the foreground: 54 # An activity has been relaunched: 56 # The activity's onPause has been called. 58 # The activity's onResume has been called. 69 # A process has crashed too many times, it is being cleared 73 # A service has crashed too many times, it is being stopped [all …]
|
/frameworks/opt/bitmap/src/com/android/bitmap/util/ |
D | Exif.java | 76 if (has(jpeg, byteSize, 1)) { in getOrientation() 86 while (has(jpeg, byteSize, offset + 3) && (jpeg.get(offset++) & 0xFF) == 0xFF) { in getOrientation() 108 if (length < 2 || !has(jpeg, byteSize, offset + length - 1)) { in getOrientation() 203 private static boolean has(final InputStreamBuffer jpeg, final long byteSize, final int index) { in has() method in Exif 208 return jpeg.has(index); in has()
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/ |
D | Exif.java | 71 if (has(jpeg, byteSize, 1)) { in getOrientation() 81 while (has(jpeg, byteSize, offset + 3) && (jpeg.get(offset++) & 0xFF) == 0xFF) { in getOrientation() 103 if (length < 2 || !has(jpeg, byteSize, offset + length - 1)) { in getOrientation() 198 private static boolean has(final InputStreamBuffer jpeg, final long byteSize, final int index) { in has() method in Exif 203 return jpeg.has(index); in has()
|
/frameworks/base/core/tests/coretests/src/android/util/ |
D | TokenBucketTest.java | 71 assertTrue(tb.has()); in testReset() 85 assertTrue(tb.has()); in testFill() 115 while (!tb.has()) { in testAverage() 134 while (!tb.has()) { in testBurst() 145 assertTrue(tb.has()); in getOneByOne() 154 assertFalse(tb.has()); in assertEmpty()
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
D | MediaPlayerMetadataParserTest.java | 171 assertTrue(mMetadata.has(Metadata.TITLE)); in testRecordsFound() 172 assertTrue(mMetadata.has(Metadata.GENRE)); in testRecordsFound() 173 assertTrue(mMetadata.has(Metadata.firstCustomId())); in testRecordsFound() 174 assertFalse(mMetadata.has(Metadata.DRM_CRIPPLED)); in testRecordsFound() 209 assertTrue(mMetadata.has(Metadata.MIME_TYPE)); in testParseClearState() 211 assertFalse(mMetadata.has(Metadata.TITLE)); in testParseClearState() 212 assertFalse(mMetadata.has(Metadata.GENRE)); in testParseClearState() 213 assertFalse(mMetadata.has(Metadata.firstCustomId())); in testParseClearState()
|
/frameworks/base/tools/ |
D | aidl | 1 Where has aidl gone? 3 aidl has moved to //system/tools/aidl as part of adding support for
|
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/ |
D | WifiConfigurationHelper.java | 213 if (jsonConfig.has("phase2")) { in getWifiConfiguration() 217 if (jsonConfig.has("identity")) { in getWifiConfiguration() 221 if (jsonConfig.has("anonymous_identity")) { in getWifiConfiguration() 225 if (jsonConfig.has("ca_cert")) { in getWifiConfiguration() 229 if (jsonConfig.has("client_cert")) { in getWifiConfiguration() 240 if (jsonConfig.has("ip")) { in getWifiConfiguration()
|
/frameworks/base/docs/html/distribute/stories/apps/ |
D | lifesum-health.jd | 19 Since then, the app has had more than five million installs on Android, and Lifesum collaborated 22 app and has enabled Lifesum to scale partner integrations, accelerate development cycle, and 30 focus from simply gathering large amounts of user data to actual analysis of it. Google Fit has 32 unnecessary, and has largely reduced app development time. Lifesum used findings from the 51 fast and easy, and it has helped us with everything from product development and user
|
D | drupe-communications.jd | 50 Android, which has been critical to their success. To minimize risk and seek 54 This has helped the team achieve a 99.7% crash-free user ratio, as well 79 and new global reach. The team has continued to increase its relevance 80 through feedback loops and feature adoptions. <strong>This has led to 700%
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | README.txt | 1 This code has moved from 28 …proved location. We show no further dialogs in setup wizard since the user has just opted into the… 29 …has his device provisioned, turning off Wi-Fi from settings or from a third party app will show up…
|
/frameworks/compile/slang/tests/P_warnings_deprecated/ |
D | stderr.txt.expect | 2 ../../../../../frameworks/rs/scriptc/rs_math.rsh:6482:5: note: 'rsClamp' has been explicitly marked… 4 ../../../../../frameworks/rs/scriptc/rs_object_info.rsh:381:5: note: 'rsGetAllocation' has been exp…
|
/frameworks/opt/telephony/proto/ |
D | telephony.proto | 190 // If cell-data has been enabled. 193 // If cell-roaming has been enabled. 202 // If wifi has been enabled. 205 // If wifi-calling has been enabled. 518 // Notification that new data call has appeared in the list 519 // or old data call has removed. 702 // Preferred technology has changed, should retry with parameters 856 // Notification that new data call has appeared in the list 857 // or old data call has removed. 870 // progress state has changed. [all …]
|
/frameworks/base/docs/html/guide/topics/processes/ |
D | process-lifecycle.jd | 49 {@link android.app.Activity#onResume} method has been called).</li> 50 <li> It has a {@link android.content.BroadcastReceiver} that is currently running 53 <li>It has a {@link android.app.Service} that is currently executing code 61 can continue to run. Generally, at this point, the device has 68 {@link android.app.Activity#onPause} method has been called). This may 76 that has been started with the 86 {@link android.app.Activity#onStop} method has been called). These processes 115 a process has to it. For example, if process A has bound to a
|
/frameworks/base/docs/html/training/articles/ |
D | direct-boot.jd | 21 when the device has been powered on but the user has not unlocked the 26 and only available after the user has unlocked the device.</li> 28 during Direct Boot mode and after the user has unlocked the device.</li> 45 encrypted with a key that is only available after a device has performed a 50 Credential encrypted storage is only available after the user has successfully 66 system when the device has been restarted. At this point device encrypted 85 <p>Once the user has unlocked the device, all components can access both the 123 <li>If your app has foreground processes that need immediate notification, 132 <p>If the user has unlocked the device, you can find out by calling
|
/frameworks/base/docs/html/training/permissions/ |
D | requesting.jd | 64 user has to explicitly give approval to your app. 85 has to grant the permission when they install the app; if they do not grant 90 is 23 or higher: The app has to list the permissions in the manifest, 121 app used the camera yesterday, it can't assume it still has that permission 129 check if the activity has permission to write to the calendar: 137 If the app has the permission, the method returns {@link 142 the app has to explicitly ask the user for permission. 178 One approach you might use is to provide an explanation only if the user has 191 has requested this permission previously and the user denied the request. 219 The following code checks if the app has permission to read the user's [all …]
|
/frameworks/base/docs/html/training/id-auth/ |
D | authenticate.jd | 64 directly from the service owner. Google has a self-service system for obtaining 95 <p>Once your app has these permissions set, you can call {@link 154 <li>The cached auth token has expired.</li> 171 may be the first time the user has logged in to this account. Perhaps the user's account has expired 197 it's impossible to tell whether the user has successfully authenticated or not. 199 authenticator has updated the stored credentials so that they are sufficient for 204 <p>The last case, where the token has expired, it is not actually an {@link 239 an HTTP error code of 401, then your token has been denied. As mentioned in the 241 this is that the token has expired. The fix is 248 applications just assume the token has expired before even asking for it. If renewing a token is a
|
/frameworks/base/services/core/java/com/android/server/ |
D | EventLogTags.logtags | 21 # This is logged when the screen on broadcast has completed 23 # This is logged when the screen broadcast has completed 25 # This is logged when the screen on broadcast has completed 73 # when a notification has been clicked 75 # when a notification action button has been clicked 77 # when a notification has been canceled
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_front_buffer_auto_refresh.txt | 41 surface has been updated, but it comes at the cost of doing potentially 42 unneeded composition work if the window surface has not been updated.
|
/frameworks/base/docs/html/training/notify-user/ |
D | index.jd | 47 …that an event has occurred. Users can choose to view the notification while using other apps and r… 100 operations where you can estimate how much has been completed (determinate progress) and 101 operations where you don't know how much has been completed (indefinite progress).
|
/frameworks/base/docs/html/distribute/engage/ |
D | community.jd | 2 page.metaDescription=Building a community has many benefits, including improving your app and bring… 14 Building a community has many benefits, including improving your apps and
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | activity-element.jd | 88 the task it has an affinity for when that task is next brought to the 103 has an affinity for when its current task is no longer displayed. 240 <td>The IMSI mobile country code (MCC) has changed — 241 a SIM has been detected and updated the MCC.</td> 244 <td>The IMSI mobile network code (MNC) has changed — 245 a SIM has been detected and updated the MNC.</td> 248 <td>The locale has changed — the user has selected a new 252 <td>The touchscreen has changed. (This should never normally happen.)</td> 255 <td>The keyboard type has changed — for example, the user has 259 <td>The keyboard accessibility has changed — for example, the [all …]
|