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

  /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/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...]
  /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...]

Completed in 79 milliseconds