| /external/ltp/testcases/kernel/syscalls/nftw/ |
| D | lib.c | 98 execute_function(char *name, int (*callback) (const char *), char *buffer, in execute_function() argument 99 int expected) in execute_function() 133 test_long_file_name(char *name, int (*callback) (const char *), int expected) in test_long_file_name() argument 154 test_long_component_name(char *name, int (*callback) (const char *), in test_long_component_name() argument 155 int expected) in test_long_component_name() 176 test_ENAMETOOLONG_path(char *name, int (*callback) (const char *), int expected) in test_ENAMETOOLONG_path() argument 239 test_ENAMETOOLONG_name(char *name, int (*callback) (const char *), int expected) in test_ENAMETOOLONG_name() argument 245 void test_ENOENT_empty(char *name, int (*callback) (const char *), int expected) in test_ENOENT_empty() argument 275 void test_ENOTDIR(char *name, int (*callback) (const char *), int expected) in test_ENOTDIR() argument 327 test_ENOENT_nofile(char *name, int (*callback) (const char *), int expected) in test_ENOENT_nofile() argument
|
| D | lib64.c | 98 execute_function(char *name, int (*callback) (const char *), char *buffer, in execute_function() argument 99 int expected) in execute_function() 133 test_long_file_name(char *name, int (*callback) (const char *), int expected) in test_long_file_name() argument 154 test_long_component_name(char *name, int (*callback) (const char *), in test_long_component_name() argument 155 int expected) in test_long_component_name() 176 test_ENAMETOOLONG_path(char *name, int (*callback) (const char *), int expected) in test_ENAMETOOLONG_path() argument 239 test_ENAMETOOLONG_name(char *name, int (*callback) (const char *), int expected) in test_ENAMETOOLONG_name() argument 245 void test_ENOENT_empty(char *name, int (*callback) (const char *), int expected) in test_ENOENT_empty() argument 275 void test_ENOTDIR(char *name, int (*callback) (const char *), int expected) in test_ENOTDIR() argument 327 test_ENOENT_nofile(char *name, int (*callback) (const char *), int expected) in test_ENOENT_nofile() argument
|
| /external/pigweed/pw_bluetooth_sapphire/fuchsia/bt_hci_virtual/meta/ |
| D | bind-tests.json | 6 "expected": "abort", string 7 "name": "Protocol" string 16 "expected": "match", string 17 "name": "Success" string 26 "expected": "abort", string 27 "name": "WrongProtocol" string 36 "expected": "abort", string 37 "name": "WrongVid" string 46 "expected": "abort", string 47 "name": "WrongPid" string [all …]
|
| /external/armnn/src/armnn/test/ |
| D | TestLayerVisitor.cpp | 13 void TestLayerVisitor::CheckLayerName(const char* name) in CheckLayerName() 34 void TestLayerVisitor::CheckConstTensors(const ConstTensor& expected, const ConstTensor& actual) in CheckConstTensors() 52 void TestLayerVisitor::CheckConstTensors(const ConstTensor& expected, const ConstTensorHandle& actu… in CheckConstTensors() 72 void TestLayerVisitor::CheckConstTensorPtrs(const std::string& name, in CheckConstTensorPtrs() 73 const ConstTensor* expected, in CheckConstTensorPtrs() 90 void TestLayerVisitor::CheckConstTensorPtrs(const std::string& name, in CheckConstTensorPtrs() 91 const ConstTensor* expected, in CheckConstTensorPtrs() 108 void TestLayerVisitor::CheckOptionalConstTensors(const Optional<ConstTensor>& expected, in CheckOptionalConstTensors()
|
| /external/guava/android/guava-tests/test/com/google/common/collect/ |
| D | ListsImplTest.java | 54 private final String name; field in ListsImplTest.ListExample 57 protected ListExample(String name, Modifiability modifiability) { in ListExample() 168 List<List<String>> expected = in testAddAllImpl() local 191 int[] expected = {0, 1, 2, 1, 4, 5, 0}; in testIndexOfImpl_nonNull() local 203 int[] expected = {0, 1, 2, 0, 4, 0}; in testIndexOfImpl_null() local 209 int[] expected = {7, 1, 8, 3, 7, 5, 6, 7, 8}; in testLastIndexOfImpl_nonNull() local 221 int[] expected = {3, 1, 5, 3, 4, 5}; in testLastIndexOfImpl_null() local 225 private void checkIndexOf(List<?> toTest, int[] expected) { in checkIndexOf() 228 String name = "toTest[" + index + "] (" + obj + ")"; in checkIndexOf() local 234 private void checkLastIndexOf(List<?> toTest, int[] expected) { in checkLastIndexOf() [all …]
|
| /external/guava/guava-tests/test/com/google/common/collect/ |
| D | ListsImplTest.java | 54 private final String name; field in ListsImplTest.ListExample 57 protected ListExample(String name, Modifiability modifiability) { in ListExample() 168 List<List<String>> expected = in testAddAllImpl() local 191 int[] expected = {0, 1, 2, 1, 4, 5, 0}; in testIndexOfImpl_nonNull() local 203 int[] expected = {0, 1, 2, 0, 4, 0}; in testIndexOfImpl_null() local 209 int[] expected = {7, 1, 8, 3, 7, 5, 6, 7, 8}; in testLastIndexOfImpl_nonNull() local 221 int[] expected = {3, 1, 5, 3, 4, 5}; in testLastIndexOfImpl_null() local 225 private void checkIndexOf(List<?> toTest, int[] expected) { in checkIndexOf() 228 String name = "toTest[" + index + "] (" + obj + ")"; in checkIndexOf() local 234 private void checkLastIndexOf(List<?> toTest, int[] expected) { in checkLastIndexOf() [all …]
|
| /external/tensorflow/tensorflow/compiler/xla/tests/ |
| D | client_library_test_base.h | 450 XlaBuilder* builder, NativeT expected, in ComputeAndCompareR0() 459 XlaBuilder* builder, NativeT expected, in ComputeAndCompareR0() 475 XlaBuilder* builder, absl::Span<const NativeT> expected, in ComputeAndCompareR1() 484 XlaBuilder* builder, absl::Span<const NativeT> expected, in ComputeAndCompareR1() 500 XlaBuilder* builder, const Array2D<NativeT>& expected, in ComputeAndCompareR2() 510 XlaBuilder* builder, const Array2D<NativeT>& expected, in ComputeAndCompareR2() 527 XlaBuilder* builder, const Array3D<NativeT>& expected, in ComputeAndCompareR3() 537 XlaBuilder* builder, const Array3D<NativeT>& expected, in ComputeAndCompareR3() 554 XlaBuilder* builder, const Array4D<NativeT>& expected, in ComputeAndCompareR4() 564 XlaBuilder* builder, const Array4D<NativeT>& expected, in ComputeAndCompareR4() [all …]
|
| D | literal_test_util.cc | 29 const std::string& name) { in WriteLiteralToTempFile() 51 void OnMiscompare(const LiteralSlice& expected, const LiteralSlice& actual, in OnMiscompare() 75 const Shape& expected, const Shape& actual) { in EqualShapes() 80 const Shape& expected, const Shape& actual) { in EqualShapesAndLayouts() 90 const LiteralSlice& expected, const LiteralSlice& actual) { in Equal() 95 const LiteralSlice& expected, const LiteralSlice& actual, in Near() 102 const LiteralSlice& expected, const LiteralSlice& actual, in NearOrEqual()
|
| /external/cronet/tot/third_party/icu/source/test/cintltst/ |
| D | stdnmtst.c | 39 static int dotestname(const char *name, const char *standard, const char *expected) { in dotestname() 115 static int dotestconv(const char *name, const char *standard, const char *expected) { in dotestconv() 171 static UBool doTestNames(const char *name, const char *standard, const char **expected, int32_t siz… in doTestNames() 223 static UBool doTestUCharNames(const char *name, const char *standard, const char **expected, int32_… in doTestUCharNames()
|
| /external/cronet/stable/third_party/icu/source/test/cintltst/ |
| D | stdnmtst.c | 39 static int dotestname(const char *name, const char *standard, const char *expected) { in dotestname() 115 static int dotestconv(const char *name, const char *standard, const char *expected) { in dotestconv() 171 static UBool doTestNames(const char *name, const char *standard, const char **expected, int32_t siz… in doTestNames() 223 static UBool doTestUCharNames(const char *name, const char *standard, const char **expected, int32_… in doTestUCharNames()
|
| /external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/filter/ |
| D | TryWithResourcesEcjFilter.java | 162 private boolean nextIsEcjClose(final String name) { in nextIsEcjClose() 171 private boolean nextIsEcjCloseAndThrow(final String name) { in nextIsEcjCloseAndThrow() 183 private boolean nextIsEcjSuppress(final String name) { in nextIsEcjSuppress() 210 private void nextIsClose(final String name) { in nextIsClose() 227 final String expected = owners.get(name); in nextIsClose() local 235 private void nextIsJump(final int opcode, final String name) { in nextIsJump() 241 final LabelNode expected = labels.get(name); in nextIsJump() local 249 private void nextIsLabel(final String name) { in nextIsLabel() 259 final LabelNode expected = labels.get(name); in nextIsLabel() local
|
| /external/icu/icu4c/source/test/cintltst/ |
| D | stdnmtst.c | 39 static int dotestname(const char *name, const char *standard, const char *expected) { in dotestname() 115 static int dotestconv(const char *name, const char *standard, const char *expected) { in dotestconv() 171 static UBool doTestNames(const char *name, const char *standard, const char **expected, int32_t siz… in doTestNames() 223 static UBool doTestUCharNames(const char *name, const char *standard, const char **expected, int32_… in doTestUCharNames()
|
| /external/tensorflow/tensorflow/python/framework/ |
| D | extension_type_field_test.py | 57 name, argument 91 def testConstructionError(self, name, value_type, default, error): argument 107 expected, argument 108 name, argument 121 def testIsReservedName(self, name, expected): argument 224 def testConvertValue(self, value, value_type, expected=None): argument 257 def testConvertValueForSpec(self, value, value_type, expected=None): argument
|
| /external/apache-velocity-engine/velocity-engine-core/src/test/java/org/apache/velocity/test/issues/ |
| D | Velocity587TestCase.java | 29 public Velocity587TestCase(String name) in Velocity587TestCase() 38 String expected = "\\\\"; in testLiteralTwoBackslashes() local 45 String expected = "\\"; in testLiteralOneBackslash() local 53 String expected = "\\\\"; in testInterpolatedTwoBackslashes() local 60 String expected = "\\"; in testInterpolatedOneBackslash() local
|
| D | Velocity616TestCase.java | 29 public Velocity616TestCase(String name) in Velocity616TestCase() 45 String expected = "#if (false) $bar #end"; in testIfNoBrackets() local 52 String expected = "#{foreach}( $i in [1..3] )$i#{end}"; in testForeachBrackets() local 59 String expected = "#{if} (false) $bar #{end}"; in testIfBrackets() local 66 String expected = "#if( false ) $bar #{end}"; in testIfBracketsOnEndOnly() local
|
| /external/doclava/doclet_adapter/src/test/java/com/google/doclava/javadoc/ |
| D | ParameterImplTest.java | 45 public final String name; field in ParameterImplTest.ExpectedParameter 48 public ExpectedParameter(Type type, String name) { in ExpectedParameter() 100 public void name() { in name() method in ParameterImplTest 106 testParametersWith((actual, expected) -> { in typeName() argument 113 testParametersWith((actual, expected) -> { in annotations() argument 149 final var expected = expectedParameters[i]; in testParametersWith() local
|
| /external/skia/modules/skunicode/tests/ |
| D | SkUnicodeTest.cpp | 33 #define DEF_TEST_ICU(name, reporter) \ argument 36 #define DEF_TEST_ICU(name, reporter) argument 40 #define DEF_TEST_ICU4X(name, reporter) \ argument 43 #define DEF_TEST_ICU4X(name, reporter) argument 47 #define DEF_TEST_LIBGRAPHEME(name, reporter) \ argument 50 #define DEF_TEST_LIBGRAPHEME(name, reporter) argument 53 #define DEF_TEST_NOIMPL(name, reporter) argument 55 #define DEF_TEST_UNICODES(name, reporter) \ argument 63 #define DEF_TEST_ICU_UNICODES(name, reporter) \ argument 107 std::vector<SkUnicode::Position> expected = { 0, 1, 2, 4, 5, 8, 9, 13, 14, 19, 20, 26, 27, 34 }; in UNIX_ONLY_TEST() local [all …]
|
| /external/tensorflow/tensorflow/core/framework/ |
| D | node_def_builder.cc | 40 NodeDefBuilder::NodeDefBuilder(StringPiece name, StringPiece op_name, in NodeDefBuilder() 54 NodeDefBuilder::NodeDefBuilder(StringPiece name, StringPiece op_name, in NodeDefBuilder() 60 NodeDefBuilder::NodeDefBuilder(StringPiece name, const OpDef* op_def) in NodeDefBuilder() 128 const DataType expected = MaybeAddRef(input_arg, input_arg->type()); in SingleInput() local 145 const DataType expected = MaybeAddRef(input_arg, input_arg->type()); in ListInput() local 152 const DataType expected = MaybeAddRef(input_arg, base); in ListInput() local 187 DataType expected, DataType dt) { in VerifyInputType() 264 bool NodeDefBuilder::AttrValueAlreadyPresent(StringPiece name, in AttrValueAlreadyPresent() 277 NodeDefBuilder& NodeDefBuilder::Attr(StringPiece name, const AttrValue& value) { in Attr() 284 NodeDefBuilder& NodeDefBuilder::Attr(StringPiece name, AttrValue&& value) { in Attr()
|
| /external/linux-kselftest/tools/testing/selftests/bpf/ |
| D | test_progs.h | 50 char *name; member 68 char *name; member 157 char name[MAX_SUBTEST_NAME + 1]; member 213 #define ASSERT_TRUE(actual, name) ({ \ argument 220 #define ASSERT_FALSE(actual, name) ({ \ argument 227 #define ASSERT_EQ(actual, expected, name) ({ \ argument 238 #define ASSERT_NEQ(actual, expected, name) ({ \ argument 249 #define ASSERT_LT(actual, expected, name) ({ \ argument 260 #define ASSERT_LE(actual, expected, name) ({ \ argument 271 #define ASSERT_GT(actual, expected, name) ({ \ argument [all …]
|
| /external/aws-sdk-java-v2/services/s3control/src/it/java/software.amazon.awssdk.services.s3control/ |
| D | S3MrapIntegrationTest.java | 115 …rapWithDifferentPaths_unsignedPayload_requestIsAccepted(String name, String key, String expected) { in when_callingMrapWithDifferentPaths_unsignedPayload_requestIsAccepted() 121 …gMrapWithDifferentPaths_signedPayload_requestIsAccepted(String name, String key, String expected) { in when_callingMrapWithDifferentPaths_signedPayload_requestIsAccepted() 127 …gS3WithDifferentPaths_unsignedPayload_requestIsAccepted(String name, String key, String expected) { in when_callingS3WithDifferentPaths_unsignedPayload_requestIsAccepted() 133 …ingS3WithDifferentPaths_signedPayload_requestIsAccepted(String name, String key, String expected) { in when_callingS3WithDifferentPaths_signedPayload_requestIsAccepted() 152 …utGetDeleteObjectMrap(S3Client testClient, String payloadSigningTag, String key, String expected) { in putGetDeleteObjectMrap() 168 …tDeleteObjectStandard(S3Client testClient, String payloadSigningTag, String key, String expected) { in putGetDeleteObjectStandard()
|
| /external/gson/gson/src/test/java/com/google/gson/ |
| D | FieldNamingPolicyTest.java | 75 String name = field.getName(); in testUpperCasingLocaleIndependent() local 76 String expected = name.toUpperCase(Locale.ROOT); in testUpperCasingLocaleIndependent() local 112 String name = field.getName(); in testLowerCasingLocaleIndependent() local 113 String expected = name.toLowerCase(Locale.ROOT); in testLowerCasingLocaleIndependent() local
|
| /external/jsoncpp/src/test_lib_json/ |
| D | jsontest.h | 176 TestResult& checkEqual(TestResult& result, T expected, U actual, in checkEqual() 221 #define JSONTEST_ASSERT_EQUAL(expected, actual) \ argument 226 #define JSONTEST_ASSERT_STRING_EQUAL(expected, actual) \ argument 246 #define JSONTEST_FIXTURE(FixtureType, name) \ argument 260 #define JSONTEST_FIXTURE_FACTORY(FixtureType, name) \ argument 263 #define JSONTEST_REGISTER_FIXTURE(runner, FixtureType, name) \ argument 267 #define JSONTEST_FIXTURE_V2(FixtureType, name, collections) \ argument
|
| /external/junit/src/main/java/junit/framework/ |
| D | TestCase.java | 94 public TestCase(String name) { in TestCase() 237 public static void assertEquals(String message, Object expected, Object actual) { in assertEquals() 245 public static void assertEquals(Object expected, Object actual) { in assertEquals() 252 public static void assertEquals(String message, String expected, String actual) { in assertEquals() 259 public static void assertEquals(String expected, String actual) { in assertEquals() 268 public static void assertEquals(String message, double expected, double actual, double delta) { in assertEquals() 276 public static void assertEquals(double expected, double actual, double delta) { in assertEquals() 285 public static void assertEquals(String message, float expected, float actual, float delta) { in assertEquals() 293 public static void assertEquals(float expected, float actual, float delta) { in assertEquals() 301 public static void assertEquals(String message, long expected, long actual) { in assertEquals() [all …]
|
| /external/iptables/ |
| D | xlate-test.py | 43 def test_one_xlate(name, sourceline, expected, result): argument 61 def test_one_replay(name, sourceline, expected, result): argument 135 def run_test(name, payload): argument
|
| /external/tensorflow/tensorflow/core/grappler/utils/ |
| D | frame_test.cc | 35 NodeDef CreateNode(const string& name, const std::vector<string>& inputs) { in CreateNode() 39 NodeDef CreateNode(const string& name, const string& op, in CreateNode() 44 NodeDef CreateNode(const string& name, const string& op, const string& frame, in CreateNode() 114 std::unordered_map<string, std::vector<int>> expected = { in TYPED_TEST() local 140 std::unordered_map<string, std::vector<int>> expected = { in TYPED_TEST() local 162 std::unordered_map<string, std::vector<int>> expected = { in TYPED_TEST() local 189 std::unordered_map<string, std::vector<int>> expected = { in TYPED_TEST() local
|