HomeSort by relevance Sort by last modified time
    Searched refs:currentMode (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
querymatrix.c 103 GLenum currentMode = GL_FALSE;
116 GLenum currentMode;
128 currentMode = (GLenum) tmp;
137 if (modes[i].currentMode == currentMode) {
  /external/mesa3d/src/mesa/main/
querymatrix.c 101 GLenum currentMode = GL_FALSE;
114 GLenum currentMode;
126 currentMode = (GLenum) tmp;
135 if (modes[i].currentMode == currentMode) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
RecapitalizeStatus.java 94 int currentMode;
95 for (currentMode = ROTATION_STYLE.length - 1; currentMode > 0; --currentMode) {
96 if (ROTATION_STYLE[currentMode] == initialMode) {
100 mRotationStyleCurrentIndex = currentMode;
  /frameworks/base/core/java/android/print/
PrinterCapabilitiesInfo.java 494 final int currentMode = (1 << Integer.numberOfTrailingZeros(currentModes));
495 currentModes &= ~currentMode;
496 PrintAttributes.enforceValidColorMode(currentMode);
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
Request.cpp 214 const FetchRequestData::Mode currentMode = request->mode();
216 return createRequestWithRequestData(context, request, RequestInit(context, init, exceptionState), currentMode, currentCredentials, exceptionState);
  /hardware/intel/img/hwcomposer/common/base/
Drm.cpp 614 drmModeModeInfo currentMode;
615 memcpy(&currentMode, &output->mode, sizeof(drmModeModeInfo));
617 if (isSameDrmMode(mode, &currentMode))
  /external/chromium_org/remoting/webapp/
ui_mode.js 111 remoting.currentMode = remoting.AppMode.HOME;
122 remoting.currentMode = mode;
155 return remoting.currentMode.split('.')[0];
event_handlers.js 26 if (remoting.currentMode == remoting.AppMode.CLIENT_CONNECT_FAILED_IT2ME) {
host_screen.js 153 if (remoting.currentMode != remoting.AppMode.HOST_SHARE_FAILED) {
remoting.js 361 switch (remoting.currentMode) {
  /packages/apps/Settings/src/com/android/settings/widget/
SettingsAppWidgetProvider.java 557 int currentMode = Settings.Secure.getInt(resolver,
560 switch (currentMode) {
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemView.java 671 final int currentMode = mActivity.getViewMode().getMode();
672 if (wSize != mViewWidth || mPreviousMode != currentMode) {
674 mPreviousMode = currentMode;
    [all...]
  /external/chromium_org/remoting/webapp/browser_test/
browser_test.js 121 if (expectedMode == remoting.currentMode) {
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_driver.c 523 pScrn->currentMode = pScrn->modes;
903 crtc->funcs->set_mode_major(crtc, pScrn->currentMode,
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_driver.c 523 pScrn->currentMode = pScrn->modes;
903 crtc->funcs->set_mode_major(crtc, pScrn->currentMode,
    [all...]
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp 631 int currentMode = hw->getActiveConfig();
633 if (mode == currentMode) {
    [all...]
  /prebuilts/devtools/tools/lib/
draw9patch.jar 
  /hardware/ti/omap4-aah/camera/
CameraHal.cpp 418 const char *currentMode = mParameters.get(TICameraParameters::KEY_CAP_MODE);
419 if ( NULL != currentMode ) {
420 if ( strcmp(currentMode, valstr) != 0 ) {
    [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 

Completed in 770 milliseconds