/external/llvm/test/FileCheck/ |
separate-multi-prefix.txt | 1 // RUN: not FileCheck -check-prefix=SOMEPREFIX -input-file %s %s 2 // RUN: FileCheck -check-prefix=ANOTHER -input-file %s %s
|
/external/llvm/test/Object/Inputs/COFF/ |
long-file-symbol.yaml | 7 - Name: .file 13 File: filename_with_22_chars
|
/external/llvm/test/Transforms/GlobalDCE/ |
externally_available.ll | 3 ; test_function should not be emitted to the .s file. 8 ; test_global should not be emitted to the .s file.
|
/external/llvm/test/tools/llvm-cov/Inputs/ |
test_missing.output | 0 File 'srcdir/./nested_dir/../test.h' 5 File 'srcdir/./nested_dir/../test.cpp'
|
test_no_gcda.output | 0 File 'test.cpp' 5 File './test.h'
|
test_no_options.output | 0 File 'test.cpp' 5 File './test.h'
|
test_no_preserve_paths.output | 0 File 'srcdir/./nested_dir/../test.h' 5 File 'srcdir/./nested_dir/../test.cpp'
|
/external/lzma/C/ |
7zFile.h | 1 /* 7zFile.h -- File IO
21 /* ---------- File ---------- */
28 FILE *file;
43 /* reads max(*size, remain file's size) bytes */
58 CSzFile file;
member in struct:__anon15821 67 CSzFile file;
member in struct:__anon15822 76 CSzFile file;
member in struct:__anon15823
|
/external/lzma/C/Util/7z/ |
7z.dsw | 1 Microsoft Developer Studio Workspace File, Format Version 6.00
2 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
|
/external/lzma/C/Util/Lzma/ |
LzmaUtil.dsw | 1 Microsoft Developer Studio Workspace File, Format Version 6.00
2 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
|
/external/lzma/C/Util/LzmaLib/ |
LzmaLib.dsw | 1 Microsoft Developer Studio Workspace File, Format Version 6.00
2 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
|
/external/lzma/C/Util/SfxSetup/ |
SfxSetup.dsw | 1 Microsoft Developer Studio Workspace File, Format Version 6.00
2 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
|
/external/lzma/CPP/7zip/Bundles/Alone7z/ |
Alone.dsw | 1 Microsoft Developer Studio Workspace File, Format Version 6.00
2 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
|
/external/lzma/CPP/7zip/Bundles/LzmaCon/ |
LzmaCon.dsw | 1 Microsoft Developer Studio Workspace File, Format Version 6.00
2 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
|
/external/lzma/CPP/7zip/UI/Client7z/ |
Client7z.dsw | 1 Microsoft Developer Studio Workspace File, Format Version 6.00
2 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
|
/external/lzma/CPP/7zip/UI/Console/ |
BenchCon.h | 12 FILE *f, UInt32 numIterations, UInt32 numThreads, UInt32 dictionary);
14 HRESULT CrcBenchCon(FILE *f, UInt32 numIterations, UInt32 numThreads, UInt32 dictionary);
|
/external/nanopb-c/tests/multiple_files/ |
callbacks2.proto | 1 // Test if including generated header file for this file + implicit include of
|
/external/selinux/libselinux/man/man5/ |
failsafe_context.5 | 3 failsafe_context \- The SELinux fail safe context configuration file 8 file allows SELinux-aware applications such as 13 will return the active policy path to this file. The default failsafe context file is: 18 Where \fI{SELINUXTYPE}\fR is the entry from the selinux configuration file \fIconfig\fR (see \fBselinux_config\fR(5)). 20 The following functions read this file from the active policy path if they cannot obtain a default context: 40 .SH "FILE FORMAT" 41 The file consists of a single line entry as follows:
|
/external/skia/experimental/LightSymbolsUtil/Callstacker/Callstacker/ |
stdafx.cpp | 1 // stdafx.cpp : source file that includes just the standard includes 8 // and not in this file
|
/external/skia/include/core/ |
SkThread.h | 5 * found in the LICENSE file. 11 // TODO: delete this file, or maybe move the definition of SkThread here.
|
/external/skia/ |
whitespace.txt | 1 You can modify this file to create no-op changelists (like this one). 7 This file has gotten so boring.
|
/external/srtp/ |
undos.sh | 3 # usage: undos <file> 5 # strips CRs from a file - useful when moving DOS-created files
|
/external/tcpdump/win32/prj/ |
WinDump.dsw | 1 Microsoft Developer Studio Workspace File, Format Version 6.00 2 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
|
/external/toybox/tests/ |
bzcat.test | 9 echo "hello" > file 10 tar -cjf file.tar.bz2 file 13 $bzcatExe file.tar.bz2 > bzcatOut 14 testing "bzcat - decompresses a single file" "bzcat file.tar.bz2 > Tempfile && echo "yes"; diff Tempfile bzcatOut && echo "yes"; rm -rf file* bzcatOut Tempfile" "yes\nyes\n" "" "" 26 testing "bzcat - decompresses multiple files" "bzcat file1.tar.bz2 file2.tar.bz2 file3.tar.bz2 > Tempfile && echo "yes" ; diff Tempfile bzcatOut && echo "yes"; rm -rf file* bzcatOut Tempfile " "yes\nyes\n" "" ""
|
xzcat.test | 9 echo "hello" > file 10 tar -cJf file.xz file 13 $xzcatExe file.xz > xzcatOut 14 testing "xzcat - decompresses a single file" "xzcat file.xz > Tempfile && echo "yes"; diff Tempfile xzcatOut && echo "yes"; rm -rf file* xzcatOut Tempfile" "yes\nyes\n" "" "" 26 testing "xzcat - decompresses multiple files" "xzcat file1.xz file2.xz file3.xz > Tempfile && echo "yes" ; diff Tempfile xzcatOut && echo "yes"; rm -rf file* xzcatOut Tempfile " "yes\nyes\n" "" ""
|