HomeSort by relevance Sort by last modified time
    Searched full:directory (Results 126 - 150 of 15801) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/stub/command/
PwdCommandHandler.java 25 * CommandHandler for the PWD (Print Working Directory) and XPWD commands. By default, return
26 * an empty directory name, along with a reply code of 257. You can customize the returned
27 * directory name by setting the <code>directory</code> property.
36 private String directory = ""; field in class:PwdCommandHandler
46 sendReply(session, quotes(directory));
50 * Set the directory String to be returned by this command
52 * @param directory - the directory
54 public void setDirectory(String directory) {
    [all...]
  /external/skia/infra/
README.md 1 This directory contains infra-specific files. The branch-config/ directory
3 committing to the master branch), while project-config/ directory contains
  /libcore/luni/src/test/etc/loading-test-jar/
README.txt 1 This directory contains the source code for the loading-test jar and
7 build.sh in this directory, which copies resulting files into the luni
8 test resources directory.
  /libcore/luni/src/test/etc/loading-test2-jar/
README.txt 1 This directory contains the source code for the loading-test2 jar and
7 build.sh in this directory, which copies resulting files into the luni
8 test resources directory.
  /cts/hostsidetests/appsecurity/res/pkgsigverify/
README.txt 1 APKs in this directory are used by PkgInstallSignatureVerificationTest.
  /development/samples/devbytes/telephony/SmsSampleProject/.idea/
vcs.xml 4 <mapping directory="" vcs="" />
  /external/androidplot/.idea/
compiler.xml 6 <directory url="file://$PROJECT_DIR$/Examples/StepChartExample/gen" includeSubdirectories="true" />
7 <directory url="file://$PROJECT_DIR$/Examples/SimpleXYPlotExample/gen" includeSubdirectories="true" />
8 <directory url="file://$PROJECT_DIR$/Examples/TimeSeriesExample/gen" includeSubdirectories="true" />
9 <directory url="file://$PROJECT_DIR$/Examples/OrientationSensorExample/gen" includeSubdirectories="true" />
10 <directory url="file://$PROJECT_DIR$/Examples/DynamicXYPlotExample/gen" includeSubdirectories="true" />
11 <directory url="file://$PROJECT_DIR$/Examples/HelperExample/gen" includeSubdirectories="true" />
12 <directory url="file://$PROJECT_DIR$/Examples/gen" includeSubdirectories="true" />
13 <directory url="file://$PROJECT_DIR$/Examples/DemoApp/gen" includeSubdirectories="true" />
14 <directory url="file://$PROJECT_DIR$/Examples/TimedXYPlotExample/gen" includeSubdirectories="true" />
15 <directory url="file://$PROJECT_DIR$/Examples/Quickstart/gen" includeSubdirectories="true" />
    [all...]
  /external/autotest/results/
README 1 All results will appear in this directory under the subdir
  /external/autotest/site_utils/metasaurus/
README 1 This directory contains files for supporting metadata in the graphite backend.
  /external/clang/examples/
CMakeLists.txt 2 set_property(DIRECTORY PROPERTY EXCLUDE_FROM_ALL ON)
  /external/compiler-rt/test/asan/TestCases/Helpers/
lit.local.cfg 1 # Sources in this directory are helper files for tests which test functionality
  /external/e2fsprogs/tests/m_root_owner/
script 1 DESCRIPTION="root directory owner"
  /external/fonttools/Lib/fontTools/encodings/
__init__.py 1 """Empty __init__.py file to signal Python this directory is a package.
  /external/fonttools/Lib/fontTools/misc/
__init__.py 1 """Empty __init__.py file to signal Python this directory is a package.
  /external/fonttools/Lib/fontTools/pens/
__init__.py 1 """Empty __init__.py file to signal Python this directory is a package.
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/
DirectorySourceFileLocator.java 20 * Locator for source files that picks source files from a given directory in
25 private final File directory; field in class:DirectorySourceFileLocator
29 * directory.
31 * @param directory
32 * directory to search for source file
40 public DirectorySourceFileLocator(final File directory,
43 this.directory = directory;
48 final File file = new File(directory, path);
  /external/libgdx/gdx/jni/maven/
ios.xml 11 <directory>${project.basedir}</directory>
18 <directory>${project.build.directory}/ios</directory>
25 <directory>${project.basedir}</directory>
34 <source>${project.build.directory}/ios/libObjectAL.a.tvos</source>
39 <source>${project.build.directory}/ios/libgdx.a.tvos</source>
  /external/libpng/contrib/tools/
README.txt 1 This directory (contrib/tools) contains tools used by the authors of libpng.
3 Code and data placed in this directory is not required to build libpng,
4 however the code in this directory has been used to generate data or code in
6 been done. Code in this directory may not compile on all operating systems
9 NO COPYRIGHT RIGHTS ARE CLAIMED TO ANY OF THE FILES IN THIS DIRECTORY.
17 The source code and comments in this directory are the original work of the
19 the work in this directory.
22 The following people have contributed to the code in this directory. None
24 directory.
  /external/llvm/utils/lit/tests/
.coveragerc 8 directory = coverage_html_report
  /external/mesa3d/src/gallium/state_trackers/
README 1 This directory is a placeholder for incubating state-trackers. Mesa's
  /external/valgrind/VEX/
HACKING.README 2 This directory and its children contain LibVEX, a library for dynamic
  /external/webrtc/webrtc/build/sanitizers/
README 1 This directory contains suppressions for sanitizer tools.
  /external/zlib/src/old/
README 1 This directory contains files that have not been updated for zlib 1.2.x
  /ndk/sources/android/support/src/musl-locale/
libc.h 1 // Android-specific fake libc.h for the files in this directory.
  /ndk/sources/host-tools/make-3.81/tests/scripts/features/
recursion 21 ? "#MAKE#: Entering directory `#PWD#'
29 #MAKE#: Leaving directory `#PWD#'"
30 : "#MAKE#: Entering directory `#PWD#'
32 #MAKE#[1]: Entering directory `#PWD#'
36 #MAKE#[2]: Entering directory `#PWD#'
40 #MAKE#[2]: Leaving directory `#PWD#'
41 #MAKE#[1]: Leaving directory `#PWD#'
42 #MAKE#: Leaving directory `#PWD#'"));
47 recur: all ; @$(MAKE) --no-print-directory -f #MAKEFILE# a=AA all

Completed in 2488 milliseconds

1 2 3 4 56 7 8 91011>>