/external/autotest/server/cros/dynamic_suite/ |
suite.py | 59 {job_id: {'state':RetryHandler.States, 'retry_max':int}} 90 States = enum.Enum('NOT_ATTEMPTED', 'ATTEMPTED', 'RETRIED', 129 'state': self.States.NOT_ATTEMPTED, 167 self.States.NOT_ATTEMPTED and 185 if old_record['state'] != self.States.NOT_ATTEMPTED: 189 old_record['state'] = self.States.RETRIED 205 if current_state != self.States.NOT_ATTEMPTED: 209 (self.States.get_string(current_state), 210 self.States.get_string(self.States.ATTEMPTED)) [all...] |
suite_unittest.py | 393 'state': RetryHandler.States.NOT_ATTEMPTED, 725 self._FAKE_JOB_ID: {'state': RetryHandler.States.NOT_ATTEMPTED, 731 self._FAKE_JOB_ID: {'state': RetryHandler.States.RETRIED, 733 fake_new_job_id: {'state': RetryHandler.States.NOT_ATTEMPTED, [all...] |
/external/llvm/lib/Transforms/Scalar/ |
RewriteStatepointsForGC.cpp | 702 assert(stateB.isConflict() && "only three states!"); 708 llvm_unreachable("only three states!"); 759 MapVector<Value *, BDVState> States; 766 States.insert(std::make_pair(def, BDVState())); 779 if (States.insert(std::make_pair(Base, BDVState())).second) 802 DEBUG(dbgs() << "States after initialization:\n"); 803 for (auto Pair : States) { 813 auto I = States.find(baseValue); 814 assert(I != States.end() && "lookup failed!"); 821 const size_t oldSize = States.size() [all...] |
/external/pdfium/third_party/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/clang/lib/Sema/ |
AnalysisBasedWarnings.cpp | 198 // All blocks are in one of three states. States are ordered so that blocks 199 // can only move to higher states. 213 SmallVector<RecursiveState, 16> States(cfg->getNumBlockIDs(), FoundNoPath); 214 States[cfg->getEntry().getBlockID()] = FoundPathWithNoRecursiveCall; 225 RecursiveState CurState = States[ID]; 242 if (States[next_ID] < CurState) { 243 States[next_ID] = CurState; 251 return States[ExitID] == FoundPath; [all...] |
SemaDeclAttr.cpp | 898 SmallVector<CallableWhenAttr::ConsumedState, 3> States; [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/ |
protorpc.js | 80 * Rpc States.
|
/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/v8/test/mjsunit/ |
unicode-test.js | [all...] |
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/tokenization/ |
tokenizer.js | 21 //States 185 //Tokenizer initial states for different modes [all...] |
/prebuilts/go/darwin-x86/src/time/ |
time.go | 1014 // For example, in the United States, March 13, 2011 2:15am never occurred, [all...] |
/prebuilts/go/linux-x86/src/time/ |
time.go | 1014 // For example, in the United States, March 13, 2011 2:15am never occurred, [all...] |
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/ |
parse5.js | [all...] |