HomeSort by relevance Sort by last modified time
    Searched refs:root_dir (Results 1 - 25 of 36) sorted by null

1 2

  /development/tools/idegen/
index-gen.sh 32 #root_dir=`readlink -f -n $script_dir/../../..`
33 root_dir=$PWD
34 if [ ! -e $root_dir/.repo ]; then
35 root_dir=$PWD/../../..
36 if [ ! -e $root_dir/.repo ]; then
41 tmp_file=${root_dir}/tmp.txt
42 dest_file=${root_dir}/module-index.txt
46 find $root_dir -name '*.mk' \( ! -path "$root_dir/build*" -prune \) \
55 grep -v "^$root_dir/vendor/google" $tmp_file > $dest_fil
    [all...]
intellij-gen.sh 45 root_dir=$PWD
46 if [ ! -e $root_dir/.repo ]; then
47 root_dir=$PWD/../../..
48 if [ ! -e $root_dir/.repo ]; then
53 index_file=$root_dir/module-index.txt
61 idegenjar="$root_dir/out/host/$platform-x86/framework/idegen.jar"
  /external/chromium_org/tools/
find_depot_tools.py 30 root_dir = os.path.dirname(os.path.abspath(__file__))
32 while root_dir and root_dir != previous_dir:
33 i = os.path.join(root_dir, 'depot_tools')
37 previous_dir = root_dir
38 root_dir = os.path.dirname(root_dir)
  /build/core/tasks/
factory_bundle.mk 38 root_dir := $(PRODUCT_OUT)/factory_bundle macro
50 $(foreach _fb_f,$(_fb_dests),$(eval $(call copy-one-file,$(_fb_m_built),$(root_dir)/$(_fb_f))))\
51 $(addprefix $(root_dir)/,$(_fb_dests)) \
53 $(filter $(root_dir)/%, $(ALL_DEFAULT_INSTALLED_MODULES))
60 $(eval $(call copy-one-file,$(TARGET_OUT)/build.prop,$(root_dir)/build.prop))
61 copied_files += $(root_dir)/build.prop
63 $(eval $(call copy-one-file,$(PRODUCT_OUT)/factory_ramdisk.img,$(root_dir)/factory_ramdisk.img))
64 copied_files += $(root_dir)/factory_ramdisk.img
69 $(tarball): PRIVATE_ROOT_DIR := $(root_dir)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
check-blink-deps 45 root_dir = os.path.realpath(os.path.join(os.path.dirname(__file__), os.pardir, os.pardir))
47 start_dir = os.path.join(root_dir, 'Source')
49 check_deps = os.path.realpath(os.path.join(root_dir, os.pardir, os.pardir, 'buildtools', 'checkdeps', 'checkdeps.py'))
50 subprocess.call([sys.executable, check_deps, '--root', root_dir, start_dir])
  /external/lldb/utils/test/
run-dis.py 16 root_dir = None variable
53 replaced_path = path.replace(root_dir, "", 1)
70 global root_dir
83 dest='root_dir',
100 if not opts.root_dir or not opts.path_pattern:
105 root_dir = opts.root_dir variable
106 root_dir = os.path.abspath(root_dir) variable
107 if not os.path.isdir(root_dir)
    [all...]
  /external/chromium_org/mojo/public/tools/bindings/pylib/mojom_tests/support/
run_bindings_generator.py 10 def RunBindingsGenerator(out_dir, root_dir, mojom_file, extra_flags=None):
12 root_dir = os.path.abspath(root_dir)
16 assert mojom_file.startswith(root_dir)
17 mojom_reldir = os.path.dirname(os.path.relpath(mojom_file, root_dir))
39 print "usage: %s out_dir root_dir mojom_file [extra_flags]" % argv[0]
  /external/chromium_org/android_webview/tools/
find_files.pl 14 my $root_dir = shift @ARGV;
22 open FIND, '-|', 'find', $root_dir, @find_args
  /external/chromium_org/tools/security/
check_message_owners.py 14 root_dir = os.path.abspath(os.path.join(file_path, '..', '..'))
15 owners = collect_owners(root_dir)
20 def collect_owners(root_dir):
22 for root, dirs, files in os.walk(root_dir):
  /external/chromium_org/native_client_sdk/src/doc/doxygen/
rst_index.py 183 def GenerateCIndex(root_dir, channel, version, out_filename):
184 interfaces = MakeReSTListFromFiles(root_dir, C_INTERFACE_WILDCARDS)
185 structures = MakeReSTListFromFiles(root_dir, C_STRUCT_WILDCARDS)
186 files = MakeReSTListFromFiles(root_dir, FILE_WILDCARDS)
197 def GenerateCppIndex(root_dir, channel, version, out_filename):
198 classes = MakeReSTListFromFiles(root_dir, CPP_CLASSES_WILDCARDS,
200 files = MakeReSTListFromFiles(root_dir, FILE_WILDCARDS)
237 root_dir = files[0]
240 GenerateCIndex(root_dir, options.channel, options.version, options.output)
242 GenerateCppIndex(root_dir, options.channel, options.version, options.output
    [all...]
doxy_cleanup.py 168 root_dir = files[0]
169 html_dir = os.path.join(root_dir, 'html')
172 # First, move all files from that directory to root_dir.
174 Trace('Moving %s -> %s' % (filename, root_dir))
175 shutil.move(filename, root_dir)
184 path = os.path.join(root_dir, wildcard)
191 for root, _, files in os.walk(root_dir):
  /external/chromium_org/native_client_sdk/src/build_tools/
buildbot_run.py 57 root_dir = os.path.dirname(SRC_DIR)
59 subprocess.check_call(['subst', subst_drive, root_dir])
61 os.path.relpath(SCRIPT_DIR, root_dir))
  /external/chromium_org/tools/grit/grit/
util_unittest.py 71 root_dir = 'c:%sa' % os.path.sep
73 path1 = root_dir + 'bc'
75 path2 = '%s%s%s' % (root_dir, os.path.sep, result2)
77 TestRelativePathCombinations(root_dir, path1, result1)
78 TestRelativePathCombinations(root_dir, path2, result2)
  /external/chromium_org/tools/checkperms/
checkperms.py 327 def __init__(self, root_dir, bare_output):
328 self.root_dir = root_dir
341 return check_file(self.root_dir, rel_path)
352 full_path = os.path.join(self.root_dir, start_dir, item)
353 rel_path = full_path[len(self.root_dir) + 1:]
368 x for x in os.listdir(os.path.join(self.root_dir, start_dir))
382 start_dir = start_dir[len(self.root_dir) + 1:]
394 return capture(['git', 'ls-files'], cwd=self.root_dir).splitlines()
456 start_dir = args[0] if args else api.root_dir
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
dispatch.py 183 self, root_dir, scan_dir=None,
188 root_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
194 in saving scan time when root_dir contains many
197 canonical path is not under root_dir.
205 scan_dir = root_dir
207 os.path.realpath(root_dir)):
209 'root_dir:%s.' % (scan_dir, root_dir)
    [all...]
  /external/chromium_org/build/android/
generate_emma_html.py 19 def _GetFilesWithExt(root_dir, ext):
23 root_dir: Directory in which to search for files.
30 for root, _, filenames in os.walk(root_dir):
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
dispatch.py 183 self, root_dir, scan_dir=None,
188 root_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
194 in saving scan time when root_dir contains many
197 canonical path is not under root_dir.
205 scan_dir = root_dir
207 os.path.realpath(root_dir)):
209 'root_dir:%s.' % (scan_dir, root_dir)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
logutils_unittest.py 46 root_dir = "/"
47 os.chdir(root_dir)
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
dso.c 31 char *root_dir, char *file, size_t size)
90 root_dir, dso->long_name);
117 char *root_dir = (char *) ""; local
126 root_dir = machine->root_dir;
129 root_dir, name, PATH_MAX)) {
495 sprintf(path, "%s/sys/kernel/notes", machine->root_dir);
502 const char *root_dir)
513 root_dir, (int)strlen(name) - 1, name);
machine.c 14 int machine__init(struct machine *machine, const char *root_dir, pid_t pid)
30 machine->root_dir = strdup(root_dir);
31 if (machine->root_dir == NULL)
87 free(machine->root_dir);
88 machine->root_dir = NULL;
111 const char *root_dir)
120 if (machine__init(machine, root_dir, pid) != 0) {
186 const char *root_dir = ""; local
209 root_dir = path
    [all...]
dso.h 122 int dso__kernel_module_get_build_id(struct dso *dso, const char *root_dir);
126 char *root_dir, char *file, size_t size);
machine.h 24 char *root_dir; member in struct:machine
66 const char *root_dir);
77 int machine__init(struct machine *machine, const char *root_dir, pid_t pid);
  /external/chromium_org/chrome/test/chromedriver/test/
webserver.py 109 def __init__(self, root_dir, server_cert_and_key_path=None):
116 root_dir: root path to serve files from. This parameter is required.
120 self._root_dir = os.path.abspath(root_dir)
  /external/chromium_org/tools/valgrind/
scan-build.py 39 def __init__(self, root_dir):
40 self._root_dir = os.path.abspath(root_dir)
  /external/chromium-trace/trace-viewer/build/
parse_deps.py 37 def __init__(self, root_dir):
38 self._root_dir = root_dir
42 def root_dir(self): member in class:ResourceFinder

Completed in 393 milliseconds

1 2