Home
last modified time | relevance | path

Searched refs:nested (Results 1 – 7 of 7) sorted by relevance

/tools/test/connectivity/acts/framework/tests/
Dacts_proto_utils_test_data.txt4 nested {
8 nested {
12 nested {
21 nested: {
25 nested: {
29 nested {
Dacts_proto_utils_test.py55 def compare_test_entry(self, entry, name, id, nested): argument
58 self.assertEqual(len(entry.nested), len(nested))
59 for i in range(len(entry.nested)):
60 self.assertEqual(entry.nested[i].name, nested[i][0])
61 self.assertEqual(entry.nested[i].type, nested[i][1])
Dacts_proto_utils_test.proto17 repeated NestedType nested = 3; field
/tools/tradefederation/core/tests/src/com/android/tradefed/result/
DMultiFailureDescriptionTest.java45 MultiFailureDescription nested = new MultiFailureDescription(failure2); in testCreation_nested() local
46 mMultiFailureDesc = new MultiFailureDescription(failure1, nested); in testCreation_nested()
/tools/repohooks/tools/
Dpylintrc409 # Maximum number of nested blocks for function / method body
410 max-nested-blocks=5
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/
Ddescriptor.proto158 // rules are used to find the type (i.e. first the nested types within this
282 // file. Thus, these types will *not* be nested inside the outer class
/tools/tradefederation/core/tests/res/testdata/
Dtradefed-prebuilt-cts-8.0_r21.jarMETA-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...