/third_party/boost/libs/iostreams/test/ |
D | newline_test.cpp | 44 const std::string dos = variable 147 BOOST_CHECK(test_input_filter(newline_filter(newline::posix), dos, posix)); in read_newline_filter() 153 BOOST_CHECK(test_input_filter(newline_filter(newline::dos), posix, dos)); in read_newline_filter() 154 BOOST_CHECK(test_input_filter(newline_filter(newline::dos), dos, dos)); in read_newline_filter() 155 BOOST_CHECK(test_input_filter(newline_filter(newline::dos), mac, dos)); in read_newline_filter() 156 BOOST_CHECK(test_input_filter(newline_filter(newline::dos), mixed, dos)); in read_newline_filter() 161 BOOST_CHECK(test_input_filter(newline_filter(newline::mac), dos, mac)); in read_newline_filter() 201 BOOST_CHECK(my_test_output_filter(newline_filter(newline::posix), dos, posix)); in write_newline_filter() 207 BOOST_CHECK(my_test_output_filter(newline_filter(newline::dos), posix, dos)); in write_newline_filter() 208 BOOST_CHECK(my_test_output_filter(newline_filter(newline::dos), dos, dos)); in write_newline_filter() [all …]
|
D | finite_state_filter_test.cpp | 44 const std::string dos = variable 141 io::test_input_filter(identity_filter(), dos, dos) in finite_state_filter_test() 144 io::test_output_filter(identity_filter(), dos, dos) in finite_state_filter_test() 150 io::test_input_filter(dos2unix_filter(), dos, posix) in finite_state_filter_test() 153 io::test_output_filter(dos2unix_filter(), dos, posix) in finite_state_filter_test() 159 io::test_input_filter(unix2dos_filter(), posix, dos) in finite_state_filter_test() 162 io::test_output_filter(unix2dos_filter(), posix, dos) in finite_state_filter_test()
|
/third_party/skia/third_party/externals/freetype/builds/dos/ |
D | detect.mk | 32 PLATFORM := dos 65 PLATFORM := dos 71 ifeq ($(PLATFORM),dos) 75 CONFIG_FILE := dos-gcc.mk 81 CONFIG_FILE := dos-emx.mk 90 CONFIG_FILE := dos-tcc.mk 99 CONFIG_FILE := dos-wat.mk 108 CONFIG_FILE := dos-bcc.mk 117 CONFIG_FILE := dos-bcc.mk
|
D | dos-wat.mk | 15 include $(TOP_DIR)/builds/dos/dos-def.mk
|
D | dos-gcc.mk | 16 include $(TOP_DIR)/builds/dos/dos-def.mk
|
/third_party/flutter/skia/third_party/externals/freetype/builds/dos/ |
D | detect.mk | 32 PLATFORM := dos 65 PLATFORM := dos 71 ifeq ($(PLATFORM),dos) 75 CONFIG_FILE := dos-gcc.mk 81 CONFIG_FILE := dos-emx.mk 90 CONFIG_FILE := dos-tcc.mk 99 CONFIG_FILE := dos-wat.mk 108 CONFIG_FILE := dos-bcc.mk 117 CONFIG_FILE := dos-bcc.mk
|
D | dos-wat.mk | 15 include $(TOP_DIR)/builds/dos/dos-def.mk
|
D | dos-emx.mk | 16 include $(TOP_DIR)/builds/dos/dos-def.mk
|
/third_party/freetype/builds/dos/ |
D | detect.mk | 32 PLATFORM := dos 65 PLATFORM := dos 71 ifeq ($(PLATFORM),dos) 75 CONFIG_FILE := dos-gcc.mk 81 CONFIG_FILE := dos-emx.mk 90 CONFIG_FILE := dos-tcc.mk 99 CONFIG_FILE := dos-wat.mk 108 CONFIG_FILE := dos-bcc.mk 117 CONFIG_FILE := dos-bcc.mk
|
D | dos-gcc.mk | 16 include $(TOP_DIR)/builds/dos/dos-def.mk
|
D | dos-wat.mk | 15 include $(TOP_DIR)/builds/dos/dos-def.mk
|
/third_party/python/ |
D | .gitattributes | 36 [attr]dos text eol=crlf 38 *.bat dos 39 *.proj dos 40 *.props dos 41 *.ps1 dos 42 *.sln dos 43 *.vcxproj* dos 44 PC/readme.txt dos 45 PCbuild/readme.txt dos
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | RBBIRuleBuilder.java | 172 DataOutputStream dos = new DataOutputStream(os); in flattenData() local 202 ICUBinary.writeHeader(RBBIDataWrapper.DATA_FORMAT, RBBIDataWrapper.FORMAT_VERSION, 0, dos); in flattenData() 229 dos.writeInt(header[i]); in flattenData() 236 outputPos += table.put(dos); in flattenData() 240 outputPos += table.put(dos); in flattenData() 247 dos.write(0); in flattenData() 254 dos.writeInt(val.intValue()); in flattenData() 259 dos.write(0); in flattenData() 266 dos.write(strippedRulesUTF8, 0, strippedRulesUTF8.length); in flattenData() 267 dos.write(0); // Null termination in flattenData() [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | RBBIRuleBuilder.java | 169 DataOutputStream dos = new DataOutputStream(os); in flattenData() local 197 ICUBinary.writeHeader(RBBIDataWrapper.DATA_FORMAT, RBBIDataWrapper.FORMAT_VERSION, 0, dos); in flattenData() 224 dos.writeInt(header[i]); in flattenData() 231 outputPos += table.put(dos); in flattenData() 235 outputPos += table.put(dos); in flattenData() 242 dos.write(0); in flattenData() 249 dos.writeInt(val.intValue()); in flattenData() 254 dos.write(0); in flattenData() 261 dos.writeChars(strippedRules); in flattenData() 264 dos.write(0); in flattenData()
|
/third_party/glib/gio/ |
D | gdbusauth.c | 422 GDataOutputStream *dos, in client_choose_mech_and_send_initial_response() argument 533 if (!g_data_output_stream_put_string (dos, s, cancellable, error)) in client_choose_mech_and_send_initial_response() 567 GDataOutputStream *dos; in _g_dbus_auth_run_client() local 590 …dos = G_DATA_OUTPUT_STREAM (g_data_output_stream_new (g_io_stream_get_output_stream (auth->priv->s… in _g_dbus_auth_run_client() 592 g_filter_output_stream_set_close_base_stream (G_FILTER_OUTPUT_STREAM (dos), FALSE); in _g_dbus_auth_run_client() 607 if (!g_data_output_stream_put_byte (dos, '\0', cancellable, error)) in _g_dbus_auth_run_client() 611 if (!g_data_output_stream_put_byte (dos, '\0', cancellable, error)) in _g_dbus_auth_run_client() 634 if (!g_data_output_stream_put_string (dos, s, cancellable, error)) in _g_dbus_auth_run_client() 673 dos, in _g_dbus_auth_run_client() 709 if (!g_data_output_stream_put_string (dos, s, cancellable, error)) in _g_dbus_auth_run_client() [all …]
|
/third_party/boost/boost/iostreams/filter/ |
D | newline.hpp | 53 const int dos = 4; // Use CRLF as line separator. variable 56 const int platform_mask = posix | dos | mac; 70 return !is_mixed() && (flags_ & newline::dos) != 0; in is_dos() 77 bool is_mixed_dos() const { return (flags_ & newline::dos) != 0; } in is_mixed_dos() 84 (flags_ & newline::dos) != 0 ? in is_mixed() 85 newline::dos : in is_mixed() 125 target != iostreams::newline::dos && in newline_filter() 234 case iostreams::newline::dos: in newline() 261 case iostreams::newline::dos: in newline() 332 source() |= newline::dos; in get() [all …]
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | ICUBinary.java | 628 DataOutputStream dos) throws IOException { 630 dos.writeChar(32); // headerSize 631 dos.writeByte(MAGIC1); 632 dos.writeByte(MAGIC2); 634 dos.writeChar(20); // sizeof(UDataInfo) 635 dos.writeChar(0); // reservedWord 636 dos.writeByte(1); // isBigEndian 637 dos.writeByte(CHAR_SET_); // charsetFamily 638 dos.writeByte(CHAR_SIZE_); // sizeofUChar 639 dos.writeByte(0); // reservedByte [all …]
|
D | IntTrieBuilder.java | 341 DataOutputStream dos = new DataOutputStream(os); in serialize() local 342 dos.writeInt(Trie.HEADER_SIGNATURE_); in serialize() 351 dos.writeInt(options); in serialize() 353 dos.writeInt(m_indexLength_); in serialize() 354 dos.writeInt(m_dataLength_); in serialize() 361 dos.writeChar(v); in serialize() 367 dos.writeChar(v); in serialize() 373 dos.writeChar(v); in serialize() 378 dos.writeInt(m_data_[i]); in serialize()
|
D | Trie2.java | 468 protected int serializeHeader(DataOutputStream dos) throws IOException { in serializeHeader() argument 473 dos.writeInt(header.signature); in serializeHeader() 474 dos.writeShort(header.options); in serializeHeader() 475 dos.writeShort(header.indexLength); in serializeHeader() 476 dos.writeShort(header.shiftedDataLength); in serializeHeader() 477 dos.writeShort(header.index2NullOffset); in serializeHeader() 478 dos.writeShort(header.dataNullOffset); in serializeHeader() 479 dos.writeShort(header.shiftedHighStart); in serializeHeader() 485 dos.writeChar(index[i]); in serializeHeader()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | ICUBinary.java | 633 DataOutputStream dos) throws IOException { 635 dos.writeChar(32); // headerSize 636 dos.writeByte(MAGIC1); 637 dos.writeByte(MAGIC2); 639 dos.writeChar(20); // sizeof(UDataInfo) 640 dos.writeChar(0); // reservedWord 641 dos.writeByte(1); // isBigEndian 642 dos.writeByte(CHAR_SET_); // charsetFamily 643 dos.writeByte(CHAR_SIZE_); // sizeofUChar 644 dos.writeByte(0); // reservedByte [all …]
|
D | IntTrieBuilder.java | 343 DataOutputStream dos = new DataOutputStream(os); in serialize() local 344 dos.writeInt(Trie.HEADER_SIGNATURE_); in serialize() 353 dos.writeInt(options); in serialize() 355 dos.writeInt(m_indexLength_); in serialize() 356 dos.writeInt(m_dataLength_); in serialize() 363 dos.writeChar(v); in serialize() 369 dos.writeChar(v); in serialize() 375 dos.writeChar(v); in serialize() 380 dos.writeInt(m_data_[i]); in serialize()
|
D | Trie2.java | 472 protected int serializeHeader(DataOutputStream dos) throws IOException { in serializeHeader() argument 477 dos.writeInt(header.signature); in serializeHeader() 478 dos.writeShort(header.options); in serializeHeader() 479 dos.writeShort(header.indexLength); in serializeHeader() 480 dos.writeShort(header.shiftedDataLength); in serializeHeader() 481 dos.writeShort(header.index2NullOffset); in serializeHeader() 482 dos.writeShort(header.dataNullOffset); in serializeHeader() 483 dos.writeShort(header.shiftedHighStart); in serializeHeader() 489 dos.writeChar(index[i]); in serializeHeader()
|
/third_party/boost/boost/dll/detail/ |
D | pe_info.hpp | 180 dos_t dos; in parsing_supported() local 182 fs.read(reinterpret_cast<char*>(&dos), sizeof(dos)); in parsing_supported() 185 if (dos.e_magic != 0x4D5A && dos.e_magic != 0x5A4D) { in parsing_supported() 190 fs.seekg(dos.e_lfanew); in parsing_supported() 201 dos_t dos; in header() local 203 read_raw(fs, dos); in header() 205 fs.seekg(dos.e_lfanew); in header() 237 dos_t dos; in get_file_offset() local 239 read_raw(fs, dos); in get_file_offset() 240 fs.seekg(dos.e_lfanew + sizeof(header_t)); in get_file_offset()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
D | CodePointTrie.java | 467 DataOutputStream dos = new DataOutputStream(os); in toBinary() local 470 dos.writeInt(0x54726933); // signature="Tri3" in toBinary() 471 dos.writeChar( // options in toBinary() 476 dos.writeChar(index.length); in toBinary() 477 dos.writeChar(dataLength); in toBinary() 478 dos.writeChar(index3NullOffset); in toBinary() 479 dos.writeChar(dataNullOffset); in toBinary() 480 dos.writeChar(highStart >> SHIFT_2); // shiftedHighStart in toBinary() 483 for (char i : index) { dos.writeChar(i); } in toBinary() 485 length += data.write(dos); in toBinary() [all …]
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | CodePointTrie.java | 481 DataOutputStream dos = new DataOutputStream(os); in toBinary() local 484 dos.writeInt(0x54726933); // signature="Tri3" in toBinary() 485 dos.writeChar( // options in toBinary() 490 dos.writeChar(index.length); in toBinary() 491 dos.writeChar(dataLength); in toBinary() 492 dos.writeChar(index3NullOffset); in toBinary() 493 dos.writeChar(dataNullOffset); in toBinary() 494 dos.writeChar(highStart >> SHIFT_2); // shiftedHighStart in toBinary() 497 for (char i : index) { dos.writeChar(i); } in toBinary() 499 length += data.write(dos); in toBinary() [all …]
|