HomeSort by relevance Sort by last modified time
    Searched full:file (Results 1301 - 1325 of 168772) sorted by null

<<51525354555657585960>>

  /external/pdfium/third_party/freetype/src/cid/
ciderrs.h 10 /* This file is part of the FreeType project, and may only be used, */
13 /* this file you indicate that you have read the license and */
21 /* This file is used to define the CID error enumeration constants. */
  /external/pdfium/third_party/freetype/src/psaux/
psauxerr.h 10 /* This file is part of the FreeType project, and may only be used, */
13 /* this file you indicate that you have read the license and */
21 /* This file is used to define the PS auxiliary module error enumeration */
  /external/pdfium/third_party/freetype/src/pshinter/
pshnterr.h 10 /* This file is part of the FreeType project, and may only be used, */
13 /* this file you indicate that you have read the license and */
21 /* This file is used to define the PSHinter error enumeration constants. */
  /external/pdfium/third_party/freetype/src/psnames/
psnamerr.h 10 /* This file is part of the FreeType project, and may only be used, */
13 /* this file you indicate that you have read the license and */
21 /* This file is used to define the PS names module error enumeration */
  /external/pdfium/third_party/freetype/src/raster/
rasterrs.h 10 /* This file is part of the FreeType project, and may only be used, */
13 /* this file you indicate that you have read the license and */
21 /* This file is used to define the monochrome renderer error enumeration */
  /external/pdfium/third_party/freetype/src/sfnt/
sferrors.h 10 /* This file is part of the FreeType project, and may only be used, */
13 /* this file you indicate that you have read the license and */
21 /* This file is used to define the SFNT error enumeration constants. */
  /external/pdfium/third_party/freetype/src/smooth/
ftsmerrs.h 10 /* This file is part of the FreeType project, and may only be used, */
13 /* this file you indicate that you have read the license and */
21 /* This file is used to define the smooth renderer error enumeration */
  /external/pdfium/third_party/freetype/src/truetype/
tterrors.h 10 /* This file is part of the FreeType project, and may only be used, */
13 /* this file you indicate that you have read the license and */
21 /* This file is used to define the TrueType error enumeration */
  /external/pdfium/third_party/freetype/src/type1/
t1errors.h 10 /* This file is part of the FreeType project, and may only be used, */
13 /* this file you indicate that you have read the license and */
21 /* This file is used to define the Type 1 error enumeration constants. */
  /external/proguard/bin/
proguard.bat 3 REM Start-up script for ProGuard -- free class file shrinker, optimizer,
6 REM Note: when passing file names containing spaces to this script,
8 REM "\"C:/My Directory/My File.txt\""
proguardgui.bat 3 REM Start-up script for the GUI of ProGuard -- free class file shrinker,
6 REM Note: when passing file names containing spaces to this script,
8 REM "\"C:/My Directory/My File.txt\""
retrace.bat 3 REM Start-up script for Retrace -- companion tool for ProGuard, free class file
6 REM Note: when passing file names containing spaces to this script,
8 REM "\"C:/My Directory/My File.txt\""
  /external/replicaisland/
default.properties 1 # This file is automatically generated by Android Tools.
2 # Do not modify this file -- YOUR CHANGES WILL BE ERASED!
4 # This file must be checked in Version Control Systems.
  /external/skia/bench/
BenchLogger.cpp 5 * found in the LICENSE file.
21 bool BenchLogger::SetLogFile(const char *file) {
22 fFileStream = SkNEW_ARGS(SkFILEWStream, (file));
  /external/skia/experimental/FileReaderApp/
ReaderView.h 6 * found in the LICENSE file.
13 * Pipe Reader with File IO. This view reads from the data file produced by the
  /external/skia/platform_tools/android/app/
project.properties 1 # This file is automatically generated by Android Tools.
2 # Do not modify this file -- YOUR CHANGES WILL BE ERASED!
4 # This file must be checked in Version Control Systems.
  /external/skia/platform_tools/android/examples/hello_skia_app/
project.properties 1 # This file is automatically generated by Android Tools.
2 # Do not modify this file -- YOUR CHANGES WILL BE ERASED!
4 # This file must be checked in Version Control Systems.
  /external/skia/platform_tools/android/tests/expectations/
SkUserConfig-h.txt 4 // THIS FILE IS AUTOGENERATED BY GYP_TO_ANDROID.PY. DO NOT EDIT.
6 // This file contains Skia's upstream include/config/SkUserConfig.h as a
15 * found in the LICENSE file.
  /external/skia/platform_tools/ios/bin/
ios_cat_file 7 # found in the LICENSE file.
10 # Writes the content of the file identified by the first argument to standard
14 # Do not set -x here, since we only want the content of the file sent to
  /external/skia/src/utils/win/
SkHRESULT.cpp 5 * found in the LICENSE file.
12 void SkTraceHR(const char* file, unsigned long line, HRESULT hr, const char* msg) {
16 SkDebugf("%s(%lu) : error 0x%x: ", file, line, hr);
  /external/slf4j/slf4j-android/
project.properties 1 # This file is automatically generated by Android Tools.
2 # Do not modify this file -- YOUR CHANGES WILL BE ERASED!
4 # This file must be checked in Version Control Systems.
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/io/
FileDataStore.java 12 public FileDataStore(@Nonnull File file) throws FileNotFoundException, IOException {
13 this.raf = new RandomAccessFile(file, "rw");
  /external/toybox/tests/
mv.test 10 touch file
11 testing "Move old_file to new_file" "mv file file1 && [ ! -e file -a -f file1 ] &&
13 rm -f file*
15 touch file
17 testing "Move file to a dir" "mv file dir && [ ! -e file -a -f dir/file ] &&
19 rm -rf file* dir
    [all...]
  /external/toybox/toys/android/
load_policy.c 1 /* load_policy.c - Load a policy file
12 usage: load_policy FILE
14 Load the specified policy file.
  /external/toybox/toys/other/
fallocate.c 1 /* fallocate.c - Preallocate space to a file
14 usage: fallocate [-l size] file
16 Tell the filesystem to allocate space for a file.

Completed in 383 milliseconds

<<51525354555657585960>>