Searched defs:States (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/resources/downloads/
H A Ddownloads.js311 if (download.state != Download.States.COMPLETE) {
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) {
614 this.state_ == Download.States.COMPLETE &&
619 showInline(this.controlPause_, this.state_ == Download.States
[all...]
/external/chromium_org/ui/app_list/search/
H A Dtokenized_string_match.cc107 // States of the processed query and text chars.
111 typedef std::vector<State> States; typedef in class:app_list::__anon16543::PrefixMatcher
180 States states_;
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmssamp.c47 cmsFloat64Number States[4] = { 1.0, 1.0, 1.0, 1.0 }; local
55 States, NULL, 0, TYPE_Lab_DBL, TYPE_Lab_DBL, cmsFLAGS_NOCACHE|cmsFLAGS_NOOPTIMIZE);
/external/openfst/src/include/fst/
H A Dcompact-fst.h174 Unsigned States(ssize_t i) const { return states_[i]; } function in class:fst::CompactFstData
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();
680 data_->States(s) : s * compactor_->Size();
682 data_->States(
[all...]
/external/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp165 // All blocks are in one of three states. States are ordered so that blocks
175 llvm::SmallVectorImpl<RecursiveState> &States,
180 if (States[ID] >= State)
183 States[ID] = State;
229 checkForFunctionCall(S, FD, **I, ExitID, States, State);
173 checkForFunctionCall(Sema &S, const FunctionDecl *FD, CFGBlock &Block, unsigned ExitID, llvm::SmallVectorImpl<RecursiveState> &States, RecursiveState State) argument

Completed in 948 milliseconds