Home
last modified time | relevance | path

Searched refs:asserts (Results 1 – 25 of 1232) sorted by relevance

12345678910>>...50

/external/protobuf/js/binary/
Dencoder.js84 goog.asserts.assert(lowBits == Math.floor(lowBits));
85 goog.asserts.assert(highBits == Math.floor(highBits));
86 goog.asserts.assert((lowBits >= 0) &&
88 goog.asserts.assert((highBits >= 0) &&
109 goog.asserts.assert(lowBits == Math.floor(lowBits));
110 goog.asserts.assert(highBits == Math.floor(highBits));
111 goog.asserts.assert((lowBits >= 0) &&
113 goog.asserts.assert((highBits >= 0) &&
126 goog.asserts.assert(value == Math.floor(value));
127 goog.asserts.assert((value >= 0) &&
[all …]
Dreader.js274 goog.asserts.fail('Decoder hit an error');
293 goog.asserts.fail(
337 goog.asserts.fail('Invalid wire type for skipVarintField');
351 goog.asserts.fail('Invalid wire type for skipDelimitedField');
366 goog.asserts.fail('Invalid wire type for skipFixed32Field');
380 goog.asserts.fail('Invalid wire type for skipFixed64Field');
396 goog.asserts.fail('Unmatched start-group tag: stream EOF');
404 goog.asserts.fail('Unmatched end-group tag');
437 goog.asserts.fail('Invalid wire encoding for field.');
452 goog.asserts.assert(!this.readCallbacks_[callbackName]);
[all …]
Ddecoder.js411 goog.asserts.assert(this.cursor_ <= this.end_);
498 goog.asserts.fail('Failed to read varint, encoding is invalid.');
554 goog.asserts.assert(this.cursor_ <= this.end_);
562 goog.asserts.assert(this.cursor_ <= this.end_);
570 goog.asserts.assert(this.cursor_ <= this.end_);
578 goog.asserts.assert(this.cursor_ <= this.end_);
588 goog.asserts.assert(this.cursor_ <= this.end_);
601 goog.asserts.assert(false);
604 goog.asserts.assert(this.cursor_ <= this.end_);
759 goog.asserts.assert(this.cursor_ <= this.end_);
[all …]
Dwriter.js152 goog.asserts.assert(messageLength >= 0);
208 goog.asserts.assert(this.bookmarks_.length == 0);
227 goog.asserts.assert(offset == flat.length);
264 goog.asserts.assert(this.bookmarks_.length >= 0);
279 goog.asserts.assert(field >= 1 && field == Math.floor(field));
322 goog.asserts.fail('Group field type not supported in writeAny()');
325 goog.asserts.fail('Message field type not supported in writeAny()');
355 goog.asserts.fail('Invalid field type in writeAny()');
461 goog.asserts.assert((value >= -jspb.BinaryConstants.TWO_TO_31) &&
476 goog.asserts.assert((intValue >= -jspb.BinaryConstants.TWO_TO_31) &&
[all …]
/external/protobuf/js/
Ddebug.js58 goog.asserts.assert(message instanceof jspb.Message,
62 goog.asserts.assert(object['getExtension'],
91 goog.asserts.assertArray(thing);
104 goog.asserts.assert(message instanceof jspb.Message,
Dmessage.js787 goog.asserts.fail('Cannot coerce to b64 string: ' + goog.typeOf(value));
806 goog.asserts.fail('Cannot coerce to Uint8Array: ' + goog.typeOf(value));
853 goog.asserts.fail('Inconsistent type in JSPB repeated field array. ' +
1651 goog.asserts.assert(extension1 === undefined);
1652 goog.asserts.assert(i === typedField1.length - 1);
1658 goog.asserts.assert(extension2 === undefined);
1659 goog.asserts.assert(i === typedField2.length - 1);
1746 goog.asserts.assertInstanceof(fromMessage, jspb.Message);
1747 goog.asserts.assertInstanceof(toMessage, jspb.Message);
1748 goog.asserts.assert(fromMessage.constructor == toMessage.constructor,
[all …]
Dmap.js151 goog.asserts.assert(valueToObject);
486 goog.asserts.assert(opt_valueReaderCallback);
497 goog.asserts.assert(key != undefined);
498 goog.asserts.assert(value != undefined);
/external/tensorflow/tensorflow/python/ops/linalg/
Dlinear_operator_tridiag.py246 asserts = []
255 asserts += [check_ops.assert_equal(
260 asserts += [linear_operator_util.assert_zero_imag_part(
264 asserts += [check_ops.assert_equal(
269 asserts += [linear_operator_util.assert_zero_imag_part(
272 asserts += [check_ops.assert_equal(
276 return control_flow_ops.group(asserts)
/external/libchrome/libchrome_tools/patch/
Dalignof_int64.patch4 Subject: [PATCH] Update asserts in mojo about int64_t's alignment
6 The purpose of these asserts is to check that the options structs are aligned
7 sufficiently that an int64_t (or similar) could be added to them. The asserts
14 bug was fixed and the asserts started firing. (See also
17 To fix the build, change the asserts to check that int64_t requires 8 bytes
/external/protobuf/js/commonjs/
Dimport_test.js36 var asserts = require('closure_asserts_commonjs'); variable
40 googleProtobuf.object.extend(global, asserts);
Dstrict_test.js36 var asserts = require('closure_asserts_commonjs'); variable
40 googleProtobuf.object.extend(global, asserts);
/external/protobuf/js/compatibility_tests/v3.0.0/commonjs/
Dimport_test.js36 var asserts = require('closure_asserts_commonjs'); variable
40 googleProtobuf.object.extend(global, asserts);
/external/tensorflow/tensorflow/python/autograph/converters/
Dasserts_test.py21 from tensorflow.python.autograph.converters import asserts
38 tr = self.transform(f, (functions, asserts, return_statements))
/external/llvm-project/llvm/test/Transforms/SimpleLoopUnswitch/
Dnontrivial-unswitch-redundant-switch.ll1 ; REQUIRES: asserts
6 ; This loop shouldn't trigger asserts in SimpleLoopUnswitch.
/external/grpc-grpc/doc/
Dhttp2-interop-test-descriptions.md64 Client asserts:
71 Server asserts:
91 Client asserts:
117 Client asserts:
141 Client asserts:
169 Client asserts:
219 Client asserts:
261 Client asserts:
Dinterop-test-descriptions.md56 Client asserts:
87 Client asserts:
111 Client asserts:
170 Client asserts:
220 Client asserts:
282 Client asserts:
338 Client asserts:
371 Client asserts:
414 Client asserts:
487 Client asserts:
[all …]
/external/testng/src/test/java/test/assertion/
DMyRawAssertion.java4 import org.testng.asserts.Assertion;
5 import org.testng.asserts.IAssert;
DSoftAssertTest.java5 import org.testng.asserts.IAssert;
6 import org.testng.asserts.SoftAssert;
/external/llvm/test/CodeGen/AArch64/
Darm64-csldst-mmo.ll1 ; REQUIRES: asserts
3 ; REQUIRES: asserts
/external/llvm-project/llvm/test/CodeGen/AArch64/
Darm64-csldst-mmo.ll1 ; REQUIRES: asserts
3 ; REQUIRES: asserts
/external/llvm-project/llvm/test/ThinLTO/X86/
Dfuncimport-debug.ll3 ; Require asserts for -debug-only
4 ; REQUIRES: asserts
/external/pigweed/pw_thread/
Dbackend.gni28 # Whether the GN asserts should be silenced in ensuring that a compatible
30 # Set to true to disable the asserts.
/external/pigweed/pw_sync/
Dbackend.gni31 # Whether the GN asserts should be silenced in ensuring that a compatible
33 # Set to true to disable the asserts.
/external/pigweed/pw_assert/
Ddocs.rst11 a crash if the condition is not met. Consistent use of asserts is one aspect of
61 most asserts ``CHECK`` rather than ``DCHECK``, unless there is a critical
75 Use ``PW_ASSERT`` from ``pw_assert/assert.h`` for asserts in headers or
345 This also asserts that ``abs_tolerance >= 0``.
406 asserts, due to differing module choices.
410 4. ``PW_CHECK_*`` can trigger circular dependencies when asserts are used from
436 // want rich asserts or logs, move the function into the .cc file, and
568 In theory, ``DCHECK_*`` macros should never be used and all the asserts should
591 - **Prefer to use DCHECK_* variants for internal asserts** that attempt to
633 1. **C compatibility** - Since asserts are typically invoked from arbitrary
[all …]
/external/dagger2/tools/
Dmaven_info.bzl17 load("@bazel_skylib//lib:unittest.bzl", "asserts", "unittest")
118 asserts.equals(
124 asserts.equals(
130 asserts.equals(

12345678910>>...50