/tools/ndkports/src/test/kotlin/com/android/ndkports/ |
D | ResultTest.kt | 41 fun `onFailure returns same result object`() { in onFailure returns same result object() 63 fun `onSuccess returns same result object`() { in onSuccess returns same result object()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/device/metric/ |
D | LogcatTimingMetricCollectorTest.java | 23 import static org.mockito.ArgumentMatchers.same; 80 when(mContext.getDeviceName(same(mockDevice))).thenReturn("device1"); in setup() 86 .createLogcatReceiver(same(mockDevice), anyString()); in setup() 126 when(mContext.getDeviceName(same(mockDevice))).thenReturn("device2"); in testCollect_multipleDevice_perRun() 127 doReturn(mockReceiver).when(mCollector).createLogcatReceiver(same(mockDevice), anyString()); in testCollect_multipleDevice_perRun()
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/ |
D | DefaultModifierList.kt | 249 val same = masked1 xor masked2 in equivalentTo() constant 250 if (same == 0) { in equivalentTo() 253 if (same == FINAL && in equivalentTo() 257 } else if (same == DEPRECATED && in equivalentTo()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/ |
D | GoogleBenchmarkTestTest.java | 116 mMockITestDevice.executeShellCommand(EasyMock.contains(test1), EasyMock.same(mMockReceiver), in testRun() 118 mMockITestDevice.executeShellCommand(EasyMock.contains(test2), EasyMock.same(mMockReceiver), in testRun() 198 mMockITestDevice.executeShellCommand(EasyMock.contains(test1), EasyMock.same(mMockReceiver), in testRun_withModuleName() 200 mMockITestDevice.executeShellCommand(EasyMock.contains(test2), EasyMock.same(mMockReceiver), in testRun_withModuleName() 245 mMockITestDevice.executeShellCommand(EasyMock.contains(test1), EasyMock.same(mMockReceiver), in testRun_withRunReportName() 280 mMockITestDevice.executeShellCommand(EasyMock.contains(test1), EasyMock.same(mMockReceiver), in testRun_exceptionDuringExecShell() 433 EasyMock.same(mMockReceiver), in doTestFilter() 540 EasyMock.same(mMockReceiver), in testCommandTooLong()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/device/ |
D | BackgroundDeviceActionTest.java | 70 mMockIDevice.executeShellCommand(EasyMock.eq(action), EasyMock.same(mMockReceiver), in testBackgroundActionComplete() 92 mMockIDevice.executeShellCommand(EasyMock.eq(action), EasyMock.same(mMockReceiver), in testBackgroundAction_shellException()
|
/tools/test/connectivity/acts/framework/acts/test_utils/power/loggers/protos/ |
D | power_metric.proto | 2 compiled *_pb2.py file by running the following command from the same dir:
|
/tools/tradefederation/core/atest/docs/ |
D | developer_workflow.md | 60 Test files go in the same directory as the file being tested. The test 61 file should have the same name as the file it's testing, except it 64 `cli_translator_unittests.py` in the same directory. 97 A test file should have the same name as the file it's testing,
|
D | develop_test_runners.md | 30 > follow the same instructions for ```vendorsetup.sh``` in
|
/tools/asuite/atest/docs/ |
D | developer_workflow.md | 60 Test files go in the same directory as the file being tested. The test 61 file should have the same name as the file it's testing, except it 64 `cli_translator_unittests.py` in the same directory. 97 A test file should have the same name as the file it's testing,
|
D | develop_test_runners.md | 30 > follow the same instructions for ```vendorsetup.sh``` in
|
D | develop_test_finders.md | 35 > follow the same instructions for ```vendorsetup.sh``` in
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/ |
D | descriptor.proto | 164 // resolved in the same manner as type_name. 217 // Input and output type names. These are resolved in the same way as 241 // message called uninterpreted_option. This field must have the same name 250 // same number for multiple options. 303 // Message reflection will do the same. 382 // conflict with a field of the same name. This is meant to make migration 456 // all method signatures remain the same. Furthermore, thread-safety of the 494 // Set this option to true to allow mapping different tag names to the same 628 // - Multiple locations may have the same path. This happens when a single 631 // extend blocks in the same scope, each of which will have the same path. [all …]
|
/tools/treble/build/ |
D | README.md | 20 We can unify the development of all devices on the same Android Platform dessert
|
/tools/asuite/aidegen_functional_test/ |
D | aidegen_functional_test_main.py | 714 same = True 722 same = False 723 if same:
|
/tools/metalava/src/test/java/com/android/tools/metalava/ |
D | ShowAnnotationTest.kt | 530 fun `new class in the same package while parsing a class`() { in new class in the same package while parsing a class()
|
/tools/acloud/internal/proto/ |
D | user_config.proto | 58 // * All users talking to the same cloud project can share the same
|
D | internal_config.proto | 51 // for all device types in the same config. And all branches are 52 // using the same config at data/default.config. However,
|
/tools/metalava/ |
D | FORMAT.md | 75 Annotations are included on the same line as the class/field/method, right 310 exactly the same signature as the above: 465 importing them. In v2 offer the same thing in signature files. There are several 471 This basically builds on the same idea from having an implicit package for 472 annotations, and doing the same thing for java.lang: Omitting it when writing 485 If a method overrides another method, and the signatures are the same, the 494 method is not included in the signature file. The same is the case for
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/ |
D | plugin.proto | 117 // insertions to the same point will come out in the order they were added). 130 // whitespace, the same whitespace will be added to every line of the 133 // should be indented the same amount as any inserted code will need to be
|
/tools/test/connectivity/acts/tests/google/net/arduino/connect_wifi/ |
D | connect_wifi.ino | 85 // send the same message back
|
/tools/asuite/aidegen/ |
D | README.md | 41 generate the same project file again, what’ll happen?
|
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/ |
D | RunCommandTargetPreparerTest.java | 157 mMockIDevice.executeShellCommand(EasyMock.eq(command), EasyMock.same(mMockReceiver), in testBgCmd()
|
/tools/tradefederation/core/ |
D | tradefed_win.bat | 39 :: first try to find TF jars in same dir as this script
|
/tools/test/connectivity/acts/tests/google/wifi/aware/ |
D | README.md | 32 group sub-directories contains a file with the same name as that of the
|
/tools/external/fat32lib/ |
D | NOTICE | 37 … to use the library. A more frequent case is that a free library does the same job as widely used … 69 …s when you distribute them as separate works. But when you distribute the same sections as part of… 83 …d place, then offering equivalent access to copy the source code from the same place satisfies the… 101 c) Accompany the work with a written offer, valid for at least three years, to give the same user t… 102 …esignated place, offer equivalent access to copy the above specified materials from the same place. 110 a) Accompany the combined library with a copy of the same work based on the Library, uncombined wit… 111 …sed on the Library, and explaining where to find the accompanying uncombined form of the same work.
|