HomeSort by relevance Sort by last modified time
    Searched refs:num_points (Results 1 - 25 of 66) sorted by null

1 2 3

  /external/chromium-trace/catapult/dashboard/dashboard/
new_points.py 66 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,
load_from_prod.py 51 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))
graph_json.py 29 # 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...]
graph_csv.py 26 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))
dump_graph_json.py 45 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...]
graph_json_test.py 252 {'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=8
    [all...]
  /external/ceres-solver/examples/
circle_fit.cc 138 int num_points = 0; local
144 num_points++;
147 std::cout << "Got " << num_points << " points.\n"; local
bal_problem.h 70 int num_points() const { return num_points_; } function in class:ceres::examples::BALProblem
bundle_adjuster.cc 142 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/
visibility.cc 84 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/
calib3d.cpp 75 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_size, rot_matrices, transl_vectors)
    [all...]
  /external/freetype/src/base/
ftgloadr.c 369 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;
ftstroke.c 314 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/
ftgloadr.c 369 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;
ftstroke.c 314 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/
ftgloadr.c 369 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;
ftstroke.c 314 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/opencv3/modules/cudalegacy/src/cuda/
calib3d.cu 144 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/
afwarp.c 174 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/
afwarp.c 174 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/
p224-64.c 1146 size_t num_points = num; local
    [all...]
  /external/chromium-trace/catapult/dashboard/dashboard/models/
graph_data.py 422 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/flac/libFLAC/
format.c 243 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/
t1load.c 214 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 <= 0 || num_points > T1_MAX_MM_MAP_POINTS
    [all...]
  /external/pdfium/third_party/freetype/src/type1/
t1load.c 214 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 <= 0 || num_points > T1_MAX_MM_MAP_POINTS
    [all...]

Completed in 334 milliseconds

1 2 3