Home
last modified time | relevance | path

Searched refs:accumulated (Results 1 – 25 of 141) sorted by relevance

123456

/third_party/node/test/pummel/
Dtest-fs-watch-system-limit.js54 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/
Dresample.S30 … 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/
Dpredictor_enc.c46 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/
Dpredictor_enc.c46 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/
Dtimeout.qbk19 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/
Dmetrics.rst18 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/
Dparser.c257 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/
Dparser.c257 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/
DOcclusionQueries.md38 - 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/
Dtf_record_node.cc106 …[](const std::string &accumulated, const std::string &next) { return accumulated + " " + next +… in ValidateParams() argument
/third_party/grpc/third_party/upb/upb/json/
Dparser.rl255 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/
Dimport.c1485 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/
Dmodels_tf_fp16.cfg8 # The accumulated error causes the threshold to be exceeded
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dflex_test.dart76 …testWidgets('Doesn\'t overflow because of floating point accumulated error', (WidgetTester tester)…
/third_party/mindspore/tests/ut/data/mindrecord/testAclImdbData/pos/
D10007_7.txt1 …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/
DAPPLE_element_array.txt215 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/
DAPPLE_element_array.txt215 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/
Dtest.proto87 // Gets the accumulated stats for RPCs sent by a test client.
/third_party/openssl/doc/man7/
Dproxy-certificates.pod258 * 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/
Dlrs.proto88 // *LoadStatsResponse* will also be accumulated and billed to the cluster. This avoids a period
/third_party/flutter/flutter/dev/snippets/config/templates/
DREADME.md8 /// Any text outside of the code blocks will be accumulated and placed at the
/third_party/gstreamer/gstreamer/docs/random/
Dplan-0.11.txt134 - add accumulated time to the event
/third_party/musl/libc-test/
DREADME83 the build and runtime errors of each target are accumulated into a
/third_party/boost/libs/icl/doc/
Dexamples.qbk80 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/
Dprofile1.txt4 no time accumulated

123456