| /third_party/mesa3d/src/intel/compiler/ |
| H A D | brw_fs_visitor.cpp | 24 /** @file brw_fs_visitor.cpp 26 * This file supports generating the FS LIR from the GLSL IR. The LIR 696 (sample_mask.file == BAD_FILE || devinfo->ver == 6)); in emit_fb_writes() 700 if (this->outputs[target].file == BAD_FILE) in emit_fb_writes() 715 prog_data->dual_src_blend = (this->dual_src_output.file != BAD_FILE && in emit_fb_writes() 716 this->outputs[0].file != BAD_FILE); in emit_fb_writes() 803 if (gs_vertex_count.file == IMM) { in emit_urb_writes() 823 outputs[vue_map->slot_to_varying[last_slot]].file == BAD_FILE)) { in emit_urb_writes() 847 this->outputs[VARYING_SLOT_PRIMITIVE_SHADING_RATE].file != BAD_FILE) { in emit_urb_writes() 889 this->outputs[varying].file in emit_urb_writes() [all...] |
| /third_party/node/deps/v8/src/objects/ |
| H A D | map-updater.cc | 3 // found in the LICENSE file. 46 Isolate* isolate, Handle<Map> map, FILE* file, const char* reason, in PrintGeneralization() 53 OFStream os(file); in PrintGeneralization() 57 String::cast(name).PrintOn(file); in PrintGeneralization() 86 JavaScriptFrame::PrintTop(isolate, file, false, true); in PrintGeneralization() 1068 void PrintReconfiguration(Isolate* isolate, Handle<Map> map, FILE* file, in PrintReconfiguration() argument 1071 OFStream os(file); in PrintReconfiguration() 1075 String::cast(name).PrintOn(file); in PrintReconfiguration() 1082 JavaScriptFrame::PrintTop(isolate, file, false, true); in PrintReconfiguration() 45 PrintGeneralization( Isolate* isolate, Handle<Map> map, FILE* file, const char* reason, InternalIndex modify_index, int split, int descriptors, bool descriptor_to_field, Representation old_representation, Representation new_representation, PropertyConstness old_constness, PropertyConstness new_constness, MaybeHandle<FieldType> old_field_type, MaybeHandle<Object> old_value, MaybeHandle<FieldType> new_field_type, MaybeHandle<Object> new_value) PrintGeneralization() argument
|
| /third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
| H A D | radeon_optimize.c | 71 rc_register_file file = src->File; in copy_propagate_scan_read() local 85 if (file == RC_FILE_ADDRESS) { in copy_propagate_scan_read() 90 /* These instructions cannot read from the constants file. in copy_propagate_scan_read() 128 rc_register_file file, in is_src_clobbered_scan_write() 134 sc_data.File = file; in is_src_clobbered_scan_write() 659 * function only works if the register's file is RC_FILE_NONE */ in peephole_add_presub_inv() 695 rc_register_file file, in omod_filter_reader_cb() 700 if (rc_src_reads_dst_mask(file, mask, index, in omod_filter_reader_cb() 710 rc_register_file file, in omod_filter_writer_cb() 715 if (file in omod_filter_writer_cb() 125 is_src_clobbered_scan_write( void * data, struct rc_instruction * inst, rc_register_file file, unsigned int index, unsigned int mask) is_src_clobbered_scan_write() argument 692 omod_filter_reader_cb( void * userdata, struct rc_instruction * inst, rc_register_file file, unsigned int index, unsigned int mask) omod_filter_reader_cb() argument 707 omod_filter_writer_cb( void * userdata, struct rc_instruction * inst, rc_register_file file, unsigned int index, unsigned int mask) omod_filter_writer_cb() argument [all...] |
| /third_party/skia/third_party/externals/tint/tools/src/cmd/get-test-plan/ |
| H A D | main.go | 4 // you may not use this file except in compliance with the License. 20 // ./tools/get-test-plan --spec=<path-to-spec-file-or-url> --output=<path-to-output-file> 22 // cd tools/src && go run cmd/get-spec-rules/main.go --output=<path-to-output-file> 91 fmt.Fprintf(out, "spec is an optional local file or a URL to the WGSL specification.\n") 125 `if file extension is 'txt' the output format will be a human readable text 126 if file extension is 'tsv' the output format will be a tab separated file 127 if file extension is 'json' the output format will be json 159 // write concatenated rules to file [all...] |
| /foundation/ability/form_fwk/test/mock/include/ |
| H A D | mock_single_kv_store.h | 4 * you may not use this file except in compliance with the License. 195 DistributedKv::Status Backup(const std::string &file, const std::string &baseDir) override 200 DistributedKv::Status Restore(const std::string &file, const std::string &baseDir) override
|
| /foundation/arkui/ace_engine/test/component_test/tools/previewer_host/ |
| H A D | main.js | 4 * you may not use this file except in compliance with the License. 20 const { readDir, deleteDir, renameDir } = require("./utils/file.js"); 98 .then((file, err) => { 102 if (file.length > 0) {
|
| /foundation/graphic/graphic_2d/rosen/modules/platform/utils/ |
| H A D | directory_ex.cpp | 4 * you may not use this file except in compliance with the License. 225 for (auto& file : files) { in GetFolderSize() 226 if (stat(file.c_str(), &statbuf) == 0) { in GetFolderSize()
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
| H A D | rs_profiler_archive.h | 4 * you may not use this file except in compliance with the License. 150 explicit FileArchive(FILE* file) : Archive(Reader), file_(file), external_(true) {} in FileArchive() argument
|
| /foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/ |
| H A D | gl_utils.cpp | 4 * you may not use this file except in compliance with the License.
109 void GLUtils::CheckError(const char *file, int line)
in CheckError() argument 113 EFFECT_LOGE("GL Error: 0x%{public}x, [%{public}s : %{public}d]", status, file, line);
in CheckError()
|
| /foundation/multimodalinput/input/service/libinput_adapter/test/ |
| H A D | hotplug_detector_test.cpp | 4 * you may not use this file except in compliance with the License. 88 std::ifstream file{ path }; in Exists() 89 return file.good(); in Exists()
|
| /foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/include/ |
| H A D | single_store_impl.h | 4 * you may not use this file except in compliance with the License. 66 Status Backup(const std::string &file, const std::string &baseDir) override; 67 Status Restore(const std::string &file, const std::string &baseDir) override;
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/security/ |
| H A D | security.cpp | 4 * you may not use this file except in compliance with the License. 163 bool Security::IsExits(const std::string &file) const in IsExits() 165 return access(file.c_str(), F_OK) == 0; in IsExits() 211 ZLOGE("option:%{public}d file:%{public}s not exits", option.securityLabel, filePath.c_str()); in SetFileSecurityOption() 230 ZLOGE("failed! error:%{public}d current:%{public}s label:%{public}s file:%{public}s", error, current.c_str(), in SetFileSecurityOption()
|
| /test/testfwk/developer_test/src/core/ |
| H A D | utils.py | 7 # you may not use this file except in compliance with the License.
27 def get_filename_extension(file):
28 _, fullname = os.path.split(file)
|
| /third_party/elfutils/tests/ |
| H A D | addsections.c | 3 This file is part of elfutils. 5 This file is free software; you can redistribute it and/or modify 80 fprintf (stderr, "Couldn't open file '%s': %s\n", in add_sections() 88 fprintf (stderr, "Couldn't open ELF file '%s': %s\n", in add_sections() 305 /* Takes the given file, and adds the given number of sections. in main() 309 fprintf (stderr, "addsections [--mmap] nr elf.file [sec_size]\n"); in main() 322 const char *file = argv[argn++]; in main() local 328 add_sections (file, nr, use_mmap, sec_size); in main()
|
| /third_party/curl/tests/ |
| H A D | memanalyze.pl | 11 # This software is licensed as described in the file COPYING, which 17 # furnished to do so, under the terms of the COPYING file. 73 my $file = $ARGV[0]; 75 if(! -f $file) { 76 print "Usage: memanalyze.pl [options] <dump file>\n", 84 open(my $fileh, "<", "$file"); 396 print "Open file descriptor created at ".$getfile{$_}."\n";
|
| /third_party/alsa-lib/src/ |
| H A D | input.c | 2 * \file input.c 102 * \return The character read, or \c EOF on end of file or error. 174 * Reading begins at the current file position. 202 * \brief Creates a new input object reading from a file. 205 * \param file The name of the file to read from. 209 int snd_input_stdio_open(snd_input_t **inputp, const char *file, const char *mode) in snd_input_stdio_open() argument 212 FILE *fp = fopen(file, mode); in snd_input_stdio_open()
|
| /third_party/backends/backend/ |
| H A D | hp5400_sanei.c | 10 This file is part of the SANE package. 35 the executable file might be covered by the GNU General Public 256 hp5400_bulk_read (int iHandle, size_t len, int block, FILE * file) in hp5400_bulk_read() argument 288 fwrite (buffer, (len < res) ? len : res, 1, file); in hp5400_bulk_read()
|
| /third_party/gn/src/gn/ |
| H A D | setup_unittest.cc | 3 // found in the LICENSE file. 19 static void WriteFile(const base::FilePath& file, const std::string& data) { in WriteFile() argument 21 base::WriteFile(file, data.data(), data.size())); in WriteFile() 27 // Create a temp directory containing a .gn file and a BUILDCONFIG.gn file, in TEST_F() 41 // Run setup and check that the .gn file is in the scheduler's gen deps. in TEST_F() 58 // Create a temp directory containing a .gn file and a BUILDCONFIG.gn file, in TEST_F() 73 // Run setup and check that the .gn file is in the scheduler's gen deps. in TEST_F() 89 // Create a temp directory containing a .gn file an in TEST_F() [all...] |
| /third_party/gn/src/util/test/ |
| H A D | test.h | 3 // found in the LICENSE file. 70 AssertHelper(const char* file, int line, const TestResult& test_result) in AssertHelper() argument 71 : file_(file), line_(line), error_(test_result.error()) {} in AssertHelper()
|
| /third_party/icu/icu4c/source/common/ |
| H A D | dictionarydata.cpp | 38 udata_close(file); in ~UCharsDictionaryMatcher() 90 udata_close(file); in ~BytesDictionaryMatcher()
|
| /third_party/icu/tools/multi/c/ |
| H A D | Makefile | 89 @for file in $(OBJECTS); \ 91 what=`basename $$file .o` ; \
|
| /third_party/icu/icu4j/perf-tests/ |
| H A D | perftests.pl | 203 # Run ICU Test for this (locale, data file) pair. 205 $iStrCol = `java -classpath $CLASSPATH com.ibm.icu.dev.test.perf.CollationPerformanceTest -terse -file data/collation/$data -locale $locale -loop 1000 -binsearch`; 206 print "java -classpath $CLASSPATH com.ibm.icu.dev.test.perf.CollationPerformanceTest -terse -file data/collation/$data -locale $locale -loop 1000 -binsearch\n"; 208 doKeyTimes("java -classpath $CLASSPATH com.ibm.icu.dev.test.perf.CollationPerformanceTest -terse -file data/collation/$data -locale $locale -loop 1000 -keygen", 212 # Run Windows test for this (locale, data file) pair. Only do if 217 my $wStrCol = `java -classpath $CLASSPATH com.ibm.icu.dev.test.perf.CollationPerformanceTest -terse -file data/collation/$data -locale $locale -loop 1000 -binsearch -java`; 219 doKeyTimes("java -classpath $CLASSPATH com.ibm.icu.dev.test.perf.CollationPerformanceTest -terse -file data/collation/$data -locale $locale -loop 1000 -keygen -java",
|
| /third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/ |
| H A D | TestUtil.java | 30 * Return an input stream on the data file at path 'name' rooted at the data path 50 * Return a buffered reader on the data file at path 'name' rooted at the data path. 62 * Return a buffered reader on the data file at path 'name' rooted at the data path, 215 File file = new File(dir + filename); in openReader() 218 new FileInputStream(file), in openReader()
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/ |
| H A D | TestUtil.java | 31 * Return an input stream on the data file at path 'name' rooted at the data path 51 * Return a buffered reader on the data file at path 'name' rooted at the data path. 63 * Return a buffered reader on the data file at path 'name' rooted at the data path, 216 File file = new File(dir + filename); in openReader() 219 new FileInputStream(file), in openReader()
|
| /third_party/mbedtls/programs/ssl/ |
| H A D | dtls_server.c | 67 const char *file, int line, in my_debug() 72 mbedtls_fprintf((FILE *) ctx, "%s:%04d: %s", file, line, str); in my_debug() 66 my_debug(void *ctx, int level, const char *file, int line, const char *str) my_debug() argument
|