/third_party/toybox/toys/lsb/ |
H A D | md5sum.c | 362 int fd = !strcmp(name, "-") ? 0 : open(name, O_RDONLY); in do_c_line()
|
/third_party/toybox/toys/pending/ |
H A D | telnetd.c | 127 int fd = open(TT.issue_path, O_RDONLY); in write_issue()
|
/third_party/unity/test/tests/ |
H A D | test_generate_test_runner.rb | 1275 File.open("build/runner_options.yml",'w') {|f| f << { :unity => testset[:yaml] }.to_yaml }
|
/third_party/protobuf/src/google/protobuf/io/ |
H A D | io_win32.cc | 35 // 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 D | test_reprlib.py | 228 with open(path, 'w', encoding='ASCII') as fp:
|
H A D | test_unparse.py | 14 with tokenize.open(filename) as stream:
|
H A D | test_turtle.py | 57 with open(os_helper.TESTFN, 'w') as f:
|
H A D | _test_multiprocessing.py | 880 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 D | asdl.py | 207 with open(filename, encoding="utf-8") as f:
|
/third_party/python/Lib/lib2to3/pgen2/ |
H A D | tokenize.py | 342 readline = open(myfile).next # Example of alternate readline 563 if len(sys.argv) > 1: tokenize(open(sys.argv[1]).readline)
|
H A D | pgen.py | 15 stream = open(filename, encoding="utf-8")
|
/third_party/python/Lib/ |
H A D | profile.py | 393 with open(file, 'wb') as f:
|
H A D | base64.py | 574 -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 D | pycore_global_strings.h | 310 STRUCT_FOR_ID(open)
|
/third_party/python/Lib/test/test_importlib/ |
H A D | test_namespace_pkgs.py | 150 with open(module_path, 'w', encoding='utf-8') as file:
|
/third_party/python/Lib/xml/sax/ |
H A D | saxutils.py | 86 # 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 D | symbolize_test.cc | 415 int fd = TEMP_FAILURE_RETRY(open("/proc/self/exe", O_RDONLY)); in TEST()
|
/third_party/rust/crates/which-rs/tests/ |
H A D | basic.rs | 32 .open(&bin) in mk_bin()
|
/third_party/selinux/checkpolicy/test/ |
H A D | dispol.c | 408 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 D | opt.cpp | 575 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 D | vk_loader_platform.h | 338 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 D | gzlib.c | 213 /* 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 D | imgui_demo.cpp | 713 "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 D | sanei_scsi.c | 556 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 D | ffmpeg_demuxer_plugin.cpp | 317 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()
|