/external/protobuf/java/util/src/main/java/com/google/protobuf/util/ |
D | Durations.java | 79 checkValid(d1); 80 checkValid(d2); 145 checkValid(duration); in isNegative() 157 checkValid(duration); in checkNotNegative() 170 checkValid(duration); in checkPositive() 180 public static Duration checkValid(Duration duration) { in checkValid() method in Durations 201 public static Duration checkValid(Duration.Builder durationBuilder) { in checkValid() method in Durations 202 return checkValid(durationBuilder.build()); in checkValid() 215 checkValid(duration); in toString() 340 return checkValid(duration).getSeconds() / SECONDS_PER_DAY; in toDays() [all …]
|
D | Timestamps.java | 107 checkValid(t1); 108 checkValid(t2); 168 public static Timestamp checkValid(Timestamp timestamp) { in checkValid() method in Timestamps 188 public static Timestamp checkValid(Timestamp.Builder timestampBuilder) { in checkValid() method in Timestamps 189 return checkValid(timestampBuilder.build()); in checkValid() 204 checkValid(timestamp); in toString() 298 return checkValid(timestamp).getSeconds(); in toSeconds() 317 checkValid(timestamp); in toMillis() 339 checkValid(timestamp); in toMicros() 355 checkValid(timestamp); in toNanos() [all …]
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
D | SafeTreeMap.java | 73 checkValid(k); in SafeTreeMap() 79 return delegate.ceilingEntry(checkValid(key)); in ceilingEntry() 84 return delegate.ceilingKey(checkValid(key)); in ceilingKey() 105 return delegate.containsKey(checkValid(key)); in containsKey() 176 return delegate.floorEntry(checkValid(key)); 181 return delegate.floorKey(checkValid(key)); 186 return delegate.get(checkValid(key)); 196 return new SafeTreeMap<>(delegate.headMap(checkValid(toKey), inclusive)); 201 return delegate.higherEntry(checkValid(key)); 206 return delegate.higherKey(checkValid(key)); [all …]
|
D | SafeTreeSet.java | 66 checkValid(e); in SafeTreeSet() 72 return delegate.add(checkValid(element)); in add() 78 checkValid(e); in addAll() 85 return delegate.ceiling(checkValid(e)); in ceiling() 105 return delegate.contains(checkValid(object)); in contains() 130 return delegate.floor(checkValid(e)); in floor() 140 return new SafeTreeSet<E>(delegate.headSet(checkValid(toElement), inclusive)); in headSet() 145 return delegate.higher(checkValid(e)); in higher() 165 return delegate.lower(checkValid(e)); in lower() 180 return delegate.remove(checkValid(object)); in remove() [all …]
|
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/ |
D | SafeTreeMap.java | 73 checkValid(k); in SafeTreeMap() 79 return delegate.ceilingEntry(checkValid(key)); in ceilingEntry() 84 return delegate.ceilingKey(checkValid(key)); in ceilingKey() 105 return delegate.containsKey(checkValid(key)); in containsKey() 176 return delegate.floorEntry(checkValid(key)); 181 return delegate.floorKey(checkValid(key)); 186 return delegate.get(checkValid(key)); 196 return new SafeTreeMap<>(delegate.headMap(checkValid(toKey), inclusive)); 201 return delegate.higherEntry(checkValid(key)); 206 return delegate.higherKey(checkValid(key)); [all …]
|
D | SafeTreeSet.java | 66 checkValid(e); in SafeTreeSet() 72 return delegate.add(checkValid(element)); in add() 78 checkValid(e); in addAll() 85 return delegate.ceiling(checkValid(e)); in ceiling() 105 return delegate.contains(checkValid(object)); in contains() 130 return delegate.floor(checkValid(e)); in floor() 140 return new SafeTreeSet<E>(delegate.headSet(checkValid(toElement), inclusive)); in headSet() 145 return delegate.higher(checkValid(e)); in higher() 165 return delegate.lower(checkValid(e)); in lower() 180 return delegate.remove(checkValid(object)); in remove() [all …]
|
/external/conscrypt/test-support/src/java/org/conscrypt/ |
D | SignalMaskInfo.java | 111 private void checkValid() { in checkValid() method in SignalMaskInfo 123 checkValid(); in getSignalMask()
|
/external/opencensus-java/contrib/agent/src/main/java/io/opencensus/contrib/agent/ |
D | Settings.java | 52 config.checkValid(ConfigFactory.defaultReference(), CONFIG_ROOT); in readConfig()
|
/external/dagger2/java/dagger/internal/codegen/ |
D | ProcessingEnvironmentCompilerOptions.java | 70 return new ProcessingEnvironmentCompilerOptions(processingEnvironment).checkValid(); in create() 190 private ProcessingEnvironmentCompilerOptions checkValid() { in checkValid() method in ProcessingEnvironmentCompilerOptions
|
/external/skqp/src/sksl/ |
D | SkSLIRGenerator.h | 170 void checkValid(const Expression& expr);
|
D | SkSLParser.cpp | 68 bool checkValid() { in checkValid() function in SkSL::AutoDepth 1452 if (!depth.checkValid()) { in block() 1495 if (!depth.checkValid()) { in expression()
|
D | SkSLIRGenerator.cpp | 421 this->checkValid(*next); in convertFor() 521 this->checkValid(*e); in convertExpressionStatement() 1092 this->checkValid(*expr); in coerce() 2191 void IRGenerator::checkValid(const Expression& expr) { in checkValid() function in SkSL::IRGenerator
|
/external/skia/src/sksl/ |
D | SkSLIRGenerator.h | 149 void checkValid(const Expression& expr);
|
D | SkSLIRGenerator.cpp | 472 this->checkValid(*next); in convertFor() 582 this->checkValid(*e); in convertExpressionStatement() 1258 this->checkValid(*expr); in coerce() 2386 void IRGenerator::checkValid(const Expression& expr) { in checkValid() function in SkSL::IRGenerator
|