/external/chromium_org/chrome/browser/infobars/ |
insecure_content_infobar_delegate.cc | 27 // from DISPLAY to RUN. 33 if ((type == RUN) && (delegate->type_ == DISPLAY)) 43 (type == DISPLAY) ? DISPLAY_INFOBAR_SHOWN : RUN_INFOBAR_SHOWN, 57 (type_ == DISPLAY) ? DISPLAY_INFOBAR_DISMISSED : RUN_INFOBAR_DISMISSED, 81 (type_ == DISPLAY) ? DISPLAY_USER_DID_NOT_LOAD : RUN_USER_DID_NOT_LOAD, 90 (type_ == DISPLAY) ? DISPLAY_USER_OVERRIDE : RUN_USER_OVERRIDE, 94 web_contents()->Send((type_ == DISPLAY) ?
|
insecure_content_infobar_delegate.h | 11 // display or run insecure content. 15 DISPLAY, // Shown when "inactive" content (e.g. images) has been blocked.
|
infobar_service.cc | 157 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;
|
/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 | 117 static jboolean jni_eglInitialize(JNIEnv *_env, jobject _this, jobject display, 119 if (display == NULL || (major_minor != NULL && 125 EGLDisplay dpy = getDisplay(_env, display); 140 static jboolean jni_eglQueryContext(JNIEnv *_env, jobject _this, jobject display, 142 if (display == NULL || context == NULL || value == NULL 147 EGLDisplay dpy = getDisplay(_env, display); 159 static jboolean jni_eglQuerySurface(JNIEnv *_env, jobject _this, jobject display, 161 if (display == NULL || surface == NULL || value == NULL 166 EGLDisplay dpy = getDisplay(_env, display); 179 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 | 33 /** Display pin method configuration - pin is generated and displayed on device */ 34 public static final int DISPLAY = 1;
|
WifiNative.java | 709 /* p2p_connect <peer device address> <pbc|pin|PIN#> [label|display|keypad] 721 case WpsInfo.DISPLAY: 727 args.add("display"); 772 case WpsInfo.DISPLAY: 773 //We are doing display, so provision discovery is keypad 776 //We are doing keypad, so provision discovery is display 777 return doBooleanCommand("P2P_PROV_DISC " + config.deviceAddress + " display");
|
/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/openssh/regress/ |
agent-pkcs11.sh | 15 unset DISPLAY
|
/frameworks/base/core/java/android/os/ |
Build.java | 32 public static final String DISPLAY = getString("ro.build.display.id");
|
/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 | 90 wps.setup = WpsInfo.DISPLAY;
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
TestResultsReport.java | 104 xml.attribute(null, "display", Build.DISPLAY);
|
/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...] |
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/ |
cros_interface.py | 341 'DISPLAY=:0.0 XAUTHORITY=/home/chronos/.Xauthority '
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
MemoryDumpActivity.java | 130 body.append("\nApp version: ").append(appVersion).append("\nBuild: ").append(Build.DISPLAY).append("\n");
|
/packages/experimental/BugReportSender/src/com/android/bugreportsender/ |
BugReportListActivity.java | 112 intent.putExtra("body", "Build: " + Build.DISPLAY + "\n(Sent by BugReportSender)");
|
/packages/apps/Settings/src/com/android/settings/ |
DeviceInfoSettings.java | 93 setStringSummary(KEY_BUILD_NUMBER, Build.DISPLAY);
|