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

  /external/libese/apps/boot/card/src/com/android/verifiedboot/storage/
VersionStorage.java 23 import com.android.verifiedboot.globalstate.owner.OwnerInterface;
29 private OwnerInterface globalState;
34 globalState = globalStateRef;
73 if (globalState.production() == true &&
74 globalState.inBootloader() == false) {
BasicLock.java 29 import com.android.verifiedboot.globalstate.owner.OwnerInterface;
35 private OwnerInterface globalState;
94 * Indicates that it is required that the {@link #globalState} is
104 * Indicates that it is required that the {@link #globalState} is
150 if (globalState == null) {
174 globalState = globalStateOwner;
275 if (globalState.production() == true) {
279 if (globalState.inBootloader() == false) {
285 if (globalState.inBootloader() == true) {
CarrierLock.java 29 import com.android.verifiedboot.globalstate.owner.OwnerInterface;
159 OwnerInterface globalState;
222 globalState = globalStateOwner;
399 * If {@link #globalState} indicates that the device is not yet in production
419 globalState.production() == true) {
445 if (globalState.production() == true) {
Storage.java 42 import com.android.verifiedboot.globalstate.callback.CallbackInterface;
43 import com.android.verifiedboot.globalstate.owner.OwnerInterface;
58 /* Note, globalState never needs to be backed up as any clients should re-register on every
61 private GlobalStateImpl globalState;
127 globalState = new GlobalStateImpl();
130 versionStorage = new VersionStorage(globalState);
182 locks[lockNum].initialize(globalState, lockStorage, offset);
189 * Returns the globalState or OsBackupInterface object.
199 return globalState;
204 return globalState;
    [all...]
  /external/skia/src/pathops/
SkPathOpsConic.h 43 SkOpGlobalState* globalState() const { return fPts.globalState(); }
SkPathOpsQuad.h 71 SkOpGlobalState* globalState() const { return fDebugGlobalState; }
SkPathOpsCubic.h 75 SkOpGlobalState* globalState() const { return fDebugGlobalState; }
SkIntersections.h 18 SkIntersections(SkDEBUGCODE(SkOpGlobalState* globalState = nullptr))
21 SkDEBUGPARAMS(fDebugGlobalState(globalState))
107 SkOpGlobalState* globalState() const { return fDebugGlobalState; }
SkOpCoincidence.h 60 SkDEBUGCODE(SkOpGlobalState* globalState() { return fGlobalState; })
62 void init(SkDEBUGCODE(SkOpGlobalState* globalState)) {
64 SkDEBUGCODE(fGlobalState = globalState);
136 SkOpCoincidence(SkOpGlobalState* globalState)
139 , fGlobalState(globalState)
145 globalState->setCoincidence(this);
218 SkOpGlobalState* globalState() {
222 const SkOpGlobalState* globalState() const {
SkOpSpan.cpp 95 SkOpGlobalState* SkOpPtT::globalState() const {
96 return contour()->globalState();
107 SkDEBUGCODE(fID = span->globalState()->nextPtTID());
224 SkOpGlobalState* SkOpSpanBase::globalState() const {
225 return contour()->globalState();
238 SkDEBUGCODE(fID = globalState()->nextSpanID());
280 SkOpCoincidence* coins = this->globalState()->coincidence();
365 SkOpGlobalState* globals = this->globalState();
444 SkOpCoincidence* coincidence = this->globalState()->coincidence();
462 this->globalState()->setWindingFailed()
    [all...]
SkPathOpsCommon.cpp 191 contour->globalState()->setContourHead(contourHead);
253 SkOpGlobalState* globalState = contourList->globalState();
283 SkASSERT(globalState->debugSkipAssert());
322 SkOpCoincidence overlaps(globalState);
336 SkASSERT(globalState->debugSkipAssert());
SkOpContour.h 48 SkOpSegment* result = fCount++ ? this->globalState()->allocator()->make<SkOpSegment>()
88 return SkDEBUGRELEASE(this->globalState()->debugAngle(id), nullptr);
92 return this->globalState()->coincidence();
100 return SkDEBUGRELEASE(this->globalState()->debugContour(id), nullptr);
110 return SkDEBUGRELEASE(this->globalState()->debugPtT(id), nullptr);
114 return SkDEBUGRELEASE(this->globalState()->debugSegment(id), nullptr);
127 return SkDEBUGRELEASE(this->globalState()->debugSpan(id), nullptr);
130 SkOpGlobalState* globalState() const {
190 void init(SkOpGlobalState* globalState, bool operand, bool isXor) {
191 fState = globalState;
    [all...]
SkOpSegment.h 63 SkOpAngle* angle = this->globalState()->allocator()->make<SkOpAngle>();
81 SkOpAngle* angle = this->globalState()->allocator()->make<SkOpAngle>();
221 SkOpGlobalState* globalState() const;
234 SkOpGlobalState* globalState = this->globalState();
235 globalState->setAllocatedOpSpan();
236 SkOpSpan* result = globalState->allocator()->make<SkOpSpan>();
SkOpAngle.cpp 625 SkOpGlobalState* SkOpAngle::globalState() const {
626 return this->segment()->globalState();
864 SkDEBUGCODE(fID = start ? start->globalState()->nextAngleID() : -1);
    [all...]
SkOpSegment.cpp 227 this->globalState()->resetAllocatedOpSpan();
230 *startOver |= this->globalState()->allocatedOpSpan();
289 SkOpAngle* priorAngle = this->globalState()->allocator()->make<SkOpAngle>();
297 SkOpAngle* angle = this->globalState()->allocator()->make<SkOpAngle>();
316 this->globalState()->coincidence()->release(this);
788 SkOpGlobalState* SkOpSegment::globalState() const {
789 return contour()->globalState();
806 SkDEBUGCODE(fID = globalState()->nextSegmentID());
890 this->globalState()->setWindingFailed();
    [all...]
SkPathOpsTSect.h 132 SkDEBUGCODE(SkOpGlobalState* globalState() const { return fDebugGlobalState; })
235 SkDEBUGCODE(SkOpGlobalState* globalState() { return fDebugGlobalState; })
267 SkDEBUGCODE(result->debugSetGlobalState(this->globalState()));
360 SkIntersections i SkDEBUGCODE((c1.globalState()));
403 SkDEBUGCODE(result->debugSetGlobalState(this->globalState()));
    [all...]
  /external/r8/src/main/java/com/android/tools/r8/naming/
MethodNameMinifier.java 90 private final NamingState<DexProto> globalState;
99 this.globalState = NamingState.createRoot(appInfo.dexItemFactory, dictionary);
267 if (globalState.isReserved(method.name, method.proto)) {
351 globalState.reserveName(method.method.name, method.method.proto);

Completed in 235 milliseconds