Home
last modified time | relevance | path

Searched defs:file (Results 1 – 25 of 2359) sorted by relevance

12345678910>>...95

/external/dagger2/compiler/src/test/java/dagger/internal/codegen/
DInjectConstructorFactoryGeneratorTest.java76 JavaFileObject file = JavaFileObjects.forSourceLines("test.PrivateConstructor", in injectOnPrivateConstructor() local
91 JavaFileObject file = JavaFileObjects.forSourceLines("test.OuterClass", in injectConstructorOnInnerClass() local
108 JavaFileObject file = JavaFileObjects.forSourceLines("test.AbstractClass", in injectConstructorOnAbstractClass() local
123 JavaFileObject file = JavaFileObjects.forSourceLines("test.GenericClass", in injectConstructorOnGenericClass() local
163 JavaFileObject file = JavaFileObjects.forSourceLines("test.GenericClass", in fieldAndMethodGenerics() local
210 JavaFileObject file = JavaFileObjects.forSourceLines("test.GenericClass", in genericClassWithNoDependencies() local
247 JavaFileObject file = JavaFileObjects.forSourceLines("test.GenericClass", in twoGenericTypes() local
291 JavaFileObject file = JavaFileObjects.forSourceLines("test.GenericClass", in boundedGenerics() local
349 JavaFileObject file = JavaFileObjects.forSourceLines("test.GenericClass", in multipleSameTypesWithGenericsAndQualifiersAndLazies() local
442 JavaFileObject file = JavaFileObjects.forSourceLines("test.TooManyInjectConstructors", in multipleInjectConstructors() local
[all …]
/external/protobuf/src/google/protobuf/
Ddescriptor_database_unittest.cc110 virtual bool AddToDatabase(const FileDescriptorProto& file) { in AddToDatabase()
130 virtual bool AddToDatabase(const FileDescriptorProto& file) { in AddToDatabase()
153 virtual bool AddToDatabase(const FileDescriptorProto& file) { in AddToDatabase()
197 FileDescriptorProto file; in TEST_P() local
204 FileDescriptorProto file; in TEST_P() local
212 FileDescriptorProto file; in TEST_P() local
242 FileDescriptorProto file; in TEST_P() local
249 FileDescriptorProto file; in TEST_P() local
256 FileDescriptorProto file; in TEST_P() local
263 FileDescriptorProto file; in TEST_P() local
[all …]
/external/python/cpython3/Python/
Ddynamic_annotations.c48 void AnnotateRWLockCreate(const char *file, int line, in AnnotateRWLockCreate()
50 void AnnotateRWLockDestroy(const char *file, int line, in AnnotateRWLockDestroy()
52 void AnnotateRWLockAcquired(const char *file, int line, in AnnotateRWLockAcquired()
54 void AnnotateRWLockReleased(const char *file, int line, in AnnotateRWLockReleased()
56 void AnnotateBarrierInit(const char *file, int line, in AnnotateBarrierInit()
59 void AnnotateBarrierWaitBefore(const char *file, int line, in AnnotateBarrierWaitBefore()
61 void AnnotateBarrierWaitAfter(const char *file, int line, in AnnotateBarrierWaitAfter()
63 void AnnotateBarrierDestroy(const char *file, int line, in AnnotateBarrierDestroy()
66 void AnnotateCondVarWait(const char *file, int line, in AnnotateCondVarWait()
69 void AnnotateCondVarSignal(const char *file, int line, in AnnotateCondVarSignal()
[all …]
/external/autotest/client/profilers/powertop/src/
Dmisctips.c37 FILE *file; in set_laptop_mode() local
47 FILE *file; in suggest_laptop_mode() local
87 FILE *file; in nmi_watchdog_off() local
96 FILE *file; in suggest_nmi_watchdog() local
118 FILE *file; in suggest_hpet() local
144 FILE *file; in ac97_power_on() local
161 FILE *file; in suggest_ac97_powersave() local
186 FILE *file; in suggest_noatime() local
210 FILE *file; in powersched_on() local
220 FILE *file; in suggest_powersched() local
[all …]
/external/guava/guava/src/com/google/common/io/
DFiles.java81 public static BufferedReader newReader(File file, Charset charset) in newReader()
98 public static BufferedWriter newWriter(File file, Charset charset) in newWriter()
111 public static ByteSource asByteSource(File file) { in asByteSource()
117 private final File file; field in Files.FileByteSource
119 private FileByteSource(File file) { in FileByteSource()
184 public static ByteSink asByteSink(File file, FileWriteMode... modes) { in asByteSink()
190 private final File file; field in Files.FileByteSink
193 private FileByteSink(File file, FileWriteMode... modes) { in FileByteSink()
215 public static CharSource asCharSource(File file, Charset charset) { in asCharSource()
229 public static CharSink asCharSink(File file, Charset charset, in asCharSink()
[all …]
/external/webrtc/webrtc/modules/audio_processing/logging/
Daec_logging.h21 #define RTC_AEC_DEBUG_WAV_WRITE(file, data, num_samples) \ argument
41 #define RTC_AEC_DEBUG_RAW_WRITE(file, data, data_size) \ argument
47 #define RTC_AEC_DEBUG_RAW_WRITE_SCALAR_INT32(file, data) \ argument
54 #define RTC_AEC_DEBUG_RAW_WRITE_SCALAR_DOUBLE(file, data) \ argument
61 #define RTC_AEC_DEBUG_RAW_OPEN(name, instance_counter, file) \ argument
67 #define RTC_AEC_DEBUG_RAW_CLOSE(file) \ argument
73 #define RTC_AEC_DEBUG_WAV_WRITE(file, data, num_samples) \ argument
86 #define RTC_AEC_DEBUG_RAW_WRITE(file, data, data_size) \ argument
90 #define RTC_AEC_DEBUG_RAW_WRITE_SCALAR_INT32(file, data) \ argument
94 #define RTC_AEC_DEBUG_RAW_WRITE_SCALAR_DOUBLE(file, data) \ argument
[all …]
/external/ltp/lib/
Dsafe_macros.c21 char *safe_basename(const char *file, const int lineno, in safe_basename()
37 safe_chdir(const char *file, const int lineno, void (*cleanup_fn) (void), in safe_chdir()
53 safe_close(const char *file, const int lineno, void (*cleanup_fn) (void), in safe_close()
69 safe_creat(const char *file, const int lineno, void (*cleanup_fn) (void), in safe_creat()
84 char *safe_dirname(const char *file, const int lineno, in safe_dirname()
99 char *safe_getcwd(const char *file, const int lineno, void (*cleanup_fn) (void), in safe_getcwd()
114 struct passwd *safe_getpwnam(const char *file, const int lineno, in safe_getpwnam()
130 safe_getrusage(const char *file, const int lineno, void (*cleanup_fn) (void), in safe_getrusage()
145 void *safe_malloc(const char *file, const int lineno, void (*cleanup_fn) (void), in safe_malloc()
160 int safe_mkdir(const char *file, const int lineno, void (*cleanup_fn) (void), in safe_mkdir()
[all …]
/external/sonic/
Dwave.c30 waveFile file, in writeBytes()
49 waveFile file, in writeString()
57 waveFile file, in writeInt()
72 waveFile file, in writeShort()
87 waveFile file, in readBytes()
99 waveFile file, in readExactBytes()
117 waveFile file) in readInt()
132 waveFile file) in readShort()
147 waveFile file, in expectString()
168 waveFile file, in writeHeader()
[all …]
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/
DFaultyFileSystem.java37 public void setFaulty(File file, boolean faulty) { in setFaulty()
45 @Override public Source source(File file) throws FileNotFoundException { in source()
49 @Override public Sink sink(File file) throws FileNotFoundException { in sink()
53 @Override public Sink appendingSink(File file) throws FileNotFoundException { in appendingSink()
57 @Override public void delete(File file) throws IOException { in delete()
61 @Override public boolean exists(File file) throws IOException { in exists()
65 @Override public long size(File file) { in size()
78 private final File file; field in FaultyFileSystem.FaultySink
80 public FaultySink(Sink delegate, File file) { in FaultySink()
/external/libchrome/base/files/
Dfile_unittest.cc28 File file; in TEST() local
39 File file(file_path, base::File::FLAG_OPEN | base::File::FLAG_READ); in TEST() local
46 File file(file_path, base::File::FLAG_OPEN_ALWAYS | base::File::FLAG_READ); in TEST() local
54 File file(file_path, base::File::FLAG_OPEN | base::File::FLAG_READ); in TEST() local
66 File file; in TEST() local
79 File file(file_path, base::File::FLAG_CREATE | base::File::FLAG_READ); in TEST() local
87 File file(file_path, in TEST() local
97 File file(file_path, in TEST() local
114 File file(file_path, base::File::FLAG_OPEN_ALWAYS | base::File::FLAG_ASYNC); in TEST() local
120 File file(file_path, base::File::FLAG_OPEN_ALWAYS); in TEST() local
[all …]
/external/clang/tools/scan-build-py/tests/functional/exec/
Dmain.c61 void expected_out(const char *file) { in expected_out()
74 void create_source(char *file) { in create_source()
115 char *const file = "execv.c"; in call_execv() local
128 char *const file = "execve.c"; in call_execve() local
142 char *const file = "execvp.c"; in call_execvp() local
155 char *const file = "execv_p.c"; in call_execvP() local
168 char *const file = "execvpe.c"; in call_execvpe() local
182 char *const file = "exect.c"; in call_exect() local
196 char *const file = "execl.c"; in call_execl() local
208 char *const file = "execlp.c"; in call_execlp() local
[all …]
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.h180 inline bool UseUnknownFieldSet(const FileDescriptor* file, in UseUnknownFieldSet()
195 inline bool HasGeneratedMethods(const FileDescriptor* file, in HasGeneratedMethods()
201 inline bool HasDescriptorMethods(const FileDescriptor* file, in HasDescriptorMethods()
207 inline bool HasGenericServices(const FileDescriptor* file, in HasGenericServices()
217 inline bool HasFastArraySerialization(const FileDescriptor* file, in HasFastArraySerialization()
256 inline bool HasFieldPresence(const FileDescriptor* file) { in HasFieldPresence()
262 inline bool HasPreservingUnknownEnumSemantics(const FileDescriptor* file) { in HasPreservingUnknownEnumSemantics()
266 inline bool SupportsArenas(const FileDescriptor* file) { in SupportsArenas()
295 const FileDescriptor* file, const Options& options) { in GetOptimizeFor()
/external/kmod/libkmod/
Dlibkmod-file.c64 static void xz_uncompress_belch(struct kmod_file *file, lzma_ret ret) in xz_uncompress_belch()
88 static int xz_uncompress(lzma_stream *strm, struct kmod_file *file) in xz_uncompress()
143 static int load_xz(struct kmod_file *file) in load_xz()
162 static void unload_xz(struct kmod_file *file) in unload_xz()
174 static int load_zlib(struct kmod_file *file) in load_zlib()
225 static void unload_zlib(struct kmod_file *file) in unload_zlib()
250 static int load_reg(struct kmod_file *file) in load_reg()
266 static void unload_reg(struct kmod_file *file) in unload_reg()
275 struct kmod_elf *kmod_file_get_elf(struct kmod_file *file) in kmod_file_get_elf()
287 struct kmod_file *file = calloc(1, sizeof(struct kmod_file)); in kmod_file_open() local
[all …]
/external/clang/tools/scan-build-py/tests/functional/src/compilation_database/
Dbuild_broken.json.in5 "file": "${path}/main.c" string
11 "file": "${path}/broken-one.c" string
17 "file": "${path}/broken-two.c" string
23 "file": "${path}/clean-one.c" string
29 "file": "${path}/clean-two.c" string
35 "file": "${path}/emit-one.c" string
41 "file": "${path}/emit-two.c" string
/external/deqp/framework/delibs/deutil/
DdeFile.c55 deFile* file = (deFile*)deCalloc(sizeof(deFile)); in deFile_createFromHandle() local
109 void deFile_destroy (deFile* file) in deFile_destroy()
115 deBool deFile_setFlags (deFile* file, deUint32 flags) in deFile_setFlags()
149 deBool deFile_seek (deFile* file, deFilePosition base, deInt64 offset) in deFile_seek()
154 deInt64 deFile_getPosition (const deFile* file) in deFile_getPosition()
159 deInt64 deFile_getSize (const deFile* file) in deFile_getSize()
187 deFileResult deFile_read (deFile* file, void* buf, deInt64 bufSize, deInt64* numReadPtr) in deFile_read()
197 deFileResult deFile_write (deFile* file, const void* buf, deInt64 bufSize, deInt64* numWrittenPtr) in deFile_write()
230 deFile* file = (deFile*)deCalloc(sizeof(deFile)); in deFile_createFromHandle() local
294 void deFile_destroy (deFile* file) in deFile_destroy()
[all …]
/external/smali/smalidea/src/test/java/org/jf/smalidea/
DSmaliClassModifierListTest.java46 SmaliFile file = (SmaliFile)myFixture.addFileToProject("my/pkg/blah.smali", in testAllClassAccessFlags() local
80 SmaliFile file = (SmaliFile)myFixture.addFileToProject("my/pkg/blah.smali", in testNoClassAccessFlags() local
107 final SmaliFile file = (SmaliFile)myFixture.addFileToProject("my/pkg/blah.smali", in testAddClassAccessFlag() local
124 final SmaliFile file = (SmaliFile)myFixture.addFileToProject("my/pkg/blah.smali", in testRemoveClassAccessFlag() local
141 final SmaliFile file = (SmaliFile)myFixture.addFileToProject("my/pkg/blah.smali", in testBasicAnnotation() local
160 final SmaliFile file = (SmaliFile)myFixture.addFileToProject("my/pkg/blah.smali", in testNoAnnotation() local
177 final SmaliFile file = (SmaliFile)myFixture.addFileToProject("my/pkg/blah.smali", in testFindAnnotation() local
DSmaliMethodTest.java53 SmaliFile file = (SmaliFile)myFixture.addFileToProject("my/pkg/blah.smali", in testMethodRegisters() local
73 SmaliFile file = (SmaliFile)myFixture.addFileToProject("my/pkg/blah.smali", in testMethodRegisters2() local
93 SmaliFile file = (SmaliFile)myFixture.addFileToProject("my/pkg/blah.smali", text); in testStaticRegisterCount() local
132 SmaliFile file = (SmaliFile)myFixture.addFileToProject("my/pkg/blah.smali", text); in testMethodParams() local
176 SmaliFile file = (SmaliFile)myFixture.addFileToProject("my/pkg/blah.smali", text); in testVarArgsMethod() local
239 SmaliFile file = (SmaliFile)myFixture.addFileToProject("my/pkg/blah.smali", text); in testGetInstructions() local
259 SmaliFile file = (SmaliFile)myFixture.addFileToProject("my/pkg/blah.smali", text); in testGetSourcePositionForCodeOffset() local
282 SmaliFile file = (SmaliFile)myFixture.addFileToProject("my/pkg/blah.smali", text); in testThrowsList() local
300 SmaliFile file = (SmaliFile)myFixture.addFileToProject("my/pkg/blah.smali", text); in testPrimitiveReturnType() local
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/io/
DFileSystem.java106 Source source(File file) throws FileNotFoundException; in source()
112 Sink sink(File file) throws FileNotFoundException; in sink()
118 Sink appendingSink(File file) throws FileNotFoundException; in appendingSink()
121 void delete(File file) throws IOException; in delete()
124 boolean exists(File file) throws IOException; in exists()
127 long size(File file); in size()
/external/guice/extensions/persist/lib/
Djboss-archive-browsing.jar ... jboss/util/ org/jboss/util/file/ org/jboss/util/file/ArchiveBrowser ...
/external/e2fsprogs/lib/ext2fs/
Dfileio.c47 ext2_file_t file; in ext2fs_file_open2() local
99 ext2_filsys ext2fs_file_get_fs(ext2_file_t file) in ext2fs_file_get_fs()
109 struct ext2_inode *ext2fs_file_get_inode(ext2_file_t file) in ext2fs_file_get_inode()
117 ext2_ino_t ext2fs_file_get_inode_num(ext2_file_t file) in ext2fs_file_get_inode_num()
128 errcode_t ext2fs_file_flush(ext2_file_t file) in ext2fs_file_flush()
183 static errcode_t sync_buffer_position(ext2_file_t file) in sync_buffer_position()
208 static errcode_t load_buffer(ext2_file_t file, int dontfill) in load_buffer()
237 errcode_t ext2fs_file_close(ext2_file_t file) in ext2fs_file_close()
254 ext2fs_file_read_inline_data(ext2_file_t file, void *buf, in ext2fs_file_read_inline_data()
285 errcode_t ext2fs_file_read(ext2_file_t file, void *buf, in ext2fs_file_read()
[all …]
/external/libopus/silk/
DMacroDebug.h39 static OPUS_INLINE opus_int16 silk_ADD16_(opus_int16 a, opus_int16 b, char *file, int line){ in silk_ADD16_()
55 static OPUS_INLINE opus_int32 silk_ADD32_(opus_int32 a, opus_int32 b, char *file, int line){ in silk_ADD32_()
71 static OPUS_INLINE opus_int64 silk_ADD64_(opus_int64 a, opus_int64 b, char *file, int line){ in silk_ADD64_()
87 static OPUS_INLINE opus_int16 silk_SUB16_(opus_int16 a, opus_int16 b, char *file, int line){ in silk_SUB16_()
103 static OPUS_INLINE opus_int32 silk_SUB32_(opus_int32 a, opus_int32 b, char *file, int line){ in silk_SUB32_()
119 static OPUS_INLINE opus_int64 silk_SUB64_(opus_int64 a, opus_int64 b, char *file, int line){ in silk_SUB64_()
135 static OPUS_INLINE opus_int16 silk_ADD_SAT16_( opus_int16 a16, opus_int16 b16, char *file, int line… in silk_ADD_SAT16_()
150 static OPUS_INLINE opus_int32 silk_ADD_SAT32_(opus_int32 a32, opus_int32 b32, char *file, int line){ in silk_ADD_SAT32_()
167 static OPUS_INLINE opus_int64 silk_ADD_SAT64_( opus_int64 a64, opus_int64 b64, char *file, int line… in silk_ADD_SAT64_()
196 static OPUS_INLINE opus_int16 silk_SUB_SAT16_( opus_int16 a16, opus_int16 b16, char *file, int line… in silk_SUB_SAT16_()
[all …]
/external/syslinux/gpxe/src/core/
Dposix_io.c71 struct posix_file *file = in posix_file_free() local
89 static void posix_file_finished ( struct posix_file *file, int rc ) { in posix_file_finished()
102 struct posix_file *file = in posix_file_xfer_close() local
120 struct posix_file *file = in posix_file_xfer_deliver_iob() local
156 struct posix_file *file; in posix_fd_to_file() local
188 struct posix_file *file; in open() local
242 struct posix_file *file; in select() local
278 struct posix_file *file; in read_user() local
324 struct posix_file *file; in fsize() local
341 struct posix_file *file; in close() local
/external/python/cpython2/Tools/scripts/
Dxxci.py34 def getmtime(file): argument
60 def skipfile(file): argument
79 def badprefix(file): argument
84 def badsuffix(file): argument
98 def differing(file): argument
103 def showdiffs(file): argument
/external/libpng/contrib/tools/
Dpngfix.c832 struct file struct
838 const char * file_name; argument
839 const char * out_name; /* Name of output file (if required) */ argument
860 FILE * file; /* Original PNG file */ argument
861 FILE * out; /* If a new one is being written */
862 jmp_buf jmpbuf; /* Set while reading a PNG */
873 fpos_t data_pos; /* Position of first byte of chunk data */
874 png_uint_32 length; /* First word (length or signature start) */
875 png_uint_32 type; /* Second word (type or signature end) */
876 png_uint_32 crc; /* Running chunk CRC (used by read_chunk) */
[all …]
/external/bsdiff/
Dextents_file_unittest.cc61 ExtentsFile file(std::move(mock_file_ptr_), {}); in TEST_F() local
65 ExtentsFile file(std::move(mock_file_ptr_), {}); in TEST_F() local
71 ExtentsFile file(std::move(mock_file_ptr_), in TEST_F() local
79 ExtentsFile file(std::move(mock_file_ptr_), in TEST_F() local
110 ExtentsFile file(std::move(mock_file_ptr_), in TEST_F() local
131 ExtentsFile file(std::move(mock_file_ptr_), in TEST_F() local
157 ExtentsFile file(std::move(mock_file_ptr_), {ex_t{10, 1}, ex_t{20, 10}}); in TEST_F() local
173 ExtentsFile file(std::move(mock_file_ptr_), {ex_t{10, 1}, ex_t{20, 10}}); in TEST_F() local
187 ExtentsFile file(std::move(mock_file_ptr_), {ex_t{10, 1}, ex_t{20, 10}}); in TEST_F() local
195 ExtentsFile file(std::move(mock_file_ptr_), {ex_t{10, 1}, ex_t{20, 10}}); in TEST_F() local

12345678910>>...95