HomeSort by relevance Sort by last modified time
    Searched refs:votes (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/content/browser/media/capture/
video_capture_oracle.cc 317 int64 votes = 0; local
321 if (votes == 0) {
323 votes = candidate->size().GetArea();
325 votes += i->damage_rect.size().GetArea();
327 votes -= i->damage_rect.size().GetArea();
328 if (votes < 0) {
330 votes = -votes;
334 return (votes > 0) ? *candidate : gfx::Rect();
  /external/opencv/ml/src/
mlrtrees.cpp 410 CvMat votes; local
412 cvGetRow(oob_sample_votes, &votes, i);
413 votes.data.i[predicted_node->class_idx]++;
416 cvMinMaxLoc( &votes, 0, 0, 0, &max_loc );
457 // predict "permuted" cases and calculate the number of votes for the
547 int* votes = (int*)alloca( sizeof(int)*nclasses ); local
548 memset( votes, 0, sizeof(*votes)*nclasses );
556 nvotes = ++votes[class_idx];
  /external/chromium_org/chrome/common/extensions/docs/examples/api/permissions/extension-questions/
popup.js 6 var URL = 'http://api.stackoverflow.com/1.1/questions?max=10&sort=votes&tagged=google-chrome-extension';
  /external/chromium_org/components/autofill/core/browser/
personal_data_manager.cc     [all...]

Completed in 79 milliseconds