Home
last modified time | relevance | path

Searched refs:same (Results 1 – 25 of 53) sorted by relevance

123

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DGTestTest.java166 EasyMock.same(mMockReceiver), in testRun()
172 EasyMock.same(mMockReceiver), in testRun()
208 EasyMock.same(mMockReceiver), in testRunFilterAbiPath()
232 EasyMock.same(mMockReceiver), in testRun_moduleName()
267 EasyMock.same(mMockReceiver), in testRun_nested()
295 EasyMock.same(mMockReceiver), EasyMock.anyLong(), (TimeUnit)EasyMock.anyObject(), in doTestFilter()
387 EasyMock.same(mMockReceiver), EasyMock.anyLong(), (TimeUnit)EasyMock.anyObject(), in testCommandTooLong()
528 EasyMock.same(mMockReceiver), in testNativeCoverageAllProcesses()
534 EasyMock.same(mMockReceiver), in testNativeCoverageAllProcesses()
593 EasyMock.same(mMockReceiver), in testNativeCoverageSpecificProcesses()
[all …]
DGoogleBenchmarkTestTest.java116 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/apkzlib/src/test/resources/testData/packaging/text-files/
Drfc2460.txt155 neighbors - nodes attached to the same link.
237 same values as the IPv4 Protocol field [RFC-1700
357 value within the original packet. The same action should be taken if
383 When more than one extension header is used in the same packet, it is
422 its own extension headers, which are separately subject to the same
429 any order and occurring any number of times in the same packet,
524 The same Option Type numbering space is used for both the Hop-by-Hop
599 header. Uses the same values as the IPv4
644 the same values as the IPv4 Protocol field
773 the same values as the IPv4 Protocol field
[all …]
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/
Ddescriptor.proto164 // 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/tradefederation/core/tests/src/com/android/tradefed/device/metric/
DLogcatTimingMetricCollectorTest.java23 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/
DFORMAT.md75 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
DREADME.md74 * Compatibility with doclava1: in compat mode, metalava spits out the same
172 same signatures as in the signature files.
179 the exact same API as is listed in the signature files, and once this was
443 hierarchy to see if there still is an inherited method with the same signature,
449 files, which can then be processed by Dokka and Javadoc to generate the same
/tools/metalava/src/main/java/com/android/tools/metalava/model/
DDefaultModifierList.kt249 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/external/fat32lib/
DNOTICE37 … 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.
/tools/tradefederation/core/atest/docs/
Ddeveloper_workflow.md60 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,
/tools/asuite/atest/docs/
Ddeveloper_workflow.md60 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,
/tools/asuite/aidegen_functional_test/
Daidegen_functional_test_main.py712 same = True
720 same = False
721 if same:
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/
Dplugin.proto117 // 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/tradefederation/core/tests/src/com/android/tradefed/device/
DBackgroundDeviceActionTest.java70 mMockIDevice.executeShellCommand(EasyMock.eq(action), EasyMock.same(mMockReceiver), in testBackgroundActionComplete()
92 mMockIDevice.executeShellCommand(EasyMock.eq(action), EasyMock.same(mMockReceiver), in testBackgroundAction_shellException()
/tools/acloud/internal/proto/
Duser_config.proto58 // * All users talking to the same cloud project can share the same
Dinternal_config.proto51 // for all device types in the same config. And all branches are
52 // using the same config at data/default.config. However,
/tools/apksig/src/apksigner/java/com/android/apksigner/
Dhelp_lineage.txt69 When the same file (including standard input) is used for
92 When the same file (including standard input) is used for
Dhelp_rotate.txt72 When the same file (including standard input) is used for
95 When the same file (including standard input) is used for
Dhelp_sign.txt120 When the same file (including standard input) is used for
143 When the same file (including standard input) is used for
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DITestSuiteTest.java496 EasyMock.anyObject(), EasyMock.same(mMockListener))) in testRun_failedSystemChecker()
522 EasyMock.anyObject(), EasyMock.same(mMockListener))) in testRun_failedSystemChecker_runtimeException()
589 EasyMock.anyObject(), EasyMock.same(mMockListener))) in testRun_failedSystemChecker_reportFailure_bugreport()
/tools/test/connectivity/acts/framework/acts/test_utils/power/loggers/protos/
Dpower_metric.proto2 compiled *_pb2.py file by running the following command from the same dir:
/tools/treble/build/
DREADME.md20 We can unify the development of all devices on the same Android Platform dessert
/tools/test/connectivity/acts_tests/tests/google/net/arduino/connect_wifi/
Dconnect_wifi.ino85 // send the same message back
/tools/asuite/aidegen/
DREADME.md41 generate the same project file again, what’ll happen?
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DRunCommandTargetPreparerTest.java157 mMockIDevice.executeShellCommand(EasyMock.eq(command), EasyMock.same(mMockReceiver), in testBgCmd()

123