Home
last modified time | relevance | path

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

12345678910>>...100

/third_party/protobuf/src/google/protobuf/
Ddescriptor_database_unittest.cc104 virtual bool AddToDatabase(const FileDescriptorProto& file) { in AddToDatabase()
122 virtual bool AddToDatabase(const FileDescriptorProto& file) { in AddToDatabase()
143 virtual bool AddToDatabase(const FileDescriptorProto& file) { in AddToDatabase()
187 FileDescriptorProto file; in TEST_P() local
194 FileDescriptorProto file; in TEST_P() local
202 FileDescriptorProto file; in TEST_P() local
231 FileDescriptorProto file; in TEST_P() local
238 FileDescriptorProto file; in TEST_P() local
249 FileDescriptorProto file; in TEST_P() local
256 FileDescriptorProto file; in TEST_P() local
[all …]
/third_party/node/test/sequential/
Dtest-watch-mode.mjs17 function restart(file, content = readFileSync(file)) { argument
32 file, watchedFile, args = [file], completed = 'Completed running', restarts = 2 property
67 async function failWriteSucceed({ file, watchedFile }) { property
91 const file = createTmpFile(); constant
92 const { stderr, stdout } = await runWriteSucceed({ file, watchedFile: file }); property
105 const file = createTmpFile('throw new Error("fails");'); constant
106 …const { stderr, stdout } = await runWriteSucceed({ file, watchedFile: file, completed: 'Failed run… property
121 const file = createTmpFile(); constant
124 const { stderr, stdout } = await runWriteSucceed({ file, watchedFile, args }); property
142 const file = path.join(dir, 'non-existing.js'); constant
[all …]
/third_party/python/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 …]
/third_party/node/test/parallel/
Dtest-module-nodemodulepaths.js30 file: 'C:\\Users\\hefangshi\\AppData\\Roaming\ property
45 file: 'C:\\Users\\Rocko Artischocko\\node_stuff\\foo', property
54 file: 'C:\\Users\\Rocko Artischocko\\node_stuff\\foo_node_modules', property
64 file: 'C:\\node_modules', property
69 file: 'C:\\', property
75 file: '/usr/lib/node_modules/npm/node_modules/\ property
89 file: '/usr/test/lib/node_modules/npm/foo', property
99 file: '/usr/test/lib/node_modules/npm/foo_node_modules', property
109 file: '/node_modules', property
114 file: '/', property
Dtest-filehandle-readablestream.js19 const file = await open(__filename); constant
36 const file = await open(__filename); constant
47 const file = await open(__filename); constant
58 const file = await open(__filename); constant
68 const file = await open(__filename); constant
78 const file = await open(__filename); constant
92 const file = await open(__filename); constant
120 const file = await open(__filename); constant
131 const file = await open(__filename); constant
142 const file = await open(__filename); constant
[all …]
Dtest-file.js33 const file = new File([], ''); constant
49 const file = new File([], 'dummy.txt.exe'); constant
80 const file = new File([], '', { lastModified }); constant
86 const file = new File([], '', { lastModified: undefined }); constant
124 const file = new File([], ''); constant
132 const file = new File([], '', new MyClass()); constant
/third_party/ltp/lib/
Dtst_safe_macros.c22 int safe_setpgid(const char *file, const int lineno, pid_t pid, pid_t pgid) in safe_setpgid()
40 pid_t safe_getpgid(const char *file, const int lineno, pid_t pid) in safe_getpgid()
57 int safe_setgroups(const char *file, const int lineno, size_t size, const gid_t *list) in safe_setgroups()
75 int safe_getgroups(const char *file, const int lineno, int size, gid_t list[]) in safe_getgroups()
110 int safe_setregid(const char *file, const int lineno, in safe_setregid()
129 int safe_setreuid(const char *file, const int lineno, in safe_setreuid()
148 int safe_setresgid(const char *file, const int lineno, in safe_setresgid()
168 int safe_setresuid(const char *file, const int lineno, in safe_setresuid()
188 int safe_sigaction(const char *file, const int lineno, in safe_sigaction()
209 int safe_sigaddset(const char *file, const int lineno, in safe_sigaddset()
[all …]
Dsafe_macros.c27 char *safe_basename(const char *file, const int lineno, in safe_basename()
43 safe_chdir(const char *file, const int lineno, void (*cleanup_fn) (void), in safe_chdir()
62 safe_close(const char *file, const int lineno, void (*cleanup_fn) (void), in safe_close()
81 safe_creat(const char *file, const int lineno, void (*cleanup_fn) (void), in safe_creat()
100 char *safe_dirname(const char *file, const int lineno, in safe_dirname()
115 char *safe_getcwd(const char *file, const int lineno, void (*cleanup_fn) (void), in safe_getcwd()
130 struct passwd *safe_getpwnam(const char *file, const int lineno, in safe_getpwnam()
146 safe_getrusage(const char *file, const int lineno, void (*cleanup_fn) (void), in safe_getrusage()
165 void *safe_malloc(const char *file, const int lineno, void (*cleanup_fn) (void), in safe_malloc()
180 int safe_mkdir(const char *file, const int lineno, void (*cleanup_fn) (void), in safe_mkdir()
[all …]
/third_party/unity/test/spec/
Dgenerate_module_existing_file_spec.rb5 def touch_src(file) argument
9 def touch_test(file) argument
13 def create_src_with_known_content(file) argument
17 def create_test_with_known_content(file) argument
21 def expect_src_content_didnt_change(file) argument
25 def expect_test_content_didnt_change(file) argument
29 def expect_src_file_to_exist(file) argument
33 def expect_test_file_to_exist(file) argument
/third_party/cJSON/tests/unity/test/spec/
Dgenerate_module_existing_file_spec.rb5 def touch_src(file) argument
9 def touch_test(file) argument
13 def create_src_with_known_content(file) argument
17 def create_test_with_known_content(file) argument
21 def expect_src_content_didnt_change(file) argument
25 def expect_test_content_didnt_change(file) argument
29 def expect_src_file_to_exist(file) argument
33 def expect_test_file_to_exist(file) argument
/third_party/pulseaudio/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 …]
/third_party/skia/third_party/externals/tint/tools/src/cmd/trim-includes/
Dmain.go170 type file struct { struct
171 path string
172 lines []string
186 func (f *file) includesLineNumbers() []int {
211 func (f *file) save(lines map[int]bool) error {
223 func (f *file) format() error {
232 func (f *file) stage() error {
/third_party/typescript/tests/baselines/reference/tsc/incremental/
DnoEmit-changes-composite-discrepancies.js60 "file": "./src/nochangefilewithemitspecificerror.ts", property
135 "file": "./src/nochangefilewithemitspecificerror.ts", property
209 "file": "./src/nochangefilewithemitspecificerror.ts", property
284 "file": "./src/nochangefilewithemitspecificerror.ts", property
354 "file": "./src/directuse.ts", property
362 "file": "./src/class.ts", property
378 "file": "./src/indirectuse.ts", property
386 "file": "./src/class.ts", property
402 "file": "./src/nochangefilewithemitspecificerror.ts", property
473 "file": "./src/directuse.ts", property
[all …]
/third_party/NuttX/fs/vfs/include/
Dfile.h91 struct file struct
93 unsigned int f_magicnum; /* file magic number. -- to be deleted */ argument
99 void *f_priv; /* Per file driver private data */ argument
101 struct page_mapping *f_mapping; /* mapping file to memory */ argument
103 const struct file_operations_vfs *ops; argument
107 /* This defines a list of files indexed by the file descriptor */ argument
/third_party/vk-gl-cts/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 …]
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstsparsefile.c40 #define FSEEK_FILE(file,offset) (fseeko (file, (off_t) offset, SEEK_SET) != 0) argument
42 #define FSEEK_FILE(file,offset) (lseek (fileno (file), (off_t) offset, SEEK_SET) == (off_t) -1) argument
44 #define FSEEK_FILE(file,offset) (fseek (file, offset, SEEK_SET) != 0) argument
68 FILE *file; member
80 get_write_range (GstSparseFile * file, gsize offset) in get_write_range()
120 get_read_range (GstSparseFile * file, gsize offset, gsize count) in get_read_range()
173 gst_sparse_file_set_fd (GstSparseFile * file, gint fd) in gst_sparse_file_set_fd()
191 gst_sparse_file_clear (GstSparseFile * file) in gst_sparse_file_clear()
211 gst_sparse_file_free (GstSparseFile * file) in gst_sparse_file_free()
242 gst_sparse_file_write (GstSparseFile * file, gsize offset, gconstpointer data, in gst_sparse_file_write()
[all …]
/third_party/typescript/tests/cases/fourslash/
DcodeFixUseDefaultImport.ts24 for (const file of ["/b.ts", "/c.ts"]) { constant
25 goTo.file(file); constant
41 for (const file of ["/d.ts", "/e.ts"]) { constant
42 goTo.file(file); constant
/third_party/libwebsockets/win32port/zlib/
Dgzlib.c228 int ZEXPORT gzbuffer(file, size) in gzbuffer() argument
253 int ZEXPORT gzrewind(file) in gzrewind() argument
275 z_off64_t ZEXPORT gzseek64(file, offset, whence) in gzseek64() argument
351 z_off_t ZEXPORT gzseek(file, offset, whence) in gzseek() argument
363 z_off64_t ZEXPORT gztell64(file) in gztell64() argument
380 z_off_t ZEXPORT gztell(file) in gztell() argument
390 z_off64_t ZEXPORT gzoffset64(file) in gzoffset64() argument
413 z_off_t ZEXPORT gzoffset(file) in gzoffset() argument
423 int ZEXPORT gzeof(file) in gzeof() argument
441 const char * ZEXPORT gzerror(file, errnum) in gzerror() argument
[all …]
/third_party/node/deps/npm/node_modules/read-package-json/lib/
Dread-json.js30 function readJson (file, log_, strict_, cb_) { argument
48 function readJson_ (file, log, strict, cb) { argument
84 function parseJson (file, er, d, log, strict, cb) { argument
123 function extrasCached (file, d, data, log, strict, cb) { argument
132 function indexjs (file, er, log, strict, cb) { argument
157 function extras (file, data, log_, strict_, cb_) { argument
193 function scriptpath (file, data, cb) { argument
215 function gypfile (file, data, cb) { argument
230 function gypfile_ (file, data, files, cb) { argument
241 function serverjs (file, data, cb) { argument
[all …]
/third_party/node/lib/internal/test_runner/
Dtests_stream.js32 fail(nesting, file, testNumber, name, details, directive) { argument
36 ok(nesting, file, testNumber, name, details, directive) { argument
40 plan(nesting, file, count) { argument
52 enqueue(nesting, file, name) { argument
56 dequeue(nesting, file, name) { argument
60 start(nesting, file, name) { argument
64 diagnostic(nesting, file, message) { argument
68 stderr(file, message) { argument
72 stdout(file, message) { argument
76 coverage(nesting, file, summary) { argument
/third_party/lwip/src/apps/http/
Dfs.c57 fs_open(struct fs_file *file, const char *name) in fs_open()
96 fs_close(struct fs_file *file) in fs_close()
112 fs_read_async(struct fs_file *file, char *buffer, int count, fs_wait_cb callback_fn, void *callback… in fs_read_async()
150 fs_is_file_ready(struct fs_file *file, fs_wait_cb callback_fn, void *callback_arg) in fs_is_file_ready()
171 fs_bytes_left(struct fs_file *file) in fs_bytes_left()
/third_party/zlib/
Dgzlib.c320 int ZEXPORT gzbuffer(file, size) in gzbuffer() argument
347 int ZEXPORT gzrewind(file) in gzrewind() argument
370 z_off64_t ZEXPORT gzseek64(file, offset, whence) in gzseek64() argument
447 z_off_t ZEXPORT gzseek(file, offset, whence) in gzseek() argument
459 z_off64_t ZEXPORT gztell64(file) in gztell64() argument
476 z_off_t ZEXPORT gztell(file) in gztell() argument
486 z_off64_t ZEXPORT gzoffset64(file) in gzoffset64() argument
509 z_off_t ZEXPORT gzoffset(file) in gzoffset() argument
519 int ZEXPORT gzeof(file) in gzeof() argument
536 const char * ZEXPORT gzerror(file, errnum) in gzerror() argument
[all …]
/third_party/skia/third_party/externals/zlib/
Dgzlib.c316 int ZEXPORT gzbuffer(file, size) in gzbuffer() argument
343 int ZEXPORT gzrewind(file) in gzrewind() argument
366 z_off64_t ZEXPORT gzseek64(file, offset, whence) in gzseek64() argument
443 z_off_t ZEXPORT gzseek(file, offset, whence) in gzseek() argument
455 z_off64_t ZEXPORT gztell64(file) in gztell64() argument
472 z_off_t ZEXPORT gztell(file) in gztell() argument
482 z_off64_t ZEXPORT gzoffset64(file) in gzoffset64() argument
505 z_off_t ZEXPORT gzoffset(file) in gzoffset() argument
515 int ZEXPORT gzeof(file) in gzeof() argument
532 const char * ZEXPORT gzerror(file, errnum) in gzerror() argument
[all …]
/third_party/node/deps/v8/third_party/zlib/
Dgzlib.c316 int ZEXPORT gzbuffer(file, size) in gzbuffer() argument
343 int ZEXPORT gzrewind(file) in gzrewind() argument
366 z_off64_t ZEXPORT gzseek64(file, offset, whence) in gzseek64() argument
443 z_off_t ZEXPORT gzseek(file, offset, whence) in gzseek() argument
455 z_off64_t ZEXPORT gztell64(file) in gztell64() argument
472 z_off_t ZEXPORT gztell(file) in gztell() argument
482 z_off64_t ZEXPORT gzoffset64(file) in gzoffset64() argument
505 z_off_t ZEXPORT gzoffset(file) in gzoffset() argument
515 int ZEXPORT gzeof(file) in gzeof() argument
532 const char * ZEXPORT gzerror(file, errnum) in gzerror() argument
[all …]
/third_party/skia/third_party/externals/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 …]

12345678910>>...100