Searched refs:labels_ (Results 1 - 9 of 9) sorted by relevance

/external/openfst/src/include/fst/
H A Darcfilter.h83 bool match = labels_.Find(label) != labels_.End();
88 labels_.Insert(label);
92 CompactSet<Label, kNoLabel> labels_; member in class:fst::MultiLabelArcFilter
H A Dstring.h184 for (size_t i = 0; i < labels_.size(); ++i) {
187 if (!PrintLabel(labels_[i], sstrm))
192 output->reserve(labels_.size());
193 for (size_t i = 0; i < labels_.size(); ++i) {
194 output->push_back(labels_[i]);
197 return LabelsToUTF8String(labels_, output);
208 labels_.clear();
226 labels_.push_back(arc.olabel);
264 vector<Label> labels_; // Input FST labels. member in class:fst::StringPrinter
/external/chromium_org/content/browser/resources/media/
H A Dtimeline_graph_view.js289 this.labels_ = [];
382 for (var i = 0; i < this.labels_.length; ++i)
383 this.labels_[i] += ' ' + units[unit];
396 this.labels_ = [];
456 this.labels_.push(label.toFixed(stepSizeDecimalDigits));
460 * Draws tick marks for each of the labels in |labels_|.
470 for (var i = 1; i < this.labels_.length - 1; ++i) {
473 var y = Math.round(this.height_ * i / (this.labels_.length - 1));
510 * Draw labels in |labels_|.
513 if (this.labels_
[all...]
/external/chromium_org/chrome/browser/resources/net_internals/
H A Dtimeline_graph_view.js480 this.labels_ = [];
564 for (var i = 0; i < this.labels_.length; ++i)
565 this.labels_[i] += ' ' + units[unit];
578 this.labels_ = [];
636 this.labels_.push(label.toFixed(stepSizeDecimalDigits));
640 * Draws tick marks for each of the labels in |labels_|.
655 for (var i = 1; i < this.labels_.length - 1; ++i) {
658 var y = Math.round(this.height_ * i / (this.labels_.length - 1));
694 * Draw labels in |labels_|.
697 if (this.labels_
[all...]
/external/chromium_org/google_apis/drive/
H A Dgdata_wapi_parser.h371 const std::vector<std::string>& labels() const { return labels_; }
447 labels_ = labels;
474 // Currently, sets |kind_| and |labels_| based on the |categories_| in the
493 std::vector<std::string> labels_; member in class:google_apis::ResourceEntry
H A Ddrive_api_parser.h468 const FileLabels& labels() const { return labels_; }
525 return &labels_;
572 FileLabels labels_; member in class:google_apis::FileResource
H A Dgdata_wapi_parser.cc436 // Set |kind_| and |labels_| based on the |categories_| in the class.
445 labels_.push_back(category->label());
H A Ddrive_api_parser.cc438 converter->RegisterNestedField(kLabels, &FileResource::labels_);
/external/chromium_org/v8/src/
H A Dast.h410 ZoneList<const AstRawString*>* labels() const { return labels_; }
432 labels_(labels),
441 ZoneList<const AstRawString*>* labels_; member in class:v8::internal::BreakableStatement

Completed in 203 milliseconds