Home
last modified time | relevance | path

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

/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
DDurations.java79 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 …]
DTimestamps.java107 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 …]
/third_party/node/deps/npm/node_modules/bluebird/js/release/
Dpromisify.js47 function checkValid(ret, suffix, suffixRegexp) { function
77 checkValid(ret, suffix, suffixRegexp);
/third_party/flutter/flutter/packages/flutter_tools/lib/src/dart/
Dpackage_map.dart61 String checkValid() {
/third_party/flutter/skia/src/sksl/
DSkSLParser.cpp34 bool checkValid() { in checkValid() function in SkSL::AutoDepth
1019 if (!depth.checkValid()) { in statement()
1453 if (!depth.checkValid()) { in block()
1852 if (!depth.checkValid()) { in unaryExpression()
1899 if (!depth.checkValid()) { in suffix()
1999 if (!depth.checkValid()) { in term()
DSkSLIRGenerator.h148 void checkValid(const Expression& expr);
DSkSLIRGenerator.cpp458 this->checkValid(*next); in convertFor()
568 this->checkValid(*e); in convertExpressionStatement()
1252 this->checkValid(*expr); in coerce()
2442 void IRGenerator::checkValid(const Expression& expr) { in checkValid() function in SkSL::IRGenerator
/third_party/flutter/flutter/packages/flutter_tools/lib/src/base/
Dbuild.dart108 final String packageMapError = packageMap.checkValid();
/third_party/flutter/flutter/packages/flutter_tools/lib/src/runner/
Dflutter_command.dart577 final String error = PackageMap(PackageMap.globalPackagesPath).checkValid();
/third_party/node/deps/npm/node_modules/bluebird/js/browser/
Dbluebird.js3810 function checkValid(ret, suffix, suffixRegexp) {
3840 checkValid(ret, suffix, suffixRegexp);