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

1 2 3 4

  /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)
  /external/chromium_org/tools/memory_inspector/memory_inspector/
__init__.py 9 ROOT_DIR = os.path.abspath(os.path.join(os.path.dirname(__file__), os.pardir))
21 chromium_dir = os.path.abspath(os.path.join(ROOT_DIR, os.pardir, os.pardir))
25 ROOT_DIR,
  /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):
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
AacEncTest.mk 9 CFLAGS += -I$(ROOT_DIR)/system/src/openmax_il/omx_core/src -I$(TOP_DIR)/inc/
  /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/libyuv/
DEPS 6 # Override root_dir in your .gclient's custom_vars to specify a custom root
8 "root_dir": "trunk",
117 # Copy .gn from temporary place (../chromium_gn) to root_dir.
120 "action": ["python", Var("root_dir") + "/build/cp.py",
121 Var("root_dir") + "/../chromium_gn/.gn",
122 Var("root_dir")],
133 "-s", Var("root_dir") + "/tools/gn/bin/win/gn.exe.sha1",
144 "-s", Var("root_dir") + "/tools/gn/bin/mac/gn.sha1",
155 "-s", Var("root_dir") + "/tools/gn/bin/linux/gn.sha1",
166 "-s", Var("root_dir") + "/tools/gn/bin/linux/gn32.sha1"
    [all...]
  /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-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/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/
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/wpa_supplicant_8/hs20/server/
spp_server.h 15 char *root_dir; member in struct:hs20_svc
  /external/chromium_org/tools/memory_inspector/
run_tests 19 suite.addTests(loader.discover(start_dir=memory_inspector.ROOT_DIR,
  /external/chromium_org/tools/find_runtime_symbols/tests/
reduce_debugline_test.py 13 ROOT_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
14 sys.path.insert(0, ROOT_DIR)
  /external/valgrind/
runtest.sh 17 root_dir=`realpath \`dirname $0\`/../../`
34 cd $root_dir
  /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/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/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_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/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/linux-tools-perf/perf-3.12.0/tools/perf/util/
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);

Completed in 3307 milliseconds

1 2 3 4