HomeSort by relevance Sort by last modified time
    Searched refs:MODE (Results 76 - 89 of 89) sorted by null

1 2 34

  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DirectoryFragment.java 299 // TODO: if mode change was racing with us, don't overwrite it
300 if (result.mode != MODE_UNKNOWN) {
301 state.derivedMode = result.mode;
375 values.put(StateColumns.MODE, state.userMode);
386 // Mode change is just visual change; no need to kick loader, and
452 public boolean onCreateActionMode(ActionMode mode, Menu menu) {
453 mode.getMenuInflater().inflate(R.menu.mode_directory, menu);
454 mode.setTitle(getResources()
460 public boolean onPrepareActionMode(ActionMode mode, Menu menu) {
476 public boolean onActionItemClicked(ActionMode mode, MenuItem item)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_cx_iface.c 184 // automatic keyframe placement mode.
188 ERROR("kf_min_dist not supported in auto mode, use 0 "
293 oxcf->mode = MODE_GOODQUALITY;
296 oxcf->mode = MODE_FIRSTPASS;
299 oxcf->mode = MODE_SECONDPASS_BEST;
391 printf("Mode: %d\n", oxcf->mode);
588 // Use best quality mode if no deadline is given.
589 MODE new_qc = MODE_BESTQUALITY;
598 // use good quality mode. Otherwise use realtime mode
997 vpx_scaling_mode_t *const mode = va_arg(args, vpx_scaling_mode_t *); local
    [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree.h     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_encoder.c 80 static INLINE void Scale2Ratio(VPX_SCALING mode, int *hr, int *hs) {
81 switch (mode) {
393 // Set rd thresholds based on mode and speed setting
548 cpi->oxcf.mode == TWO_PASS_SECOND_BEST)) {
564 static int get_pass(MODE mode) {
565 switch (mode) {
595 cpi->pass = get_pass(cpi->oxcf.mode);
596 if (cpi->oxcf.mode == REALTIME)
601 // In lossless mode, make sure right quantizer range and correct transfor
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AbstractActivityController.java 200 * The hash of {@link #mCurrentConversation} in detached mode. 0 if we are not in detached mode.
214 * The current mode of the application. All changes in mode are initiated by
215 * the activity controller. View mode changes are propagated to classes that
216 * attach themselves as listeners of view mode changes.
488 * In detail: when auto-advance triggers a mode change, we must wait until the transition
489 * completes before executing the destructive action to ensure a smooth mode change transition.
647 * If required, starts wait mode for the current account.
664 // Transition to waiting mode
882 final int mode = mViewMode.getMode(); local
985 final int mode = mViewMode.getMode(); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.debug.core_3.6.0.v20100519.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 
  /external/iproute2/doc/
ip-cref.tex 387 mode i.e.\ all packets sent to it are immediately discarded.
430 this mode exists only on broadcast links and is used by bridges and for network
434 wandering on the link. This mode is used by multicast routers.
    [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h 568 } MODE;
    [all...]

Completed in 506 milliseconds

1 2 34