Home
last modified time | relevance | path

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

123

/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/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/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/platform-compat/hiddenapi/
Dsort_api.sh11 readarray A < "$source_list"
16 A=( $(grep -v -E '^#' <<< "${A[*]}" || :) )
18 A=( $(LC_COLLATE=C sort -f <<< "${A[*]}") )
19 A=( $(uniq <<< "${A[*]}") )
21 A=( ${C[*]} ${A[*]} )
/tools/asuite/atest/tf_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.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.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.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.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.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.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.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/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/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/carrier_settings/proto/
Dcarrier_settings.proto26 // A unique canonical carrier name
44 // A collection of multiple carriers’ settings
86 // Network types that this APN applies to, separated by "|". A network type
152 // A collection of all APNs for a carrier
209 // A collection of configs from vendor clients.
Dcarrier_list.proto45 // A unique canonical carrier name
50 // A collection of network IDs owned by this carrier
58 // A collection of carrier maps; one entry for one carrier
/tools/asuite/atest-py2/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/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/test/connectivity/acts/framework/acts/controllers/
Dtigertail.py51 A = 'A' variable in TigertailState
88 self._set_tigertail_state(TigertailState.A)
/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/ndkports/
DREADME.md3 A collection of Android build scripts for various third-party libraries and the
19 A port is a subclass of the abstract Kotlin class `com.android.ndkports.Port`.
/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/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/apkzlib/src/test/resources/testData/packaging/
Droot1 A text file in the root.

123