HomeSort by relevance Sort by last modified time
    Searched defs:checkState (Results 76 - 100 of 337) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/annotation-tools/asmx/src/org/objectweb/asm/util/
CheckClassAdapter.java 211 checkState();
243 checkState();
256 checkState();
276 checkState();
299 checkState();
324 checkState();
353 checkState();
359 checkState();
367 checkState();
380 private void checkState() {
    [all...]
  /external/desugar/java/com/google/devtools/build/android/desugar/
Java7Compatibility.java 18 import static com.google.common.base.Preconditions.checkState;
129 checkState(
200 checkState(copied == 0, "Found unexpected second method %s with descriptor %s", name, desc);
264 checkState(mv != null, "Encountered a second return it would seem: %s", opcode);
TryWithResourcesRewriter.java 17 import static com.google.common.base.Preconditions.checkState;
151 Preconditions.checkState(
168 checkState(
172 checkState(
188 checkState(closeResourceMethod == null, "The TWR rewriter has been used.");
296 checkState(
302 checkState(
314 checkState(
320 checkState(
DefaultMethodClassFixer.java 18 import static com.google.common.base.Preconditions.checkState;
77 checkState(this.directInterfaces == null);
138 checkState(
186 checkState(clInitMethodNode == null, "This class fixer has been used. ");
403 checkState(stubbedInterfaceName == null);
484 checkState(this.interfaces == null);
567 checkState(
LambdaClassFixer.java 18 import static com.google.common.base.Preconditions.checkState;
94 checkState(this.originalInternalName == null, "not intended for reuse but reused for %s", name);
159 checkState(
164 checkState(
169 checkState(
225 checkState(copier.copied(), "Didn't find %s", rewritten);
340 checkState(this.interfaces == null);
374 checkState(!allowDefaultMethods, "Couldn't copy interface lambda bodies");
397 checkState(copied == 0, "Found unexpected second method %s with descriptor %s", name, desc);
BytecodeTypeInference.java 18 import static com.google.common.base.Preconditions.checkState;
60 checkState(!used, "Cannot reuse this method visitor.");
68 checkState(
736 checkState(
759 checkState(
837 checkState(
1025 checkState(descriptor.charAt(0) == '[', "This type %s is not an array.", this);
LambdaDesugaring.java 18 import static com.google.common.base.Preconditions.checkState;
92 checkState(internalName == null, "not intended for reuse but reused for %s", name);
103 checkState(
109 checkState(
243 checkState(
248 checkState(
295 checkState(old == null, "Already had bridge %s so we don't also want %s", old, result);
440 checkState(capturedTypes.length == 0);
505 checkState(
519 checkState(
    [all...]
  /external/guava/guava/src/com/google/common/cache/
CacheBuilder.java 21 import static com.google.common.base.Preconditions.checkState;
293 checkState(keyEquivalence == null, "key equivalence was already set to %s", keyEquivalence);
311 checkState(valueEquivalence == null,
332 checkState(this.initialCapacity == UNSET_INT, "initial capacity was already set to %s",
374 checkState(this.concurrencyLevel == UNSET_INT, "concurrency level was already set to %s",
401 checkState(this.maximumSize == UNSET_INT, "maximum size was already set to %s",
403 checkState(this.maximumWeight == UNSET_INT, "maximum weight was already set to %s",
405 checkState(this.weigher == null, "maximum size can not be combined with weigher");
437 checkState(this.maximumWeight == UNSET_INT, "maximum weight was already set to %s",
439 checkState(this.maximumSize == UNSET_INT, "maximum size was already set to %s"
    [all...]
  /external/guava/guava/src/com/google/common/collect/
AbstractBiMap.java 20 import static com.google.common.base.Preconditions.checkState;
89 checkState(delegate == null);
90 checkState(inverse == null);
305 checkState(contains(this), "entry no longer in map");
313 checkState(Objects.equal(value, get(getKey())),
MapMaker.java 19 import static com.google.common.base.Preconditions.checkState;
148 checkState(keyEquivalence == null, "key equivalence was already set to %s", keyEquivalence);
170 checkState(this.initialCapacity == UNSET_INT, "initial capacity was already set to %s",
207 checkState(this.maximumSize == UNSET_INT, "maximum size was already set to %s",
240 checkState(this.concurrencyLevel == UNSET_INT, "concurrency level was already set to %s",
269 checkState(keyStrength == null, "Key strength was already set to %s", keyStrength);
339 checkState(valueStrength == null, "Value strength was already set to %s", valueStrength);
391 checkState(expireAfterWriteNanos == UNSET_INT, "expireAfterWrite was already set to %s ns",
393 checkState(expireAfterAccessNanos == UNSET_INT, "expireAfterAccess was already set to %s ns",
482 checkState(this.removalListener == null)
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
CacheBuilder.java 21 import static com.google.common.base.Preconditions.checkState;
264 checkState(this.initialCapacity == UNSET_INT, "initial capacity was already set to %s",
306 checkState(this.concurrencyLevel == UNSET_INT, "concurrency level was already set to %s",
333 checkState(this.maximumSize == UNSET_INT, "maximum size was already set to %s",
335 checkState(this.maximumWeight == UNSET_INT, "maximum weight was already set to %s",
337 checkState(this.weigher == null, "maximum size can not be combined with weigher");
357 checkState(keyStrength == null, "Key strength was already set to %s", keyStrength);
367 checkState(valueStrength == null, "Value strength was already set to %s", valueStrength);
396 checkState(expireAfterWriteNanos == UNSET_INT, "expireAfterWrite was already set to %s ns",
430 checkState(expireAfterAccessNanos == UNSET_INT, "expireAfterAccess was already set to %s ns"
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
AbstractBiMap.java 20 import static com.google.common.base.Preconditions.checkState;
85 checkState(delegate == null);
86 checkState(inverse == null);
301 checkState(contains(this), "entry no longer in map");
309 checkState(Objects.equal(value, get(getKey())),
  /frameworks/base/core/java/android/service/autofill/
SaveInfo.java 455 Preconditions.checkState(mCustomDescription == null,
475 Preconditions.checkState(mDescription == null,
671 Preconditions.checkState(
  /frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DozeMachine.java 131 Preconditions.checkState(mParts == null);
156 Preconditions.checkState(!isExecutingTransition());
189 Preconditions.checkState(!isExecutingTransition());
201 Preconditions.checkState(mState == State.DOZE_REQUEST_PULSE
267 Preconditions.checkState(newState == State.FINISH);
270 Preconditions.checkState(newState == State.INITIALIZED);
277 Preconditions.checkState(mState == State.UNINITIALIZED);
280 Preconditions.checkState(mState == State.DOZE_REQUEST_PULSE);
283 Preconditions.checkState(
  /frameworks/native/services/sensorservice/
Fusion.cpp 392 void Fusion::checkState() {
492 checkState();
540 checkState();
  /packages/apps/TV/src/com/android/tv/
ChannelTuner.java 278 SoftPreconditions.checkState(mChannelDataManagerLoaded, TAG, "Channel data is not loaded");
  /tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
FileUseMap.java 117 Preconditions.checkState(wasRemoved, "entry not in map");
153 Preconditions.checkState(map.contains(entry), "!map.contains(entry)");
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
LabelMaker.java 122 checkState(STATE_INITIALIZED, STATE_ADDING);
176 checkState(STATE_ADDING, STATE_ADDING);
264 checkState(STATE_ADDING, STATE_INITIALIZED);
313 checkState(STATE_INITIALIZED, STATE_DRAWING);
340 checkState(STATE_DRAWING, STATE_DRAWING);
355 checkState(STATE_DRAWING, STATE_INITIALIZED);
363 private void checkState(int oldState, int newState) {
  /external/guava/guava/src/com/google/common/reflect/
TypeResolver.java 21 import static com.google.common.base.Preconditions.checkState;
334 checkState(vars.length == typeArgs.length);
  /external/guava/guava/src/com/google/common/util/concurrent/
CycleDetectingLockFactory.java 668 Preconditions.checkState(
    [all...]
ServiceManager.java 20 import static com.google.common.base.Preconditions.checkState;
275 checkState(state == NEW, "Service %s is %s, cannot start it.", service, state);
639 checkState(servicesByState.remove(from, service),
641 checkState(servicesByState.put(to, service),
699 checkState(!monitor.isOccupiedByCurrentThread(),
  /frameworks/base/services/backup/java/com/android/server/backup/transport/
TransportClient.java 278 Preconditions.checkState(
309 Preconditions.checkState(
551 checkState(mListeners.isEmpty(), "Unexpected listeners when state = UNUSABLE");
552 checkState(
555 checkState(mListeners.isEmpty(), "Unexpected listeners when state = IDLE");
556 checkState(mTransport == null, "Transport expected to be null when state = IDLE");
559 checkState(
564 checkState(mListeners.isEmpty(), "Unexpected listeners when state = CONNECTED");
565 checkState(
570 checkState(false, "Unexpected state = " + stateToString(mState))
    [all...]
  /packages/apps/DocumentsUI/src/com/android/documentsui/selection/
BandSelectionHelper.java 20 import static android.support.v4.util.Preconditions.checkState;
261 checkState(mModel == null);
  /packages/apps/TV/src/com/android/tv/dvr/recorder/
RecordingTask.java 159 SoftPreconditions.checkState(
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Account.java 343 Preconditions.checkState(sBuilderClass == null);
    [all...]

Completed in 425 milliseconds

1 2 34 5 6 7 8 91011>>