Home
last modified time | relevance | path

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

12

/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/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/asuite/aidegen/
D.coveragerc5 # module names must be listed one per line.
9 # omit file patterns must be listed one per line. */.local/* /usr/*
DREADME.md43 generated one from the aidegen command.
/tools/acloud/
D.coveragerc4 # module names must be listed one per line.
8 # omit file patterns must be listed one per line. */.local/* /usr/*
DREADME.md92 * `--flavor`: This can be one of phone, auto, wear, tv, iot, tablet and 3g.
110 Select one gce instance to reuse if `--reuse-gce` is provided.
135 instances created by you and stop them. If more than one instance is found
182 * Pull logs from a sole instance or prompt user to choose one to pull if where
183 are more than one active instances.
/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
DREADME.md11 Trebuchet comes bundled with several programs for analyzing one or more trace files.
/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/metalava/src/test/java/com/android/tools/metalava/
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()
/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/carrier_settings/proto/
Dcarrier_list.proto58 // A collection of carrier maps; one entry for one carrier
Dcarrier_settings.proto23 // Settings of one carrier, including apns and configs
191 // The configs of one vendor client.
/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,
101 need to use this option when only one signer is used.
138 the file one line at a time. Passwords are read in the
161 the file one line at a time. Passwords are read in the
228 1. Sign an APK, in-place, using the one and only key in keystore release.jks:
231 1. Sign an APK, without overwriting, using the one and only key in keystore
Dhelp.txt21 lineage Modify the capabilities of one or more signers in an existing
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/tradefederation/core/tests/test-apps/TradeFedNativeTestApp/
DAndroid.bp19 // All source files will be bundled into one test module
/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/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/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/tradefederation/core/
Dtradefed_win.bat58 :: file format for file at $TRADEFED_OPTS_FILE is one line per host with the following format:
/tools/apksig/
DREADME.md6 (used by Android since day one) and
/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/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
/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

12