Searched refs:done (Results 1 - 25 of 84) sorted by last modified time

1234

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DRecyclerViewAnimationsTest.java1287 private String prepareLog(RecyclerView.Recycler recycler, RecyclerView.State state, boolean done) { argument
1289 builder.append("is pre layout:").append(state.isPreLayout()).append(", done:").append(done);
1299 if (state.isPreLayout() && !done) {
/frameworks/rs/java/tests/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/support/v4/java/android/support/v4/content/
H A DModernAsyncTask.java134 protected void done() {
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiConfigStore.java1795 boolean done = false;
1796 while (!done) {
1864 done = (lines.length == 1);
4431 /** Migrate certs from global pool to wifi UID if not already done */
H A DWifiMonitor.java706 boolean done = false;
717 done = true;
723 done = true;
726 if (done) {
730 return done;
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
H A DDatePickerDialog.java114 * The callback used to indicate the user is done filling in the date.
246 mDoneButton = (Button) view.findViewById(R.id.done);
/frameworks/native/cmds/flatland/
H A DMain.cpp637 goto done;
641 goto done;
652 goto done;
664 goto done;
679 done:
/frameworks/native/cmds/installd/
H A Dcommands.cpp1395 goto done;
1534 done:
H A Dinstalld.cpp288 goto done;
304 goto done;
309 done:
/frameworks/native/cmds/rawbu/
H A Dbackup.cpp313 goto done;
321 goto done;
325 goto done;
337 goto done;
343 goto done;
351 goto done;
358 goto done;
363 done:
389 if (!write_int32(fh, FILE_VERSION)) goto done;
390 if (!write_int32(fh, opt_backupAll)) goto done;
[all...]
/frameworks/native/libs/ui/
H A DRegion.cpp653 while (!it.done()) {
683 while (!it.done()) {
/frameworks/native/opengl/libagl/
H A Ddxt.cpp173 goto done;
181 done:
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_eglapi.cpp123 goto done;
132 goto done;
145 done:
/frameworks/native/opengl/tests/gl_perfapp/jni/
H A Dgl_code.cpp31 bool done; variable
46 ALOGI("done\n");
51 done = true;
70 if (!done) {
72 done = false;
94 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/data-binding/compiler/src/main/java/android/databinding/annotationprocessor/
H A DProcessDataBinding.java63 boolean done = true;
65 done = step.runStep(roundEnv, processingEnv, buildInfo) && done;
73 return done;
151 * @return True if it is done and should never be invoked again.
158 * Invoked when processing is done. A good place to generate the output if the
/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 DAlarm.aidl22 int done();
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/tests/utils/SleepUtils/SleepHelper/src/com/android/testing/sleephelper/
H A DSetAlarm.java39 private static final String CMD_DONE = "done";
132 mAlarmService.done();
/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/
H A DSourceXmlPullParser.cpp52 const bool done = mIn.eof(); local
53 if (mIn.bad() && !done) {
59 if (XML_Parse(mParser, mBuffer, mIn.gcount(), done) == XML_STATUS_ERROR) {
65 if (done) {
/frameworks/base/tools/layoutlib/bridge/src/android/animation/
H A DAnimationThread.java107 mListener.done(result);
143 mListener.done(result);
164 mListener.done(Status.SUCCESS.createResult());
169 mListener.done(Status.ERROR_UNKNOWN.createResult("Error playing animation", throwable));
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderSessionImpl.java109 * be done on the layout.
226 // done with the parser, pop it.
356 // This must always be done before the call to layout
427 // done
657 listener.done(result);
663 listener.done(result);
676 listener.done(result);
754 // It is technically removed right before the DISAPPEARING animation is done (if
758 // parent, we need to wait until the CHANGE_DISAPPEARING animation is done before
796 // and return since adding the view to the new parent is done i
[all...]

Completed in 8180 milliseconds

1234