Home
last modified time | relevance | path

Searched refs:file (Results 4601 - 4625 of 8833) sorted by relevance

1...<<181182183184185186187188189190>>...354

/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
H A Dmutex_test.cc4 // you may not use this file except in compliance with the License.
1064 // Bazel has a test "warning" file that programs can write to if the
1066 // file until it goes out of scope.
1071 char file[MAX_PATH]; in ScopedDisableBazelTestWarnings() local
1072 if (GetEnvironmentVariableA(kVarName, file, sizeof(file)) < sizeof(file)) { in ScopedDisableBazelTestWarnings()
1073 warnings_output_file_ = file; in ScopedDisableBazelTestWarnings()
1077 const char *file = getenv(kVarName); in ScopedDisableBazelTestWarnings()
1078 if (file ! in ScopedDisableBazelTestWarnings()
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/drm/rockchip/ebc-dev/
H A Debc_dev_v8.S9 .file "ebc_dev.c"
25 .file 1 "drivers/gpu/drm/rockchip/ebc-dev/ebc_dev.c"
516 .file 2 "./include/linux/device.h"
525 .file 3 "drivers/gpu/drm/rockchip/ebc-dev/pmic/ebc_pmic.h"
579 .file 4 "./include/linux/wakelock.h"
771 .file 5 "./arch/arm64/include/asm/current.h"
781 .file 6 "./arch/arm64/include/asm/uaccess.h"
792 .file 7 "./include/asm-generic/bitops/non-atomic.h"
829 .file 8 "./include/linux/uaccess.h"
837 .file
[all...]
/third_party/node/deps/v8/src/d8/
H A Dd8.cc3 // found in the LICENSE file.
115 // These file descriptors are being opened when Fuzzilli uses fork & execve to
117 #define REPRL_CRFD 100 // Control read file decriptor
118 #define REPRL_CWFD 101 // Control write file decriptor
119 #define REPRL_DRFD 102 // Data read file decriptor
120 #define REPRL_DWFD 103 // Data write file decriptor
448 std::unique_ptr<base::OS::MemoryMappedFile> file) in ExternalOwningOneByteStringResource()
449 : file_(std::move(file)) {} in ExternalOwningOneByteStringResource()
1372 // Shell::ReportException, because some errors (such as file errors) are in ExecuteModule()
1444 isolate->ThrowError("Could not read the web snapshot file"); in ExecuteWebSnapshot()
447 ExternalOwningOneByteStringResource( std::unique_ptr<base::OS::MemoryMappedFile> file) ExternalOwningOneByteStringResource() argument
2261 WriteToFile(FILE* file, const v8::FunctionCallbackInfo<v8::Value>& args) WriteToFile() argument
2291 WriteAndFlush(FILE* file, const v8::FunctionCallbackInfo<v8::Value>& args) WriteAndFlush() argument
3397 WriteLcovData(v8::Isolate* isolate, const char* file) WriteLcovData() argument
3613 FILE* file = base::OS::FOpen(name, "rb"); ReadChars() local
3717 FILE* file = base::Fopen(name, "w"); WriteChars() local
[all...]
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dmm.h1056 * is the pointer to the inode, and page->index is the file offset of the page,
1076 * - anonymous pages (including MAP_PRIVATE file mappings) which have been
2567 unsigned long end, unsigned long vm_flags, struct anon_vma *, struct file *,
2594 extern void set_mm_exe_file(struct mm_struct *mm, struct file *new_exe_file);
2595 extern struct file *get_mm_exe_file(struct mm_struct *mm);
2596 extern struct file *get_task_exe_file(struct task_struct *task);
2611 extern unsigned long get_unmapped_area(struct file *, unsigned long, unsigned long, unsigned long, unsigned long);
2613 extern unsigned long mmap_region(struct file *file, unsigned long addr, unsigned long len, vm_flags_t vm_flags,
2615 extern unsigned long do_mmap(struct file *fil
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_vec4_nir.cpp668 if (push_reg.file != BAD_FILE) { in nir_emit_intrinsic()
683 if (offset_reg.file == IMM) in nir_emit_intrinsic()
1953 return sampler.file != IMM || sampler.ud >= 16;
2106 opcode = offset_value.file != BAD_FILE ? SHADER_OPCODE_TG4_OFFSET
2144 inst->shadow_compare = shadow_comparator.file != BAD_FILE;
2173 if (shadow_comparator.file != BAD_FILE &&
2188 if (shadow_comparator.file != BAD_FILE) {
2233 shadow_comparator.file != BAD_FILE) {
2240 if (shadow_comparator.file != BAD_FILE) {
2255 if (shadow_comparator.file !
[all...]
/third_party/python/Lib/test/
H A Dtest_httplib.py25 # Self-signed cert file for 'localhost'
27 # Self-signed cert file for 'fakehostname'
29 # Self-signed cert file for self-signed.pythontest.net
73 # keep the file around so we can check how much was read from it
74 self.file = self.fileclass(self.text)
75 self.file.close = self.file_close #nerf close ()
76 return self.file
106 more from the underlying file than it should.
1264 # we should have reached the end of the file
1265 self.assertEqual(sock.file
[all...]
H A Dtest_shutil.py74 """Write *content* to a file located at *path*.
77 make a path. If *binary* is true, the file will be opened in binary
88 """Create a test file with an arbitrary size and random text content."""
106 """Return contents from a file located at *path*.
109 make a path. If *binary* is true, the file will be opened in binary
288 # existing file
350 # a file in the directory, so the first time through
434 # When called on a file instead of a directory, don't delete it.
523 write_file((src_dir, 'file.txt'), 'foo')
526 os.symlink(os.path.join(src_dir, 'file
[all...]
H A Dtest_contextlib.py1104 print(msg, file=getattr(sys, self.orig_stream))
1119 print("Hello", end=" ", file=getattr(sys, self.orig_stream))
1121 print("World!", file=getattr(sys, self.orig_stream))
1131 print("Hello", end=" ", file=getattr(sys, self.orig_stream))
1133 print("World!", file=getattr(sys, self.orig_stream))
/third_party/node/deps/googletest/src/
H A Dgtest.cc187 // The default output file.
194 // The environment variable name for the test shard status file.
218 GTEST_LOG_(FATAL) << "Unable to open file \"" << output_file << "\""; in OpenFileForWriting()
311 "optionally followed by a colon and an output file name or directory. "
315 "within that directory, with file-names based on the test "
450 AssertHelper::AssertHelper(TestPartResult::Type type, const char* file, in AssertHelper() argument
452 : data_(new AssertHelperData(type, file, line, message)) {} in AssertHelper()
459 data_->type, data_->file, data_->line, in operator =()
476 // A test that fails at a given file/line location with a given message.
487 AssertHelper(TestPartResult::kNonFatalFailure, loc_.file
[all...]
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex12 % This texinfo.tex file is free software: you can redistribute it and/or
17 % This texinfo.tex file is distributed in the hope that it will be
25 % As a special exception, when this file is read by TeX when processing
63 % If in a .fmt file, print the version number
65 % they might have appeared in the input file name.
121 \ifx\putwordfile\undefined \gdef\putwordfile{file}\fi
207 % Sometimes it is convenient to have everything in the transcript file
211 % file; cf. trace.sty in LaTeX.
509 % therein should become regular spaces in the raw index file, not the
589 % if the definition is written into an index file
[all...]
/base/hiviewdfx/hiview/plugins/eventlogger/
H A Devent_logger.cpp4 * you may not use this file except in compliance with the License.
218 HIVIEW_LOGE("create ffrt log file %{public}s failed, %{public}d", ffrtFile.c_str(), ffrtFd); in StartFfrtDump()
258 HIVIEW_LOGE("failed to create file=%{public}s, errno=%{public}d", historyFile.c_str(), errno); in SaveDbToFile()
302 HIVIEW_LOGE("create log file %{public}s failed, %{public}d", logFile.c_str(), fd); in StartLogCollect()
459 FILE *file = popen("/system/bin/hidumper -s WindowManagerService -a -a", "r"); in DumpWindowInfo() local
460 if (file == nullptr) { in DumpWindowInfo()
470 while (getline(&buffer, &length, file) != -1) { in DumpWindowInfo()
481 pclose(file); in DumpWindowInfo()
482 file = nullptr; in DumpWindowInfo()
560 HIVIEW_LOGI("Remove file in GetAppFreezeFile()
[all...]
/build/hb/services/
H A Dloader.py7 # you may not use this file except in compliance with the License.
188 specified or the file content pointed to by the parameters does not
201 raise OHOSException("Cannot get the content from platform config file, \
202 please check whether the corresponding file('out/preloader/{}/subsystem_config.json' or \
211 # check platform config file
213 raise OHOSException("Cannot get the content from platform config file, \
214 please check whether the corresponding file('out/preloader/${product_name}/platforms.build') \
217 # check example subsystem file
219 raise OHOSException("Cannot get the content from example subsystem file, please check whether \
220 the corresponding file ('buil
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_kinstr_prfcnt.c223 * @filp: Non-NULL pointer to file structure.
231 kbasep_kinstr_prfcnt_hwcnt_reader_poll(struct file *filp, in kbasep_kinstr_prfcnt_hwcnt_reader_poll()
235 kbasep_kinstr_prfcnt_hwcnt_reader_poll(struct file *filp, in kbasep_kinstr_prfcnt_hwcnt_reader_poll()
1022 * @filp: Non-NULL pointer to file structure.
1028 static long kbasep_kinstr_prfcnt_hwcnt_reader_ioctl(struct file *filp, in kbasep_kinstr_prfcnt_hwcnt_reader_ioctl()
1084 * @filp: Non-NULL pointer to file structure.
1089 static int kbasep_kinstr_prfcnt_hwcnt_reader_mmap(struct file *filp, in kbasep_kinstr_prfcnt_hwcnt_reader_mmap()
1161 * @filp: Non-NULL pointer to file structure.
1166 struct file *filp) in kbasep_kinstr_prfcnt_hwcnt_reader_release()
1184 /* kinstr_prfcnt client file operation
[all...]
H A Dmali_kbase_mem.c3242 struct file *file, int (*func)(struct kbase_jit_debugfs_data *)) in kbase_jit_debugfs_common_open()
3254 file->private_data = data; in kbase_jit_debugfs_common_open()
3256 return nonseekable_open(inode, file); in kbase_jit_debugfs_common_open()
3259 static ssize_t kbase_jit_debugfs_common_read(struct file *file, in kbase_jit_debugfs_common_read() argument
3266 data = (struct kbase_jit_debugfs_data *) file->private_data; in kbase_jit_debugfs_common_read()
3295 struct file *file) in kbase_jit_debugfs_common_release()
3297 kfree(file in kbase_jit_debugfs_common_release()
3241 kbase_jit_debugfs_common_open(struct inode *inode, struct file *file, int (*func)(struct kbase_jit_debugfs_data *)) kbase_jit_debugfs_common_open() argument
3294 kbase_jit_debugfs_common_release(struct inode *inode, struct file *file) kbase_jit_debugfs_common_release() argument
[all...]
/foundation/distributeddatamgr/udmf/framework/common/unittest/
H A Dtlv_util_test.cpp4 * you may not use this file except in compliance with the License.
28 #include "file.h"
356 std::shared_ptr<UnifiedRecord> file = std::make_shared<File>(UDType::FILE, "this is a oriUri"); in HWTEST_F() local
358 std::vector<std::shared_ptr<UnifiedRecord>> records2 = { appItem, defineRecord, file }; in HWTEST_F()
590 std::FILE *file = fopen(dataFile.c_str(), "w+"); in HWTEST_F() local
591 tlvObject.SetFile(file); in HWTEST_F()
651 fclose(file); in HWTEST_F()
/foundation/filemanagement/app_file_service/interfaces/kits/js/backup/
H A Dsession_restore_n_exporter.cpp4 * you may not use this file except in compliance with the License.
325 HILOGE("First argument is not remote capabilitily file number."); in VerifyAppendBundlesParam()
326 NError(BError(BError::Codes::SDK_INVAL_ARG, "First argument is not remote capabilitily file number.").GetCode()) in VerifyAppendBundlesParam()
371 HILOGE("First argument is not have property file name."); in ParseFileMeta()
392 auto [succ, bundle, file] = ParseFileMeta(env, fileMeta); in VerifyPublishFileParam()
399 fileName = string(file.get()); in VerifyPublishFileParam()
562 HILOGI("SA %{public}s pushlish file", bundleName.c_str());
626 string file = fileName;
628 return NError(entity->sessionWhole->GetFileHandle(bundle, file));
630 return NError(entity->sessionSheet->GetFileHandle(bundle, file));
[all...]
/test/xts/hats/hdf/audio/idl/common/capture/src/
H A Daudio_capture_common_test.cpp4 * you may not use this file except in compliance with the License.
461 FILE *file = fopen(pathBuf, "wb+"); in HWTEST_F() local
462 ASSERT_NE(nullptr, file); in HWTEST_F()
463 int fd = fileno(file); in HWTEST_F()
465 fclose(file); in HWTEST_F()
471 fclose(file); in HWTEST_F()
/test/xts/hats/hdf/audio/idl/common/render/src/
H A Daudio_render_common_test.cpp4 * you may not use this file except in compliance with the License.
501 FILE *file = fopen(pathBuf, "wb+"); in HWTEST_F() local
502 ASSERT_NE(nullptr, file); in HWTEST_F()
503 int fd = fileno(file); in HWTEST_F()
505 fclose(file); in HWTEST_F()
512 fclose(file); in HWTEST_F()
/third_party/node/deps/v8/src/common/
H A Dglobals.h3 // found in the LICENSE file.
1612 AssemblerDebugInfo(const char* name, const char* file, int line) in AssemblerDebugInfo()
1613 : name(name), file(file), line(line) {} in AssemblerDebugInfo()
1615 const char* file; member
1621 os << "(" << info.name << ":" << info.file << ":" << info.line << ")"; in operator <<()
/third_party/pcre2/pcre2/
H A DRunTest.bat3 @rem MS Windows batch file to run pcre2test on testfiles with the correct
4 @rem options. This file must use CRLF linebreaks to function properly,
8 @rem This file was originally contributed to PCRE1 by Ralf Junker, and touched
25 @rem The file was converted for PCRE2 by PH, February 2015.
29 @rem PH added copy command for new testbtables file, November 2020
/third_party/protobuf/src/google/protobuf/
H A Dgenerated_message_reflection_unittest.cc385 &message, descriptor->file()->FindExtensionByName( in TEST()
442 unittest::TestAllExtensions::descriptor()->file()->FindExtensionByName( in TEST()
445 unittest::TestAllExtensions::descriptor()->file()->FindExtensionByName( in TEST()
468 unittest::TestAllExtensions::descriptor()->file()->FindExtensionByName( in TEST()
471 unittest::TestAllExtensions::descriptor()->file()->FindExtensionByName( in TEST()
/third_party/protobuf/python/google/protobuf/internal/
H A Ddescriptor_test.py92 # Note: Calling DescriptorPool.Add() multiple times with the same file only
368 self.assertEqual("FileExtensionAnnotation", file_options.file.Extensions[
421 self.assertEqual(self.my_enum.file, self.my_file)
422 self.assertEqual(self.my_message.file, self.my_file)
519 self.assertEqual(field_descriptor.file, unittest_pb2.DESCRIPTOR)
669 self.assertIs(service_descriptor.file, unittest_pb2.DESCRIPTOR)
/third_party/vk-gl-cts/scripts/android/
H A Dbuild_apk.py10 # you may not use this file except in compliance with the License.
123 raise Exception("Failed to read source prop file '%s': %s" % (propFilePath, str(e)))
125 raise Exception("Failed to read source prop file '%s': unkown error")
294 Expand mixed list of file and directory paths into a flattened list
300 for file in files:
301 yield os.path.join(root, file)
325 for file in expandedInputs:
326 if file not in existingInputs:
327 print("ERROR: Missing input file: %s" % file)
[all...]
/third_party/vulkan-loader/scripts/
H A Dloader_extension_generator.py11 # you may not use this file except in compliance with the License.
198 write(s, file=self.outFile)
203 write(file_comment, file=self.outFile)
214 copyright += ' * you may not use this file except in compliance with the License.\n'
255 write(copyright, file=self.outFile)
256 write(preamble, file=self.outFile)
259 # Write generate and write dispatch tables to output file
290 write(file_data, file=self.outFile);
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_mem.c2822 static int kbase_jit_debugfs_common_open(struct inode *inode, struct file *file, in kbase_jit_debugfs_common_open() argument
2836 file->private_data = data; in kbase_jit_debugfs_common_open()
2838 return nonseekable_open(inode, file); in kbase_jit_debugfs_common_open()
2841 static ssize_t kbase_jit_debugfs_common_read(struct file *file, char __user *buf, size_t len, loff_t *ppos) in kbase_jit_debugfs_common_read() argument
2847 data = (struct kbase_jit_debugfs_data *)file->private_data; in kbase_jit_debugfs_common_read()
2874 static int kbase_jit_debugfs_common_release(struct inode *inode, struct file *file) in kbase_jit_debugfs_common_release() argument
2876 kfree(file in kbase_jit_debugfs_common_release()
[all...]

Completed in 72 milliseconds

1...<<181182183184185186187188189190>>...354