/tools/tradefederation/core/javatests/com/android/tradefed/util/ |
D | ConditionPriorityBlockingQueueTest.java | 64 Integer two = Integer.valueOf(2); in testTake_priority() local 65 mQueue.add(two); in testTake_priority() 68 assertEquals(two, mQueue.take()); in testTake_priority() 78 Integer two = Integer.valueOf(2); in testTake_fifo() local 79 fifoQueue.add(two); in testTake_fifo() 81 assertEquals(two, fifoQueue.take()); in testTake_fifo() 93 Integer two = Integer.valueOf(2); in testTake_priorityReverse() local 95 mQueue.add(two); in testTake_priorityReverse() 97 assertEquals(two, mQueue.take()); in testTake_priorityReverse() 128 final Integer two = Integer.valueOf(2); in testTake_matcher_delayedAdd() local [all …]
|
/tools/dexter/slicer/ |
D | dex_utf8.cc | 34 u4 two = *(*pUtf8Ptr)++; in GetUtf16FromUtf8() local 38 return ((one & 0x0f) << 12) | ((two & 0x3f) << 6) | (three & 0x3f); in GetUtf16FromUtf8() 41 return ((one & 0x1f) << 6) | (two & 0x3f); in GetUtf16FromUtf8()
|
/tools/apksig/ |
D | README.md | 16 The project consists of two subprojects: 42 apksigner command-line tool offers two operations:
|
/tools/netsim/testing/tests/wifi/nsd/ |
D | README | 5 1. Launch two virtual devices with userdebug (Google APIs) build.
|
/tools/asuite/atest/asuite_lib_test/ |
D | Android.bp | 17 // tests result is accurate, separate them to two different test modules.
|
/tools/metalava/ |
D | API-LINT.md | 13 and again, there are two ways to mark an issue such that it is no longer 69 To make these errors go away, you have two choices:
|
D | COMPATIBILITY.md | 4 can diff two versions of an API to determine compatibility. But what
|
D | README.md | 184 * Like doclava1, metalava can diff two APIs and warn about API compatibility 189 require you to create two signature files to diff. 364 from a signature file. That's how API diffing is performed: you load two 366 file and the current set of source folders), and then you "diff" the two.
|
D | FORMAT.md | 288 The last two elements are "redundant"; they could be computed from the property 363 Doclava always inserted two special methods in the signature files for every 504 * Fix formatting for package private elements. These had two spaces of
|
/tools/treble/build/ |
D | README.md | 23 For example, let's say we had two devices: Device A and Device B.
|
/tools/asuite/atest/bazel/runner/src/main/protobuf/ |
D | option_filters.proto | 21 // IMPORTANT NOTE: These two enums must be kept in sync with their Java
|
/tools/tradefederation/contrib/tests/src/com/android/uicd/tests/ |
D | UiConductorTestTest.java | 276 Path two = Files.createFile(mInputDir.resolve("two.json")); in testRun_withFilter() local 277 mOptionSetter.setOptionValue("uicd-test", TEST_KEY, two.toString()); in testRun_withFilter()
|
/tools/netsim/testing/mobly/ |
D | README.md | 9 Prior to running the example tests please start two android virtual devices and verify they are con…
|
/tools/apkzlib/src/test/resources/testData/packaging/text-files/ |
D | rfc2460.txt | 378 The first four are specified in this document; the last two are 481 highest-order two bits specify the action that must be taken if the 527 of those two headers. 540 There are two padding options which are used when necessary to align 573 The PadN option is used to insert two or more octets of padding 779 Ext Len is equal to two times the number of 1029 "original packet", and it is considered to consist of two parts, as 1146 zero), with the following two changes: 1274 Note that there are two possible ways to encode optional destination 1296 in its highest-order two bits. The choice may depend on such [all …]
|
/tools/asuite/adevice/ |
D | README.md | 3 …s to update their device with their locally built artifacts. The tool provides two major functions:
|
/tools/test/connectivity/acts_tests/tests/google/wifi/rtt/ |
D | README.md | 53 AP or between the two test devices (for Aware ranging tests).
|
/tools/apksig/src/apksigner/java/com/android/apksigner/ |
D | help_sign.txt | 142 --next-signer Delimits options of two different signers. There is no 165 There are two ways to provide the signer's private key and certificate: (1) Java 292 4. Sign an APK using two keys:
|
D | help_rotate.txt | 24 These options specify the configuration of a particular signer. To rotate keys, two signers must be 37 There are two ways to provide the signer's private key and certificate: (1) Java
|
D | help_lineage.txt | 39 private key and certificate must be specified. There are two ways to provide
|
/tools/external/fat32lib/ |
D | NOTICE | 25 We protect your rights with a two-step method: (1) we copyright the library, and (2) we offer you t… 33 …rary, whether statically or using a shared library, the combination of the two is legally speaking… 108 … of the other library facilities is otherwise permitted, and provided that you do these two things: 132 … we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving…
|
/tools/carrier_settings/proto/ |
D | carrier_settings.proto | 62 // Next two fields type and bearer_bitmask affect how APN is selected by
|
/tools/repohooks/ |
D | README.md | 29 There are two types of config files: 40 These are the manifest-wide defaults and can be located in two places:
|
/tools/test/connectivity/acts/ |
D | README.md | 11 be run with as little as one or two Android devices with wifi, cellular, or
|
/tools/netsim/guide/src/development/ |
D | README.md | 36 The table below summarizes the two virtual device environments:
|
/tools/tradefederation/core/javatests/res/testtype/ |
D | python_output2.txt | 73 Test CompareMachineSize where two machine sizes are equal. ... ok
|