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

  /external/chromium_org/components/test/data/web_database/
version_35.sql 23 INSERT INTO "autofill_profiles" VALUES('00000000-0000-0000-0000-000000000001','Acme Inc.','1 Main Street','Apt 2','San Francisco','CA','94102','United States','US',1300131704);
30 INSERT INTO "autofill_profiles" VALUES('00000000-0000-0000-0000-000000000002','','1 Main Street','Apt 2','San Francisco','CA','94102','United States','US',1300131704);
37 INSERT INTO "autofill_profiles" VALUES('00000000-0000-0000-0000-000000000003','','','Apt 3','San Francisco','CA','94102','United States','US',1300131704);
41 INSERT INTO "autofill_profiles" VALUES('00000000-0000-0000-0000-000000000004','Acme Inc.','4 Main Street','Apt 2','San Francisco','CA','94102','United States','US',1300131704);
45 INSERT INTO "autofill_profiles" VALUES('00000000-0000-0000-0000-000000000005','Acme Inc.','6 Main Street','Apt 2','San Francisco','BS','94102','United States','US',1300131704);
49 INSERT INTO "autofill_profiles" VALUES('00000000-0000-0000-0000-000000000006','Acme Inc.','7 Main Street','Apt 2','San Francisco','CA','bogus','United States','US',1300131704);
version_53.sql 23 INSERT INTO "autofill_profiles" VALUES('00000000-0000-0000-0000-000000000001','Google, Inc.','1950 Charleston Rd.','(2nd floor)','Mountain View','CA','94043','United States','US',1386046731,'Chrome settings');
24 INSERT INTO "autofill_profiles" VALUES('00000000-0000-0000-0000-000000000002','Google!','1600 Amphitheatre Pkwy.','','Mtn. View','California','94043-1234','United States','US',1386046800,'Chrome settings');
version_33.sql 18 INSERT INTO "autofill_profiles" VALUES('45285F35-4A04-5F47-DBCC-CA8C2F2A5944','Hip Shake Inc.','1122 PBJ Lane','Suite 1','Memphis','TN','38116','United States',1298621949);
  /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/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...]
  /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/chrome/common/extensions/docs/examples/api/power/
background.js 6 * States that the extension can be in.
  /external/chromium_org/remoting/webapp/background/
it2me_helper_channel.js 248 var States = remoting.ClientSession.State;
249 if (this.sessionState_ === States.CONNECTING ||
250 this.sessionState_ === States.CONNECTED) {
251 this.sessionState_ = States.FAILED;
  /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/chromium_org/remoting/webapp/
xmpp_login_handler.js 64 * States the handshake goes through. States are iterated from INIT to DONE
  /external/chromium_org/chrome/browser/ui/webui/
downloads_ui_browsertest.js 75 state: Download.States.COMPLETE,
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 165 // All blocks are in one of three states. States are ordered so that blocks
166 // can only move to higher states.
175 llvm::SmallVectorImpl<RecursiveState> &States,
180 if (States[ID] >= State)
183 States[ID] = State;
229 checkForFunctionCall(S, FD, **I, ExitID, States, State);
251 llvm::SmallVector<RecursiveState, 16> states(cfg->getNumBlockIDs(),
254 states, FoundPathWithNoRecursiveCall);
258 if (states[cfg->getExit().getBlockID()] == FoundPath
    [all...]
SemaDeclAttr.cpp 825 SmallVector<CallableWhenAttr::ConsumedState, 3> States;
841 States.push_back(CallableState);
845 CallableWhenAttr(Attr.getRange(), S.Context, States.data(),
846 States.size(), Attr.getAttributeSpellingListIndex()));
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
jsilver.sablecc 59 /* States of the lexer. */
60 States
137 // Tokens that are valid in multiple states
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/chromium_org/ui/file_manager/video_player/js/
media_controls.js 87 * @param {number=} opt_numStates Number of states, default: 1.
186 this.onPlayButtonClicked.bind(this), opt_parent, 3 /* States. */);
    [all...]

Completed in 1428 milliseconds