/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_tarfile.py | 45 self.tar = tarfile.open(self.tarname, mode=self.mode, encoding="iso8859-1") 63 fobj1 = open(os.path.join(TEMPDIR, "ustar/regtype"), "rU") 79 fobj1 = open(os.path.join(TEMPDIR, "ustar/regtype"), "rU") 88 fobj = open(os.path.join(TEMPDIR, "ustar/regtype"), "rb") 165 # This test checks if tarfile.open() is able to open an empty tar 168 tarfile.open(tmpname, self.mode.replace("r", "w")).close() 170 tar = tarfile.open(tmpname, self.mode) 173 self.fail("tarfile.open() failed on empty archive") 178 # This test guarantees that tarfile.open() does not treat an empt [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_tarfile.py | 45 self.tar = tarfile.open(self.tarname, mode=self.mode, encoding="iso8859-1") 63 fobj1 = open(os.path.join(TEMPDIR, "ustar/regtype"), "rU") 79 fobj1 = open(os.path.join(TEMPDIR, "ustar/regtype"), "rU") 88 fobj = open(os.path.join(TEMPDIR, "ustar/regtype"), "rb") 165 # This test checks if tarfile.open() is able to open an empty tar 168 tarfile.open(tmpname, self.mode.replace("r", "w")).close() 170 tar = tarfile.open(tmpname, self.mode) 173 self.fail("tarfile.open() failed on empty archive") 178 # This test guarantees that tarfile.open() does not treat an empt [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_tarfile.py | 45 self.tar = tarfile.open(self.tarname, mode=self.mode, encoding="iso8859-1") 63 fobj1 = open(os.path.join(TEMPDIR, "ustar/regtype"), "rU") 79 fobj1 = open(os.path.join(TEMPDIR, "ustar/regtype"), "rU") 88 fobj = open(os.path.join(TEMPDIR, "ustar/regtype"), "rb") 165 # This test checks if tarfile.open() is able to open an empty tar 168 tarfile.open(tmpname, self.mode.replace("r", "w")).close() 170 tar = tarfile.open(tmpname, self.mode) 173 self.fail("tarfile.open() failed on empty archive") 178 # This test guarantees that tarfile.open() does not treat an empt [all...] |
/art/runtime/base/ |
file_magic.h | 2 * Copyright (C) 2015 The Android Open Source Project 27 // Open file and read magic number
|
/cts/tests/tests/mediastress/res/values/ |
strings.xml | 2 <!-- Copyright (C) 2012 The Android Open Source Project 19 <string name="open_url">Open</string>
|
/cts/tests/tests/webkit/assets/webkit/ |
iframe_blank_tag.html | 1 <!-- Copyright (C) 2013 The Android Open Source Project 19 <script type='text/javascript'> window.open('page_with_link.html'); </script>
|
jswindow.html | 1 <!-- Copyright (C) 2009 The Android Open Source Project 23 childWindow = window.open();
|
popup_base.html | 1 <!-- Copyright (C) 2009 The Android Open Source Project 22 newWindow = window.open("popup.html");
|
/developers/build/prebuilts/gradle/ActionBarCompat-ListPopupMenu/Application/src/main/res/values/ |
strings.xml | 3 Copyright 2013 The Android Open Source Project 20 <string name="content_open_popup">Open Popup Menu</string>
|
/developers/build/prebuilts/gradle/DirectorySelection/Application/src/main/res/values/ |
strings.xml | 3 Copyright 2014 The Android Open Source Project 18 <string name="open_directory">Open directory</string>
|
/developers/samples/android/content/documentsUi/DirectorySelection/Application/src/main/res/values/ |
strings.xml | 3 Copyright 2014 The Android Open Source Project 18 <string name="open_directory">Open directory</string>
|
/developers/samples/android/ui/actionbarcompat/ActionBarCompat-ListPopupMenu/Application/src/main/res/values/ |
strings.xml | 3 Copyright 2013 The Android Open Source Project 20 <string name="content_open_popup">Open Popup Menu</string>
|
/development/samples/browseable/ActionBarCompat-ListPopupMenu/res/values/ |
strings.xml | 3 Copyright 2013 The Android Open Source Project 20 <string name="content_open_popup">Open Popup Menu</string>
|
/development/samples/browseable/DirectorySelection/res/values/ |
strings.xml | 3 Copyright 2014 The Android Open Source Project 18 <string name="open_directory">Open directory</string>
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t020fuzzy.py | 16 stream = antlr3.StringStream(open(inputPath).read()) 28 testOutput = open(outputPath).read()
|
/external/autotest/client/site_tests/security_Minijail_seccomp/src/ |
Makefile | 10 SRC_OPEN = open.c 14 TARGET_OPEN = ../open
|
/external/autotest/server/site_tests/network_FirewallHolePunchServer/ |
control | 7 PURPOSE = "Verify Chrome apps can open holes in the firewall" 9 Test will pass if Chrome apps can open holes in the firewall, that those
|
/external/chromium-trace/catapult/devil/devil/android/ |
device_list.py | 21 with open(file_name) as f: 29 with open(file_name, 'w') as f:
|
/external/chromium-trace/catapult/devil/devil/utils/ |
file_utils.py | 19 with open(dest_file, 'w') as dest_f: 21 with open(source_file, 'r') as source_f:
|
/external/chromium-trace/catapult/telemetry/telemetry/core/ |
network_controller.py | 15 def Open(self, wpr_mode, extra_wpr_args): 16 self._network_controller_backend.Open(wpr_mode, extra_wpr_args)
|
/external/clang/test/FixIt/ |
selector-fixit.m | 11 - (void) open : (id) file_id; 23 - (void) open : (id) file_id {}
|
/external/compiler-rt/test/asan/android_commands/ |
android_common.py | 14 devnull = open(os.devnull, 'w') 20 text = open(tmp, 'r').read()
|
/external/compiler-rt/test/msan/Linux/ |
ioctl_sound.cc | 16 int fd = open("/dev/snd/controlC0", O_RDONLY); 18 printf("Unable to open sound device.");
|
/external/compiler-rt/test/profile/Inputs/ |
instrprof-dlopen-main.c | 17 fprintf(stderr, "unable to open '" DLOPEN_FUNC_DIR "/func.shared': %s\n", 30 fprintf(stderr, "unable to open '" DLOPEN_FUNC_DIR "/func2.shared': %s\n",
|
/external/compiler-rt/test/tsan/ |
fd_close_norace.cc | 8 int f = open("/dev/random", O_RDONLY); 16 int f = open("/dev/random", O_RDONLY);
|