Home
last modified time | relevance | path

Searched refs:has (Results 1 – 25 of 495) sorted by relevance

12345678910>>...20

/frameworks/compile/mclinker/include/mcld/LD/
DDiagLayouts.inc1 …icEngine::Warning, "Exception handling has not been fully supported yet.\nsection `%0'.", "Excepti…
2 …cEngine::Warning, "Symbolic versioning has not been fully supported yet.\nsection `%0'.", "Symboli…
3 …nreachable, "section %0 has not been laid out. Developers may use an output LDSection in Layout::g…
DDiagSymbolResolutions.inc1 …iagnosticEngine::Note, "input file `%0' has no symbol table `%2'\n path of input file: %1", "inpu…
/frameworks/base/services/java/com/android/server/am/
DEventLogTags.logtags26 # 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
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
DMediaPlayerMetadataParserTest.java171 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/docs/html/guide/topics/processes/
Dprocess-lifecycle.jd49 {@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/services/java/com/android/server/wifi/
DREADME.txt17 …proved location. We show no further dialogs in setup wizard since the user has just opted into the…
18has his device provisioned, turning off Wi-Fi from settings or from a third party app will show up…
/frameworks/base/docs/html/training/id-auth/
Dauthenticate.jd64 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/docs/html/training/notify-user/
Dindex.jd46 …that an event has occurred. Users can choose to view the notification while using other apps and r…
99 operations where you can estimate how much has been completed (determinate progress) and
100 operations where you don't know how much has been completed (indefinite progress).
/frameworks/base/docs/html/google/gcm/
Dnotifications.jd48 …<li>If a message has been handled on one device, the GCM message on the other devices are dismisse…
49 …<li>If a message has not been delivered yet to a device and but it has been handled, the GCM serve…
145 <p>For a send operation that has a {@code notification_key} as its target, the possible responses a…
147 <p>Here is an example of "success"&mdash;the {@code notification_key} has 2 regIDs associated with …
154 <p>Here is an example of "partial success"&mdash;the {@code notification_key} has 3 regIDs associat…
165 <p>In the case of failure, the response has HTTP code 503 and no JSON. When a message fails to be d…
/frameworks/compile/slang/tests/F_one_definition_rule3/
Dstderr.txt.expect1 error: type 'DifferentDefinition3' in different translation unit (def2.rs v.s. def1.rs) has incompa…
/frameworks/compile/slang/tests/F_one_definition_rule8/
Dstderr.txt.expect1 error: type 'DifferentDefinition8' in different translation unit (def2.rs v.s. def1.rs) has incompa…
/frameworks/compile/slang/tests/F_one_definition_rule4/
Dstderr.txt.expect1 error: type 'DifferentDefinition4' in different translation unit (def2.rs v.s. def1.rs) has incompa…
/frameworks/compile/slang/tests/F_one_definition_rule5/
Dstderr.txt.expect1 error: type 'DifferentDefinition5' in different translation unit (def2.rs v.s. def1.rs) has incompa…
/frameworks/compile/slang/tests/F_one_definition_rule2/
Dstderr.txt.expect1 error: type 'DifferentDefinition2' in different translation unit (def2.rs v.s. def1.rs) has incompa…
/frameworks/compile/slang/tests/F_one_definition_rule1/
Dstderr.txt.expect1 error: type 'DifferentDefinition1' in different translation unit (def2.rs v.s. def1.rs) has incompa…
/frameworks/compile/slang/tests/F_one_definition_rule7/
Dstderr.txt.expect1 error: type 'DifferentDefinition7' in different translation unit (def2.rs v.s. def1.rs) has incompa…
/frameworks/compile/slang/tests/F_one_definition_rule6/
Dstderr.txt.expect1 error: type 'DifferentDefinition6' in different translation unit (def2.rs v.s. def1.rs) has incompa…
/frameworks/testing/uiautomator/library/
Dapicheck_msg_last.txt3 You have tried to change the API from what has been previously released in
/frameworks/base/cmds/input/
Dinput1 # Script to start "input" on the device, which has a very rudimentary
/frameworks/base/cmds/media/
Dmedia1 # Script to start "media_cmd" on the device, which has a very rudimentary
/frameworks/base/cmds/bmgr/
Dbmgr1 # Script to start "bmgr" on the device, which has a very rudimentary
/frameworks/base/cmds/pm/
Dpm1 # Script to start "pm" on the device, which has a very rudimentary
/frameworks/base/cmds/content/
Dcontent1 # Script to start "content" on the device, which has a very rudimentary shell.
/frameworks/base/cmds/ime/
Dime1 # Script to start "pm" on the device, which has a very rudimentary
/frameworks/base/cmds/svc/
Dsvc1 # Script to start "am" on the device, which has a very rudimentary

12345678910>>...20