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

1 2 3

  /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/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/valgrind/
runtest.sh 17 root_dir=`realpath \`dirname $0\`/../../`
34 cd $root_dir
  /external/wpa_supplicant_8/hs20/server/
spp_server.h 15 char *root_dir; member in struct:hs20_svc
  /external/vixl/tools/
generate_simulator_traces.py 46 root_dir = os.path.dirname(os.path.dirname(os.path.abspath(sys.argv[0]))) variable
47 os.chdir(root_dir)
49 args = BuildOptions(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 355 def __init__(self, root_dir, bare_output):
356 self.root_dir = root_dir
369 return check_file(self.root_dir, rel_path)
380 full_path = os.path.join(self.root_dir, start_dir, item)
381 rel_path = full_path[len(self.root_dir) + 1:]
396 x for x in os.listdir(os.path.join(self.root_dir, start_dir))
410 self.url = get_svn_url(self.root_dir)
414 if get_svn_url(os.path.join(self.root_dir, rel_path)) != url:
428 start_dir = start_dir[len(self.root_dir) + 1:
    [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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
archive_util.py 193 def make_archive(base_name, format, root_dir=None, base_dir=None, verbose=0,
201 'root_dir' is a directory that will be the root directory of the
202 archive; ie. we typically chdir into 'root_dir' before creating the
205 directories in the archive. 'root_dir' and 'base_dir' both default
212 if root_dir is not None:
213 log.debug("changing into '%s'", root_dir)
216 os.chdir(root_dir)
239 if root_dir is not None:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
archive_util.py 193 def make_archive(base_name, format, root_dir=None, base_dir=None, verbose=0,
201 'root_dir' is a directory that will be the root directory of the
202 archive; ie. we typically chdir into 'root_dir' before creating the
205 directories in the archive. 'root_dir' and 'base_dir' both default
212 if root_dir is not None:
213 log.debug("changing into '%s'", root_dir)
216 os.chdir(root_dir)
239 if root_dir is not None:
  /external/chromium_org/android_webview/tools/
find_copyrights.pl 17 my $root_dir = shift @ARGV;
25 open FIND, '-|', 'find', $root_dir, @find_args
  /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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_archive_util.py 240 base_dir, root_dir, base_name = self._create_files()
242 res = make_archive(base_name, 'zip', root_dir, base_dir, owner=owner,
246 res = make_archive(base_name, 'zip', root_dir, base_dir)
249 res = make_archive(base_name, 'tar', root_dir, base_dir,
253 res = make_archive(base_name, 'tar', root_dir, base_dir,
290 make_archive('xxx', 'xxx', root_dir=self.mkdtemp())

Completed in 606 milliseconds

1 2 3