Home
last modified time | relevance | path

Searched refs:open (Results 6826 - 6850 of 9329) sorted by relevance

1...<<271272273274275276277278279280>>...374

/third_party/toybox/toys/lsb/
H A Dmd5sum.c362 int fd = !strcmp(name, "-") ? 0 : open(name, O_RDONLY); in do_c_line()
/third_party/toybox/toys/pending/
H A Dtelnetd.c127 int fd = open(TT.issue_path, O_RDONLY); in write_issue()
/third_party/unity/test/tests/
H A Dtest_generate_test_runner.rb1275 File.open("build/runner_options.yml",'w') {|f| f << { :unity => testset[:yaml] }.to_yaml }
/third_party/protobuf/src/google/protobuf/io/
H A Dio_win32.cc35 // Implementation for long-path-aware open/mkdir/access/etc. on Windows, as well
47 // Comment this out to fall back to using the ANSI versions (open, mkdir, ...)
256 int open(const char* path, int flags, int mode) { in open() function
/third_party/python/Lib/test/
H A Dtest_reprlib.py228 with open(path, 'w', encoding='ASCII') as fp:
H A Dtest_unparse.py14 with tokenize.open(filename) as stream:
H A Dtest_turtle.py57 with open(os_helper.TESTFN, 'w') as f:
H A D_test_multiprocessing.py880 with open(testfn, encoding="utf-8") as f:
889 fd = os.open(testfn, os.O_WRONLY | os.O_CREAT | os.O_EXCL)
890 sys.stderr = open(fd, 'w', encoding="utf-8", closefd=False)
896 fd = os.open(testfn, os.O_WRONLY | os.O_CREAT | os.O_EXCL)
897 sys.stderr = open(fd, 'w', encoding="utf-8", closefd=False)
918 with open(testfn, encoding="utf-8") as f:
1172 with open(module_name + '.py', 'w', encoding="utf-8") as f:
3290 with open(os_helper.TESTFN, "wb") as f:
3296 with open(os_helper.TESTFN, "rb") as f:
3316 with open(os_helpe
[all...]
/third_party/python/Parser/
H A Dasdl.py207 with open(filename, encoding="utf-8") as f:
/third_party/python/Lib/lib2to3/pgen2/
H A Dtokenize.py342 readline = open(myfile).next # Example of alternate readline
563 if len(sys.argv) > 1: tokenize(open(sys.argv[1]).readline)
H A Dpgen.py15 stream = open(filename, encoding="utf-8")
/third_party/python/Lib/
H A Dprofile.py393 with open(file, 'wb') as f:
H A Dbase64.py574 -t: encode and decode string 'Aladdin:open sesame'"""%sys.argv[0]
590 with open(args[0], 'rb') as f:
597 s0 = b"Aladdin:open sesame"
/third_party/python/Include/internal/
H A Dpycore_global_strings.h310 STRUCT_FOR_ID(open)
/third_party/python/Lib/test/test_importlib/
H A Dtest_namespace_pkgs.py150 with open(module_path, 'w', encoding='utf-8') as file:
/third_party/python/Lib/xml/sax/
H A Dsaxutils.py86 # Keep the original file open when the TextIOWrapper is
362 f = open(sysidfilename, "rb")
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/
H A Dsymbolize_test.cc415 int fd = TEMP_FAILURE_RETRY(open("/proc/self/exe", O_RDONLY)); in TEST()
/third_party/rust/crates/which-rs/tests/
H A Dbasic.rs32 .open(&bin) in mk_bin()
/third_party/selinux/checkpolicy/test/
H A Ddispol.c408 fd = open(argv[1], O_RDONLY); in main()
410 fprintf(stderr, "Can't open '%s': %s\n", in main()
536 fprintf(stderr, "Cannot open output file %s\n", in main()
/third_party/spirv-tools/tools/opt/
H A Dopt.cpp575 input_file.open(fname); in ReadFlagsFromFile()
577 spvtools::Errorf(opt_diagnostic, nullptr, {}, "Could not open file '%s'", in ReadFlagsFromFile()
/third_party/vulkan-loader/loader/
H A Dvk_loader_platform.h338 int fd = open("/proc/self/exefile", O_RDONLY); in loader_platform_executable_path()
554 (void)snprintf(errorMsg, 511, "Failed to open dynamic library \"%s\" with error %lu", libPath, GetLastError()); in loader_platform_open_library_error()
/third_party/zlib/
H A Dgzlib.c213 /* compute the flags for open() */ in gz_open()
234 /* open the file with the appropriate flags (or just use fd) */ in gz_open()
239 open((const char *)path, oflag, 0666)); in gz_open()
/third_party/skia/third_party/externals/imgui/
H A Dimgui_demo.cpp713 "Click on the color square to open a color picker.\n" in ShowDemoWindowWidgets()
746 // Use SetNextItemOpen() so set the default state of a node to be open. We could in ShowDemoWindowWidgets()
766 "Click to select, CTRL+Click to toggle, click on arrows or double-click to open."); in ShowDemoWindowWidgets()
788 // Disable the default "open on single-click behavior" + set Selected flag according to our selection. in ShowDemoWindowWidgets()
1527 // Demo a Leading TabItemButton(): click the "?" button to open a menu in ShowDemoWindowWidgets()
1546 bool open = true; in ShowDemoWindowWidgets() local
1549 if (ImGui::BeginTabItem(name, &open, ImGuiTabItemFlags_None)) in ShowDemoWindowWidgets()
1555 if (!open) in ShowDemoWindowWidgets()
1670 "Click on the color square to open a color picker.\n" in ShowDemoWindowWidgets()
3024 bool open in ShowDemoWindowLayout() local
4607 bool open = ImGui::TreeNodeEx(node->Name, ImGuiTreeNodeFlags_SpanFullWidth); global() local
4856 bool open = ImGui::CollapsingHeader(buf, ImGuiTreeNodeFlags_DefaultOpen); global() local
5287 bool open = ImGui::TreeNode("Legacy Columns API"); global() local
[all...]
/third_party/backends/sanei/
H A Dsanei_scsi.c556 return 1; /* Already open. */ in open_aspi()
572 rc = DosOpen ((PSZ) "aspirou$", /* open driver */ in open_aspi()
618 DBG (2, "open_aspi: open temporary file '%s'\n", tmpAspi); in open_aspi()
621 { /* can't open tmp file */ in open_aspi()
623 DBG (1, "open_aspi: Can't open temporary file.\n"); in open_aspi()
815 fd = open (file, O_RDWR); in get_max_buffer_size()
841 fd = open ("/proc/sys/kernel/sg-big-buff", O_RDONLY); in get_max_buffer_size()
967 cam_fd = open ("/dev/cam", O_RDWR); in sanei_scsi_open_extended()
970 DBG (1, "sanei_scsi_open: open(/dev/cam) failed: %s\n", in sanei_scsi_open_extended()
1013 DomainErrorCheck (status, "Can't open commo in sanei_scsi_open_extended()
[all...]
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/
H A Dffmpeg_demuxer_plugin.cpp317 ofs.open(path, std::ios::out); // | std::ios::app in Dump()
899 auto open = std::chrono::system_clock::now(); in InitAVFormatContext() local
906 int openSpend = static_cast<int>(static_cast<std::chrono::duration<double, std::milli>>(open - begin).count()); in InitAVFormatContext()
907 int parseSpend = static_cast<int>(static_cast<std::chrono::duration<double, std::milli>>(parse - open).count()); in InitAVFormatContext()

Completed in 38 milliseconds

1...<<271272273274275276277278279280>>...374