Home
last modified time | relevance | path

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

12345678910>>...98

/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.mjs18 function restart(file, content = readFileSync(file)) { argument
33 file, watchedFile, args = [file], completed = 'Completed running', restarts = 2 property
68 async function failWriteSucceed({ file, watchedFile }) { property
92 const file = createTmpFile(); constant
93 const { stderr, stdout } = await runWriteSucceed({ file, watchedFile: file }); property
106 const file = createTmpFile('throw new Error("fails");'); constant
107 …const { stderr, stdout } = await runWriteSucceed({ file, watchedFile: file, completed: 'Failed run… property
122 const file = createTmpFile(); constant
125 const { stderr, stdout } = await runWriteSucceed({ file, watchedFile, args }); property
143 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/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/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/ltp/lib/
Dtst_safe_macros.c23 int safe_access(const char *file, const int lineno, in safe_access()
42 int safe_setpgid(const char *file, const int lineno, pid_t pid, pid_t pgid) in safe_setpgid()
60 pid_t safe_getpgid(const char *file, const int lineno, pid_t pid) in safe_getpgid()
77 int safe_setgroups(const char *file, const int lineno, size_t size, const gid_t *list) in safe_setgroups()
95 int safe_getgroups(const char *file, const int lineno, int size, gid_t list[]) in safe_getgroups()
130 int safe_pidfd_open(const char *file, const int lineno, pid_t pid, in safe_pidfd_open()
149 int safe_setregid(const char *file, const int lineno, in safe_setregid()
168 int safe_setreuid(const char *file, const int lineno, in safe_setreuid()
187 int safe_setresgid(const char *file, const int lineno, in safe_setresgid()
207 int safe_setresuid(const char *file, const int lineno, in safe_setresuid()
[all …]
Dsafe_pthread.c12 int safe_pthread_create(const char *file, const int lineno, in safe_pthread_create()
29 int safe_pthread_join(const char *file, const int lineno, in safe_pthread_join()
45 int safe_pthread_barrier_wait(const char *file, const int lineno, in safe_pthread_barrier_wait()
61 int safe_pthread_barrier_destroy(const char *file, const int lineno, in safe_pthread_barrier_destroy()
77 int safe_pthread_cancel(const char *file, const int lineno, in safe_pthread_cancel()
92 int safe_pthread_barrier_init(const char *file, const int lineno, in safe_pthread_barrier_init()
110 int safe_pthread_mutexattr_init(const char *file, const int lineno, in safe_pthread_mutexattr_init()
126 int safe_pthread_mutexattr_destroy(const char *file, const int lineno, in safe_pthread_mutexattr_destroy()
142 int safe_pthread_mutexattr_settype(const char *file, const int lineno, in safe_pthread_mutexattr_settype()
158 int safe_pthread_mutex_init(const char *file, const int lineno, in safe_pthread_mutex_init()
[all …]
Dsafe_macros.c28 char *safe_basename(const char *file, const int lineno, in safe_basename()
44 safe_chdir(const char *file, const int lineno, void (*cleanup_fn) (void), in safe_chdir()
63 safe_close(const char *file, const int lineno, void (*cleanup_fn) (void), in safe_close()
82 safe_creat(const char *file, const int lineno, void (*cleanup_fn) (void), in safe_creat()
101 char *safe_dirname(const char *file, const int lineno, in safe_dirname()
116 char *safe_getcwd(const char *file, const int lineno, void (*cleanup_fn) (void), in safe_getcwd()
131 struct passwd *safe_getpwnam(const char *file, const int lineno, in safe_getpwnam()
147 safe_getrusage(const char *file, const int lineno, void (*cleanup_fn) (void), in safe_getrusage()
166 void *safe_malloc(const char *file, const int lineno, void (*cleanup_fn) (void), in safe_malloc()
181 int safe_mkdir(const char *file, const int lineno, void (*cleanup_fn) (void), in safe_mkdir()
[all …]
/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/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/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.c302 int ZEXPORT gzbuffer(gzFile file, unsigned size) { in gzbuffer()
326 int ZEXPORT gzrewind(gzFile file) { in gzrewind()
347 z_off64_t ZEXPORT gzseek64(gzFile file, z_off64_t offset, int whence) in gzseek64()
421 z_off_t ZEXPORT gzseek(gzFile file, z_off_t offset, int whence) in gzseek()
430 z_off64_t ZEXPORT gztell64(gzFile file) in gztell64()
446 z_off_t ZEXPORT gztell(gzFile file) in gztell()
455 z_off64_t ZEXPORT gzoffset64(gzFile file) in gzoffset64()
477 z_off_t ZEXPORT gzoffset(gzFile file) in gzoffset()
486 int ZEXPORT gzeof(gzFile file) { in gzeof()
501 const char * ZEXPORT gzerror(gzFile file, int *errnum) { in gzerror()
[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 …]
/third_party/openssl/test/testutil/
Dtests.c26 void test_fail_message_prefix(const char *prefix, const char *file, in test_fail_message_prefix()
75 static void test_fail_message_va(const char *prefix, const char *file, in test_fail_message_va()
88 static void test_fail_message(const char *prefix, const char *file, in test_fail_message()
109 void test_info(const char *file, int line, const char *desc, ...) in test_info()
128 void test_error(const char *file, int line, const char *desc, ...) in test_error()
161 int test_skip(const char *file, int line, const char *desc, ...) in test_skip()
244 int test_ptr_null(const char *file, int line, const char *s, const void *p) in test_ptr_null()
252 int test_ptr(const char *file, int line, const char *s, const void *p) in test_ptr()
260 int test_true(const char *file, int line, const char *s, int b) in test_true()
268 int test_false(const char *file, int line, const char *s, int b) in test_false()
[all …]

12345678910>>...98