HomeSort by relevance Sort by last modified time
    Searched refs:DISPLAY (Results 1 - 25 of 65) sorted by null

1 2 3

  /external/chromium_org/chrome/browser/infobars/
insecure_content_infobar_delegate.cc 29 // from DISPLAY to RUN.
35 if ((type == RUN) && (delegate->type_ == DISPLAY))
45 (type == DISPLAY) ? DISPLAY_INFOBAR_SHOWN : RUN_INFOBAR_SHOWN,
59 (type_ == DISPLAY) ? DISPLAY_INFOBAR_DISMISSED : RUN_INFOBAR_DISMISSED,
83 (type_ == DISPLAY) ? DISPLAY_USER_DID_NOT_LOAD : RUN_USER_DID_NOT_LOAD,
92 (type_ == DISPLAY) ? DISPLAY_USER_OVERRIDE : RUN_USER_OVERRIDE,
97 web_contents->SendToAllFrames((type_ == DISPLAY) ?
insecure_content_infobar_delegate.h 13 // display or run insecure content.
17 DISPLAY, // Shown when "inactive" content (e.g. images) has been blocked.
infobar_service.cc 139 this, InsecureContentInfoBarDelegate::DISPLAY);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
GoNegReqPinTestCase.java 33 return connectTest(false, WpsInfo.DISPLAY);
P2pClientPinTestCase.java 41 return connectTest(true, WpsInfo.DISPLAY);
  /sdk/emulator/opengl/host/libs/Translator/include/EGL/
eglinternalplatform.h 34 typedef WinDisplay* DISPLAY;
40 typedef DISPLAY EGLNativeInternalDisplayType;
  /external/chromium_org/ui/events/ozone/device/
device_event.h 18 DISPLAY,
  /packages/apps/Camera2/src/com/android/camera/settings/
CameraPictureSizesCacher.java 51 editor.putString(key_build, Build.DISPLAY);
73 if (thisCameraCachedBuild != null && thisCameraCachedBuild.equals(Build.DISPLAY)) {
92 editor.putString(key_build, Build.DISPLAY);
  /external/chromium_org/chrome/common/extensions/docs/examples/api/power/
background.js 10 DISPLAY: 'display',
50 case StateEnum.DISPLAY:
51 chrome.power.requestKeepAwake('display');
81 setState(StateEnum.DISPLAY);
83 case StateEnum.DISPLAY:
  /frameworks/base/drm/java/android/drm/
DrmStore.java 195 public static final int DISPLAY = 0x07;
208 case DISPLAY:
  /frameworks/base/core/jni/
com_google_android_gles_jni_EGLImpl.cpp 122 static jboolean jni_eglInitialize(JNIEnv *_env, jobject _this, jobject display,
124 if (display == NULL || (major_minor != NULL &&
130 EGLDisplay dpy = getDisplay(_env, display);
145 static jboolean jni_eglQueryContext(JNIEnv *_env, jobject _this, jobject display,
147 if (display == NULL || context == NULL || value == NULL
152 EGLDisplay dpy = getDisplay(_env, display);
164 static jboolean jni_eglQuerySurface(JNIEnv *_env, jobject _this, jobject display,
166 if (display == NULL || surface == NULL || value == NULL
171 EGLDisplay dpy = getDisplay(_env, display);
184 static jint jni_getInitCount(JNIEnv *_env, jobject _clazz, jobject display) {
    [all...]
  /frameworks/base/core/tests/coretests/src/android/os/
BuildTest.java 57 assertNotEmpty("DISPLAY", Build.DISPLAY);
  /frameworks/base/wifi/java/android/net/wifi/
WpsInfo.java 31 /** Display pin method configuration - pin is generated and displayed on device */
32 public static final int DISPLAY = 1;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gl.py 88 # insure that we at least have an X display before continuing.
91 display = os.environ['DISPLAY']
93 raise unittest.SkipTest, "No $DISPLAY -- skipping gl test"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gl.py 88 # insure that we at least have an X display before continuing.
91 display = os.environ['DISPLAY']
93 raise unittest.SkipTest, "No $DISPLAY -- skipping gl test"
  /external/arduino/hardware/arduino/cores/arduino/
wiring.h 52 #define DISPLAY 0x1
  /external/chromium_org/ui/ozone/platform/dri/chromeos/
native_display_delegate_proxy.cc 8 #include "ui/display/types/display_snapshot.h"
9 #include "ui/display/types/native_display_observer.h"
111 if (event.device_type() != DeviceEvent::DISPLAY)
115 VLOG(1) << "Got display changed event";
128 // state. Pass in the current display state since the GPU process may have
  /frameworks/av/include/drm/
drm_framework_common.h 188 static const int DISPLAY = 0x07;
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pConfig.java 91 wps.setup = WpsInfo.DISPLAY;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestResultsReport.java 106 xml.attribute(null, "display", Build.DISPLAY);
  /external/chromium_org/third_party/skia/platform_tools/barelinux/bin/
arm64_download 112 DISPLAY='' nohup \
  /external/chromium_org/ui/events/ozone/device/udev/
device_manager_udev.cc 168 device_type = DeviceEvent::DISPLAY;
  /external/skia/platform_tools/barelinux/bin/
arm64_download 112 DISPLAY='' nohup \
  /frameworks/base/core/java/android/os/
Build.java 41 public static final String DISPLAY = getString("ro.build.display.id");
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceNetworkVars.java 18 import android.hardware.display.DisplayManagerGlobal;
21 import android.view.Display;
67 VAR_MAP.put("build.display", new StaticVarGetter(Build.DISPLAY));
84 // Display
85 Display display = DisplayManagerGlobal.getInstance().getRealDisplay(Display.DEFAULT_DISPLAY); typedefs
86 VAR_MAP.put("display.width", new StaticVarGetter(Integer.toString(display.getWidth())))
    [all...]

Completed in 583 milliseconds

1 2 3