/third_party/boost/libs/hana/test/functional/ |
D | partial.cpp | 18 hana::partial(f)(), in main() 22 hana::partial(f)(ct_eq<1>{}), in main() 26 hana::partial(f)(ct_eq<1>{}, ct_eq<2>{}), in main() 30 hana::partial(f)(ct_eq<1>{}, ct_eq<2>{}, ct_eq<3>{}), in main() 35 hana::partial(f, ct_eq<1>{})(), in main() 39 hana::partial(f, ct_eq<1>{})(ct_eq<2>{}), in main() 43 hana::partial(f, ct_eq<1>{})(ct_eq<2>{}, ct_eq<3>{}), in main() 48 hana::partial(f, ct_eq<1>{}, ct_eq<2>{})(), in main() 52 hana::partial(f, ct_eq<1>{}, ct_eq<2>{})(ct_eq<3>{}), in main() 56 hana::partial(f, ct_eq<1>{}, ct_eq<2>{})(ct_eq<3>{}, ct_eq<4>{}), in main() [all …]
|
/third_party/python/Tools/c-analyzer/c_parser/preprocessor/ |
D | gcc.py | 61 partial = 0 # depth 75 line, partial = _strip_directives(line, partial=partial) 85 def _strip_directives(line, partial=0): argument 87 while partial > 0: 89 return None, partial 91 partial += 1 if delim == '(' else -1 # opened/closed 101 after, partial = _strip_directives(line[m.end():], 2) 103 if partial: 106 return line, partial
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_rast_rect.c | 100 partial(struct lp_rasterizer_task *task, in partial() function 202 partial(task, rect, ix0, iy0, in lp_rast_rectangle() 210 partial(task, rect, ix0, iy0, mask & top_mask); in lp_rast_rectangle() 212 partial(task, rect, ix0, i, mask); in lp_rast_rectangle() 213 partial(task, rect, ix0, iy1, mask & bottom_mask); in lp_rast_rectangle() 219 partial(task, rect, ix0, iy0, mask & left_mask); in lp_rast_rectangle() 221 partial(task, rect, i, iy0, mask); in lp_rast_rectangle() 222 partial(task, rect, ix1, iy0, mask & right_mask); in lp_rast_rectangle() 228 partial(task, rect, ix0, iy0, left_mask & top_mask); in lp_rast_rectangle() 229 partial(task, rect, ix0, iy1, left_mask & bottom_mask); in lp_rast_rectangle() [all …]
|
D | lp_rast_linear_fallback.c | 187 partial(struct lp_rasterizer_task *task, in partial() function 252 partial(task, inputs, ix0, iy0, in lp_rast_linear_rect_fallback() 260 partial(task, inputs, ix0, iy0, mask & top_mask); in lp_rast_linear_rect_fallback() 262 partial(task, inputs, ix0, i, mask); in lp_rast_linear_rect_fallback() 263 partial(task, inputs, ix0, iy1, mask & bottom_mask); in lp_rast_linear_rect_fallback() 269 partial(task, inputs, ix0, iy0, mask & left_mask); in lp_rast_linear_rect_fallback() 271 partial(task, inputs, i, iy0, mask); in lp_rast_linear_rect_fallback() 272 partial(task, inputs, ix1, iy0, mask & right_mask); in lp_rast_linear_rect_fallback() 278 partial(task, inputs, ix0, iy0, left_mask & top_mask); in lp_rast_linear_rect_fallback() 279 partial(task, inputs, ix0, iy1, left_mask & bottom_mask); in lp_rast_linear_rect_fallback() [all …]
|
D | lp_setup_rect.c | 208 partial(struct lp_setup_context *setup, in partial() function 412 partial(setup, rect, ix0, iy0, in lp_setup_bin_rectangle() 417 partial(setup, rect, ix0, iy0, mask | top_mask); in lp_setup_bin_rectangle() 419 partial(setup, rect, ix0, i, mask); in lp_setup_bin_rectangle() 420 partial(setup, rect, ix0, iy1, mask | bottom_mask); in lp_setup_bin_rectangle() 424 partial(setup, rect, ix0, iy0, mask | left_mask); in lp_setup_bin_rectangle() 426 partial(setup, rect, i, iy0, mask); in lp_setup_bin_rectangle() 427 partial(setup, rect, ix1, iy0, mask | right_mask); in lp_setup_bin_rectangle() 430 partial(setup, rect, ix0, iy0, left_mask | top_mask); in lp_setup_bin_rectangle() 431 partial(setup, rect, ix0, iy1, left_mask | bottom_mask); in lp_setup_bin_rectangle() [all …]
|
/third_party/node/deps/npm/node_modules/semver/ |
D | range.bnf | 4 hyphen ::= partial ' - ' partial 5 simple ::= primitive | partial | tilde | caret 6 primitive ::= ( '<' | '>' | '>=' | '<=' | '=' ) partial 7 partial ::= xr ( '.' xr ( '.' xr qualifier ? )? )? 10 tilde ::= '~' partial 11 caret ::= '^' partial
|
/third_party/ffmpeg/tests/fate/ |
D | wavpack.mak | 6 fate-wavpack-lossless-8bit: CMD = md5 -i $(TARGET_SAMPLES)/wavpack/lossless/8bit-partial.wv -f s8 -… 9 fate-wavpack-lossless-12bit: CMD = md5 -i $(TARGET_SAMPLES)/wavpack/lossless/12bit-partial.wv -f s1… 12 fate-wavpack-lossless-16bit: CMD = md5 -i $(TARGET_SAMPLES)/wavpack/lossless/16bit-partial.wv -f s1… 15 fate-wavpack-lossless-24bit: CMD = md5 -i $(TARGET_SAMPLES)/wavpack/lossless/24bit-partial.wv -f s2… 18 fate-wavpack-lossless-32bit: CMD = md5 -i $(TARGET_SAMPLES)/wavpack/lossless/32bit_int-partial.wv -… 21 fate-wavpack-lossless-float: CMD = md5 -i $(TARGET_SAMPLES)/wavpack/lossless/32bit_float-partial.wv… 43 …onofloat: CMD = md5 -i $(TARGET_SAMPLES)/wavpack/num_channels/mono_float-partial.wv -f f32le -af a… 49 ….0: CMD = md5 -i $(TARGET_SAMPLES)/wavpack/num_channels/edward_4.0_16bit-partial.wv -f s16le -af a… 52 …= md5 -i $(TARGET_SAMPLES)/wavpack/num_channels/panslab_sample_5.1_16bit-partial.wv -f s16le -af a… 55 …: CMD = md5 -i $(TARGET_SAMPLES)/wavpack/num_channels/eva_2.22_6.1_16bit-partial.wv -f s16le -af a… [all …]
|
/third_party/mindspore/tests/ut/python/pipeline/parse/ |
D | test_partial.py | 16 from functools import partial 34 f = partial(self.show, x) 53 f = partial(self.show, x=x) 72 f = partial(self.show, x=x, y=y) 92 f = partial(self.show, y=y) 112 f = partial(self.show, 1) 128 f = partial(self.show, x=1) 144 f = partial(self.show, x=1, y=2) 161 f = partial(self.show, y=2) 178 f = partial(self.show, x=1) [all …]
|
/third_party/lz4/ossfuzz/ |
D | round_trip_fuzzer.c | 41 char* const partial = (char*)malloc(partialCapacity); in LLVMFuzzerTestOneInput() local 42 FUZZ_ASSERT(partial); in LLVMFuzzerTestOneInput() 44 dst, partial, dstSize, partialCapacity, partialCapacity); in LLVMFuzzerTestOneInput() 47 FUZZ_ASSERT_MSG(!memcmp(data, partial, partialSize), "Corruption!"); in LLVMFuzzerTestOneInput() 48 free(partial); in LLVMFuzzerTestOneInput()
|
/third_party/curl/lib/ |
D | curl_get_line.c | 39 bool partial = FALSE; in Curl_get_line() local 45 if(partial) { in Curl_get_line() 46 partial = FALSE; in Curl_get_line() 52 partial = TRUE; in Curl_get_line()
|
/third_party/python/Lib/asyncio/ |
D | exceptions.py | 36 def __init__(self, partial, expected): argument 40 self.partial = partial 44 return type(self), (self.partial, self.expected)
|
/third_party/node/deps/npm/node_modules/sshpk/lib/formats/ |
D | rfc4253.js | 56 function read(partial, type, buf, options) { argument 77 while (!partial && !sshbuf.atEnd()) 82 assert.ok(partial || sshbuf.atEnd(), 129 if (partial && typeof (partial) === 'object') { 130 partial.remainder = sshbuf.remainder(); 131 partial.consumed = sshbuf._offset;
|
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/commands/ |
D | doctor_test.dart | 42 expect(result.type, ValidationType.partial); 94 expect(result.type, ValidationType.partial); 232 testUsingContext('contains installed and partial', () async { 241 <dynamic>['partial'], 245 <dynamic>['partial'], 252 testUsingContext('contains installed, missing and partial', () async { 269 <dynamic>['partial'], 273 <dynamic>['partial'], 330 ' ✗ An error message indicating partial installation\n' 352 ' ✗ An error message indicating partial installation\n' [all …]
|
/third_party/mindspore/tests/ut/cpp/vm/ |
D | vm_test.cc | 39 auto partial = new StructPartial(100, VectorRef({20, 60, 100.0})); in TEST_F() local 41 ss << *partial; in TEST_F() 42 delete partial; in TEST_F() 43 partial = nullptr; in TEST_F()
|
/third_party/skia/third_party/externals/freetype/src/gxvalid/ |
D | gxvlcar.c | 69 gxv_lcar_partial_validate( FT_Short partial, in gxv_lcar_partial_validate() argument 78 gxv_ctlPoint_validate( glyph, (FT_UShort)partial, gxvalid ); in gxv_lcar_partial_validate() 93 FT_Short partial; in gxv_lcar_LookupValue_validate() local 105 partial = FT_NEXT_SHORT( p ); in gxv_lcar_LookupValue_validate() 106 gxv_lcar_partial_validate( partial, glyph, gxvalid ); in gxv_lcar_LookupValue_validate()
|
/third_party/freetype/src/gxvalid/ |
D | gxvlcar.c | 69 gxv_lcar_partial_validate( FT_Short partial, in gxv_lcar_partial_validate() argument 78 gxv_ctlPoint_validate( glyph, (FT_UShort)partial, gxvalid ); in gxv_lcar_partial_validate() 93 FT_Short partial; in gxv_lcar_LookupValue_validate() local 105 partial = FT_NEXT_SHORT( p ); in gxv_lcar_LookupValue_validate() 106 gxv_lcar_partial_validate( partial, glyph, gxvalid ); in gxv_lcar_LookupValue_validate()
|
/third_party/flutter/skia/third_party/externals/freetype/src/gxvalid/ |
D | gxvlcar.c | 69 gxv_lcar_partial_validate( FT_Short partial, in gxv_lcar_partial_validate() argument 78 gxv_ctlPoint_validate( glyph, (FT_UShort)partial, gxvalid ); in gxv_lcar_partial_validate() 93 FT_Short partial; in gxv_lcar_LookupValue_validate() local 105 partial = FT_NEXT_SHORT( p ); in gxv_lcar_LookupValue_validate() 106 gxv_lcar_partial_validate( partial, glyph, gxvalid ); in gxv_lcar_LookupValue_validate()
|
/third_party/boost/libs/regex/doc/ |
D | partial_matches.qbk | 12 iterator [regex_iterator]. When used it indicates that partial as 13 well as full matches should be found. A partial match is one that 28 [[Partial match][True][False][Start of partial match.][End of partial match (end of text).]] 32 Be aware that using partial matches can sometimes result in somewhat 35 * There are some expressions, such as ".\*abc" that will always produce a partial match. This prob… 36 …to full matches, so for example matching "abc|b" against "ab" produces a partial match against the… 37 …ions where full matches are found even though partial matches are also possible: for example if th… 61 // return false for partial match, true for full match, or throw for 76 // what we have so far is only a partial match... 83 part at a time, if a partial match was encountered, then the partial match [all …]
|
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/macos/ |
D | cocoapods_validator_test.dart | 43 …testUsingContext('Emits partial status when CocoaPods is installed with unknown version', () async… 48 expect(result.type, ValidationType.partial); 53 testUsingContext('Emits partial status when CocoaPods is not initialized', () async { 57 expect(result.type, ValidationType.partial); 62 testUsingContext('Emits partial status when CocoaPods version is too low', () async { 67 expect(result.type, ValidationType.partial);
|
/third_party/boost/libs/hof/doc/html/_sources/include/boost/hof/ |
D | partial.hpp.txt | 3 partial.h 11 /// partial 17 /// The `partial` function adaptor allows partial application of the function. 20 /// finally be called. By default, `partial` captures all of its variables by 29 /// constexpr partial_adaptor<F> partial(F f); 34 /// assert(partial(f)(xs...)(ys...) == f(xs..., ys...)); 61 /// assert(3 == partial(sum())(1)(2)); 85 BOOST_HOF_DECLARE_STATIC_VAR(partial, detail::make<partial_adaptor>); 159 boost::hof::partial 192 boost::hof::partial
|
/third_party/flutter/engine/flutter/shell/platform/fuchsia/runtime/dart/utils/ |
D | files.cc | 45 for (ssize_t partial = 0; total < size; total += partial) { in WriteFileDescriptor() local 46 partial = write(fd, data + total, size - total); in WriteFileDescriptor() 47 if (partial < 0) in WriteFileDescriptor()
|
/third_party/glslang/Test/ |
D | hlsl.rw.swizzle.frag | 11 // Test swizzles and partial updates of L-values when writing to buffers and writable textures. 18 // buf[tc].yz = 42; // partial swizzle, simple RHS 19 // buf[tc].yz = SomeValue().x; // partial swizzle, complex RHS 20 // buf[tc].yz += 43; // partial swizzle, modify op
|
/third_party/boost/boost/iostreams/ |
D | code_converter.hpp | 313 bool partial = false; in read() local 319 if (buf.ptr() == buf.eptr() || partial) { in read() 323 partial = false; in read() 335 case std::codecvt_base::partial: in read() 336 partial = true; in read() 367 bool partial = false; in write() local 372 if (buf.eptr() == buf.end() || partial) { in write() 375 partial = false; in write() 387 case std::codecvt_base::partial: in write() 388 partial = true; in write()
|
/third_party/boost/libs/iostreams/test/detail/ |
D | null_padded_codecvt.hpp | 100 codecvt_base::partial; in do_in() 132 codecvt_base::partial; in do_out() 147 return codecvt_base::partial; in do_unshift() 203 return codecvt_base::partial; in do_in() 212 codecvt_base::partial; in do_in() 228 return codecvt_base::partial; in do_out()
|
/third_party/node/benchmark/buffers/ |
D | buffer-copy.js | 6 partial: ['true', 'false'], property 10 function main({ n, bytes, partial }) { field 13 const sourceStart = (partial === 'true' ? Math.floor(bytes / 2) : 0);
|