/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/llvm-project/mlir/lib/Bindings/Python/ |
D | IRModules.h | 430 checkValid(); in get() 444 void checkValid() const; 516 void checkValid() { return parentOperation->checkValid(); } in checkValid() function 536 void checkValid() { return parentOperation->checkValid(); } in checkValid() function 663 void checkValid() { return parentOperation->checkValid(); } in checkValid() function
|
D | IRModules.cpp | 169 operation->checkValid(); in dunderNext() 195 operation->checkValid(); in dunderLen() 227 operation->checkValid(); in dunderNext() 257 operation->checkValid(); in dunderIter() 262 operation->checkValid(); in dunderLen() 273 operation->checkValid(); in dunderGetItem() 290 operation->checkValid(); in appendBlock() 323 parentOperation->checkValid(); in dunderNext() 355 parentOperation->checkValid(); in dunderIter() 361 parentOperation->checkValid(); in dunderLen() [all …]
|
/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/ |
D | UnixPathType.java | 44 checkValid(path); in parsePath() 50 private static void checkValid(String path) { in checkValid() method in UnixPathType
|
/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/libtextclassifier/coverage/src/com/android/textclassifier/testing/ |
D | SignalMaskInfo.java | 109 private void checkValid() { in checkValid() method in SignalMaskInfo 121 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/compileroption/ |
D | ProcessingEnvironmentCompilerOptions.java | 88 checkValid(); in ProcessingEnvironmentCompilerOptions() 208 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 | 237 void checkValid(const Expression& expr);
|
D | SkSLIRGenerator.cpp | 1792 void IRGenerator::checkValid(const Expression& expr) { in checkValid() function in SkSL::IRGenerator 1942 fGenerator->checkValid(e); in finish()
|