Home
last modified time | relevance | path

Searched defs:Assert (Results 1 – 25 of 79) sorted by relevance

1234

/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/expressions/object_literal/
Dobject_literal_7.ts35 Assert.isString(obj1[1]); variable
51 Assert.isString(obj3['string']); variable
Dobject_literal_8.ts41 Assert.equal(obj1[1], 1); variable
Dobject_literal_3.ts34 Assert.isString(obj1['num']); variable
Dobject_literal_2.ts36 Assert.isString(obj1[2]); variable
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DAssert.hpp33 # define Assert(expression) ((void)0) macro
35 # define Assert(expression) … macro
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/expressions/contextually_typed_expressions/
Dcontextually_typed_expressions_10.ts35 Assert.isString(arr[1]) variable
Dcontextually_typed_expressions_11.ts29 Assert.isNumber(bothPlus[2]) variable
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/ambients/ambient_declarations/Ambient_Class_Declarations/
DAmbient_Class_Declarations.ts38 Assert.equal(s1.sname,"static"); method in Student
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/types/object_types/members/
Dmembers_3.ts30 Assert.equal(numberTest[0], '1'); variable
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/grammar/ambients/
Dambient_2.ts39 Assert.equal(s1.sname, "static"); method in Student
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/types/type_relationships/type_inference/
Dtype_inference_3.ts31 Assert.equal(typeof S, 'object'); variable
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/4.2/abstract_construct_signatures/
Dabstract_construct_signatures_1.ts43 Assert.equal(func(my_C), 10); method in myClass
Dabstract_construct_signatures_2.ts33 Assert.equal(myTest.toString(), 'class myClass {\n}'); method in myClass
Dabstract_construct_signatures_3.ts63 Assert.equal(JSON.stringify(cp.getColor()), '[0,255,0]'); method in Point
Dabstract_construct_signatures.ts53 Assert.equal(JSON.stringify(color.getRGB()), '[255,0,0]'); method in Color
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/2.0/abstract_properties_and_accessors/
Dabstract_properties_and_accessors.ts43 Assert.equal(d.name, "derived"); method in Skill
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/3.0/optional_elements_in_tuple_types/
Doptional_elements_in_tuple_types.ts27 Assert.equal(o1.length, 3) variable
/third_party/optimized-routines/networking/
Dchksum_common.h24 #define Assert(exp) assert(exp) macro
26 #define Assert(exp) (void) (exp) macro
/third_party/googletest/googletest/test/
Dgtest_testbridge_test.py41 def Assert(condition): function
Dgoogletest-param-test-invalid-name1-test.py39 def Assert(condition): function
Dgoogletest-param-test-invalid-name2-test.py39 def Assert(condition): function
Dgoogletest-uninitialized-test.py39 def Assert(condition): function
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/types/specifying_members/call_signatures/type_parameters/
Dtype_parameters_1.ts48 Assert.equal(arg2, identity4(arg2)); variable
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/grammar/interfaces/
Dinterfaces.ts47 Assert.equal(pa.toJSON(), "[3,4,5]"); variable
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DAssert.java16 public class Assert { class

1234