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

  /external/chromium_org/gpu/gles2_conform_support/
generate_gles2_embedded_data.py 29 def __init__(self, scan_dir, base_dir):
30 self.scan_dir = scan_dir
47 self.AddFiles(scan_dir)
60 def AddFiles(self, scan_dir):
62 files = os.listdir(scan_dir)
65 full_path = os.path.join(scan_dir, file)
67 base_path = full_path[len(self.scan_dir) + 1:]
106 scan_dir = argv[0]
108 scan_dir = '.
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
dispatch.py 183 self, root_dir, scan_dir=None,
190 scan_dir: The directory where handler definition files are
191 searched. scan_dir must be a directory under root_dir,
192 including root_dir itself. If scan_dir is None,
193 root_dir is used as scan_dir. scan_dir can be useful
204 if scan_dir is None:
205 scan_dir = root_dir
206 if not os.path.realpath(scan_dir).startswith(
208 raise DispatchException('scan_dir:%s must be a directory under
    [all...]
standalone.py 41 [-s <scan_dir>]
54 <scan_dir> is a path under the root directory. If specified, only the
55 handlers under scan_dir are scanned. This is useful in saving scan time.
727 parser.add_option('-s', '--scan-dir', '--scan_dir', dest='scan_dir',
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
dispatch.py 183 self, root_dir, scan_dir=None,
190 scan_dir: The directory where handler definition files are
191 searched. scan_dir must be a directory under root_dir,
192 including root_dir itself. If scan_dir is None,
193 root_dir is used as scan_dir. scan_dir can be useful
204 if scan_dir is None:
205 scan_dir = root_dir
206 if not os.path.realpath(scan_dir).startswith(
208 raise DispatchException('scan_dir:%s must be a directory under
    [all...]
standalone.py 402 options.scan_dir,
    [all...]
  /external/e2fsprogs/lib/ext2fs/
finddev.c 78 static int scan_dir(char *dirname, dev_t device, struct dir_list **list, function
146 scan_dir(current->name, device, &new_list, &ret_path);
  /system/core/debuggerd/
getevent.cpp 143 static int scan_dir(const char* dirname) { function
178 res = scan_dir(device_path);
  /development/ndk/tools/
headers-diff-bionic-vs-ndk.py 40 def scan_dir(self, root): member in class:FileCollector
56 includes.append(('', self.scan_dir(includes_root)))
61 includes.append((relpath, self.scan_dir(path)))
  /system/core/toolbox/
getevent.c 455 static int scan_dir(const char *dirname, int print_flags) function
612 res = scan_dir(device_path, print_flags);
  /external/chromium-trace/trace-viewer/examples/stream_server/
standalone.py 41 [-s <scan_dir>]
54 <scan_dir> is a path under the root directory. If specified, only the
55 handlers under scan_dir are scanned. This is useful in saving scan time.
731 parser.add_option('-s', '--scan-dir', '--scan_dir', dest='scan_dir',
    [all...]
  /external/chromium_org/net/tools/testserver/
testserver.py 91 self.scan_dir = None
    [all...]

Completed in 1857 milliseconds