Searched refs:done (Results 51 - 75 of 84) sorted by relevance

1234

/frameworks/base/libs/androidfw/
H A DBackupHelpers.cpp559 goto done;
715 done:
1202 bool done;
1208 err = reader.ReadNextHeader(&done, &type);
1209 if (done) {
1210 fprintf(stderr, "should not be done yet\n");
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiMonitor.java706 boolean done = false;
717 done = true;
723 done = true;
726 if (done) {
730 return done;
/frameworks/av/media/libstagefright/id3/
H A DID3.cpp417 bool ID3::Iterator::done() const { function in class:android::ID3::Iterator
815 while (!it.done()) {
/frameworks/av/services/audioflinger/
H A DAudioResamplerDyn.cpp585 goto done; // need a new buffer
592 done:
607 // released at "done:"; or (3) getNextBuffer() failed.
H A DAudioResamplerSinc.cpp344 goto done; // need a new buffer
349 done:
350 // if done with buffer, save samples
H A DTracks.cpp826 // this will be done by prepareTracks_l() when the track is stopped.
1576 goto done;
1617 done:
/frameworks/base/core/java/com/android/internal/os/
H A DZygoteInit.java690 boolean done = peers.get(i).runOnce();
691 if (done) {
/frameworks/native/opengl/libagl/
H A Ddxt.cpp173 goto done;
181 done:
/frameworks/av/include/media/stagefright/
H A DMediaCodec.h171 std::list<FrameRenderTracker::Info> done, sp<AMessage> &msg);
/frameworks/av/media/mtp/
H A DMtpServer.cpp992 goto done;
999 goto done;
1007 goto done;
1048 done:
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputWindowHandle.cpp134 for (SkRegion::Iterator it(*region); !it.done(); it.next()) {
/frameworks/base/core/java/android/widget/
H A DImageView.java1006 boolean done = false;
1020 done = true;
1025 if (!done && resizeHeight) {
/frameworks/base/core/jni/
H A Dandroid_os_Debug.cpp228 bool skip, done = false; local
250 while (!done) {
359 done = true;
/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...]
/frameworks/base/tools/aapt/
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/av/media/libmedia/
H A DAudioTrackShared.cpp906 mObserver.done();
930 mObserver.done(); // safe to read mStatic variables.
/frameworks/native/libs/ui/
H A DRegion.cpp653 while (!it.done()) {
683 while (!it.done()) {
/frameworks/base/media/java/android/media/
H A DMediaScanner.java1579 boolean done = true;
1585 done = false;
1598 return done;
1870 * one is done using the MediaScanner object. After this method
/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/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/base/core/java/android/accounts/
H A DAccountManager.java1958 protected void done() { method in class:AccountManager.AmsTask
2068 protected void done() { method in class:AccountManager.Future2Task
2214 // we are done
2264 // we are 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/av/media/libstagefright/
H A DMPEG4Extractor.cpp2788 if (it->done()) {
2793 if (it->done()) {
4656 bool done = false; local
4658 while (!done && offset < kMaxScanOffset) {
4730 done = true;
H A DMediaCodec.cpp2413 std::list<FrameRenderTracker::Info> done, sp<AMessage> &msg) {
2416 for (std::list<FrameRenderTracker::Info>::const_iterator it = done.cbegin();
2417 it != done.cend(); ++it) {
2412 CreateFramesRenderedMessage( std::list<FrameRenderTracker::Info> done, sp<AMessage> &msg) argument
/frameworks/native/cmds/installd/
H A Dcommands.cpp1395 goto done;
1534 done:

Completed in 3213 milliseconds

1234