HomeSort by relevance Sort by last modified time
    Searched refs:secure (Results 51 - 75 of 130) sorted by null

1 23 4 5 6

  /frameworks/native/libs/gui/
ISurfaceComposer.cpp 182 virtual sp<IBinder> createDisplay(const String8& displayName, bool secure)
187 data.writeInt32(secure ? 1 : 0);
305 bool secure = bool(data.readInt32()); local
306 sp<IBinder> display(createDisplay(displayName, secure));
SurfaceComposerClient.cpp 134 sp<IBinder> createDisplay(const String8& displayName, bool secure);
178 sp<IBinder> Composer::createDisplay(const String8& displayName, bool secure) {
180 secure);
464 bool secure) {
465 return Composer::getInstance().createDisplay(displayName, secure);
  /hardware/ti/omap4xxx/domx/omx_proxy_component/
Android.mk 165 # libOMX.TI.DUCATI1.VIDEO.DECODER.secure
193 LOCAL_MODULE:= libOMX.TI.DUCATI1.VIDEO.DECODER.secure
  /external/webkit/Source/WebCore/websockets/
WebSocketHandshake.cpp 74 static String hostName(const KURL& url, bool secure)
76 ASSERT(url.protocolIs("wss") == secure);
79 if (url.port() && ((!secure && url.port() != 80) || (secure && url.port() != 443))) {
207 bool WebSocketHandshake::secure() const function in class:WebCore::WebSocketHandshake
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
LockPatternKeyguardView.java 766 // non-secure keyguard screens are successfull by default
801 boolean secure = false;
804 secure = mLockPatternUtils.isLockPatternEnabled();
807 secure = mUpdateMonitor.getSimState() == IccCardConstants.State.PIN_REQUIRED;
810 secure = mUpdateMonitor.getSimState() == IccCardConstants.State.PUK_REQUIRED;
813 secure = true;
816 secure = mLockPatternUtils.isLockPasswordEnabled();
824 return secure;
    [all...]
  /external/chromium/net/base/
cookie_monster.h 145 bool secure, bool http_only);
177 // regardless of path. This includes all http_only and secure cookies,
545 bool secure,
568 bool secure,
604 // It seems like it would make sense to take secure and httponly into
    [all...]
cookie_monster.cc 541 const base::Time& expiration_time, bool secure, bool http_only) {
556 secure, http_only));
    [all...]
  /frameworks/base/core/java/android/provider/
Browser.java 263 boolean secure = false;
269 secure = true;
275 if (secure) {
  /frameworks/base/services/java/com/android/server/display/
WifiDisplayAdapter.java 285 boolean secure = (flags & RemoteDisplay.DISPLAY_FLAG_SECURE) != 0;
287 if (secure) {
298 IBinder displayToken = Surface.createDisplay(name, secure);
LocalDisplayAdapter.java 131 // Assume that all built-in displays that have secure output (eg. HDCP) also
133 if (mPhys.secure) {
  /external/webkit/Source/WebCore/inspector/front-end/
CookieParser.js 168 get secure()
170 return "secure" in this._attributes;
CookieItemsView.js 247 && (!cookie.secure || url.scheme === "https"));
  /external/webkit/Source/WebKit/win/
WebKitGraphics.cpp 106 drawString = drawString.impl()->secure(WTF::Unicode::bullet);
  /frameworks/base/tests/CoreTests/android/core/
SSLSocketTest.java 79 boolean secure, String path, int outerLoop, int innerLoop,
85 Socket socket = secure ? socketFactory.createSocket()
180 private void fetch(String host, int port, boolean secure, String path,
183 fetch(clientFactory, host, port, secure, path, outerLoop, innerLoop,
    [all...]
  /frameworks/native/include/gui/
SurfaceComposerClient.h 89 static sp<IBinder> createDisplay(const String8& displayName, bool secure);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
MessageTestActivity.java 49 /** Broadcast action that should only be fired when pairing for a secure connection. */
83 MessageTestActivity(boolean secure, boolean server, UUID uuid) {
84 mSecure = secure;
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChat.java 319 private void connectDevice(Intent data, boolean secure) {
326 mChatService.connect(device, secure);
  /frameworks/base/core/java/android/net/
SSLCertificateSocketFactory.java 62 * verify the server's identity yourself to ensure a secure connection.</p>
103 int handshakeTimeoutMillis, SSLSessionCache cache, boolean secure) {
106 mSecure = secure;
246 // Clear out all cached secure factories since configurations have changed.
  /frameworks/base/core/jni/
android_view_Surface.cpp 92 jfieldID secure; member in struct:android::__anon18207
658 jboolean secure) {
661 String8(name.c_str()), bool(secure)));
718 env->SetBooleanField(infoObj, gPhysicalDisplayInfoClassInfo.secure, info.secure);
912 gPhysicalDisplayInfoClassInfo.secure = env->GetFieldID(clazz, "secure", "Z");
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/example/
echo_client.py 113 def _format_host_header(host, port, secure):
118 # 4.1 11. If /secure/ is false, and /port/ is not 80, or if /secure/
122 if ((not secure and port != common.DEFAULT_WEB_SOCKET_PORT) or
123 (secure and port != common.DEFAULT_WEB_SOCKET_SECURE_PORT)):
    [all...]
  /development/scripts/
reverse_tether.sh 41 echo " nat+secure -- nat + extra security"
164 echo "Making your NAT secure..."
240 nat+secure)
  /external/apache-http/src/org/apache/http/impl/client/
DefaultRequestDirector.java 635 boolean secure = createTunnelToTarget(route, context);
637 managedConn.tunnelTarget(secure, this.params);
646 boolean secure = createTunnelToProxy(route, hop, context);
649 secure, this.params); local
688 * @return <code>true</code> if the tunnelled route is secure,
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediasessionclient.h 137 SecureMediaPolicy secure() const { return secure_; } function in class:cricket::MediaSessionClient
  /external/openssh/contrib/suse/
openssh.spec 14 Summary: OpenSSH, a free Secure Shell (SSH) protocol implementation
53 Ssh (Secure Shell) is a program for logging into a remote machine and for
55 rlogin and rsh, and provide secure encrypted communications between
57 arbitrary TCP/IP ports can also be forwarded over the secure channel.
67 Ssh (Secure Shell) is a program for logging into a remote machine and for
69 rlogin and rsh, and provide secure encrypted communications between
71 arbitrary TCP/IP ports can also be forwarded over the secure channel.
  /external/webkit/Source/WebCore/inspector/
InspectorPageAgent.cpp 140 value->setBoolean("secure", cookie.secure);

Completed in 1079 milliseconds

1 23 4 5 6