Home
last modified time | relevance | path

Searched refs:checkValid (Results 1 – 10 of 10) sorted by relevance

/external/guava/guava-testlib/src/com/google/common/collect/testing/
DSafeTreeMap.java70 checkValid(k); in SafeTreeMap()
75 return delegate.ceilingEntry(checkValid(key)); in ceilingEntry()
79 return delegate.ceilingKey(checkValid(key)); in ceilingKey()
97 return delegate.containsKey(checkValid(key)); in containsKey()
165 return delegate.floorEntry(checkValid(key));
169 return delegate.floorKey(checkValid(key));
173 return delegate.get(checkValid(key));
182 delegate.headMap(checkValid(toKey), inclusive));
186 return delegate.higherEntry(checkValid(key));
190 return delegate.higherKey(checkValid(key));
[all …]
DSafeTreeSet.java62 checkValid(e); in SafeTreeSet()
67 return delegate.add(checkValid(element)); in add()
72 checkValid(e); in addAll()
78 return delegate.ceiling(checkValid(e)); in ceiling()
95 return delegate.contains(checkValid(object)); in contains()
115 return delegate.floor(checkValid(e)); in floor()
124 delegate.headSet(checkValid(toElement), inclusive)); in headSet()
128 return delegate.higher(checkValid(e)); in higher()
144 return delegate.lower(checkValid(e)); in lower()
156 return delegate.remove(checkValid(object)); in remove()
[all …]
/external/syzkaller/vendor/golang.org/x/net/http2/
Dframe.go211 func (h *FrameHeader) checkValid() { func
587 f.checkValid()
737 f.checkValid()
752 f.checkValid()
836 f.checkValid()
876 f.checkValid()
940 f.checkValid()
1178 f.checkValid()
1212 f.checkValid()
/external/opencensus-java/contrib/agent/src/main/java/io/opencensus/contrib/agent/
DSettings.java52 config.checkValid(ConfigFactory.defaultReference(), CONFIG_ROOT); in readConfig()
/external/skqp/src/sksl/
DSkSLIRGenerator.h170 void checkValid(const Expression& expr);
DSkSLParser.cpp68 bool checkValid() { in checkValid() function in SkSL::AutoDepth
1452 if (!depth.checkValid()) { in block()
1495 if (!depth.checkValid()) { in expression()
DSkSLIRGenerator.cpp421 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/
DSkSLIRGenerator.h170 void checkValid(const Expression& expr);
DSkSLParser.cpp69 bool checkValid() { in checkValid() function in SkSL::AutoDepth
1439 if (!depth.checkValid()) { in block()
1482 if (!depth.checkValid()) { in expression()
1807 if (!depth.checkValid()) { in unaryExpression()
DSkSLIRGenerator.cpp427 this->checkValid(*next); in convertFor()
527 this->checkValid(*e); in convertExpressionStatement()
1129 this->checkValid(*expr); in coerce()
2255 void IRGenerator::checkValid(const Expression& expr) { in checkValid() function in SkSL::IRGenerator