HomeSort by relevance Sort by last modified time
    Searched full:dirs (Results 151 - 175 of 494) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/compile/mclinker/unittests/
test3.txt 63 # When you use `make setup-dirs' or `make taz' you should always redefine
146 set -e ; dirs="$(DEVO_SUPPORT) $(SUPPORT_FILES) $(TOOL)" ; \
147 for d in $$dirs ; do \
185 # Take out texinfo from configurable dirs
  /sdk/avdlauncher/
avdlauncher.c 85 /* get path of current program, to switch dirs here when executing the command. */
  /sdk/hierarchyviewer2/app/etc/
hierarchyviewer 104 # need to use "java.ext.dirs" because "-jar" causes classpath to be ignored
  /sdk/sdklauncher/
sdklauncher.c 85 /* get path of current program, to switch dirs here when executing the command. */
  /sdk/traceview/etc/
traceview 106 exec "${javaCmd}" $javaOpts -Djava.ext.dirs="$frameworkdir" -Dcom.android.traceview.toolsdir="$progdir" -jar "$jarpath" "$@"
  /sdk/uiautomatorviewer/etc/
uiautomatorviewer 104 exec "${javaCmd}" $javaOpts -Djava.ext.dirs="$frameworkdir" -Dcom.android.uiautomator.bindir="$progdir" -jar "$jarpath" "$@"
  /build/core/
cleanbuild.mk 165 # The files/dirs to delete during an installclean. This includes the
196 # The files/dirs to delete during a dataclean, which removes any files
pdk_config.mk 40 # For these dirs, add classes.jar and javalib.jar from the dir to platform.zip
  /development/tools/idegen/src/
Configuration.java 78 Log.debug(excludedDirs.size() + " excluded dirs");
163 // Don't recurse into excluded dirs.
  /external/chromium-trace/trace-viewer/third_party/web_dev_style/web_dev_style/
js_checker.py 75 dirs = (
89 if filename.startswith(dirs):
  /external/llvm/include/llvm/Support/
SourceMgr.h 74 void setIncludeDirs(const std::vector<std::string> &Dirs) {
75 IncludeDirectories = Dirs;
  /system/extras/ext4_utils/
contents.c 92 u32 dirs)
133 inode->i_links_count = dirs + 2;
make_ext4fs.c 113 u32 dirs = 0; local
177 dirs++;
198 inode = make_directory(dir_inode, entries, dentries, dirs);
  /external/chromium/base/
mime_util_xdg.cc 148 // Set directories to search for icons to the comma-separated list |dirs|.
149 bool SetDirectories(const std::string& dirs);
369 bool IconTheme::SetDirectories(const std::string& dirs) {
373 while ((epos = dirs.find(',', pos)) != std::string::npos) {
374 TrimWhitespaceASCII(dirs.substr(pos, epos - pos), TRIM_ALL, &dir);
382 TrimWhitespaceASCII(dirs.substr(pos), TRIM_ALL, &dir);
  /external/chromium/chrome/common/extensions/docs/build/
directory.py 26 for base, dirs, files in os.walk(path):
27 dirs.sort()
29 yield base, dirs, files
663 for root, dirs, files in sorted_walk(sample_path):
664 if '.svn' in dirs:
665 dirs.remove('.svn')
  /external/elfutils/libdwfl/
linux-kernel-modules.c 498 char *dirs[2] = { NULL, NULL }; local
499 if (asprintf (&dirs[0], MODNOTESFMT, mod->name) < 0)
502 FTS *fts = fts_open (dirs, FTS_NOSTAT | FTS_LOGICAL, NULL);
505 free (dirs[0]);
541 free (dirs[0]);
  /system/extras/tests/sdcard/
sdcard_perf_test.cpp 645 int dirs = 0, files = 0; local
651 dirs++;
664 if (expectedDirs != dirs) {
665 fprintf(stderr, "expected %d dirs, but found %d\n", expectedDirs, dirs);
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/serializing/
Serializer.java 220 List<File> dirs = new ArrayList<File>(); local
223 dirs.add(new File(resource.getFile()));
226 for (File directory : dirs) {
  /external/webkit/Tools/CodeCoverage/
regenerate-coverage-display 201 dirs = dir_series.keys()
202 dirs.sort()
203 for dir in dirs:
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
base_unittest.py 189 dirs = port.test_dirs()
190 self.assertTrue('canvas' in dirs)
191 self.assertTrue('css2.1' in dirs)
  /external/dnsmasq/contrib/dynamic-dnsmasq/
dynamic-dnsmasq.pl 236 my @dirs = grep(/^\d+$/, readdir(DIR));
238 foreach my $process (@dirs) {
  /ndk/sources/host-tools/make-3.81/
read.c 2841 register char **dirs = (char **) xmalloc ((5 + defsize) * sizeof (char *)); local
    [all...]
  /cts/tests/SignatureTest/
Android.mk 47 # empty/non-existent resouce dirs (which ours would be). If it finds
  /external/chromium/chrome/browser/resources/file_manager/
main.html 56 // In test harness mode we load resources from relative dirs.
  /external/clang/docs/
Makefile 11 DIRS := tools

Completed in 2198 milliseconds

1 2 3 4 5 67 8 91011>>