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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/JavaScriptCore/wtf/unicode/qt4/
UnicodeQt4.h 86 SegmentSeparator = QChar::DirS,
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
http_server.py 153 f.write(('server.upload-dirs = ( "%s" )\n\n') % (self._output_dir))
  /external/chromium/sdch/open-vcdiff/
install-sh 310 # Create intermediate dirs using mode 755 as modified by the umask.
367 # Remove any dirs left behind by ancient mkdir implementations.
  /external/clang/lib/Basic/
FileManager.cpp 624 << UniqueRealDirs.size() << " real dirs found.\n";
626 << VirtualDirectoryEntries.size() << " virtual dirs found.\n";
  /external/elfutils/config/
install-sh 310 # Create intermediate dirs using mode 755 as modified by the umask.
367 # Remove any dirs left behind by ancient mkdir implementations.
  /external/expat/conftools/
install-sh 310 # Create intermediate dirs using mode 755 as modified by the umask.
367 # Remove any dirs left behind by ancient mkdir implementations.
  /external/libcap-ng/libcap-ng-0.7/
install-sh 317 # Create intermediate dirs using mode 755 as modified by the umask.
374 # Remove any dirs left behind by ancient mkdir implementations.
  /external/libmtp/
install-sh 310 # Create intermediate dirs using mode 755 as modified by the umask.
367 # Remove any dirs left behind by ancient mkdir implementations.
  /external/libpng/
install-sh 310 # Create intermediate dirs using mode 755 as modified by the umask.
367 # Remove any dirs left behind by ancient mkdir implementations.
  /external/libusb-compat/
install-sh 310 # Create intermediate dirs using mode 755 as modified by the umask.
367 # Remove any dirs left behind by ancient mkdir implementations.
  /external/openfst/
install-sh 310 # Create intermediate dirs using mode 755 as modified by the umask.
367 # Remove any dirs left behind by ancient mkdir implementations.
  /external/protobuf/gtest/build-aux/
install-sh 310 # Create intermediate dirs using mode 755 as modified by the umask.
367 # Remove any dirs left behind by ancient mkdir implementations.
  /external/protobuf/
install-sh 310 # Create intermediate dirs using mode 755 as modified by the umask.
367 # Remove any dirs left behind by ancient mkdir implementations.
  /external/stressapptest/
install-sh 310 # Create intermediate dirs using mode 755 as modified by the umask.
367 # Remove any dirs left behind by ancient mkdir implementations.
  /external/webkit/Tools/Scripts/
VCSUtils.pm 434 my @dirs = ();
436 if ($dir eq '..' && $#dirs >= 0 && $dirs[$#dirs] ne '..') {
437 pop(@dirs);
439 push(@dirs, $dir);
442 return ($#dirs >= 0) ? File::Spec->catdir(@dirs) : ".";
    [all...]
prepare-ChangeLog     [all...]
  /frameworks/base/core/java/android/text/
DynamicLayout.java 153 Directions[] dirs = new Directions[] { DIRS_ALL_LEFT_TO_RIGHT }; local
167 mObjects.insertAt(0, dirs);
  /frameworks/compile/libbcc/tests/
test.py 95 for root, dirs, files in os.walk("data"):
96 for d in dirs:
  /libcore/luni/src/main/java/java/lang/
System.java 280 p.put("java.ext.dirs", "");
366 * <tr><td>java.ext.dirs</td> <td>(Not useful on Android)</td> <td>Empty</td></tr>
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
install-sh 310 # Create intermediate dirs using mode 755 as modified by the umask.
367 # Remove any dirs left behind by ancient mkdir implementations.
  /tools/motodev/src/plugins/android/src/com/motorola/studio/android/adt/
DDMSFacade.java 1658 String[] dirs = remotePath.split("\/"); \/\/$NON-NLS-1\$ local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
PerformanceResultsPreferencePage.java     [all...]
  /external/openfst/src/bin/
Makefile.in 514 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
515 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
    [all...]
  /external/valgrind/main/tests/
vg_regtest.in 30 # usage: vg_regtest [options] <dirs | files>
185 # dirs and still use it.
521 # Ignore dirs into which we should not recurse.
  /ndk/sources/host-tools/make-3.81/
remake.c 1452 static char *dirs[] = local
    [all...]

Completed in 581 milliseconds

1 2 3 4 5 6 7 8 91011>>