HomeSort by relevance Sort by last modified time
    Searched full:open (Results 476 - 500 of 123641) sorted by null

<<11121314151617181920>>

  /libcore/luni/src/test/java/libcore/java/nio/channels/
PipeTest.java 2 * Copyright (C) 2010 The Android Open Source Project
24 Pipe p = Pipe.open();
  /packages/apps/Calendar/src/com/android/calendar/
CloudNotificationBackplane.java 2 * Copyright (C) 2013 The Android Open Source Project
25 public boolean open(Context context); method in interface:CloudNotificationBackplane
  /packages/apps/Camera2/src/com/android/camera/
CameraHardwareException.java 2 * Copyright (C) 2009 The Android Open Source Project
20 * This class represents the condition that we cannot open the camera hardware
  /packages/apps/Camera2/src/com/android/camera/device/
CameraOpenException.java 2 * Copyright (C) 2015 The Android Open Source Project
20 * Indicates that onError occured immediatly after attempting to open
  /packages/apps/HTMLViewer/res/values/
strings.xml 2 <!-- Copyright (C) 2008 The Android Open Source Project
20 <string name="cannot_open_link">No application can open this link.</string>
  /packages/apps/LegacyCamera/src/com/android/camera/
CameraHardwareException.java 2 * Copyright (C) 2009 The Android Open Source Project
20 * This class represents the condition that we cannot open the camera hardware
  /packages/apps/Test/connectivity/sl4n/rapidjson/bin/data/
menu.json 4 {"id": "Open"},
5 {"id": "OpenNew", "label": "Open New"},
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
tf_inherit_check.py 2 # descriptor which should _not_ be open. Check this by attempting to
19 sys.stderr.write("fd %d is open in child" % fd)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
tf_inherit_check.py 2 # descriptor which should _not_ be open. Check this by attempting to
19 sys.stderr.write("fd %d is open in child" % fd)
  /prebuilts/go/darwin-x86/src/crypto/cipher/
gcm_test.go 157 plaintext2, err := aesgcm.Open(nil, nonce, ct, ad)
159 t.Errorf("#%d: Open failed", i)
170 if _, err := aesgcm.Open(nil, nonce, ct, ad); err == nil {
171 t.Errorf("#%d: Open was successful after altering additional data", i)
177 if _, err := aesgcm.Open(nil, nonce, ct, ad); err == nil {
178 t.Errorf("#%d: Open was successful after altering nonce", i)
183 if _, err := aesgcm.Open(nil, nonce, ct, ad); err == nil {
184 t.Errorf("#%d: Open was successful after altering ciphertext", i)
  /prebuilts/go/linux-x86/src/crypto/cipher/
gcm_test.go 157 plaintext2, err := aesgcm.Open(nil, nonce, ct, ad)
159 t.Errorf("#%d: Open failed", i)
170 if _, err := aesgcm.Open(nil, nonce, ct, ad); err == nil {
171 t.Errorf("#%d: Open was successful after altering additional data", i)
177 if _, err := aesgcm.Open(nil, nonce, ct, ad); err == nil {
178 t.Errorf("#%d: Open was successful after altering nonce", i)
183 if _, err := aesgcm.Open(nil, nonce, ct, ad); err == nil {
184 t.Errorf("#%d: Open was successful after altering ciphertext", i)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
tf_inherit_check.py 2 # descriptor which should _not_ be open. Check this by attempting to
19 sys.stderr.write("fd %d is open in child" % fd)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
tf_inherit_check.py 2 # descriptor which should _not_ be open. Check this by attempting to
19 sys.stderr.write("fd %d is open in child" % fd)
  /sdk/eclipse/features/com.android.ide.eclipse.tests/
feature.xml 6 provider-name="The Android Open Source Project">
9 Copyright (C) 2007-2011 The Android Open Source Project
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
ITraceviewLauncher.java 2 * Copyright (C) 2011 The Android Open Source Project
20 * Classes which implement this interface provides a way to open a traceview file.
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
ISystraceOptionsDialog.java 2 * Copyright (C) 2012 The Android Open Source Project
22 int open(); method in interface:ISystraceOptionsDialog
  /system/extras/kexec_tools/
Android.mk 1 # Copyright (C) 2013 The Android Open Source Project
14 # Copyright The Android Open Source Project
  /system/extras/tests/wifi/stress/
Android.mk 2 # Copyright (C) 2010 The Android Open Source Project
15 # Copyright The Android Open Source Project
  /system/security/keystore/
entropy.h 2 * Copyright (C) 2016 The Android Open Source Project
27 bool open();
  /system/sepolicy/
cppreopts.te 18 allow cppreopts dalvikcache_data_file:file { create getattr open read rename write };
24 allow cppreopts system_file:dir { open read };
  /tools/test/connectivity/acts/tests/google/ble/api/
GattApiTest.py 3 # Copyright (C) 2016 The Android Open Source Project
53 2. Open the gatt server.
56 Api to open gatt server should not fail.
77 2. Open the gatt server.
78 3. Open the gatt server on the same callback as step 2.
81 Api to open gatt server should not fail.
102 1. Open a gatt server with the gall callback set to -1.
105 Api should fail to open a gatt server.
  /development/cmds/monkey/
Android.mk 1 # Copyright 2008 The Android Open Source Project
  /development/samples/browseable/StorageClient/
_index.jd 10 \n\nTo demonstrate this, click the button below to open up the Storage Access Framework
  /device/generic/goldfish/qemud/
Android.mk 1 # Copyright 2008 The Android Open Source Project
  /device/google/accessory/demokit/
README 10 /AndroidAccessory Open Accessory Protocol library

Completed in 7614 milliseconds

<<11121314151617181920>>