/platform_testing/libraries/base-app-helpers/src/android/platform/test/helpers/ |
AbstractPlayBooksHelper.java | 2 * Copyright (C) 2016 The Android Open Source Project 28 * Setup expectations: PlayBooks is open on any screen. 35 * Setup expectations: PlayBooks is open on "My Library - ALL BOOKS" screen.
|
/platform_testing/tests/jank/ime_wear/src/com/android/wearable/ime/janktests/ |
HandwritingJankTests.java | 2 * Copyright (C) 2016 The Android Open Source Project 56 // Measure handwriting jank when open from remote input 66 // Measure handwriting jank when open from input box
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
keyword.py | 62 fp = open(iptfile) 74 fp = open(optfile) 88 fp = open(optfile, 'w')
|
/prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/ |
fix_execfile.py | 33 # Construct open().read(). 35 open_call = Node(syms.power, [Name(u"open"), open_args]) 39 # Wrap the open call in a compile call. This is so the filename will be
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_largefile.py | 41 with self.open(TESTFN, 'wb') as f: 59 with self.open(TESTFN, 'rb') as f: 92 with self.open(TESTFN, 'rb') as f: 107 with self.open(TESTFN, 'r+b') as f: 111 raise unittest.SkipTest("open().truncate() not available on this system") 146 with self.open(TESTFN, 'rb') as f: 163 f = open(TESTFN, 'wb', buffering=0) 178 for _open, prefix in [(io.open, 'C'), (pyio.open, 'Py'), 179 (open, 'Builtin')] [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
keyword.py | 62 fp = open(iptfile) 74 fp = open(optfile) 88 fp = open(optfile, 'w')
|
/prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/ |
fix_execfile.py | 33 # Construct open().read(). 35 open_call = Node(syms.power, [Name(u"open"), open_args]) 39 # Wrap the open call in a compile call. This is so the filename will be
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_largefile.py | 41 with self.open(TESTFN, 'wb') as f: 59 with self.open(TESTFN, 'rb') as f: 92 with self.open(TESTFN, 'rb') as f: 107 with self.open(TESTFN, 'r+b') as f: 111 raise unittest.SkipTest("open().truncate() not available on this system") 146 with self.open(TESTFN, 'rb') as f: 163 f = open(TESTFN, 'wb', buffering=0) 178 for _open, prefix in [(io.open, 'C'), (pyio.open, 'Py'), 179 (open, 'Builtin')] [all...] |
/prebuilts/go/darwin-x86/src/net/ |
file.go | 15 // the open file f. 27 // to the open file f. 39 // corresponding to the open file f.
|
/prebuilts/go/darwin-x86/src/time/ |
sys_plan9.go | 23 f, err := syscall.Open(name, syscall.O_RDONLY) 45 func open(name string) (uintptr, error) { func 46 fd, err := syscall.Open(name, syscall.O_RDONLY)
|
sys_unix.go | 23 f, err := syscall.Open(name, syscall.O_RDONLY, 0) 45 func open(name string) (uintptr, error) { func 46 fd, err := syscall.Open(name, syscall.O_RDONLY, 0)
|
sys_windows.go | 20 f, err := syscall.Open(name, syscall.O_RDONLY, 0) 42 func open(name string) (uintptr, error) { func 43 fd, err := syscall.Open(name, syscall.O_RDONLY, 0)
|
/prebuilts/go/linux-x86/src/net/ |
file.go | 15 // the open file f. 27 // to the open file f. 39 // corresponding to the open file f.
|
/prebuilts/go/linux-x86/src/time/ |
sys_plan9.go | 23 f, err := syscall.Open(name, syscall.O_RDONLY) 45 func open(name string) (uintptr, error) { func 46 fd, err := syscall.Open(name, syscall.O_RDONLY)
|
sys_unix.go | 23 f, err := syscall.Open(name, syscall.O_RDONLY, 0) 45 func open(name string) (uintptr, error) { func 46 fd, err := syscall.Open(name, syscall.O_RDONLY, 0)
|
sys_windows.go | 20 f, err := syscall.Open(name, syscall.O_RDONLY, 0) 42 func open(name string) (uintptr, error) { func 43 fd, err := syscall.Open(name, syscall.O_RDONLY, 0)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
keyword.py | 62 fp = open(iptfile) 74 fp = open(optfile) 88 fp = open(optfile, 'w')
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_execfile.py | 33 # Construct open().read(). 35 open_call = Node(syms.power, [Name(u"open"), open_args]) 39 # Wrap the open call in a compile call. This is so the filename will be
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_largefile.py | 41 with self.open(TESTFN, 'wb') as f: 59 with self.open(TESTFN, 'rb') as f: 92 with self.open(TESTFN, 'rb') as f: 107 with self.open(TESTFN, 'r+b') as f: 111 raise unittest.SkipTest("open().truncate() not available on this system") 146 with self.open(TESTFN, 'rb') as f: 163 f = open(TESTFN, 'wb', buffering=0) 178 for _open, prefix in [(io.open, 'C'), (pyio.open, 'Py'), 179 (open, 'Builtin')] [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
keyword.py | 62 fp = open(iptfile) 74 fp = open(optfile) 88 fp = open(optfile, 'w')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_execfile.py | 33 # Construct open().read(). 35 open_call = Node(syms.power, [Name(u"open"), open_args]) 39 # Wrap the open call in a compile call. This is so the filename will be
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_largefile.py | 41 with self.open(TESTFN, 'wb') as f: 59 with self.open(TESTFN, 'rb') as f: 92 with self.open(TESTFN, 'rb') as f: 107 with self.open(TESTFN, 'r+b') as f: 111 raise unittest.SkipTest("open().truncate() not available on this system") 146 with self.open(TESTFN, 'rb') as f: 163 f = open(TESTFN, 'wb', buffering=0) 178 for _open, prefix in [(io.open, 'C'), (pyio.open, 'Py'), 179 (open, 'Builtin')] [all...] |
/prebuilts/sdk/current/support/v7/appcompat/res/values/ |
config.xml | 2 <!-- Copyright (C) 2012 The Android Open Source Project 30 <!-- The duration (in milliseconds) of the activity open/close and fragment open/close animations. -->
|
/system/connectivity/shill/shims/ |
nfqueue-seccomp-arm.policy | 2 # Copyright (C) 2013 The Android Open Source Project 19 # open: return EPERM 20 open: return 1
|
nfqueue-seccomp-mips.policy | 2 # Copyright (C) 2014 The Android Open Source Project 18 # open: return EPERM 19 open: return 1
|