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

<<31323334353637383940>>

  /external/linux-tools-perf/src/tools/perf/util/include/asm/
cpufeature.h 5 /* cpufeature.h ... dummy header file for including arch/x86/lib/memcpy_64.S */
  /external/llvm/test/Assembler/
2004-03-30-UnclosedFunctionCrash.ll 1 ; RUN: not llvm-as %s 2>&1 | grep "found end of file when expecting more instructions"
mdlexicalblock.ll 9 !2 = !MDFile(filename: "path/to/file", directory: "/path/to/dir")
11 ; CHECK: !3 = !MDLexicalBlock(scope: !1, file: !2, line: 7, column: 35)
12 !3 = !MDLexicalBlock(scope: !1, file: !2, line: 7, column: 35)
16 !5 = !MDLexicalBlock(scope: !1, file: null, line: 0, column: 0)
18 ; CHECK: !5 = !MDLexicalBlockFile(scope: !3, file: !2, discriminator: 0)
19 ; CHECK: !6 = !MDLexicalBlockFile(scope: !3, file: !2, discriminator: 1)
20 !6 = !MDLexicalBlockFile(scope: !3, file: !2, discriminator: 0)
21 !7 = !MDLexicalBlockFile(scope: !3, file: !2, discriminator: 1)
25 !9 = !MDLexicalBlockFile(scope: !3, file: null, discriminator: 7)
  /external/llvm/test/FileCheck/
next-no-match.txt 1 // RUN: not FileCheck -input-file %s %s
  /external/llvm/test/Linker/
linknamedmdnode2.ll 1 ; This file is used by linknamedmdnode.ll, so it doesn't actually do anything itself
unnamed-addr-err-b.ll 1 ; This file is for use with unnamed-addr-err-a.ll
  /external/llvm/test/MC/AsmParser/
directive_file-errors.s 5 .file "hello"
6 .file 1 "world"
8 // CHECK: .file "hello"
9 // CHECK-ERRORS:6:9: error: input can't have .file dwarf directives when -g is used to generate dwarf debug info for assembly code
  /external/lzma/CPP/7zip/UI/Client7z/
Client7z.dsp 1 # Microsoft Developer Studio Project File - Name="Client7z" - Package Owner=<4>
2 # Microsoft Developer Studio Generated Build File, Format Version 6.00
87 # Begin Source File
91 # End Source File
92 # Begin Source File
95 # End Source File
100 # Begin Source File
103 # End Source File
104 # Begin Source File
107 # End Source File
    [all...]
  /external/markdown/tests/misc/
link-with-parenthesis.html 1 <p><a href="http://en.wikipedia.org/wiki/ZIP_(file_format)" title="ZIP (file format) - Wikipedia, the free encyclopedia">ZIP archives</a></p
  /external/nanohttpd/webserver/markdown-plugin/src/main/java/fi/iki/elonen/
MarkdownWebServerPlugin.java 26 @Override public boolean canServeUri(String uri, File rootDir) {
27 File f = new File(rootDir, uri);
32 public NanoHTTPD.Response serveFile(String uri, Map<String, String> headers, NanoHTTPD.IHTTPSession session, File file, String mimeType) {
33 String markdownSource = readSource(file);
38 private String readSource(File file) {
42 fileReader = new FileReader(file);
  /external/nanopb-c/tests/no_messages/
SConscript 1 # Test that a .proto file without any messages compiles fine.
  /external/openfst/
README.android 3 Android.mk file added.
  /external/pdfium/testing/
SUPPRESSIONS_linux 2 # Try to keep the file alphabetized.
  /external/proguard/src/proguard/
FileWordReader.java 28 * A <code>WordReader</code> that returns words from a file or a URL.
35 * Creates a new FileWordReader for the given file.
37 public FileWordReader(File file) throws IOException
39 super(new LineNumberReader(new BufferedReader(new FileReader(file))),
40 "file '" + file.getPath() + "'",
41 file.getParentFile()
52 "file '" + url.toString() + "'",
package.html 4 resulting jar file.
  /external/protobuf/gtest/msvc/
gtest-md.vcproj 102 <File
116 </File>
117 <File
131 </File>
132 <File
146 </File>
147 <File
161 </File>
162 <File
176 </File>
    [all...]
gtest.vcproj 102 <File
116 </File>
117 <File
131 </File>
132 <File
146 </File>
147 <File
161 </File>
162 <File
176 </File>
    [all...]
  /external/protobuf/vsprojects/
tests.vcproj 181 <File
184 </File>
185 <File
186 RelativePath="..\src\google\protobuf\testing\file.h"
188 </File>
189 <File
192 </File>
193 <File
196 </File>
197 <File
    [all...]
  /external/selinux/libselinux/man/man5/
customizable_types.5 3 customizable_types \- The SELinux customizable types configuration file
6 The \fIcustomizable_types\fR file contains a list of types that can be customised in some way by SELinux-aware applications.
8 Generally this is a file context type that is usually set on files that need to be shared among certain domains and where the administrator wants to manually manage the type.
19 will return the active policy path to this file. The default customizable types file is:
24 Where \fI{SELINUXTYPE}\fR is the entry from the selinux configuration file \fIconfig\fR (see \fBselinux_config\fR(5)).
27 reads this file to determine if a context is customisable or not for the active policy.
29 .SH "FILE FORMAT"
30 Each line in the file consists of the following:
  /external/selinux/libsepol/tests/policies/test-deps/
modreq-obj-opt.conf 4 class file { read };
  /external/selinux/libsepol/tests/policies/test-hooks/
module_add_role_allow_trans.conf 3 require { class file { read }; }
module_add_symbols.conf 3 require { class file { read write }; }
  /external/selinux/policycoreutils/sepolicy/sepolicy/help/
transition_file.txt 1 This screen shows the 'file types' of the specified 'class' that will be created by processes running with '%(APP)s' type in the '%(APP)s' directory.
4 SELinux allows policy writers to define file transition rules. These rules define the label of a newly create file system object.
6 By default an newly created file system object will get the label of the directory the object is being created in.
8 Creating an file in a directory with the file type of etc_t will get the label etc_t. In certain situations SELinux aware applications
13 File Transition Rules can be written to create all objects of a particular class, or specific to a particular file name.
15 You need to build a policy module if you want to add additional File Transition Rules.
  /external/sepolicy/
tzdatacheck.te 8 allow tzdatacheck zoneinfo_data_file:file unlink;
  /external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/internal/
ProgressListener.java 27 import java.io.File;
33 public void onDirectory(File file);
35 public void onFileAddition(File file);
39 public void onFileScan(File file);
41 public void onInplaceConversion(File file);

Completed in 3299 milliseconds

<<31323334353637383940>>