HomeSort by relevance Sort by last modified time
    Searched refs:file_obj (Results 1 - 5 of 5) sorted by null

  /packages/experimental/SELinux/CTS/src/
SELinux_CTS.py 20 def advance_past_whitespace(file_obj):
21 c = file_obj.read(1)
23 c = file_obj.read(1)
24 file_obj.seek(-1, 1)
30 def advance_until_whitespace(file_obj):
32 c = file_obj.read(1)
37 file_obj.readline()
41 c = file_obj.read(1)
43 file_obj.seek(-1, 1)
203 def expand_brackets(file_obj)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
subprocess.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
subprocess.py     [all...]
  /external/chromium-trace/trace-viewer/third_party/python_gflags/
gflags.py     [all...]
  /external/chromium_org/third_party/python_gflags/
gflags.py     [all...]

Completed in 82 milliseconds