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

  /external/chromium_org/chrome/browser/resources/downloads/
downloads.js 311 if (download.state != Download.States.COMPLETE) {
443 * The states a download can be in. These correspond to states defined in
447 Download.States = {
538 if (this.state_ == Download.States.DANGEROUS) {
546 if (this.state_ == Download.States.COMPLETE &&
554 if (this.state_ == Download.States.INTERRUPTED) {
561 this.state_ == Download.States.COMPLETE &&
568 this.state_ != Download.States.COMPLETE ||
571 if (this.state_ == Download.States.IN_PROGRESS)
    [all...]
  /external/chromium_org/ui/app_list/search/
tokenized_string_match.cc 61 // No match found and no more states to try. Bail out.
107 // States of the processed query and text chars.
111 typedef std::vector<State> States;
180 States states_;
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmssamp.c 47 cmsFloat64Number States[4] = { 1.0, 1.0, 1.0, 1.0 };
55 States, NULL, 0, TYPE_Lab_DBL, TYPE_Lab_DBL, cmsFLAGS_NOCACHE|cmsFLAGS_NOOPTIMIZE);
  /external/openfst/src/include/fst/
compact-fst.h 174 Unsigned States(ssize_t i) const { return states_[i]; }
215 // Count # of states and arcs.
323 // Count # of states, arcs and compacts.
552 (data_->States(s) != data_->States(s + 1)))
555 ? data_->States(s)
570 i = data_->States(s);
571 num_arcs = data_->States(s + 1) - i;
603 data_->States(s) : s * compactor_->Size();
605 data_->States(s + 1) : (s + 1) * compactor_->Size()
    [all...]

Completed in 2035 milliseconds