HomeSort by relevance Sort by last modified time
    Searched refs:files (Results 176 - 200 of 2718) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/python/dateutil/docs/
Makefile 26 @echo " html to make standalone HTML files"
27 @echo " dirhtml to make HTML files named index.html in directories"
29 @echo " pickle to make pickle files"
30 @echo " json to make JSON files"
31 @echo " htmlhelp to make HTML files and a HTML help project"
32 @echo " qthelp to make HTML files and a qthelp project"
33 @echo " devhelp to make HTML files and a Devhelp project"
35 @echo " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter"
36 @echo " latexpdf to make LaTeX files and run them through pdflatex"
37 @echo " latexpdfja to make LaTeX files and run them through platex/dvipdfmx
    [all...]
  /external/python/oauth2client/docs/
Makefile 26 @echo " html to make standalone HTML files"
27 @echo " dirhtml to make HTML files named index.html in directories"
29 @echo " pickle to make pickle files"
30 @echo " json to make JSON files"
31 @echo " htmlhelp to make HTML files and a HTML help project"
32 @echo " qthelp to make HTML files and a qthelp project"
33 @echo " devhelp to make HTML files and a Devhelp project"
35 @echo " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter"
36 @echo " latexpdf to make LaTeX files and run them through pdflatex"
37 @echo " latexpdfja to make LaTeX files and run them through platex/dvipdfmx
    [all...]
  /external/python/pyasn1/docs/
Makefile 26 @echo " html to make standalone HTML files"
27 @echo " dirhtml to make HTML files named index.html in directories"
29 @echo " pickle to make pickle files"
30 @echo " json to make JSON files"
31 @echo " htmlhelp to make HTML files and a HTML help project"
32 @echo " qthelp to make HTML files and a qthelp project"
34 @echo " devhelp to make HTML files and a Devhelp project"
36 @echo " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter"
37 @echo " latexpdf to make LaTeX files and run them through pdflatex"
38 @echo " latexpdfja to make LaTeX files and run them through platex/dvipdfmx
    [all...]
  /external/python/cpython3/Lib/distutils/
filelist.py 4 and building lists of files.
15 """A list of files built by on exploring the filesystem and filtered by
20 directory from which files will be taken -- only used if
22 files
25 complete list of files under consideration (ie. without any
33 self.files = []
52 self.files.append(item)
55 self.files.extend(items)
59 sortable_files = sorted(map(os.path.split, self.files))
60 self.files = [
    [all...]
  /art/test/151-OpenFileLimit/src/
Main.java 29 List<File> files = new ArrayList<File>(); local
34 files.add(file);
35 streams.add(Files.newOutputStream(file.toPath(), CREATE, APPEND));
38 if (e.getMessage().contains("Too many open files")) {
39 System.out.println("Message includes \"Too many open files\"");
63 for (int i = 0; i < files.size(); i++) {
64 files.get(i).delete();
  /build/make/tools/
check_builds.sh 28 # test-builds/sizes.html that has a pretty chart of which files are
29 # in which tree, and how big they are. In that chart, cells for files
64 inputs="$inputs $TEST_BUILD_DIR/golden-$1/installed-files.txt"
65 inputs="$inputs $TEST_BUILD_DIR/dist-$1/installed-files.txt"
83 diff $TEST_BUILD_DIR/golden-$1/installed-files.txt $TEST_BUILD_DIR/dist-$1/installed-files.txt &> /dev/null
86 diff $TEST_BUILD_DIR/golden-$1/installed-files.txt $TEST_BUILD_DIR/dist-$1/installed-files.txt
  /cts/apps/CtsVerifierInstantApp/
Android.mk 24 LOCAL_SRC_FILES := $(call all-java-files-under, src)
  /cts/apps/CtsVerifierUSBCompanion/
Android.mk 26 LOCAL_SRC_FILES := $(call all-java-files-under, src)
  /cts/apps/OomCatcher/
Android.mk 24 LOCAL_SRC_FILES := $(call all-java-files-under, src)
  /cts/hostsidetests/os/test-apps/PowerManagerTestApp/
Android.mk 24 LOCAL_SRC_FILES := $(call all-java-files-under, src)
  /cts/hostsidetests/os/test-apps/ProcfsTestApp/
Android.mk 24 LOCAL_SRC_FILES := $(call all-java-files-under, src)
  /cts/hostsidetests/securitybulletin/test-apps/launchanywhere/
Android.mk 24 LOCAL_SRC_FILES := $(call all-java-files-under, src)
  /cts/suite/audio_quality/client/
Android.mk 24 LOCAL_SRC_FILES := $(call all-java-files-under, src)
  /cts/tests/framework/base/windowmanager/appPrereleaseSdk/fake-framework/
Android.mk 26 LOCAL_SRC_FILES := $(call all-java-files-under, src)
  /cts/tests/tests/content/SyncAccountAccessStubs/
Android.mk 25 LOCAL_SRC_FILES := $(call all-java-files-under, src)
  /cts/tests/tests/permission/AppThatAccessesLocationOnCommand/
Android.mk 28 LOCAL_SRC_FILES := $(call all-java-files-under, src)
  /cts/tests/tests/permission/AppThatRequestPermissionAandB/
Android.mk 28 LOCAL_SRC_FILES := $(call all-java-files-under, src)
  /cts/tests/tests/permission/AppThatRequestPermissionAandC/
Android.mk 28 LOCAL_SRC_FILES := $(call all-java-files-under, src)
  /cts/tests/tests/permission/sdk28/
Android.mk 28 LOCAL_SRC_FILES := $(call all-java-files-under, src)
  /cts/tests/tests/print/ExternalPrintService/
Android.mk 29 LOCAL_SRC_FILES := $(call all-java-files-under, src)
  /development/apps/BuildWidget/
Android.mk 6 # Only compile source java files in this apk.
7 LOCAL_SRC_FILES := $(call all-java-files-under, src)
  /development/apps/PushApiAuthenticator/
Android.mk 6 # Only compile source java files in this apk.
7 LOCAL_SRC_FILES := $(call all-java-files-under, src)
  /development/apps/PushApiTestAppOne/
Android.mk 6 # Only compile source java files in this apk.
7 LOCAL_SRC_FILES := $(call all-java-files-under, src)
  /development/apps/PushApiTestAppTwo/
Android.mk 6 # Only compile source java files in this apk.
7 LOCAL_SRC_FILES := $(call all-java-files-under, src)
  /development/apps/SettingInjectorSample/
Android.mk 6 # Only compile source java files in this apk.
7 LOCAL_SRC_FILES := $(call all-java-files-under, src)

Completed in 435 milliseconds

1 2 3 4 5 6 78 91011>>