Home
last modified time | relevance | path

Searched refs:A (Results 1 – 25 of 67) sorted by relevance

123

/tools/repohooks/tools/
Dpylintrc44 # Use multiple processes to speed up Pylint. A value of 0 autodetects available
52 # A comma-separated list of package or module names from where C extensions may
219 # Tells whether missing members accessed in mixin class should be ignored. A
249 # A path to a file that contains private dictionary; one word per line.
269 # A regular expression matching the name of dummy variables (i.e. expectedly
277 # List of strings which can identify a callback function by name. A callback
351 const-rgx=(([A-Z_][A-Z0-9_]*)|(__.*__))$
354 const-name-hint=(([A-Z_][A-Z0-9_]*)|(__.*__))$
369 class-attribute-rgx=([A-Za-z_][A-Za-z0-9_]{2,30}|(__.*__))$
372 class-attribute-name-hint=([A-Za-z_][A-Za-z0-9_]{2,30}|(__.*__))$
[all …]
/tools/dexter/slicer/
Dbytecode_encoder.cc211 dex::u4 A = 0; in Visit() local
214 A = label->offset - offset_; in Visit()
215 SLICER_CHECK(A != 0); in Visit()
216 SLICER_CHECK((A >> 16) == 0xffff); // TODO: out of range! in Visit()
221 bytecode_.Push<dex::u2>(Pack_16(A & 0xffff)); in Visit()
228 dex::u4 A = 0; in Visit() local
232 A = label->offset - offset_; in Visit()
237 bytecode_.Push<dex::u2>(Pack_16(A & 0xffff)); in Visit()
238 bytecode_.Push<dex::u2>(Pack_16(A >> 16)); in Visit()
360 dex::u4 A = regs.size(); in Visit() local
[all …]
/tools/apksig/src/main/java/com/android/apksig/internal/util/
DPair.java22 public final class Pair<A, B> {
23 private final A mFirst;
26 private Pair(A first, B second) { in Pair()
31 public static <A, B> Pair<A, B> of(A first, B second) { in of()
32 return new Pair<A, B>(first, second); in of()
35 public A getFirst() { in getFirst()
/tools/tradefederation/core/proto/
Dtest_record.proto27 // A record containing the status, logs, and other information associated with a
70 // A reference to a finer-grained TestRecord.
95 // A stacktrace.
98 // A more detailed failure status description.
105 // A Fail TestStatus can be associated with a more granular failure status that helps understanding
111 // A timeout condition on the operation in progress occurred.
115 // A failure attributed to something not functioning properly.
132 // A context to DebugInfo that allows to optionally specify some debugging context.
137 // A free-formed text that can help debugging the issue at hand.
/tools/dexter/testdata/expected/
Dtry_catch.exit_hook2 method A.<init>():void
9 .local v0, "this", A
70 15| new-instance v1, A
74 20| invoke-direct {v2}, A.<init>():void
111 catch(A) : Label_4
141 catch(A) : Label_4
152 .local v1, "ex", A
154 40| const-string v4, "catch: A\n"
Dtry_catch.rewrite2 method A.<init>():void
9 .local v0, "this", A
65 11| new-instance v1, A
69 16| invoke-direct {v2}, A.<init>():void
106 catch(A) : Label_4
135 catch(A) : Label_4
146 .local v1, "ex", A
148 37| const-string v4, "catch: A\n"
Dtry_catch.compact_cfg2 method A.<init>():void
10 .local v0, "this", A
80 11| new-instance v1, A
84 16| invoke-direct {v2}, A.<init>():void
129 catch(A) : Label_4
168 catch(A) : Label_4
184 .local v1, "ex", A
186 36| const-string v4, "catch: A\n"
Dtry_catch.scratch_regs2 method A.<init>():void
12 .local v11, "this", A
77 20| new-instance v10, A
81 25| invoke-direct {v11}, A.<init>():void
120 catch(A) : Label_4
149 catch(A) : Label_4
160 .local v8, "ex", A
162 46| const-string v11, "catch: A\n"
Dtry_catch.verbose_cfg2 method A.<init>():void
10 .local v0, "this", A
86 11| new-instance v1, A
92 16| invoke-direct {v2}, A.<init>():void
143 catch(A) : Label_4
196 catch(A) : Label_4
212 .local v1, "ex", A
216 36| const-string v4, "catch: A\n"
Dtry_catch.asm2 method A.<init>():void
9 .local v0, "this", A
65 11| new-instance v1, A
69 16| invoke-direct {v2}, A.<init>():void
105 catch(A) : Label_4
134 catch(A) : Label_4
145 .local v1, "ex", A
Dtry_catch.code_coverage49 method A.<init>():void
58 .local v1, "this", A
134 41| new-instance v2, A
140 52| invoke-direct {v3}, A.<init>():void
191 catch(A) : Label_4
244 catch(A) : Label_4
259 .local v2, "ex", A
265 145| const-string v5, "catch: A\n"
/tools/tradefederation/core/src/com/android/tradefed/util/
DPair.java23 public class Pair<A, B> {
24 public final A first;
27 public Pair(A first, B second) { in Pair()
76 public static <A, B> Pair<A, B> create(A a, B b) { in create()
77 return new Pair<A, B> (a, b); in create()
/tools/apkzlib/src/test/resources/testData/packaging/text-files/
Drfc2460.txt63 Appendix A. Semantics and Usage of the Flow Label Field.........30
104 A new capability is added to enable the labeling of packets
368 A full implementation of IPv6 includes implementation of the
805 A Routing header is not examined or processed until it reaches the
1098 (2) A Fragment header containing:
1103 A Fragment Offset containing the offset of the fragment,
1351 A node must be able to accept a fragmented packet that, after
1352 reassembly, is as large as 1500 octets. A node is permitted to
1385 Appendix A describes the current intended semantics and usage of the
1631 Appendix A. Semantics and Usage of the Flow Label Field
[all …]
/tools/treble/build/
DREADME.md23 For example, let's say we had two devices: Device A and Device B.
38 | | | Device A | | | | | Device A | |
42 | | Device A | |
/tools/asuite/aidegen/
DREADME.md42 A: The former IDEA project file will be overwritten by the newly
46 A: Re-run AIDEGen after repo sync.
49 A: Use aidegen -v to get more debug information.
53 A: Basic steps to do troubleshooting:
/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
9 A test can also be easily added to multiple suites by specifying the suite name
23 A sample suite configuration file looks like this:
71 --branch, --build-id etc. A sample command is as follows:
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/
Ddescriptor.proto22 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
36 // A valid .proto file can be translated directly to a FileDescriptorProto
566 // A message representing a option the parser does not recognize. This only
600 // A Location identifies a piece of source code in a .proto file which
622 // - A location may refer to a repeated field itself (i.e. not to any
632 // - A location's span is not always a subset of its parent's span. For
681 // A series of line comments appearing on consecutive lines, with no other
/tools/external/fat32lib/
DNOTICE37 …ard. To achieve this, non-free programs must be allowed to use the library. A more frequent case i…
49 A "library" means a collection of software functions and/or data prepared so as to be conveniently …
51 …such software library or work which has been distributed under these terms. A "work based on the L…
85 5. A program that contains no derivative of any portion of the Library, but is designed to work wit…
100 b) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is on…
136 …T NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. …
138 …TA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE LIBRA…
/tools/acloud/
Dpylintrc14 method-rgx=[A-Z_][a-zA-Z0-9]{2,30}$|(__[a-z][a-zA-Z0-9_]+__)$|test[A-Z_][a-zA-Z0-9]{2,30}$
15 function-rgx=[A-Z_][a-zA-Z0-9]{2,30}$|(__[a-z][a-zA-Z0-9_]+__)$
/tools/tradefederation/core/proto/monitoring/server/
Dtradefed_service.proto26 // A service associated with a Tradefed Instance that gives information.
32 // A request to get all the currently running invocations
37 // A response that lists all the running invocations by id.
/tools/asuite/atest/docs/
Ddevelop_test_finders.md11 A test finder class holds find methods. A find method is given a string (the
13 A ```TestInfo``` object holds the test name, test dependencies, test runner, and
/tools/tradefederation/core/atest/docs/
Ddevelop_test_finders.md11 A test finder class holds find methods. A find method is given a string (the
13 A ```TestInfo``` object holds the test name, test dependencies, test runner, and
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/
Dplugin.proto22 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
36 // protoc (aka the Protocol Compiler) can be extended via plugins. A plugin is
43 // A plugin executable needs only to be placed somewhere in the path. The
/tools/repohooks/
DREADME.md82 A few environment variables are set so scripts don't need to discover things.
100 A few keywords are recognized to pass down settings. These are **not**
106 * `${PREUPLOAD_FILES_PREFIXED}`: A list of files to operate on.
/tools/test/openhst/
Dstress_test.proto29 // A list of regexes that can be used to detect the specified event.
98 // A list of tags that should be squelched from the logcat - useful for super

123