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 28 // from DISPLAY to RUN.
34 if ((type == RUN) && (delegate->type_ == DISPLAY))
44 (type == DISPLAY) ? DISPLAY_INFOBAR_SHOWN : RUN_INFOBAR_SHOWN,
58 (type_ == DISPLAY) ? DISPLAY_INFOBAR_DISMISSED : RUN_INFOBAR_DISMISSED,
82 (type_ == DISPLAY) ? DISPLAY_USER_DID_NOT_LOAD : RUN_USER_DID_NOT_LOAD,
91 (type_ == DISPLAY) ? DISPLAY_USER_OVERRIDE : RUN_USER_OVERRIDE,
96 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 121 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);
  /frameworks/base/drm/java/android/drm/
DrmStore.java 195 public static final int DISPLAY = 0x07;
208 case 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/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"
  /packages/apps/OMA-DM/engine/dmlib/linux_java/buildscripts/
createPackage 6 echo "usage: $0 [-test] [-nobuild] [-incremental | -clearmake] [-display] [[[[build-top dir] param1] param2] ....]"
10 echo " -display - displays compilation output instead of redirecting it to log/errors files"
31 -d | -display ) DISPLAY="y" ; shift ;;
76 if [ "$DISPLAY" == "y" ] ; then
  /external/arduino/hardware/arduino/cores/arduino/
wiring.h 52 #define DISPLAY 0x1
  /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 104 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/chromium_org/ui/ozone/platform/dri/chromeos/
native_display_delegate_dri.cc 8 #include "ui/display/types/chromeos/native_display_observer.h"
70 DisplaySnapshotDri* display = new DisplaySnapshotDri( local
72 cached_displays_.push_back(display);
76 display->modes().begin(),
77 display->modes().end());
160 if (event.device_type() != DeviceEvent::DISPLAY)
164 VLOG(1) << "Got display changed event";
  /external/skia/platform_tools/barelinux/bin/
arm64_download 112 DISPLAY='' nohup \
  /frameworks/base/core/java/android/os/
Build.java 38 public static final String DISPLAY = getString("ro.build.display.id");

Completed in 1567 milliseconds

1 2 3