Home
last modified time | relevance | path

Searched refs:file (Results 5226 - 5250 of 7660) sorted by relevance

1...<<201202203204205206207208209210>>...307

/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
H A DDirectiveParser.cpp4 // found in the LICENSE file.
821 int line = 0, file = 0; in parseLine() local
850 // advanced to the first token of the file expression - this is the in parseLine()
854 expressionParser.parse(token, &file, true, errorSettings, &valid); in parseLine()
873 mTokenizer->setFileNumber(file); in parseLine()
/third_party/vk-gl-cts/external/openglcts/modules/runner/
H A DglcTestRunner.cpp9 * you may not use this file except in compliance with the License.
21 * \file
240 const string case_list_option = "--deqp-caselist-file="; in getCaseListFileOption()
591 void operator()(FILE* file) const in operator ()()
593 if (file) in operator ()()
594 fclose(file); in operator ()()
836 args.push_back(string("--deqp-waiver-file=") + m_waiverPath); in initSession()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
H A DDirectiveParser.cpp4 // you may not use this file except in compliance with the License.
852 int line = 0, file = 0; in parseLine() local
881 // advanced to the first token of the file expression - this is the in parseLine()
885 expressionParser.parse(token, &file, true, errorSettings, &valid); in parseLine()
904 mTokenizer->setFileNumber(file); in parseLine()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/gradle/wrapper/
H A Dgradle-wrapper.jar ... io.File rootDir private static java.io.File rootDir (java.io.File) java.io. ...
/third_party/skia/third_party/externals/oboe/apps/fxlab/gradle/wrapper/
H A Dgradle-wrapper.jar ... io.File rootDir private static java.io.File rootDir (java.io.File) java.io. ...
/third_party/skia/third_party/externals/oboe/tests/UnitTestRunner/gradle/wrapper/
H A Dgradle-wrapper.jar ... io.File rootDir private static java.io.File rootDir (java.io.File) java.io. ...
/third_party/toybox/toys/posix/
H A Dsed.c27 -i Edit each file in place (-iEXT keeps backup file with extension EXT)
48 line of each file, otherwise just the last line of the last file.) A single
52 each file can match. The second address can be +N to end N lines later.
129 r [file] Append contents of file to output before attempting to read
148 w [file] Write (append) line to file if match replaced
155 w [file] Writ
259 int file; sed_line() member
[all...]
/third_party/protobuf/python/google/protobuf/
H A Djson_format.py118 names as defined in the .proto file. If False, convert the field
158 names as defined in the .proto file. If False, convert the field
293 if field.file.syntax == 'proto3':
385 return message_descriptor.file.name == 'google/protobuf/wrappers.proto'
751 if field.file.syntax == 'proto3':
/third_party/python/Lib/test/
H A Dtest_tokenize.py1011 As per PEP 0263, if a file starts with a utf-8 BOM signature, the only
1012 allowed encoding for the comment is 'utf-8'. The text file used in
1276 print("# coding: %s" % encoding, file=fp)
1277 print("print('euro:\u20ac')", file=fp)
1284 print("print('euro:\u20ac')", file=fp)
1290 # When possible, include the file name in the exception.
1318 # Issue #23840: open() must close the binary file on error
1518 Test roundtrip for `untokenize`. `f` is an open file or a string.
1638 with self.subTest(file=testfile):
/third_party/python/Lib/
H A Dthreading.py1307 file=stderr, flush=True)
1309 file=stderr)
1353 file=stderr, flush=True)
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dstr_format_test.cc4 // you may not use this file except in compliance with the License.
252 // Helper class that creates a temporary file and exposes a FILE* to it.
253 // It will close the file on destruction.
259 std::FILE* file() const { return file_; } in file() function in absl::__anon19403::TempFile
261 // Read the file into a string.
282 FPrintF(tmp.file(), "STRING: %s NUMBER: %010d", std::string("ABC"), -19); in TEST_F()
310 dup2(fileno(tmp.file()), STDOUT_FILENO); in TEST_F()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArraySampling.cpp8 * you may not use this file except in compliance with the License.
20 * \file
25 * \file esextcTextureCubeMapArraySampling.cpp
5146 /** Get file name for given face
5203 std::fstream file; local
5208 file.open(file_name.c_str(), std::fstream::out | std::fstream::binary);
5210 file.write((const char*)&tga_id_length, sizeof(tga_id_length));
5211 file.write((const char*)&tga_color_map_type, sizeof(tga_color_map_type));
5212 file.write((const char*)&tga_image_type, sizeof(tga_image_type));
5213 file
[all...]
/third_party/musl/porting/linux/user/ldso/
H A Ddynlink.c342 LD_LOGE("init_namespace ini file parse failed!"); in init_namespace()
343 /* Init_default_namespace is required even if the ini file parsing fails */ in init_namespace()
351 /* sys_path needs to be parsed through ini file */ in init_namespace()
1593 /* use map_len to mmap correct space for the dso with file mapping */ in map_library()
1601 /* If the loaded file is not relocatable and the requested address is in map_library()
1866 /* Use ini file's system paths when Asan is not enabled */ in get_sys_path()
1870 /* Use ini file's asan system paths when the Asan is enabled in get_sys_path()
1949 /* Find loaded so by file stat */
2031 LD_LOGD("load_library is_accessible return true, open file fd:%{public}d .", fd); in load_library()
3049 /* Init all namespaces by config file in __dls3()
3308 dlopen_impl( const char *file, int mode, const char *namespace, const void *caller_addr, const dl_extinfo *extinfo) dlopen_impl() argument
3575 dlopen(const char *file, int mode) dlopen() argument
3633 dlopen_ns(Dl_namespace *dlns, const char *file, int mode) dlopen_ns() argument
3650 dlopen_ns_ext(Dl_namespace *dlns, const char *file, int mode, const dl_extinfo *extinfo) dlopen_ns_ext() argument
4499 dlopen_ext(const char *file, int mode, const dl_extinfo *extinfo) dlopen_ext() argument
[all...]
/third_party/gn/src/gn/
H A Dxcode_object.cc3 // found in the LICENSE file.
102 {"bdic", "file"},
132 {"storyboard", "file.storyboard"},
136 {"ttf", "file"},
142 {"xib", "file.xib"},
376 for (const auto& file : files_) { in Visit()
377 file->Visit(visitor); in Visit()
383 for (const auto& file : files_) { in Visit()
384 file->Visit(visitor); in Visit()
600 // Prevent same file referenc in AddSourceFile()
[all...]
/third_party/libsnd/src/
H A Dnms_adpcm.c1073 if (psf->file.mode == SFM_READ) in nms_adpcm_init()
1079 else if (psf->file.mode == SFM_WRITE) in nms_adpcm_init()
1111 if (psf->file.mode == SFM_WRITE) in nms_adpcm_close()
1134 if (mode != psf->file.mode) in nms_adpcm_seek()
H A Ddouble64.c103 if (psf->file.mode == SFM_READ || psf->file.mode == SFM_RDWR) in double64_init()
174 if (psf->file.mode == SFM_WRITE || psf->file.mode == SFM_RDWR) in double64_init()
H A Dalac.c119 switch (psf->file.mode) in alac_init()
134 psf_log_printf (psf, "%s : Bad psf->file.mode.\n", __func__) ; in alac_init()
171 if (psf->file.mode == SFM_WRITE) in alac_close()
226 if (psf->file.mode == SFM_READ) in alac_byterate()
314 if (psf->file.mode != SFM_WRITE) in alac_writer_init()
356 { psf_log_printf (psf, "Error : Failed to open temp file '%s' : \n", plac->enctmpname, strerror (errno)) ; in alac_writer_init()
H A Dfloat32.c100 if (psf->file.mode == SFM_READ || psf->file.mode == SFM_RDWR) in float32_init()
171 if (psf->file.mode == SFM_WRITE || psf->file.mode == SFM_RDWR) in float32_init()
/third_party/libunwind/libunwind/doc/
H A Dlibunwind.tex138 \Const{UNW\_LOCAL\_ONLY} is defined is a choice that each source-file
225 limitation is that a single source file (compilation unit) can include
226 at most one \Prog{libunwind} header file. In other words, the
309 an IA-64 program, the header file \File{libunwind-ia64.h} should be
/third_party/mesa3d/src/broadcom/compiler/
H A Dv3d_compiler.h122 enum qfile file; member
126 static inline struct qreg vir_reg(enum qfile file, uint32_t index) in vir_reg() argument
128 return (struct qreg){file, index}; in vir_reg()
167 /* If the instruction reads a uniform (other than through src[i].file
1199 return c->execute.file != QFILE_NULL;
/third_party/littlefs/scripts/
H A Dbench.py141 file=sys.stderr)
145 # create a BenchSuite object from a toml file
152 # load toml file and parse bench cases
221 file=sys.stderr)
254 file=sys.stderr)
268 file=sys.stderr)
300 # include bench_runner.h in every generated file
307 # note it's up to the specific generated file to declare
466 # new defines since we're in someone else's file
735 # need to rewrite the file
[all...]
/third_party/node/deps/v8/tools/
H A Dll_prof.py56 # -f: force output file overwrite
59 This will produce a binary trace file (perf.data) that %prog can analyse.
275 max_pages, code.name, code.origin), file=sys.stderr)
417 print("Warning: Not found %x" % old_start_address, file=sys.stderr)
588 """Perf (linux-2.6/tools/perf) trace file reader."""
597 print("Warning: unsupported trace header magic", file=sys.stderr)
601 "Trace data limit exceeds trace file size"
792 print("Warning: %s not found" % KERNEL_ALLSYMS_FILE, file=sys.stderr)
845 help="V8 log file name [default: %default]")
848 help="perf trace file nam
[all...]
/third_party/mesa3d/src/intel/perf/
H A Dintel_perf.c136 read_file_uint64(const char *file, uint64_t *val) in read_file_uint64() argument
141 fd = open(file, 0); in read_file_uint64()
158 const char *file, in read_sysfs_drm_device_file_uint64()
164 len = snprintf(buf, sizeof(buf), "%s/%s", perf->sysfs_dev_dir, file); in read_sysfs_drm_device_file_uint64()
157 read_sysfs_drm_device_file_uint64(struct intel_perf_config *perf, const char *file, uint64_t *value) read_sysfs_drm_device_file_uint64() argument
/third_party/mesa3d/src/mesa/program/
H A Dprog_to_nir.c41 * \file prog_to_nir.c
164 gl_register_file file = prog_src->RelAddr ? prog_src->File : in ptn_get_src() local
167 switch (file) { in ptn_get_src()
191 fprintf(stderr, "bad uniform src register file: %s (%d)\n", in ptn_get_src()
192 _mesa_register_file_name(file), file); in ptn_get_src()
198 fprintf(stderr, "unknown src register file: %s (%d)\n", in ptn_get_src()
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/
H A Dbuild-ideal-tree.js470 tree.package.dependencies[name] = `file:${real}`
532 // look up the names of file/directory/git specs
543 if (spec.type === 'file') {
544 spec = npa(`file:${relpath(path, spec.fetchSpec).replace(/#/g, '%23')}`, path)
549 spec = npa(`file:${relpath(path, real).replace(/#/g, '%23')}`, path)
702 The ${meta.type} file was created with an old version of npm,
727 !version || resolved.startsWith('file:')
801 // satisfied by whatever's in that file anyway.
1209 // get the intended spec and stored metadata from yarn.lock file,

Completed in 68 milliseconds

1...<<201202203204205206207208209210>>...307