Searched refs:num_points (Results 1 - 25 of 61) sorted by relevance

123

/external/chromium-trace/catapult/dashboard/dashboard/
H A Dnew_points.py66 num_points = int(self.request.get('num_points', _DEFAULT_NUM_POINTS))
68 num_points = _DEFAULT_NUM_POINTS
71 rows = query.fetch(limit=num_points)
93 'num_points': num_points,
H A Dload_from_prod.py51 num_points = self.request.get('num_points')
53 url = ('%s?test_path=%s&num_points=%s' %
54 (_PROD_DUMP_GRAPH_JSON_URL, urllib.quote(test_path), num_points))
60 num_points = self.request.get('num_points')
61 url = ('%s?sheriff=%s&num_alerts=%s&num_points=%s' %
63 num_points))
H A Dgraph_json.py29 # This can be overridden by specifying num_points or start_rev and end_rev.
91 'num_points': (_PositiveIntOrNone(graphs.get('num_points'))
101 test_path_dict, rev=None, num_points=None,
108 with the arguments rev, num_points, start_rev, and end_rev.
113 num_points: Number of points to plot.
146 num_points = num_points or _DEFAULT_NUM_POINTS
148 _UpdateRevisionMap(revision_map, test, rev, num_points, start_rev, end_rev)
150 _ClampRevisionMap(revision_map, rev, num_points)
[all...]
H A Dgraph_csv.py26 num_points: Number of Rows to get data for.
34 num_points = int(self.request.get('num_points', 500))
53 points = reversed(q.fetch(limit=num_points))
H A Ddump_graph_json.py45 num_points: Max number of Row entities (optional).
54 num_points = int(self.request.get('num_points', _DEFAULT_MAX_POINTS))
74 entities += q.fetch(limit=num_points)
92 num_points: Max number of Row entities (optional).
101 num_points = int(self.request.get('num_points', _DEFAULT_MAX_POINTS))
117 entities.extend(self._FetchRowsAsync(test_keys, num_points))
148 def _FetchRowsAsync(self, test_keys, num_points):
157 futures.append(q.fetch_async(limit=num_points))
[all...]
H A Dgraph_json_test.py252 {'ChromiumGPU/win7/dromaeo/dom': []}, rev=15300, num_points=8)
314 rev=15000, num_points=8)
338 num_points=8)
372 rev=100, num_points=8)
404 rev=15030, num_points=8)
437 rev=15498, num_points=7)
460 rev=15001, num_points=8)
483 rev=15000, num_points=8)
535 rev=15000, num_points=8)
601 rev=15000, num_points
[all...]
/external/ceres-solver/examples/
H A Dcircle_fit.cc138 int num_points = 0; local
144 num_points++;
147 std::cout << "Got " << num_points << " points.\n"; local
H A Dbal_problem.h70 int num_points() const { return num_points_; } function in class:ceres::examples::BALProblem
H A Dbundle_adjuster.cc142 const int num_points = bal_problem->num_points(); local
160 for (int i = 0; i < num_points; ++i) {
169 for (int i = 0; i < num_points; ++i) {
178 for (int i = 0; i < num_points; ++i) {
208 for (int i = 0; i < num_points; ++i) {
/external/ceres-solver/internal/ceres/
H A Dvisibility.cc84 int num_points = 0; local
87 num_points = max(num_points, (*visibility[i].rbegin()) + 1);
96 vector<set<int> > inverse_visibility(num_points);
/external/opencv3/modules/cudalegacy/src/
H A Dcalib3d.cpp75 const int num_hypotheses, const int num_points, const float* rot_matrices,
131 // Selects subset_size random different points from [0, num_points - 1] range
132 void selectRandom(int subset_size, int num_points, std::vector<int>& subset)
140 subset[i] = rand() % num_points;
160 num_points(num_points_), subset_size(subset_size_), rot_matrices(rot_matrices_),
177 selectRandom(subset_size, num_points, subset_indices);
202 int num_points;
225 const int num_points = object.cols;
226 CV_Assert(num_points >= subset_size);
240 num_points, subset_siz
[all...]
/external/freetype/src/base/
H A Dftgloadr.c369 FT_UInt num_points = (FT_UInt)source->base.outline.n_points; local
373 error = FT_GlyphLoader_CheckPoints( target, num_points, num_contours );
381 num_points );
383 num_points );
391 num_points );
393 num_points );
396 out->n_points = (short)num_points;
H A Dftstroke.c314 FT_UInt num_points; member in struct:FT_StrokeBorderRec_
331 FT_UInt new_max = border->num_points + new_points;
361 FT_UInt count = border->num_points;
368 border->num_points = start;
373 border->num_points = --count;
435 border->points[border->num_points - 1] = *to;
440 if ( border->num_points > 0 &&
441 FT_IS_SMALL( border->points[border->num_points - 1].x - to->x ) &&
442 FT_IS_SMALL( border->points[border->num_points - 1].y - to->y ) )
449 FT_Vector* vec = border->points + border->num_points;
665 FT_UInt num_points = 0; local
1989 FT_UInt num_points = 0, num_contours = 0; local
2019 FT_UInt count1, count2, num_points = 0; local
2336 FT_UInt num_points, num_contours; local
2417 FT_UInt num_points, num_contours; local
[all...]
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/
H A Dftgloadr.c369 FT_UInt num_points = (FT_UInt)source->base.outline.n_points; local
373 error = FT_GlyphLoader_CheckPoints( target, num_points, num_contours );
381 num_points );
383 num_points );
391 num_points );
393 num_points );
396 out->n_points = (short)num_points;
H A Dftstroke.c314 FT_UInt num_points; member in struct:FT_StrokeBorderRec_
331 FT_UInt new_max = border->num_points + new_points;
361 FT_UInt count = border->num_points;
368 border->num_points = start;
373 border->num_points = --count;
435 border->points[border->num_points - 1] = *to;
440 if ( border->num_points > 0 &&
441 FT_IS_SMALL( border->points[border->num_points - 1].x - to->x ) &&
442 FT_IS_SMALL( border->points[border->num_points - 1].y - to->y ) )
449 FT_Vector* vec = border->points + border->num_points;
665 FT_UInt num_points = 0; local
1988 FT_UInt num_points = 0, num_contours = 0; local
2018 FT_UInt count1, count2, num_points = 0; local
2335 FT_UInt num_points, num_contours; local
2416 FT_UInt num_points, num_contours; local
[all...]
/external/pdfium/third_party/freetype/src/base/
H A Dftgloadr.c369 FT_UInt num_points = (FT_UInt)source->base.outline.n_points; local
373 error = FT_GlyphLoader_CheckPoints( target, num_points, num_contours );
381 num_points );
383 num_points );
391 num_points );
393 num_points );
396 out->n_points = (short)num_points;
H A Dftstroke.c314 FT_UInt num_points; member in struct:FT_StrokeBorderRec_
331 FT_UInt new_max = border->num_points + new_points;
361 FT_UInt count = border->num_points;
368 border->num_points = start;
373 border->num_points = --count;
435 border->points[border->num_points - 1] = *to;
440 if ( border->num_points > 0 &&
441 FT_IS_SMALL( border->points[border->num_points - 1].x - to->x ) &&
442 FT_IS_SMALL( border->points[border->num_points - 1].y - to->y ) )
449 FT_Vector* vec = border->points + border->num_points;
665 FT_UInt num_points = 0; local
1988 FT_UInt num_points = 0, num_contours = 0; local
2018 FT_UInt count1, count2, num_points = 0; local
2335 FT_UInt num_points, num_contours; local
2416 FT_UInt num_points, num_contours; local
[all...]
/external/chromium-trace/catapult/dashboard/dashboard/models/
H A Dgraph_data.py422 def GetRowsForTestAroundRev(test_key, rev, num_points, privileged=False):
423 """Gets up to |num_points| Row entities for a test centered on a revision."""
425 num_rows_before = int(num_points / 2) + 1
426 num_rows_after = int(num_points / 2)
434 """Gets up to |num_points| Row entities for a test centered on a revision."""
454 test_key, num_points, keys_only=False, privileged=False):
455 """Gets the latest num_points Row entities for a test."""
462 return query.fetch(limit=num_points, batch_size=100, keys_only=keys_only)
/external/opencv3/modules/cudalegacy/src/cuda/
H A Dcalib3d.cu144 const int num_points, const float3* object, const float2* image,
151 for (int i = threadIdx.x; i < num_points; i += blockDim.x)
173 const int num_hypotheses, const int num_points, const float* rot_matrices,
184 num_points, object, image, dist_threshold, hypothesis_scores);
/external/freetype/src/autofit/
H A Dafwarp.c174 FT_Int nn, num_points, num_segments; local
203 num_points = hints->num_points;
214 for ( nn = 1; nn < num_points; nn++ )
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
H A Dafwarp.c174 FT_Int nn, num_points, num_segments; local
203 num_points = hints->num_points;
214 for ( nn = 1; nn < num_points; nn++ )
/external/boringssl/src/crypto/ec/
H A Dp224-64.c939 const unsigned num_points, const u8 *g_scalar,
955 for (i = (num_points ? 220 : 27); i >= 0; --i) {
991 if (num_points && (i % 5 == 0)) {
993 for (num = 0; num < num_points; ++num) {
1146 size_t num_points = num; local
1167 if (num_points > 0) {
1168 if (num_points >= 3) {
1173 secrets = OPENSSL_malloc(num_points * sizeof(felem_bytearray));
1174 pre_comp = OPENSSL_malloc(num_points * sizeof(felem[17][3]));
1176 tmp_felems = OPENSSL_malloc((num_points * 1
937 batch_mul(felem x_out, felem y_out, felem z_out, const felem_bytearray scalars[], const unsigned num_points, const u8 *g_scalar, const int mixed, const felem pre_comp[][17][3]) argument
[all...]
/external/flac/libFLAC/
H A Dformat.c243 for(i = 0; i < seek_table->num_points; i++) {
278 if (seek_table->num_points == 0)
282 qsort(seek_table->points, seek_table->num_points, sizeof(FLAC__StreamMetadata_SeekPoint), (int (*)(const void *, const void *))seekpoint_compare_);
286 for(i = j = 0; i < seek_table->num_points; i++) {
297 for(i = j; i < seek_table->num_points; i++) {
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/type1/
H A Dt1load.c214 axis->maximum = map->design_points[map->num_points - 1];
239 for ( j = 1; j < axismap->num_points; ++j )
249 return INT_TO_FIXED( axismap->design_points[axismap->num_points - 1] );
446 design = ( designs[map->num_points - 1] - designs[0] ) / 2;
448 for ( p = 0; p < (FT_UInt)map->num_points; p++ )
474 the_blend = blends[map->num_points - 1];
559 dmap->num_points = 0;
785 FT_Int p, num_points; local
793 T1_MAX_MM_MAP_POINTS, &num_points );
795 if ( num_points <
[all...]
/external/pdfium/third_party/freetype/src/type1/
H A Dt1load.c214 axis->maximum = map->design_points[map->num_points - 1];
239 for ( j = 1; j < axismap->num_points; ++j )
249 return INT_TO_FIXED( axismap->design_points[axismap->num_points - 1] );
443 design = ( designs[map->num_points - 1] - designs[0] ) / 2;
445 for ( p = 0; p < (FT_UInt)map->num_points; p++ )
471 the_blend = blends[map->num_points - 1];
556 dmap->num_points = 0;
782 FT_Int p, num_points; local
790 T1_MAX_MM_MAP_POINTS, &num_points );
792 if ( num_points <
[all...]

Completed in 475 milliseconds

123