Searched defs:done (Results 1 - 25 of 40) sorted by last modified time

12

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DBaseRecyclerViewAnimationsTest.java121 private String prepareLog(RecyclerView.Recycler recycler, RecyclerView.State state, boolean done) { argument
123 builder.append("is pre layout:").append(state.isPreLayout()).append(", done:").append(done);
133 if (state.isPreLayout() && !done) {
/frameworks/rs/tests/java_api/GenImages/src/com/android/rs/genimage/
H A DGenImage.java207 if (key > 0) done = true;
230 boolean done = false; field in class:Triangle
250 if (!done) {
/frameworks/native/opengl/tests/gl_perfapp/jni/
H A Dgl_code.cpp29 bool done; variable
44 ALOGI("done\n");
49 done = true;
68 if (!done) {
70 done = false;
92 if (! done) {
/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp325 bool done = false; local
341 done = dispatchConfigurationChangedLocked(currentTime, typedEntry);
349 done = dispatchDeviceResetLocked(currentTime, typedEntry);
371 done = dispatchKeyLocked(currentTime, typedEntry, &dropReason, nextWakeupTime);
387 done = dispatchMotionLocked(currentTime, typedEntry,
397 if (done) {
/frameworks/native/services/vr/performanced/
H A Dperformance_service_tests.cpp22 bool done = false; local
33 done_condition.wait(lock, [&done] { return done; });
47 done = true;
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/base/tests/utils/SleepUtils/AlarmService/src/com/android/testing/alarmservice/
H A DAlarmImpl.java67 Log.d(LOG_TAG, String.format("Alarm triggered, done waiting"));
72 public int done() throws RemoteException { method in class:AlarmImpl
/frameworks/base/tools/aapt/
H A DFileFinder.cpp85 bool done = false; local
88 for (size_t i = 0; i < extensions.size() && !done; ++i) {
93 done = true;
H A DXMLNode.cpp607 bool done; local
610 done = len < (ssize_t)sizeof(buf);
616 if (XML_Parse(parser, buf, len, done) == XML_STATUS_ERROR) {
622 } while (!done);
/frameworks/base/tools/aapt2/xml/
H A DXmlPullParser.cpp56 const bool done = in_.eof(); local
57 if (in_.bad() && !done) {
63 if (XML_Parse(parser_, buffer_, in_.gcount(), done) == XML_STATUS_ERROR) {
69 if (done) {
/frameworks/base/tools/bit/
H A Dadb.cpp85 read_varint(int fd, int* err, bool* done) argument
93 *done = true;
113 bool done = false; local
114 uint64_t size = read_varint(fd, err, &done);
115 if (*err != 0 || done) {
203 bool done;
208 read_varint(fd, &err, &done);
211 } else if (done) {
219 size = read_varint(fd, &err, &done);
222 } else if (done) {
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java4152 * Fades the content of the keyguard away after the launch transition is done.
4156 * @param endRunnable the runnable to be run when the transition is done
4342 * Notifies that the Keyguard fading away animation is done.
5962 ExpandableNotificationRow row, NotificationGuts guts, View done) {
5967 done.getLocationOnScreen(doneLocation);
5969 final int centerX = done.getWidth() / 2;
5970 final int centerY = done.getHeight() / 2;
5961 saveAndCloseNotificationMenu(NotificationInfo info, ExpandableNotificationRow row, NotificationGuts guts, View done) argument
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DMountServiceTests.java53 boolean done = false; field in class:MountServiceTests.ObbObserver
61 done = true;
67 assertTrue("Expected ObbObserver to have received a state change.", done);
72 assertTrue("Expected ObbObserver to have received a state change.", done);
79 done = false;
83 return done;
/frameworks/base/packages/StatementService/src/com/android/statementservice/
H A DExceptionLoggingFutureTask.java38 protected void done() { method in class:ExceptionLoggingFutureTask
/frameworks/base/packages/CaptivePortalLogin/src/com/android/captiveportallogin/
H A DCaptivePortalLoginActivity.java88 done(Result.WANTED_AS_IS);
111 if (mNetwork.equals(lostNetwork)) done(Result.UNWANTED);
167 private void done(Result result) { method in class:CaptivePortalLoginActivity
225 done(result);
307 done(Result.DISMISSED);
334 done(Result.WANTED_AS_IS);
/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/
H A DCaptivePortalLoginActivity.java87 done(false);
172 private void done(boolean success) { method in class:CaptivePortalLoginActivity
242 done(true);
325 done(false);
/frameworks/base/libs/androidfw/
H A DBackupData.cpp223 BackupDataReader::ReadNextHeader(bool* done, int* type) argument
225 *done = m_done;
234 *done = m_done = true;
241 *done = m_done = (amt == 0);
242 if (*done) {
/frameworks/base/libs/androidfw/tests/
H A DBackupData_test.cpp89 bool done; local
91 reader->ReadNextHeader(&done, &type);
128 bool done; local
134 reader->ReadNextHeader(&done, &type);
141 reader->ReadNextHeader(&done, &type);
178 bool done; local
184 reader->ReadNextHeader(&done, &type);
191 reader->ReadNextHeader(&done, &type);
196 reader->ReadNextHeader(&done, &type);
230 bool done; local
271 bool done; local
331 bool done; local
397 bool done; local
[all...]
/frameworks/base/libs/hwui/tests/macrobench/
H A DTestSceneRunner.cpp174 nsecs_t done = systemTime(CLOCK_MONOTONIC); local
175 avgMs.add((done - vsync) / 1000000.0);
/frameworks/base/core/java/android/speech/tts/
H A DFileSynthesisCallback.java198 public int done() { method in class:FileSynthesisCallback
199 if (DBG) Log.d(TAG, "FileSynthesisRequest.done()");
208 Log.w(TAG, "Duplicate call to done()");
H A DPlaybackSynthesisCallback.java214 public int done() { method in class:PlaybackSynthesisCallback
215 if (DBG) Log.d(TAG, "done()");
221 Log.w(TAG, "Duplicate call to done()");
233 // .done() was called before .start. Treat it as successful synthesis
235 Log.w(TAG, "done() was called before start() call");
249 // Signal done or error to item
251 item.done();
H A DSynthesisCallback.java30 * {@link #done}.
34 * to {@link #done}, it might be discarded.
36 * {@link #done} must be called at the end of synthesis, regardless of errors.
105 int done(); method in interface:SynthesisCallback
137 * Check if {@link #done} was called or not.
H A DSynthesisPlaybackQueueItem.java111 // OR (c) done() is called in which case it will return null.
164 void done() { method in class:SynthesisPlaybackQueueItem
177 // calling done() don't block the synthesis thread forever. Ideally
267 // been called and done() has not been called.
281 // This is the normal playback loop exit case, when done() was
/frameworks/base/core/java/android/util/jar/
H A DStrictJarFile.java312 private boolean done = false; field in class:StrictJarFile.JarFileInputStream
323 if (done) {
335 done = true;
340 done = true;
348 if (done) {
364 done = true;
369 done = true;
377 if (done) {
/frameworks/base/core/jni/
H A Dandroid_backup_BackupDataInput.cpp55 bool done; local
60 err = reader->ReadNextHeader(&done, &type);
61 if (done) {
89 // done

Completed in 2379 milliseconds

12