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

1 2 34 5

  /external/mesa3d/src/gallium/drivers/radeonsi/
r600_texture.c 97 surface->flags |= RADEON_SURF_SET(RADEON_SURF_MODE_1D, MODE);
100 surface->flags |= RADEON_SURF_SET(RADEON_SURF_MODE_2D, MODE);
103 surface->flags |= RADEON_SURF_SET(RADEON_SURF_MODE_LINEAR_ALIGNED, MODE);
107 surface->flags |= RADEON_SURF_SET(RADEON_SURF_MODE_LINEAR, MODE);
230 surface->level[0].mode >= RADEON_SURF_MODE_1D ?
232 surface->level[0].mode >= RADEON_SURF_MODE_2D ?
283 if (rtex->surface.level[level].mode != RADEON_SURF_MODE_LINEAR_ALIGNED &&
284 rtex->surface.level[level].mode != RADEON_SURF_MODE_LINEAR)
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DirectoryLoader.java 53 int mode = MODE_UNKNOWN; field in class:DirectoryResult
126 userMode = getCursorInt(cursor, StateColumns.MODE);
133 result.mode = userMode;
136 result.mode = State.MODE_GRID;
138 result.mode = State.MODE_LIST;
157 Log.d(TAG, "userMode=" + userMode + ", userSortOrder=" + mUserSortOrder + " --> mode="
158 + result.mode + ", sortOrder=" + result.sortOrder);
DirectoryFragment.java 288 // TODO: if mode change was racing with us, don't overwrite it
289 if (result.mode != MODE_UNKNOWN) {
290 state.derivedMode = result.mode;
360 values.put(StateColumns.MODE, state.userMode);
371 // Mode change is just visual change; no need to kick loader, and
437 public boolean onCreateActionMode(ActionMode mode, Menu menu) {
438 mode.getMenuInflater().inflate(R.menu.mode_directory, menu);
443 public boolean onPrepareActionMode(ActionMode mode, Menu menu) {
459 public boolean onActionItemClicked(ActionMode mode, MenuItem item) {
474 mode.finish()
    [all...]
  /external/qemu/android/
hw-events.h 318 KEY_CODE(MODE ,0x175) \
454 BTN_CODE(MODE, 0x13c) \
  /external/chromium_org/third_party/icu/source/tools/pkgdata/
pkgdata.cpp 108 static int32_t pkg_createWindowsDLL(const char mode, const char *gencFilePath, UPKGOptions *o);
116 static int32_t pkg_createWithoutAssemblyCode(UPKGOptions *o, const char *targetDir, const char mode);
119 static int32_t pkg_createWithAssemblyCode(const char *targetDir, const char mode, const char *gencFilePath);
120 static int32_t pkg_generateLibraryFile(const char *targetDir, const char mode, const char *objectFile, char *command = NULL);
122 static void createFileNames(UPKGOptions *o, const char mode, const char *version_major, const char *version, const char *libName, const UBool reverseExt);
131 MODE,
171 /*02*/ UOPTION_DEF( "mode", 'm', UOPT_REQUIRES_ARG),
233 "Specify the mode of building (see below; default: common)",
245 "Specify a version when packaging in dll or static mode",
248 "Quite mode. (e.g. Do not output a readme file for static libraries)
531 const char mode = o->mode[0]; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_texture.c 107 surface->flags |= RADEON_SURF_SET(RADEON_SURF_MODE_1D, MODE);
110 surface->flags |= RADEON_SURF_SET(RADEON_SURF_MODE_2D, MODE);
113 surface->flags |= RADEON_SURF_SET(RADEON_SURF_MODE_LINEAR_ALIGNED, MODE);
117 surface->flags |= RADEON_SURF_SET(RADEON_SURF_MODE_LINEAR, MODE);
186 switch (rtex->surface.level[i].mode) {
216 surface->level[0].mode >= RADEON_SURF_MODE_1D ?
218 surface->level[0].mode >= RADEON_SURF_MODE_2D ?
300 assert(fmask.level[0].mode == RADEON_SURF_MODE_2D);
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_texture.c 107 surface->flags |= RADEON_SURF_SET(RADEON_SURF_MODE_1D, MODE);
110 surface->flags |= RADEON_SURF_SET(RADEON_SURF_MODE_2D, MODE);
113 surface->flags |= RADEON_SURF_SET(RADEON_SURF_MODE_LINEAR_ALIGNED, MODE);
117 surface->flags |= RADEON_SURF_SET(RADEON_SURF_MODE_LINEAR, MODE);
186 switch (rtex->surface.level[i].mode) {
216 surface->level[0].mode >= RADEON_SURF_MODE_1D ?
218 surface->level[0].mode >= RADEON_SURF_MODE_2D ?
300 assert(fmask.level[0].mode == RADEON_SURF_MODE_2D);
    [all...]
  /frameworks/base/core/tests/coretests/src/android/provider/
SearchRecentSuggestionsProviderTest.java 56 TestProvider.AUTHORITY, TestProvider.MODE);
  /external/icu4c/tools/pkgdata/
pkgdata.cpp 64 static int32_t pkg_createWindowsDLL(const char mode, const char *gencFilePath, UPKGOptions *o);
72 static int32_t pkg_createWithoutAssemblyCode(UPKGOptions *o, const char *targetDir, const char mode);
75 static int32_t pkg_createWithAssemblyCode(const char *targetDir, const char mode, const char *gencFilePath);
76 static int32_t pkg_generateLibraryFile(const char *targetDir, const char mode, const char *objectFile, char *command = NULL);
78 static void createFileNames(UPKGOptions *o, const char mode, const char *version_major, const char *version, const char *libName, const UBool reverseExt, UBool noVersion);
84 #define IN_COMMON_MODE(mode) (mode == 'a' || mode == 'c')
85 #define IN_DLL_MODE(mode) (mode == 'd' || mode == 'l'
531 const char mode = o->mode[0]; local
    [all...]
  /hardware/samsung_slsi/exynos5/include/
ExynosCamera.h 237 //! Flash mode
246 //! Focus mode
258 //! Scene mode
434 //! Gets the current flash mode setting.
446 //! Gets the current focus mode setting.
504 //! Gets scene mode
602 //! Sets the flash mode.
611 //! Sets the focus mode.
664 //! Sets recording mode hint.
673 //! Sets the scene mode
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
GeneralPreferences.java 411 CalendarRecentSuggestionsProvider.MODE);
SearchActivity.java 216 CalendarRecentSuggestionsProvider.MODE);
  /external/iproute2/doc/
ip-tunnels.tex 34 ip tunnel add MY-TUNNEL mode ipip remote 193.233.7.65
148 Mode & Description & Base device \\
158 ip tunnel add <NAME> mode <MODE> [ local <S> ] [ remote <D> ]
169 \verb|mode <MODE>| sets tunnel mode. Three modes are available now
184 say that they are zero or wildcard. Two tunnels of one mode cannot
301 ip tunnel change Cisco mode sit local ME remote HE ttl 32
352 tunnel mode gre i
    [all...]
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/blktrace/btt/doc/
btt.tex 74 btt does not work in live mode.
240 IOs, the \emph{median} value for all seeks, and the \emph{mode} -
250 DEV | NSEEKS MEAN MEDIAN | MODE
255 We have almost exclusively seen median and mode values of 0, indicating
257 seeks. The larger the count for the mode in comparison to the total
    [all...]
  /external/chromium_org/third_party/lcov/bin/
geninfo 91 # Compatibility mode values
96 # Compatibility mode value names
108 # Compatibility mode names
123 # Compatibility mode default values
130 # Compatibility mode auto-detection routines
456 # Determine checksum mode
580 --(no-)compat-libtool Enable (disable) libtool compatibility mode
589 --compat MODE=on|off|auto Set compat MODE (libtool, hammer, split_crc)
    [all...]
lcov 170 our $compat_libtool; # If set, indicates that libtool mode is to be enabled
171 our $no_compat_libtool; # If set, indicates that libtool mode is to be disabled
525 --(no-)compat-libtool Enable (disable) libtool compatibility mode
537 --compat MODE=on|off|auto Set compat MODE (libtool, hammer, split_crc)
    [all...]
  /hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/
FmRxApp.java 670 Integer mode = (Integer) msg.obj;
671 //Log.i(TAG, "enter handleMessage ---mode" + mode.intValue());
672 if (mode.intValue() == 0) {
1141 int mode = fmConfigPreferences.getInt(MODE, DEFAULT_MODE); local
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree.h     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree.h     [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AbstractActivityController.java 193 * The hash of {@link #mCurrentConversation} in detached mode. 0 if we are not in detached mode.
207 * The current mode of the application. All changes in mode are initiated by
208 * the activity controller. View mode changes are propagated to classes that
209 * attach themselves as listeners of view mode changes.
453 * In detail: when auto-advance triggers a mode change, we must wait until the transition
454 * completes before executing the destructive action to ensure a smooth mode change transition.
516 final int mode = mViewMode.getMode(); local
518 switch (mode) {
846 final int mode = mViewMode.getMode(); local
949 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 
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 1006 milliseconds

1 2 34 5