| /third_party/icu/icu4c/source/test/testdata/ |
| D | dcfmtest.txt | 1 # Note: Please make sure that this utf-8 file contains a BOM. 4 # Copyright (c) 2011-2012, International Business Machines Corporation and 11 # File Encoding: UTF-8 19 # Format Test Case Line: 20 # format pattern round-mode "decimal number" "expected formatted result" 44 format 0.0000E0 default "1234.01" "1.2340E3" 46 format 00 default "1234" "1234" 47 format 00 default ".01" "00" 48 format 00 default "1" "01" 49 format 00 default "1.9" "02" [all …]
|
| /third_party/vk-gl-cts/android/cts/main/vk-master-2020-03-01/ |
| D | pipeline.txt | 1 dEQP-VK.pipeline.monolithic.blend.clamp.b8g8r8a8_snorm 2 dEQP-VK.pipeline.monolithic.blend.clamp.b8g8r8a8_unorm 3 dEQP-VK.pipeline.monolithic.blend.clamp.r16g16b16a16_snorm 4 dEQP-VK.pipeline.monolithic.blend.clamp.r16g16b16a16_unorm 5 dEQP-VK.pipeline.monolithic.blend.clamp.r8g8b8a8_snorm 6 dEQP-VK.pipeline.monolithic.blend.clamp.r8g8b8a8_unorm 7 …-VK.pipeline.monolithic.blend.format.a1r5g5b5_unorm_pack16.states.color_1mca_1mca_rsub_alpha_o_1md… 8 …-VK.pipeline.monolithic.blend.format.a1r5g5b5_unorm_pack16.states.color_1mca_1mca_sub_alpha_o_1mda… 9 …-VK.pipeline.monolithic.blend.format.a1r5g5b5_unorm_pack16.states.color_1mca_1mda_add_alpha_1mda_1… 10 …-VK.pipeline.monolithic.blend.format.a1r5g5b5_unorm_pack16.states.color_1mca_1mda_sub_alpha_cc_sa_… [all …]
|
| /third_party/vk-gl-cts/android/cts/main/vk-master-2021-03-01/ |
| D | pipeline.txt | 1 dEQP-VK.pipeline.monolithic.bind_point.compute_raytracing.push_push.setup_cp_cs_rp_rs.cmd_dispatch_… 2 dEQP-VK.pipeline.monolithic.bind_point.compute_raytracing.push_push.setup_cp_cs_rp_rs.cmd_tracerays… 3 dEQP-VK.pipeline.monolithic.bind_point.compute_raytracing.push_push.setup_cp_cs_rs_rp.cmd_dispatch_… 4 dEQP-VK.pipeline.monolithic.bind_point.compute_raytracing.push_push.setup_cp_cs_rs_rp.cmd_tracerays… 5 dEQP-VK.pipeline.monolithic.bind_point.compute_raytracing.push_push.setup_cp_rp_cs_rs.cmd_dispatch_… 6 dEQP-VK.pipeline.monolithic.bind_point.compute_raytracing.push_push.setup_cp_rp_cs_rs.cmd_tracerays… 7 dEQP-VK.pipeline.monolithic.bind_point.compute_raytracing.push_push.setup_cp_rp_rs_cs.cmd_dispatch_… 8 dEQP-VK.pipeline.monolithic.bind_point.compute_raytracing.push_push.setup_cp_rp_rs_cs.cmd_tracerays… 9 dEQP-VK.pipeline.monolithic.bind_point.compute_raytracing.push_push.setup_cp_rs_cs_rp.cmd_dispatch_… 10 dEQP-VK.pipeline.monolithic.bind_point.compute_raytracing.push_push.setup_cp_rs_cs_rp.cmd_tracerays… [all …]
|
| /third_party/node/deps/v8/src/diagnostics/mips/ |
| D | disasm-mips.cc | 2 // Use of this source code is governed by a BSD-style license that can be 35 #include "src/codegen/macro-assembler.h" 36 #include "src/codegen/mips/constants-mips.h" 42 //------------------------------------------------------------------------------ 60 // Writes one disassembled instruction into 'buffer' (0-terminated). 109 void PrintFormat(Instruction* instr); // For floating format postfix. 127 void Format(Instruction* instr, const char* format); 170 while (cur != '\0' && (out_buffer_pos_ < (out_buffer_.length() - 1))) { in Print() 183 int reg = instr->RsValue(); in PrintRs() 188 int reg = instr->RtValue(); in PrintRt() [all …]
|
| /third_party/node/deps/v8/src/diagnostics/loong64/ |
| D | disasm-loong64.cc | 2 // Use of this source code is governed by a BSD-style license that can be 15 #include "src/codegen/loong64/constants-loong64.h" 16 #include "src/codegen/macro-assembler.h" 22 //------------------------------------------------------------------------------ 40 // Writes one disassembled instruction into 'buffer' (0-terminated). 93 void Format(Instruction* instr, const char* format); 123 while (cur != '\0' && (out_buffer_pos_ < (out_buffer_.length() - 1))) { in Print() 136 int reg = instr->RjValue(); in PrintRj() 141 int reg = instr->RkValue(); in PrintRk() 146 int reg = instr->RdValue(); in PrintRd() [all …]
|
| /third_party/node/deps/v8/src/diagnostics/mips64/ |
| D | disasm-mips64.cc | 2 // Use of this source code is governed by a BSD-style license that can be 35 #include "src/codegen/macro-assembler.h" 36 #include "src/codegen/mips64/constants-mips64.h" 42 //------------------------------------------------------------------------------ 60 // Writes one disassembled instruction into 'buffer' (0-terminated). 111 void PrintFormat(Instruction* instr); // For floating format postfix. 131 void Format(Instruction* instr, const char* format); 182 while (cur != '\0' && (out_buffer_pos_ < (out_buffer_.length() - 1))) { in Print() 195 int reg = instr->RsValue(); in PrintRs() 200 int reg = instr->RtValue(); in PrintRt() [all …]
|
| /third_party/node/deps/v8/src/diagnostics/riscv64/ |
| D | disasm-riscv64.cc | 2 // Use of this source code is governed by a BSD-style license that can be 35 #include "src/codegen/macro-assembler.h" 36 #include "src/codegen/riscv64/constants-riscv64.h" 42 //------------------------------------------------------------------------------ 59 // Writes one disassembled instruction into 'buffer' (0-terminated). 156 void Format(Instruction* instr, const char* format); 176 while (cur != '\0' && (out_buffer_pos_ < (out_buffer_.length() - 1))) { in Print() 193 int reg = instr->Rs1Value(); in PrintRs1() 198 int reg = instr->Rs2Value(); in PrintRs2() 203 int reg = instr->RdValue(); in PrintRd() [all …]
|
| /third_party/node/deps/v8/src/diagnostics/ppc/ |
| D | disasm-ppc.cc | 2 // Use of this source code is governed by a BSD-style license that can be 35 #include "src/codegen/macro-assembler.h" 36 #include "src/codegen/ppc/constants-ppc.h" 37 #include "src/codegen/register-configuration.h" 43 //------------------------------------------------------------------------------ 60 // Writes one disassembled instruction into 'buffer' (0-terminated). 83 int FormatFPRegister(Instruction* instr, const char* format); 84 int FormatVectorRegister(Instruction* instr, const char* format); 91 void Format(Instruction* instr, const char* format); 138 while (cur != '\0' && (out_buffer_pos_ < (out_buffer_.length() - 1))) { in Print() [all …]
|
| /third_party/alsa-utils/po/ |
| D | de.po | 1 # German translations for the alsa-utils package. 3 # This file is distributed under the same license as the alsa-utils package. 8 "Project-Id-Version: alsa-utils 1.0.23\n" 9 "Report-Msgid-Bugs-To: \n" 10 "POT-Creation-Date: 2018-01-10 09:07+0100\n" 11 "PO-Revision-Date: 2010-11-09 21:12+0100\n" 12 "Last-Translator: Clemens Ladisch <clemens@ladisch.de>\n" 13 "Language-Team: German\n" 15 "MIME-Version: 1.0\n" 16 "Content-Type: text/plain; charset=UTF-8\n" [all …]
|
| D | ja.po | 1 # Japanese translations for alsa-utils package 2 # alsa-utils パッケージに対する英訳. 4 # This file is distributed under the same license as the alsa-utils package. 9 "Project-Id-Version: alsa-utils 1.0.9a\n" 10 "Report-Msgid-Bugs-To: \n" 11 "POT-Creation-Date: 2018-01-10 09:07+0100\n" 12 "PO-Revision-Date: 2009-05-27 15:08+0200\n" 13 "Last-Translator: Takashi Iwai <tiwai@suse.de>\n" 14 "Language-Team: Japanese\n" 16 "MIME-Version: 1.0\n" [all …]
|
| D | fr.po | 1 # French translation for alsa-utils 3 # This file is distributed under the same license as the alsa-utils package. 9 "Project-Id-Version: alsa-utils 1.0.23\n" 10 "Report-Msgid-Bugs-To: \n" 11 "POT-Creation-Date: 2018-01-10 09:07+0100\n" 12 "PO-Revision-Date: 2020-07-08 16:05+0100\n" 13 "Last-Translator: Olivier Humbert <trebmuh@tuxfamily.org>\n" 14 "Language-Team: French <fr@li.org>\n" 16 "MIME-Version: 1.0\n" 17 "Content-Type: text/plain; charset=UTF-8\n" [all …]
|
| D | ka.po | 1 # alsa-utils translationto Georgian. 3 # This file is distributed under the same license as the alsa-utils package. 8 "Project-Id-Version: alsa-utils 1.2.7\n" 9 "Report-Msgid-Bugs-To: \n" 10 "POT-Creation-Date: 2022-09-08 09:06+0200\n" 11 "PO-Revision-Date: 2022-09-09 10:28+0200\n" 12 "Last-Translator: Temuri Doghonadze <temuri.doghonadze@gmail.com>\n" 13 "Language-Team: Georgian <(nothing)>\n" 15 "MIME-Version: 1.0\n" 16 "Content-Type: text/plain; charset=UTF-8\n" [all …]
|
| D | sk.po | 1 # Slovak translations for the alsa-utils package. 3 # This file is distributed under the same license as the alsa-utils package. 8 "Project-Id-Version: alsa-utils 1.0.23\n" 9 "Report-Msgid-Bugs-To: \n" 10 "POT-Creation-Date: 2020-10-18 14:55+0200\n" 11 "PO-Revision-Date: 2020-10-18 15:13+0200\n" 12 "Last-Translator: Jose Riha <jose1711@gmail.com>\n" 13 "Language-Team: Slovak\n" 15 "MIME-Version: 1.0\n" 16 "Content-Type: text/plain; charset=UTF-8\n" [all …]
|
| D | eu.po | 1 # Basque translation for alsa-utils 3 # This file is distributed under the same license as the alsa-utils package. 8 "Project-Id-Version: alsa-utils 1.0.23\n" 9 "Report-Msgid-Bugs-To: \n" 10 "POT-Creation-Date: 2018-01-10 09:07+0100\n" 11 "PO-Revision-Date: 2020-07-26 12:01+0200\n" 12 "Last-Translator: Porrumentzio <porrumentzio@riseup.net>\n" 13 "Language-Team: Librezale <librezale@librezale.eus>\n" 15 "MIME-Version: 1.0\n" 16 "Content-Type: text/plain; charset=UTF-8\n" [all …]
|
| D | ko.po | 1 # Basque translation for alsa-utils 3 # This file is distributed under the same license as the alsa-utils package. 8 "Project-Id-Version: alsa-utils 1.0.23\n" 9 "Report-Msgid-Bugs-To: \n" 10 "POT-Creation-Date: 2018-01-10 09:07+0100\n" 11 "PO-Revision-Date: 2023-05-25 17:58+0900\n" 12 "Language-Team: Librezale <librezale@librezale.eus>\n" 13 "MIME-Version: 1.0\n" 14 "Content-Type: text/plain; charset=UTF-8\n" 15 "Content-Transfer-Encoding: 8bit\n" [all …]
|
| /third_party/vk-gl-cts/android/cts/main/src/ |
| D | gles3-incremental-deqp.txt | 2 dEQP-GLES3.info.vendor 3 dEQP-GLES3.info.renderer 4 dEQP-GLES3.info.version 5 dEQP-GLES3.info.shading_language_version 6 dEQP-GLES3.info.extensions 7 dEQP-GLES3.info.render_target 8 dEQP-GLES3.functional.prerequisite.state_reset 9 dEQP-GLES3.functional.prerequisite.clear_color 10 dEQP-GLES3.functional.prerequisite.read_pixels 11 dEQP-GLES3.functional.implementation_limits.max_element_index [all …]
|
| /third_party/vk-gl-cts/android/cts/main/ |
| D | gles3-incremental-deqp.txt | 1 dEQP-GLES3.functional.color_clear.multiple_rgb 2 dEQP-GLES3.functional.color_clear.multiple_rgba 3 dEQP-GLES3.functional.color_clear.single_rgb 4 dEQP-GLES3.functional.color_clear.single_rgba 5 dEQP-GLES3.functional.implementation_limits.max_element_index 6 dEQP-GLES3.functional.implementation_limits.subpixel_bits 7 dEQP-GLES3.functional.prerequisite.clear_color 8 dEQP-GLES3.functional.prerequisite.read_pixels 9 dEQP-GLES3.functional.prerequisite.state_reset 10 dEQP-GLES3.functional.rasterization.fbo.rbo_multisample_max.primitives.lines [all …]
|
| /third_party/node/deps/v8/src/diagnostics/s390/ |
| D | disasm-s390.cc | 2 // Use of this source code is governed by a BSD-style license that can be 35 #include "src/codegen/macro-assembler.h" 36 #include "src/codegen/register-configuration.h" 37 #include "src/codegen/s390/constants-s390.h" 43 //------------------------------------------------------------------------------ 60 // Writes one disassembled instruction into 'buffer' (0-terminated). 81 void Format(Instruction* instr, const char* format); 103 while (cur != '\0' && (out_buffer_pos_ < (out_buffer_.length() - 1))) { in Print() 133 base::SNPrintF(out_buffer_ + out_buffer_pos_, "%d - 0x%x", in PrintSoftwareInterrupt() 145 int Decoder::FormatRegister(Instruction* instr, const char* format) { in FormatRegister() argument [all …]
|
| /third_party/elfutils/po/ |
| D | de.po | 12 "Project-Id-Version: elfutils\n" 13 "Report-Msgid-Bugs-To: https://sourceware.org/bugzilla/\n" 14 "POT-Creation-Date: 2022-11-02 13:30+0100\n" 15 "PO-Revision-Date: 2009-06-29 15:15+0200\n" 16 "Last-Translator: Michael Münch <micm@fedoraproject.org>\n" 17 "Language-Team: German\n" 19 "MIME-Version: 1.0\n" 20 "Content-Type: text/plain; charset=UTF-8\n" 21 "Content-Transfer-Encoding: 8bit\n" 22 "Plural-Forms: nplurals=2; plural=(n != 1);\n" [all …]
|
| D | ja.po | 9 "Project-Id-Version: elfutils\n" 10 "Report-Msgid-Bugs-To: https://sourceware.org/bugzilla/\n" 11 "POT-Creation-Date: 2022-11-02 13:30+0100\n" 12 "PO-Revision-Date: 2009-09-20 15:32+0900\n" 13 "Last-Translator: Hyu_gabaru Ryu_ichi <hyu_gabaru@yahoo.co.jp>\n" 14 "Language-Team: Japanese <jp@li.org>\n" 16 "MIME-Version: 1.0\n" 17 "Content-Type: text/plain; charset=UTF-8\n" 18 "Content-Transfer-Encoding: 8bit\n" 19 "X-Generator: KBabel 1.11.4\n" [all …]
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/chapters/commonvalidity/ |
| D | attachment_description_common.adoc | 1 // Copyright 2020-2024 The Khronos Group Inc. 3 // SPDX-License-Identifier: CC-BY-4.0 7 * [[VUID-{refpage}-format-06699]] 8 If pname:format includes a color or depth component and pname:loadOp is 11 * [[VUID-{refpage}-finalLayout-00843]] 14 * [[VUID-{refpage}-format-03280]] 15 If pname:format is a color format, pname:initialLayout must: not be 18 * [[VUID-{refpage}-format-03281]] 19 If pname:format is a depth/stencil format, pname:initialLayout must: not 21 * [[VUID-{refpage}-format-03282]] [all …]
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
| D | substitute.h | 8 // https://www.apache.org/licenses/LICENSE-2.0 16 // ----------------------------------------------------------------------------- 18 // ----------------------------------------------------------------------------- 21 // substitutions using a format string with positional notation: 24 // Unlike printf-style format specifiers, `Substitute()` functions do not need 26 // following the format string, such as strings, string_views, ints, 30 // `Substitute()` does not allow you to specify *how* to format a value, beyond 31 // the default conversion to string. For example, you cannot format an integer 34 // The format string uses positional identifiers indicated by a dollar sign ($) 36 // use at that location within the format string. [all …]
|
| /third_party/libphonenumber/resources/ |
| D | PhoneNumberAlternateFormats.xml | 1 <!-- Copyright (C) 2011 The Libphonenumber Authors 7 http://www.apache.org/licenses/LICENSE-2.0 21 provided by the main PhoneNumberMetadata.xml file - formatting patterns 24 Note also that only the most specific leading-digits pattern is present for 25 each pattern - the less specific ones are used only by the 34 two-letter region codes (or are set to "001" for non-geographical entities, which 39 --> 46 <!ELEMENT numberFormat (leadingDigits*, format, intlFormat*)> 48 <!ELEMENT format (#PCDATA)> 59 <!-- United Arab Emirates (AE) --> [all …]
|
| /third_party/protobuf/src/google/protobuf/compiler/cpp/ |
| D | cpp_message.cc | 1 // Protocol Buffers - Google's data interchange format 3 // https://developers.google.com/protocol-buffers/ 72 static constexpr int kNoHasbit = -1; 77 // masks must be non-zero. 90 // If we have multiple parts, each expected to be 0, then bitwise-or them. in ConditionalToCheckBitmasks() 98 void PrintPresenceCheck(const Formatter& format, const FieldDescriptor* field, in PrintPresenceCheck() argument 101 if (!field->options().weak()) { in PrintPresenceCheck() 102 int has_bit_index = has_bit_indices[field->index()]; in PrintPresenceCheck() 105 format("cached_has_bits = _has_bits_[$1$];\n", *cached_has_word_index); in PrintPresenceCheck() 109 format("if (cached_has_bits & 0x$1$u) {\n", mask); in PrintPresenceCheck() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
| D | X86InstrFormats.td | 1 //===-- X86InstrFormats.td - X86 Instruction Formats -------*- tablegen -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 //===----------------------------------------------------------------------===// 10 // X86 Instruction Format Definitions. 13 // Format specifies the encoding used by the instruction. This is part of the 14 // ad-hoc solution used to emit machine instruction encodings by our machine 16 class Format<bits<7> val> { 20 def Pseudo : Format<0>; 21 def RawFrm : Format<1>; [all …]
|