/third_party/glslang/Test/baseResults/ |
D | vulkan.vert.out | 37 ERROR: 0:68: 'location' : needs a literal integer 38 ERROR: 0:68: 'component' : needs a literal integer 39 ERROR: 0:69: 'binding' : needs a literal integer 40 ERROR: 0:69: 'set' : needs a literal integer 41 ERROR: 0:70: 'offset' : needs a literal integer 43 ERROR: 0:71: 'align' : needs a literal integer 44 ERROR: 0:72: 'xfb_offset' : needs a literal integer 45 ERROR: 0:73: 'xfb_buffer' : needs a literal integer 46 ERROR: 0:74: 'xfb_stride' : needs a literal integer 51 ERROR: 0:76: 'input_attachment_index' : needs a literal integer [all …]
|
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/ |
D | utils_test.dart | 189 const String _longLine = 'This is a long line that needs to be wrapped.'; 191 'needs to be wrapped.\n\n' + 194 'needs to be wrapped.\n\n' 200 'needs to be wrapped.\n\tAnd preserves tabs.\n \n ' + 203 const String _indentedLongLine = ' This is an indented long line that needs to be ' 224 This is a long line that needs to be 238 This is a long line that needs to be 245 that needs to be 249 This is a long line that needs to be 264 that needs [all …]
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | liveness.c | 161 add_pseudo_exclusive(&bb->needs, pseudo); in insn_uses() 173 pseudo_t needs; in track_bb_liveness() local 175 FOR_EACH_PTR(bb->needs, needs) { in track_bb_liveness() 178 if (!pseudo_in_list(parent->defines, needs)) { in track_bb_liveness() 179 add_pseudo_exclusive(&parent->needs, needs); in track_bb_liveness() 182 } END_FOR_EACH_PTR(needs); in track_bb_liveness() 194 free_ptr_list(&bb->needs); in clear_liveness() 232 if (pseudo_in_list(child->needs, def)) in track_pseudo_liveness() 294 merge_pseudo_list(child->needs, &live); in track_pseudo_death_bb()
|
/third_party/flutter/skia/third_party/externals/freetype/docs/ |
D | INSTALL.ANY | 92 `ftcache.c' needs `ftglyph.c' 93 `ftfstype.c' needs `fttype1.c' 94 `ftglyph.c' needs `ftbitmap.c' 95 `ftstroke.c' needs `ftglyph.c' 96 `ftsynth.c' needs `ftbitmap.c' 98 `cff.c' needs `sfnt.c', `pshinter.c', and `psnames.c' 99 `truetype.c' needs `sfnt.c' and `psnames.c' 100 `type1.c' needs `psaux.c' `pshinter.c', and `psnames.c' 101 `type1cid.c' needs `psaux.c', `pshinter.c', and `psnames.c' 102 `type42.c' needs `truetype.c'
|
/third_party/skia/third_party/externals/freetype/docs/ |
D | INSTALL.ANY | 95 `ftcache.c' needs `ftglyph.c' 96 `ftfstype.c' needs `fttype1.c' 97 `ftglyph.c' needs `ftbitmap.c' 98 `ftstroke.c' needs `ftglyph.c' 99 `ftsynth.c' needs `ftbitmap.c' 101 `cff.c' needs `sfnt.c', `pshinter.c', and `psnames.c' 102 `truetype.c' needs `sfnt.c' and `psnames.c' 103 `type1.c' needs `psaux.c' `pshinter.c', and `psnames.c' 104 `type1cid.c' needs `psaux.c', `pshinter.c', and `psnames.c' 105 `type42.c' needs `truetype.c'
|
/third_party/freetype/docs/ |
D | INSTALL.ANY | 94 `ftcache.c' needs `ftglyph.c' 95 `ftfstype.c' needs `fttype1.c' 96 `ftglyph.c' needs `ftbitmap.c' 97 `ftstroke.c' needs `ftglyph.c' 98 `ftsynth.c' needs `ftbitmap.c' 100 `cff.c' needs `sfnt.c', `pshinter.c', and `psnames.c' 101 `truetype.c' needs `sfnt.c' and `psnames.c' 102 `type1.c' needs `psaux.c' `pshinter.c', and `psnames.c' 103 `type1cid.c' needs `psaux.c', `pshinter.c', and `psnames.c' 104 `type42.c' needs `truetype.c'
|
/third_party/typescript/tests/baselines/reference/ |
D | computedPropertyNames29_ES6.types | 9 >() => { var obj = { [this.bar()]() { } // needs capture }; … 13 >{ [this.bar()]() { } // needs capture } : { [x: number]: () => void; } 15 [this.bar()]() { } // needs capture
|
D | computedPropertyNames29_ES5.types | 9 >() => { var obj = { [this.bar()]() { } // needs capture }; … 13 >{ [this.bar()]() { } // needs capture } : { [x: number]: () => void; } 15 [this.bar()]() { } // needs capture
|
D | computedPropertyNames31_ES5.types | 20 >() => { var obj = { [super.bar()]() { } // needs capture }; … 24 >{ [super.bar()]() { } // needs capture } : { [x: number]: () => void; } 26 [super.bar()]() { } // needs capture
|
D | computedPropertyNames31_ES6.types | 20 >() => { var obj = { [super.bar()]() { } // needs capture }; … 24 >{ [super.bar()]() { } // needs capture } : { [x: number]: () => void; } 26 [super.bar()]() { } // needs capture
|
/third_party/mesa3d/docs/relnotes/ |
D | 4.0.2 | 43 GGI needs updating 44 BeOS needs updating 45 Allegro needs updating 46 D3D needs updating
|
D | 4.0 | 142 GGI needs updating 143 DOS/DJGPP needs updating 144 BeOS needs updating 145 Allegro needs updating 146 D3D needs updating 147 DOS needs updating
|
D | 4.0.3 | 46 BeOS needs updating 47 Allegro needs updating 48 D3D needs updating
|
D | 5.0 | 76 BeOS needs updating (underway) 77 Allegro needs updating 78 D3D needs updating
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_host.h | 163 void SetNeedsMeta (bool needs) in SetNeedsMeta() argument 165 fNeedsMeta = needs; in SetNeedsMeta() 180 void SetNeedsImage (bool needs) in SetNeedsImage() argument 182 fNeedsImage = needs; in SetNeedsImage()
|
/third_party/boost/libs/convert/doc/ |
D | lexcast_converter.qbk | 25 * ['TypeOut] needs to be [@http://en.cppreference.com/w/cpp/named_req/CopyConstructible ['Copy Cons… 26 * ['TypeOut] needs to be [@http://en.cppreference.com/w/cpp/named_req/DefaultConstructible ['Defaul… 27 * ['TypeOut] needs to be ['Input Streamable]; 28 * ['TypeIn] needs to be ['Output Streamable].
|
/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | keep_alive_test.dart | 212 ' │ needs compositing\n' 222 ' │ needs compositing\n' 228 ' │ needs compositing\n' 238 ' │ needs compositing\n' 246 ' │ needs compositing\n' 254 ' │ needs compositing\n' 261 ' │ needs compositing\n' 269 ' │ needs compositing\n' 275 ' │ needs compositing\n' 283 ' │ needs compositing\n' [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/data/translit/ |
D | rm_SURSILV_rm_FONIPA_SURSILV.txt | 36 e → e ; # can also be /ɛ/; needs a dictionary 62 {sch} [aeiou] → ʒ ; # can also be /ʃ/; needs a dictionary 63 {sch} → ʃ ; # can also be /ʒ/; needs a dictionary 66 s → s ; # can also be /z/; needs a dictionary
|
/third_party/ltp/docparse/ |
D | README.md | 17 test execution framework needs to consume these so that it can locate proper 22 * Test needs at least 1GB of RAM. 24 * Test needs a block device at least 512MB in size 26 * Test needs a NUMA machine with two memory nodes and at least 300 free pages on each node 28 * Test needs i2c eeprom connected on a i2c bus 30 * Test needs two serial ports connected via null-modem cable 133 /* tests needs to run with UID=0 */ 137 * Tests needs a block device at least 1024MB in size and also 147 /* Tests needs uinput either compiled in or loaded as a module */ 153 /* Tests needs enabled kernel config flags */
|
/third_party/icu/icu4c/source/data/translit/ |
D | rm_SURSILV_rm_FONIPA_SURSILV.txt | 37 e → e ; # can also be /ɛ/; needs a dictionary 63 {sch} [aeiou] → ʒ ; # can also be /ʃ/; needs a dictionary 64 {sch} → ʃ ; # can also be /ʒ/; needs a dictionary 67 s → s ; # can also be /z/; needs a dictionary
|
/third_party/skia/third_party/externals/icu/source/data/translit/ |
D | rm_SURSILV_rm_FONIPA_SURSILV.txt | 37 e → e ; # can also be /ɛ/; needs a dictionary 63 {sch} [aeiou] → ʒ ; # can also be /ʃ/; needs a dictionary 64 {sch} → ʃ ; # can also be /ʒ/; needs a dictionary 67 s → s ; # can also be /z/; needs a dictionary
|
/third_party/ltp/tools/sparse/sparse-src/validation/doc/ |
D | cdoc.cdoc | 23 // which needs two lines 30 // which needs two lines 116 23: which needs two lines 123 30: which needs two lines
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ |
D | README.txt | 18 need to demangle symbols, but neither can depend on each other. libcxxabi needs 20 spec. LLVM needs a copy for a bunch of places, but doesn't want to use the 36 Because the core demangler needs to work in libcxxabi, everything needs to be
|
/third_party/boost/libs/beast/doc/qbk/08_design/ |
D | _design.qbk | 12 The implementations were originally driven by business needs of cryptocurrency 14 written in C++. These needs were not met by existing solutions so Beast 45 The HTTP interface is further driven by the needs of the WebSocket module, 53 * Allow for customizations, if the user needs it.
|
/third_party/skia/third_party/externals/freetype/ |
D | modules.cfg | 34 # This driver needs the `sfnt' module. 39 # This driver needs the `psaux', `pshinter', and `psnames' modules. 44 # This driver needs the `sfnt', `psaux', `pshinter', and `psnames' modules. 49 # This driver needs the `psaux', `pshinter', and `psnames' modules. 57 # This driver needs the `truetype' and `psaux' modules. 64 # PCF font driver. If debugging and tracing is enabled, needs `ftbitmap.c'. 73 # This driver needs the `psnames' module.
|