Home
last modified time | relevance | path

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

1234

/tools/dexter/slicer/
Dbytecode_encoder.cc214 dex::u4 A = 0; in Visit() local
217 A = label->offset - offset_; in Visit()
218 SLICER_CHECK_NE(A, 0); in Visit()
219 SLICER_CHECK_EQ((A >> 16), 0xffff); // TODO: out of range! in Visit()
224 bytecode_.Push<dex::u2>(Pack_16(A & 0xffff)); in Visit()
231 dex::u4 A = 0; in Visit() local
235 A = label->offset - offset_; in Visit()
240 bytecode_.Push<dex::u2>(Pack_16(A & 0xffff)); in Visit()
241 bytecode_.Push<dex::u2>(Pack_16(A >> 16)); in Visit()
363 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/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.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.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/bazel/rules/
Dcommon_settings.bzl23 doc = "A singleton provider that contains the raw value of a build setting",
47 doc = "A string-typed build setting that can be set on the command line",
56 doc = "A string list-typed build setting that can be set on the command line",
Dtradefed_test.bzl91 A new `dict` that has all the entries of the given dictionaries.
123 doc = "A rule used to run host-side deviceless tests using Tradefed",
155 doc = "A rule used to run device tests using Tradefed",
Dsoong_prebuilt.bzl93 doc = "A rule that imports artifacts prebuilt by Soong into the Bazel workspace",
118 doc = "A rule for targets with no runtime outputs",
/tools/treble/build/sandbox/
Dbuild_android_target.sh46 if [[ $i =~ ^[A-Z_][A-Z0-9_]*= ]];
/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/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/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

1234