HomeSort by relevance Sort by last modified time
    Searched refs:open (Results 2126 - 2150 of 4741) sorted by null

<<81828384858687888990>>

  /packages/apps/Browser/tools/
get_search_engines.py 3 # Copyright (C) 2010 The Android Open Source Project
25 Copyright (C) 2010 The Android Open Source Project
244 template_text = open(template_path).read()
256 file = open(out_path, 'w')
  /packages/apps/Camera/src/com/android/camera/
CameraHolder.java 2 * Copyright (C) 2009 The Android Open Source Project
40 * <p>The {@code open()} and {@code release()} calls are similar to the ones
43 * android.hardware.Camera} instance for a while, so if {@code open()} is
44 * called soon after, we can avoid the cost of {@code open()} in {@code
64 /* Debug double-open issue */
113 // We store the camera parameters when we actually open the device,
114 // so we can restore them in the subsequent open() requests by the user.
139 // In 'CameraHolder.open', the 'RELEASE_CAMERA' message
191 public synchronized CameraProxy open(int cameraId) method in class:CameraHolder
196 Log.e(TAG, "double open");
    [all...]
  /packages/apps/Camera2/src/com/android/camera/
CameraHolder.java 2 * Copyright (C) 2009 The Android Open Source Project
40 * <p>The {@code open()} and {@code release()} calls are similar to the ones
43 * android.hardware.Camera} instance for a while, so if {@code open()} is
44 * called soon after, we can avoid the cost of {@code open()} in {@code
64 /* Debug double-open issue */
113 // We store the camera parameters when we actually open the device,
114 // so we can restore them in the subsequent open() requests by the user.
139 // In 'CameraHolder.open', the 'RELEASE_CAMERA' message
191 public synchronized CameraProxy open( method in class:CameraHolder
197 Log.e(TAG, "double open");
    [all...]
  /pdk/build/
pdk_utils.py 3 # Copyright (C) 2012 The Android Open Source Project
140 f = open(file_name, "w")
150 for line in open(file_name, "r"):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
StringIO.py 284 lines = open(file, 'r').readlines()
285 text = open(file, 'r').read()
cProfile.py 85 f = open(file, 'wb')
185 with open(progname, 'rb') as fp:
compileall.py 92 with open(cfile, 'rb') as chandle:
142 fd = open(flist)
dumbdbm.py 28 _open = __builtin__.open
225 def open(file, flag=None, mode=0666): function
226 """Open the database file, filename, and return corresponding object.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_distributed_transactions.py 26 self.dbenv.open(self.homeDir, db.DB_CREATE | db.DB_THREAD |
34 self.db.open(self.filename,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
upload.py 82 f = open(filename,'rb')
131 open(filename+".asc").read())
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_dir_util.py 91 f = open(a_file, 'w')
110 fh = open(f, 'w')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ScriptBinding.py 70 f = open(filename, 'r')
90 f = open(filename, 'r')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_main.py 75 open(os.path.join(self.py2_src_dir, "__init__.py"), "w").close()
81 with open(self.trivial_py2_file, "w") as trivial:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
script_helper.py 67 with open(os.devnull, 'w') as devnull:
109 script_file = open(script_name, 'w')
test_cpickle.py 26 return open(test_support.TESTFN, 'wb+')
29 f = open(test_support.TESTFN, 'wb+')
test_defaultdict.py 84 f = open(tfn, "w+")
166 f = open(tfn, "w+")
test_tokenize.py 43 Test roundtrip for `untokenize`. `f` is an open file or a string. The source
78 >>> roundtrip(open(f))
531 ... if not roundtrip(open(testfile)):
test_traceback.py 77 print >> open(testfile, 'w'), """
99 print >> open(testfile, 'w'), """
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
StringIO.py 284 lines = open(file, 'r').readlines()
285 text = open(file, 'r').read()
cProfile.py 85 f = open(file, 'wb')
185 with open(progname, 'rb') as fp:
compileall.py 92 with open(cfile, 'rb') as chandle:
142 fd = open(flist)
dumbdbm.py 28 _open = __builtin__.open
225 def open(file, flag=None, mode=0666): function
226 """Open the database file, filename, and return corresponding object.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_distributed_transactions.py 26 self.dbenv.open(self.homeDir, db.DB_CREATE | db.DB_THREAD |
34 self.db.open(self.filename,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
upload.py 82 f = open(filename,'rb')
131 open(filename+".asc").read())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_dir_util.py 91 f = open(a_file, 'w')
110 fh = open(f, 'w')

Completed in 603 milliseconds

<<81828384858687888990>>