Home
last modified time | relevance | path

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

12

/tools/ndkports/src/test/kotlin/com/android/ndkports/
DResultTest.kt41 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/
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/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/tradefederation/core/tests/src/com/android/tradefed/testtype/
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/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/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/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,
Ddevelop_test_runners.md30 > follow the same instructions for ```vendorsetup.sh``` in
/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,
Ddevelop_test_runners.md30 > follow the same instructions for ```vendorsetup.sh``` in
Ddevelop_test_finders.md35 > follow the same instructions for ```vendorsetup.sh``` in
/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/treble/build/
DREADME.md20 We can unify the development of all devices on the same Android Platform dessert
/tools/asuite/aidegen_functional_test/
Daidegen_functional_test_main.py714 same = True
722 same = False
723 if same:
/tools/metalava/src/test/java/com/android/tools/metalava/
DShowAnnotationTest.kt530 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/
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/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
/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/test/connectivity/acts/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()
/tools/tradefederation/core/
Dtradefed_win.bat39 :: first try to find TF jars in same dir as this script
/tools/test/connectivity/acts/tests/google/wifi/aware/
DREADME.md32 group sub-directories contains a file with the same name as that of the
/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.

12