HomeSort by relevance Sort by last modified time
    Searched full:indeterminate (Results 126 - 150 of 368) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
float.h 132 -1 indeterminate
262 -1 indeterminate
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.8/lib/gcc/aarch64-linux-android/4.8/include/
float.h 132 -1 indeterminate
262 -1 indeterminate
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include/
float.h 132 -1 indeterminate
262 -1 indeterminate
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
float.h 132 -1 indeterminate
262 -1 indeterminate
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8/lib/gcc/arm-linux-androideabi/4.8/include/
float.h 132 -1 indeterminate
262 -1 indeterminate
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/lib/gcc/x86_64-linux/4.6/include/
float.h 132 -1 indeterminate
262 -1 indeterminate
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/lib/gcc/x86_64-linux/4.8/include/
float.h 132 -1 indeterminate
262 -1 indeterminate
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
float.h 132 -1 indeterminate
262 -1 indeterminate
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.8/lib/gcc/mips64el-linux-android/4.8/include/
float.h 132 -1 indeterminate
262 -1 indeterminate
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include/
float.h 132 -1 indeterminate
262 -1 indeterminate
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.8/lib/gcc/mipsel-linux-android/4.8/include/
float.h 132 -1 indeterminate
262 -1 indeterminate
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.8/lib/gcc/x86_64-linux-android/4.8/include/
float.h 132 -1 indeterminate
262 -1 indeterminate
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
float.h 132 -1 indeterminate
262 -1 indeterminate
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/signin/
SigninManager.java 416 // We don't have progress update, so this takes an indeterminate amount of time.
417 boolean indeterminate = true;
424 indeterminate, cancelable);
  /developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/
EntryListFragment.java 62 * runs immediately. An indeterminate ProgressBar element is displayed, showing that the sync is
319 * button. If a sync is active or pending, the Refresh button is replaced by an indeterminate
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/
EntryListFragment.java 62 * runs immediately. An indeterminate ProgressBar element is displayed, showing that the sync is
319 * button. If a sync is active or pending, the Refresh button is replaced by an indeterminate
  /development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/
EntryListFragment.java 62 * runs immediately. An indeterminate ProgressBar element is displayed, showing that the sync is
319 * button. If a sync is active or pending, the Refresh button is replaced by an indeterminate
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLInputElement.h 97 // 'indeterminate' is a state independent of the checked state that causes the control to draw in a way that hides the actual state.
98 bool indeterminate() const { return m_isIndeterminate; } function in class:blink::HTMLInputElement
  /packages/apps/Gallery2/src/com/android/photos/
MultiSelectGridFragment.java 195 * this time an indeterminate progress indicator will be shown instead.
222 * this time an indeterminate progress indicator will be shown instead.
  /bootable/recovery/
ui.h 44 enum ProgressType { EMPTY, INDETERMINATE, DETERMINATE };
  /external/chromium_org/base/mac/
sdk_forward_declarations.h 254 @property (readonly, getter=isIndeterminate) BOOL indeterminate; variable
  /external/chromium_org/chrome/common/extensions/api/
automation.idl 192 indeterminate,
  /external/chromium_org/third_party/WebKit/Source/platform/mac/
ThemeMac.mm 170 // Checked and Indeterminate
172 bool indeterminate = (states & IndeterminateControlState);
175 if (oldIndeterminate != indeterminate || checked != oldChecked)
176 [cell setState:indeterminate ? NSMixedState : (checked ? NSOnState : NSOffState)];
  /external/chromium_org/ui/accessibility/
ax_enums.idl 201 indeterminate,
  /frameworks/base/docs/html/design/building-blocks/
progress.jd 23 <p>Activity indicators are for operations of an indeterminate length. They ask users to wait a moment while something finishes up, without getting into specifics about what's happening behind the scenes.</p>

Completed in 846 milliseconds

1 2 3 4 56 7 8 91011>>