Home
last modified time | relevance | path

Searched refs:one (Results 1 – 25 of 58) sorted by relevance

123

/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DConditionPriorityBlockingQueueTest.java52 Integer one = Integer.valueOf(1); in testTake() local
53 mQueue.add(one); in testTake()
54 assertEquals(one, mQueue.take()); in testTake()
63 Integer one = Integer.valueOf(1); in testTake_priority() local
66 mQueue.add(one); in testTake_priority()
67 assertEquals(one, mQueue.take()); in testTake_priority()
78 Integer one = Integer.valueOf(1); in testTake_fifo() local
81 fifoQueue.add(one); in testTake_fifo()
83 assertEquals(one, fifoQueue.take()); in testTake_fifo()
92 Integer one = Integer.valueOf(1); in testTake_priorityReverse() local
[all …]
/tools/apkzlib/src/test/resources/testData/packaging/text-files/
Drfc2460.txt87 a packet to any one of a group of nodes.
293 illustrated in these examples, an IPv6 packet may carry zero, one, or
320 With one exception, extension headers are not examined or processed
383 When more than one extension header is used in the same packet, it is
526 specification of a particular option may restrict its use to only one
554 The Pad1 option is used to insert one octet of padding into the
555 Options area of a header. If more than one octet of padding is
608 multiple of 8 octets long. Contains one or more
625 The Routing header is used by an IPv6 source to list one or more
1024 e.g., one for each of the node's possible source addresses, or
[all …]
/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DConfigurationTest.java680 Configuration one = new Configuration("test", "test"); in testDumpChangedOption() local
681 one.setCommandOptions(options1); in testDumpChangedOption()
684 one.dumpXml(pw, new ArrayList<>(), true, false); in testDumpChangedOption()
694 one.dumpXml(pw, new ArrayList<>(), true, false); in testDumpChangedOption()
699 one.setCommandOptions(options2); in testDumpChangedOption()
702 one.dumpXml(pw, new ArrayList<>(), true, false); in testDumpChangedOption()
712 Configuration one = new Configuration("test", "test"); in testDumpChangedOption_structure() local
713 one.setCommandOptions(options1); in testDumpChangedOption_structure()
716 one.dumpXml(pw, new ArrayList<>(), true, false); in testDumpChangedOption_structure()
727 one.dumpXml(pw, new ArrayList<>(), true, false); in testDumpChangedOption_structure()
/tools/dexter/slicer/
Ddex_utf8.cc31 u4 one = *(*pUtf8Ptr)++; in GetUtf16FromUtf8() local
32 if ((one & 0x80) != 0) { in GetUtf16FromUtf8()
35 if ((one & 0x20) != 0) { in GetUtf16FromUtf8()
38 return ((one & 0x0f) << 12) | ((two & 0x3f) << 6) | (three & 0x3f); in GetUtf16FromUtf8()
41 return ((one & 0x1f) << 6) | (two & 0x3f); in GetUtf16FromUtf8()
45 return one; in GetUtf16FromUtf8()
/tools/apksig/src/apksigner/java/com/android/apksigner/
Dhelp_sign.txt4 is performed using one or more signers, each represented by an asymmetric key
5 pair and a corresponding certificate. Typically, an APK is signed by just one
23 signing scheme) used in Android since day one. By default,
88 need to use this option when only one signer is used.
122 the file one line at a time. Passwords are read in the
145 the file one line at a time. Passwords are read in the
212 1. Sign an APK, in-place, using the one and only key in keystore release.jks:
215 1. Sign an APK, without overwriting, using the one and only key in keystore
Dhelp_lineage.txt3 This modifies the capabilities of one or more signers in the provided SigningCertificateLineage.
71 the file one line at a time. Passwords are read in the
94 the file one line at a time. Passwords are read in the
/tools/acloud/
DREADME.md90 * `--flavor`: This can be one of phone, auto, wear, tv, iot, tablet and 3g.
108 Select one gce instance to reuse if `--reuse-gce` is provided.
133 instances created by you and stop them. If more than one instance is found
180 * Pull logs from a sole instance or prompt user to choose one to pull if where
181 are more than one active instances.
D.coveragerc4 # module names must be listed one per line.
8 # omit file patterns must be listed one per line. */.local/* /usr/*
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/
Dplugin.proto71 // in the FileDescriptorProtos and handle them one by one rather than read
100 // files need not reside completely in memory at one time. Note that as of
136 // The code generator that generates the initial file and the one which
/tools/metalava/src/test/java/com/android/tools/metalava/
DRewriteAnnotationsTest.kt33 fun `Test copying private annotations from one of the stubs`() { in Test copying private annotations from one of the stubs()
91 fun `Test rewriting the bytecode for one of the public annotations`() { in Test rewriting the bytecode for one of the public annotations()
123 fun `Test rewriting the bytecode for one of the public annotations in a jar file`() { in Test rewriting the bytecode for one of the public annotations in a jar file()
DSystemServiceCheckTest.kt156 fun `Check SystemService such that at least one permission must be defined with anyOf`() { in Check SystemService such that at least one permission must be defined with anyOf()
187 fun `Check SystemService -- missing one permission with allOf`() { in Check SystemService -- missing one permission with allOf()
DApiFileTest.kt3952 fun `Test merging API signature files, one refer to another`() { in Test merging API signature files, one refer to another()
3960 fun `Test merging API signature files, one refer to another, in reverse order`() { in Test merging API signature files, one refer to another, in reverse order()
/tools/metalava/
DREADME.md105 * Support for a "compact" nullness format -- one based on Kotlin's
155 the API and which one is implementation; it is simply handed the filtered API
276 just one example, the code which generated documentation for typedef constants
291 functionality is now rolled into metalava, which has one very important
432 item has no nullness annotations and the new one does, and if so, also marks the
DFORMAT.md442 signature file? The one that appeared in the source (which is hidden, or in the
443 case of Kotlin code, a special JetBrains nullness annotation), or the one that
492 In v2, we take this one step further: If a method differs **only** from its
/tools/external_updater/
DREADME.md42 (the one you can use with `git clone`). And the version field must
96 If there are multiple archives in one GitHub release, the one most
/tools/repohooks/tools/
Dpylintrc61 # Pylint and this flag can prevent that. It has one side effect, the resulting
62 # AST will be different than the one from reality.
249 # A path to a file that contains private dictionary; one word per line.
278 # name must start or end with one of those strings.
/tools/asuite/aidegen/
D.coveragerc5 # module names must be listed one per line.
9 # omit file patterns must be listed one per line. */.local/* /usr/*
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/
Ddescriptor.proto153 // are set, this must be one of TYPE_ENUM, TYPE_MESSAGE or TYPE_GROUP.
255 // to explain how you intend to use them. Usually you only need one extension
256 // number. You can declare multiple options with only one extension number by
585 // identified it as during parsing. Exactly one of these should be set.
/tools/trebuchet/
DCONTRIBUTING.md12 your current agreements on file or to sign a new one.
14 You generally only need to submit a CLA once, so if you've already submitted one
/tools/test/openhst/docs/
Dcontributing.md13 to sign a new one.
15 You generally only need to submit a CLA once, so if you've already submitted one
/tools/tradefederation/core/tests/test-apps/NativeTestSampleApp/tests/
DAndroid.mk.bak26 # All source files will be bundled into one test module
38 # All gtests in all files should be compiled into one binary
/tools/tradefederation/core/tests/res/config/suite/
Dsuite.md3 A suite allows one to run a group of tests for a given build. Adding or removing
10 in the test config file. So one doesn't need to maintain a collection of test in
/tools/security/fuzzing/example_fuzzer/
DREADME.md7 Fuzz targets (like this one) generally live adjacent to the code that they
86 Shadow byte legend (one shadow byte represents 8 application bytes):
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
DWifiBaseTest.py322 Each access point has 2 radios, one each for 2.4GHZ \
323 and 5GHz. A test can choose to use one or both APs.")
/tools/tradefederation/core/tests/res/testtype/
Dpython_output2.txt75 Test CompareMachineSize where the first one is larger. ... ok
77 Test CompareMachineSize where the first one is smaller. ... ok

123