/third_party/skia/third_party/externals/harfbuzz/test/fuzzing/ |
D | hb-draw-fuzzer.cc | 11 bool is_open; member 23 assert (!user_data->is_open); in _move_to() 24 user_data->is_open = true; in _move_to() 33 assert (user_data->is_open); in _line_to() 45 assert (user_data->is_open); in _quadratic_to() 59 assert (user_data->is_open); in _cubic_to() 72 assert (user_data->is_open && user_data->path_len != 0); in _close_path() 74 user_data->is_open = false; in _close_path() 154 assert (!user_data.is_open); in LLVMFuzzerTestOneInput()
|
/third_party/zlib/contrib/iostream/ |
D | zfstream.cpp | 21 if ( is_open() ) in open() 63 if ( is_open() ) in attach() 104 if ( is_open() ) { in close() 138 if ( !is_open() || !(mode & ios::in) ) in underflow() 175 if ( !is_open() || !(mode & ios::out) ) in overflow() 208 if ( !is_open() ) in sync()
|
/third_party/zlib/contrib/iostream3/ |
D | zfstream.h | 57 is_open() const { return (file != NULL); } in is_open() function 270 is_open() { return sb.is_open(); } in is_open() function 359 is_open() { return sb.is_open(); } in is_open() function
|
D | zfstream.cc | 55 if (this->is_open()) in open() 83 if (this->is_open()) in attach() 110 if (!this->is_open()) in close() 172 if (!this->is_open() || !(io_mode & std::ios_base::in)) in showmanyc() 192 if (!this->is_open() || !(io_mode & std::ios_base::in)) in underflow() 234 if (!this->is_open() || !(io_mode & std::ios_base::out)) in overflow() 247 if (!this->is_open() || !(io_mode & std::ios_base::out)) in overflow()
|
/third_party/gn/src/base/files/ |
D | file_util.cc | 56 if (!file1.is_open() || !file2.is_open()) in ContentsEqual() 84 if (!file1.is_open() || !file2.is_open()) in TextContentsEqual()
|
/third_party/skia/third_party/externals/dawn/src/utils/ |
D | WireHelper.cpp | 57 ASSERT(!mFile.is_open()); in BeginWireTrace() 70 if (mFile.is_open()) { in HandleCommands()
|
/third_party/openh264/test/api/ |
D | BaseDecoderTest.cpp | 153 if (!file.is_open()) in DecodeFile() 189 if (file_.is_open()) { in Open()
|
D | BaseThreadDecoderTest.cpp | 253 if (!file.is_open()) in ThreadDecodeFile() 313 if (file_.is_open()) { in Open()
|
/third_party/openh264/test/utils/ |
D | FileInputStream.h | 11 return file_.is_open(); in Open()
|
/third_party/icu/icu4c/source/test/fuzzer/ |
D | fuzzer_driver.cpp | 47 if (!file.is_open()) { in main()
|
/third_party/lz4/contrib/gen_manual/ |
D | gen_manual.cpp | 124 if (!istream.is_open()) { in main() 130 if (!ostream.is_open()) { in main()
|
/third_party/benchmark/src/ |
D | sysinfo.cc | 210 if (!f.is_open()) return false; in ReadFromFile() 265 if (!f.is_open()) break; in GetCacheSizesFromKVFS() 486 if (!f.is_open()) { in GetNumCPUs() 567 if (!f.is_open()) { in GetCPUCyclesPerSecond()
|
/third_party/skia/third_party/externals/icu/source/tools/escapesrc/ |
D | escapesrc.cpp | 374 if(!inf.is_open()) { in convert() 384 if(!outf.is_open()) { in convert()
|
/third_party/icu/icu4c/source/tools/escapesrc/ |
D | escapesrc.cpp | 374 if(!inf.is_open()) { in convert() 384 if(!outf.is_open()) { in convert()
|
/third_party/node/deps/icu-small/source/tools/escapesrc/ |
D | escapesrc.cpp | 374 if(!inf.is_open()) { in convert() 384 if(!outf.is_open()) { in convert()
|
/third_party/libabigail/tests/ |
D | test-core-diff.cc | 157 if (!of.is_open()) in main()
|
D | test-diff-dwarf.cc | 433 if (!of.is_open()) in main()
|
/third_party/skia/third_party/externals/angle2/src/common/ |
D | angleutils.cpp | 24 if (!mOfs.is_open()) in SaveFileHelper()
|
/third_party/libabigail/src/ |
D | abg-viz-svg.cc | 28 if (!f.is_open() || !f.good()) in write()
|
D | abg-viz-dot.cc | 38 if (!f.is_open() || !f.good()) in write()
|
/third_party/protobuf/benchmarks/util/ |
D | proto3_data_stripper.cc | 15 GOOGLE_CHECK(file.is_open()) << "Couldn't find file '" in ReadFile()
|
D | gogo_data_scrubber.cc | 15 GOOGLE_CHECK(file.is_open()) << "Couldn't find file '" in ReadFile()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkBinaryRegistry.cpp | 119 if (!out.is_open() || !out.good()) in writeBinary() 137 if (!in.is_open() || !in.good()) in readBinary() 557 if (!indexOut.is_open() || !indexOut.good()) in writeToPath()
|
/third_party/mesa3d/src/imgui/ |
D | imgui_widgets.cpp | 4631 bool is_open = TreeNodeExV(str_id, 0, fmt, args); in TreeNode() local 4633 return is_open; in TreeNode() 4640 bool is_open = TreeNodeExV(ptr_id, 0, fmt, args); in TreeNode() local 4642 return is_open; in TreeNode() 4676 bool is_open = TreeNodeExV(str_id, flags, fmt, args); in TreeNodeEx() local 4678 return is_open; in TreeNodeEx() 4685 bool is_open = TreeNodeExV(ptr_id, flags, fmt, args); in TreeNodeEx() local 4687 return is_open; in TreeNodeEx() 4722 bool is_open; in TreeNodeBehaviorIsOpen() local 4727 is_open = g.NextTreeNodeOpenVal; in TreeNodeBehaviorIsOpen() [all …]
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui_widgets.cpp | 5689 bool is_open = TreeNodeExV(str_id, 0, fmt, args); in TreeNode() local 5691 return is_open; in TreeNode() 5698 bool is_open = TreeNodeExV(ptr_id, 0, fmt, args); in TreeNode() local 5700 return is_open; in TreeNode() 5734 bool is_open = TreeNodeExV(str_id, flags, fmt, args); in TreeNodeEx() local 5736 return is_open; in TreeNodeEx() 5743 bool is_open = TreeNodeExV(ptr_id, flags, fmt, args); in TreeNodeEx() local 5745 return is_open; in TreeNodeEx() 5780 bool is_open; in TreeNodeBehaviorIsOpen() local 5785 is_open = g.NextItemData.OpenVal; in TreeNodeBehaviorIsOpen() [all …]
|