/third_party/node/test/pummel/ |
D | test-fs-watch-system-limit.js | 54 let accumulated = ''; variable 56 accumulated += chunk; 57 if (accumulated.includes('Error:') && !finished) { 59 accumulated.includes('ENOSPC: System limit for number ' + 61 accumulated.includes('EMFILE: '), 62 accumulated);
|
/third_party/ffmpeg/libswresample/arm/ |
D | resample.S | 30 … d0, d0, d1 @ pair adding of the 4x32-bit accumulated values 46 … d0, d0, d1 @ pair adding of the 4x32-bit accumulated values 59 … d0, d0, d1 @ pair adding of the 4x32-bit accumulated values 73 … d0, d0, d1 @ pair adding of the 4x32-bit accumulated values
|
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/ |
D | predictor_enc.c | 46 static float PredictionCostSpatialHistogram(const int accumulated[4][256], in PredictionCostSpatialHistogram() 53 retval += VP8LCombinedShannonEntropy(tile[i], accumulated[i]); in PredictionCostSpatialHistogram() 300 int accumulated[4][256], in GetBestPredictorForTile() 386 (const int (*)[256])accumulated, (const int (*)[256])histo_argb); in GetBestPredictorForTile() 402 accumulated[i][j] += best_histo[i][j]; in GetBestPredictorForTile() 531 static float PredictionCostCrossColor(const int accumulated[256], in PredictionCostCrossColor() 536 return VP8LCombinedShannonEntropy(counts, accumulated) + in PredictionCostCrossColor()
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
D | predictor_enc.c | 46 static float PredictionCostSpatialHistogram(const int accumulated[4][256], in PredictionCostSpatialHistogram() 53 retval += VP8LCombinedShannonEntropy(tile[i], accumulated[i]); in PredictionCostSpatialHistogram() 300 int accumulated[4][256], in GetBestPredictorForTile() 386 (const int (*)[256])accumulated, (const int (*)[256])histo_argb); in GetBestPredictorForTile() 402 accumulated[i][j] += best_histo[i][j]; in GetBestPredictorForTile() 531 static float PredictionCostCrossColor(const int accumulated[256], in PredictionCostCrossColor() 536 return VP8LCombinedShannonEntropy(counts, accumulated) + in PredictionCostCrossColor()
|
/third_party/boost/libs/test/doc/testing_tools/ |
D | timeout.qbk | 19 is the accumulated time of all the test-cases contained in the sub-tree rooted on the test-suite, p… 21 is set as being the test-suite time out minus the accumulated execution time before the execution o…
|
/third_party/libuv/docs/src/ |
D | metrics.rst | 18 The return value is the accumulated time spent idle in the kernel's event
|
/third_party/grpc/third_party/upb/generated_for_cmake/upb/json/ |
D | parser.c | 257 const char *accumulated; member 595 UPB_ASSERT(p->accumulated == NULL); in assert_accumulate_empty() 600 p->accumulated = NULL; in accumulate_clear() 631 if (!p->accumulated && can_alias) { in accumulate_append() 632 p->accumulated = buf; in accumulate_append() 646 if (p->accumulated != p->accumulate_buf) { in accumulate_append() 648 memcpy(p->accumulate_buf, p->accumulated, p->accumulated_len); in accumulate_append() 650 p->accumulated = p->accumulate_buf; in accumulate_append() 662 UPB_ASSERT(p->accumulated); in accumulate_getptr() 664 return p->accumulated; in accumulate_getptr() [all …]
|
/third_party/grpc/third_party/upb/cmake/upb/json/ |
D | parser.c | 257 const char *accumulated; member 595 UPB_ASSERT(p->accumulated == NULL); in assert_accumulate_empty() 600 p->accumulated = NULL; in accumulate_clear() 631 if (!p->accumulated && can_alias) { in accumulate_append() 632 p->accumulated = buf; in accumulate_append() 646 if (p->accumulated != p->accumulate_buf) { in accumulate_append() 648 memcpy(p->accumulate_buf, p->accumulated, p->accumulated_len); in accumulate_append() 650 p->accumulated = p->accumulate_buf; in accumulate_append() 662 UPB_ASSERT(p->accumulated); in accumulate_getptr() 664 return p->accumulated; in accumulate_getptr() [all …]
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/doc/ |
D | OcclusionQueries.md | 38 - Note that if the query spans across multiple render passes, its old value will be accumulated 45 in both the old offset and the new offset will be accumulated together.
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/ir/datasetops/source/ |
D | tf_record_node.cc | 106 …[](const std::string &accumulated, const std::string &next) { return accumulated + " " + next +… in ValidateParams() argument
|
/third_party/grpc/third_party/upb/upb/json/ |
D | parser.rl | 255 const char *accumulated; 593 UPB_ASSERT(p->accumulated == NULL); 598 p->accumulated = NULL; 629 if (!p->accumulated && can_alias) { 630 p->accumulated = buf; 644 if (p->accumulated != p->accumulate_buf) { 646 memcpy(p->accumulate_buf, p->accumulated, p->accumulated_len); 648 p->accumulated = p->accumulate_buf; 656 /* Returns a pointer to the data accumulated since the last accumulate_clear() 660 UPB_ASSERT(p->accumulated); [all …]
|
/third_party/python/Python/ |
D | import.c | 1485 static _PyTime_t accumulated; in import_find_and_load() local 1487 _PyTime_t t1 = 0, accumulated_copy = accumulated; in import_find_and_load() 1515 accumulated = 0; in import_find_and_load() 1534 (long)_PyTime_AsMicroseconds(cum - accumulated, _PyTime_ROUND_CEILING), in import_find_and_load() 1538 accumulated = accumulated_copy + cum; in import_find_and_load()
|
/third_party/mindspore/mindspore/lite/test/config/ |
D | models_tf_fp16.cfg | 8 # The accumulated error causes the threshold to be exceeded
|
/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | flex_test.dart | 76 …testWidgets('Doesn\'t overflow because of floating point accumulated error', (WidgetTester tester)…
|
/third_party/mindspore/tests/ut/data/mindrecord/testAclImdbData/pos/ |
D | 10007_7.txt | 1 …abriel No one, who reads stories he's penned over the airwaves and has accumulated an interesting …
|
/third_party/skia/third_party/externals/opengl-registry/extensions/APPLE/ |
D | APPLE_element_array.txt | 215 DrawElementArrayAPPLE, or DrawRangeElementArrayAPPLE are accumulated into a 226 accumulated into a display list as if VERTEX_ARRAY_RANGE_APPLE is
|
/third_party/openGLES/extensions/APPLE/ |
D | APPLE_element_array.txt | 215 DrawElementArrayAPPLE, or DrawRangeElementArrayAPPLE are accumulated into a 226 accumulated into a display list as if VERTEX_ARRAY_RANGE_APPLE is
|
/third_party/grpc/src/proto/grpc/testing/ |
D | test.proto | 87 // Gets the accumulated stats for RPCs sent by a test client.
|
/third_party/openssl/doc/man7/ |
D | proxy-certificates.pod | 258 * accumulated rights bit array, and voilà, you 259 * now have a new accumulated rights bit array.
|
/third_party/grpc/src/proto/grpc/testing/xds/v3/ |
D | lrs.proto | 88 // *LoadStatsResponse* will also be accumulated and billed to the cluster. This avoids a period
|
/third_party/flutter/flutter/dev/snippets/config/templates/ |
D | README.md | 8 /// Any text outside of the code blocks will be accumulated and placed at the
|
/third_party/gstreamer/gstreamer/docs/random/ |
D | plan-0.11.txt | 134 - add accumulated time to the event
|
/third_party/musl/libc-test/ |
D | README | 83 the build and runtime errors of each target are accumulated into a
|
/third_party/boost/libs/icl/doc/ |
D | examples.qbk | 80 On every overlap of intervals, the corresponding name sets are accumulated. At 172 Doing so, the associated values that are accumulated in
|
/third_party/boost/libs/serialization/doc/ |
D | profile1.txt | 4 no time accumulated
|