HomeSort by relevance Sort by last modified time
    Searched full:gone (Results 401 - 425 of 726) sorted by null

<<11121314151617181920>>

  /external/jpeg/
jcphuff.c 681 BR_buffer = entropy->bit_buffer; /* BE bits are gone now */
708 BR_buffer = entropy->bit_buffer; /* BE bits are gone now */
  /external/netperf/
netserver.c 757 /* With Win2003, WinNT's POSIX subsystem is gone and hence so is */
975 /* OK, with Win2003 WinNT's POSIX subsystem is gone, and hence so is */
  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPResponse.java 164 case GONE :
165 retval = "Gone";
  /frameworks/base/core/java/android/app/
SuggestionsAdapter.java 377 v.setVisibility(View.GONE);
413 v.setVisibility(View.GONE);
  /frameworks/base/core/java/android/view/
SurfaceView.java 477 mVisible ? VISIBLE : GONE, mContentInsets);
498 visible ? VISIBLE : GONE, false, mWinFrame, mContentInsets,
  /frameworks/base/core/java/android/widget/
ProgressBar.java 773 if (v == GONE || v == INVISIBLE) {
788 if (visibility == GONE || visibility == INVISIBLE) {
  /frameworks/base/policy/src/com/android/internal/policy/impl/
LockPatternKeyguardView.java 546 Log.v(TAG, "Gone=" + goneScreen);
559 goneScreen.setVisibility(View.GONE);
  /frameworks/base/services/java/com/android/server/
ProcessStats.java 486 // This process has gone away!
505 // This process has gone away!
WallpaperManagerService.java 192 Slog.w(TAG, "Wallpaper service gone: " + mWallpaperComponent);
277 Slog.w(TAG, "Wallpaper component gone, removing: " + mWallpaperComponent);
    [all...]
  /packages/apps/Music/src/com/android/music/
MusicPicker.java 283 iv.setVisibility(View.GONE);
575 mProgressContainer.setVisibility(View.GONE);
PlaylistBrowserActivity.java 601 iv.setVisibility(View.GONE);
603 view.findViewById(R.id.line2).setVisibility(View.GONE);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SearchActivity.java 429 mSearchGoButton.setVisibility(View.GONE);
440 mVoiceSearchButton.setVisibility(View.GONE);
  /packages/apps/Settings/src/com/android/settings/applications/
InstalledAppDetails.java 134 // If the activity is gone, don't process any more messages.
446 permsView.setVisibility(View.GONE);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
UserDictionaryToolsList.java 687 ((View)mLeftButton.getParent()).setVisibility(View.GONE);
705 ((View)(mTableLayout.findViewById(i + 1)).getParent()).setVisibility(View.GONE);
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
MonitorThread.java 754 // client should be gone, keep going
767 // not expected; client should be gone, keep going
  /external/chromium/net/base/
cookie_monster_unittest.cc 743 // Make sure everything is gone.
745 // Really make sure everything is gone.
    [all...]
  /external/qemu/
CHANGES.TXT 338 is gone. Instead, you can now:
449 - the transitional '-qemud' option introduced in 1.3 is now gone. its
456 - the obsolete '-oldradio' option is now gone
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
SynchronousQueue.java 343 if (m == null) { // all waiters are gone
358 if (m == null) // waiter is gone
764 if (d == null || // d is gone or
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
_index.html 138 <dd>Demonstrates toggling the visibility of a View object between visible, invisible, and gone. </dd>
  /external/bluetooth/glib/gobject/
gtypemodule.c 51 * loaded. When the types and interfaces are gone, the module may be
  /external/chromium/base/
process_util_unittest.cc 141 // Allocate 20M and check again. It should have gone down.
  /external/chromium/third_party/icu/source/test/cintltst/
spooftest.c 329 So with those tests gone checking that Identifier should now succeed */
  /external/e2fsprogs/debugfs/
logdump.c 492 /* ... and if we have gone too far, then we've reached the
  /external/e2fsprogs/e2fsck/
recovery.c 355 * check right now that we haven't gone past the end of
  /external/icu4c/test/cintltst/
spooftest.c 310 So with those tests gone checking that Identifier should now succeed */

Completed in 4746 milliseconds

<<11121314151617181920>>