Home
last modified time | relevance | path

Searched defs:filename (Results 501 - 525 of 1332) sorted by relevance

1...<<21222324252627282930>>...54

/third_party/musl/Benchmark/musl/
H A Dlibc_fcntl.cpp220 const char *filename = "/proc/self/cmdline"; in Bm_function_Open_rdonly() local
236 const char *filename = "/dev/zero"; in Bm_function_Open_rdwr() local
252 const char *filename = "/data/log/hiview/sys_event_logger/event.db"; in Bm_function_Open_creat_rdwr() local
297 const char *filename = "/dev/zero"; in Bm_function_Creat() local
313 const char *filename = "/proc/self/cmdline"; in Bm_function_Openat_rdonly() local
330 const char *filename = "/data/log/hiview/sys_event_logger/event.db"; Bm_function_Openat_creat_rdwr() local
347 const char *filename = "testOpenat.txt"; Bm_function_Openat_RelativePath_AT_FDCWD() local
365 const char *filename = "/dev/"; Bm_function_Openat_RelativePath_fd() local
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/
H A Dthread_rwlock_test.cpp82 std::string filename = "/proc/" + std::to_string(tid) + "/stat"; in WaitThreadSleep() local
/third_party/musl/libc-test/src/functionalext/unittest/
H A Dunit_test_assert_fail_dialog.c36 void WriteToFile(const char *filename, const char *content) in WriteToFile() argument
47 char* ReadFile(const char *filename) in ReadFile() argument
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbss_file.c57 BIO *BIO_new_file(const char *filename, const char *mode) in BIO_new_file() argument
425 BIO *BIO_new_file(const char *filename, const char *mode) in BIO_new_file() argument
H A Dossl_core_bio.c84 OSSL_CORE_BIO *ossl_core_bio_new_file(const char *filename, const char *mode) in ossl_core_bio_new_file() argument
/third_party/node/deps/openssl/openssl/crypto/dso/
H A Ddso_lib.c109 DSO *DSO_load(DSO *dso, const char *filename, DSO_METHOD *meth, int flags) in DSO_load() argument
230 DSO_set_filename(DSO *dso, const char *filename) DSO_set_filename() argument
270 DSO_convert_filename(DSO *dso, const char *filename) DSO_convert_filename() argument
314 char *filename = NULL; DSO_dsobyaddr() local
[all...]
H A Ddso_dl.c61 char *filename = DSO_convert_filename(dso, NULL); in dl_load() local
219 dl_name_converter(DSO *dso, const char *filename) dl_name_converter() argument
[all...]
/third_party/protobuf/conformance/
H A Dconformance_test_runner.cc85 void ParseFailureList(const char *filename, in ParseFailureList() argument
/third_party/python/Lib/
H A Dfileinput.py115 def filename() function
374 def filename(self): global() member in FileInput
[all...]
/third_party/python/Include/cpython/
H A Dpyerrors.h26 PyObject *filename; member
60 PyObject *filename; member
/third_party/pulseaudio/src/modules/
H A Dmodule-match.c82 static int load_rules(struct userdata *u, const char *filename) { in load_rules() argument
/third_party/pulseaudio/src/pulsecore/
H A Dcore-scache.c207 int pa_scache_add_file(pa_core *c, const char *name, const char *filename, uint32_t *idx) { in pa_scache_add_file() argument
242 int pa_scache_add_file_lazy(pa_core *c, const char *name, const char *filename, uint32_ argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/
H A DvktAmberDepthTests.cpp127 createDepthTestCase(tcu::TestContext& testCtx, const TestInfo& testInfo, const char* category, const std::string& filename) createDepthTestCase() argument
H A DvktAmberTestCaseUtil.cpp105 AmberIndexFileParser (tcu::TestContext& testCtx, const char* filename, const char* category) in AmberIndexFileParser() argument
177 void createAmberTestsFromIndexFile (tcu::TestContext& testCtx, tcu::TestCaseGroup* group, const std::string filename, const char* category) in createAmberTestsFromIndexFile() argument
192 createAmberTestCase(tcu::TestContext& testCtx, const char* name, const char* category, const std::string& filename, const std::vector<std::string> requirements, const std::vector<vk::VkImageCreateInfo> imageRequirements, const std::vector<BufferRequirement> bufferRequirements) createAmberTestCase() argument
202 createAmberTestCase(tcu::TestContext& testCtx, const char* name, const char* description, const char* category, const std::string& filename, const std::vector<std::string> requirements, const std::vector<vk::VkImageCreateInfo> imageRequirements, const std::vector<BufferRequirement> bufferRequirements) createAmberTestCase() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/amber/
H A DvktAmberDepthTests.cpp123 createDepthTestCase(tcu::TestContext& testCtx, const TestInfo& testInfo, const char* category, const std::string& filename) createDepthTestCase() argument
H A DvktAmberTestCaseUtil.cpp105 AmberIndexFileParser (tcu::TestContext& testCtx, const char* filename, const char* category) in AmberIndexFileParser() argument
177 void createAmberTestsFromIndexFile (tcu::TestContext& testCtx, tcu::TestCaseGroup* group, const std::string filename, const char* category) in createAmberTestsFromIndexFile() argument
192 createAmberTestCase(tcu::TestContext& testCtx, const char* name, const char* description, const char* category, const std::string& filename, const std::vector<std::string> requirements, const std::vector<vk::VkImageCreateInfo> imageRequirements, const std::vector<BufferRequirement> bufferRequirements) createAmberTestCase() argument
/third_party/skia/third_party/externals/angle2/src/common/
H A Dsystem_utils_posix.cpp173 bool IsDirectory(const char *filename) in IsDirectory() argument
H A Dsystem_utils_win.cpp117 bool IsDirectory(const char *filename) in IsDirectory() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
H A DGsymCreator.cpp31 llvm::StringRef filename = llvm::sys::path::filename(Path, Style); in insertFile() local
/third_party/vk-gl-cts/executor/tools/
H A DxeBatchResultToJUnit.cpp65 static void parseBatchResult (xe::TestLogParser& parser, const char* filename) in parseBatchResult() argument
H A DxeMergeTestLogs.cpp123 static void readLogFile (xe::BatchResult* dstResult, const char* filename, deUint32 flags) in readLogFile() argument
[all...]
/third_party/vk-gl-cts/external/amber/src/samples/
H A Dimage_diff.cc126 amber::Result LoadPngToBuffer(const std::string& filename, in LoadPngToBuffer() argument
/third_party/vk-gl-cts/external/amber/src/src/
H A Ddxc_helper.cc134 Compile(const std::string& src, const std::string& entry, const std::string& profile, const std::string& spv_env, const std::string& filename, const VirtualFileStore* virtual_files, std::vector<uint32_t>* generated_binary) Compile() argument
/third_party/skia/third_party/externals/libwebp/examples/
H A Dimg2webp.c73 static int ReadImage(const char filename[], WebPPicture* const pic) { in ReadImage() argument
/third_party/skia/third_party/externals/icu/source/io/
H A Dufile.cpp124 u_fopen(const char *filename, in u_fopen() argument
161 u_fopen_u(const UChar *filename, in u_fopen_u() argument

Completed in 11 milliseconds

1...<<21222324252627282930>>...54