Home
last modified time | relevance | path

Searched refs:code (Results 1 – 25 of 60) sorted by relevance

123

/cts/tools/dasm/src/dasm/
DDopInfo.java19 import com.android.dx.dex.code.Dop;
20 import com.android.dx.dex.code.Dops;
21 import com.android.dx.dex.code.InsnFormat;
22 import com.android.dx.dex.code.form.Form10t;
23 import com.android.dx.dex.code.form.Form10x;
24 import com.android.dx.dex.code.form.Form11n;
25 import com.android.dx.dex.code.form.Form11x;
26 import com.android.dx.dex.code.form.Form12x;
27 import com.android.dx.dex.code.form.Form20t;
28 import com.android.dx.dex.code.form.Form21c;
[all …]
Dparser.cup13 action code {:
20 parser code {:
185 com.android.dx.rop.code.AccessFlags.ACC_INTERFACE)); :}
203 PUBLIC {: access_val |= com.android.dx.rop.code.AccessFlags.ACC_PUBLIC; :}
205 PRIVATE {: access_val |= com.android.dx.rop.code.AccessFlags.ACC_PRIVATE; :}
207 PROTECTED {: access_val |= com.android.dx.rop.code.AccessFlags.ACC_PROTECTED; :}
209 STATIC {: access_val |= com.android.dx.rop.code.AccessFlags.ACC_STATIC; :}
211 FINAL {: access_val |= com.android.dx.rop.code.AccessFlags.ACC_FINAL; :}
213 SYNCHRONIZED {: access_val |= com.android.dx.rop.code.AccessFlags.ACC_SYNCHRONIZED; :}
215 VOLATILE {: access_val |= com.android.dx.rop.code.AccessFlags.ACC_VOLATILE; :}
[all …]
DDasmCatchBuilder.java19 import com.android.dx.dex.code.CatchBuilder;
20 import com.android.dx.dex.code.CatchHandlerList;
21 import com.android.dx.dex.code.CatchTable;
22 import com.android.dx.dex.code.CodeAddress;
/cts/apps/CtsVerifier/src/com/android/cts/verifier/streamquality/
DStreamingVideoActivity.java62 public final String code; field in StreamingVideoActivity.Stream
69 public Stream(String name, String code, String uri) { in Stream() argument
71 this.code = code; in Stream()
84 && code.equals(stream.code) in equals()
91 return name.hashCode() ^ uri.hashCode() ^ code.hashCode(); in hashCode()
207 ArrayTestListAdapter adapter, String name, String code, int itag, String signature) {
212 Stream stream = new Stream(name, code, rtspUrl);
219 streams.add(TestListItem.newTest(stream.name, PlayVideoActivity.getTestId(stream.code),
/cts/hostsidetests/jvmti/attaching/app/jni/
DAndroid.mk48 -Wunreachable-code \
57 -Wunreachable-code-break \
58 -Wunreachable-code-return \
/cts/tests/tests/media/libndkaudio/
DOpenSLESUtils.cpp45 const char * getSLErrStr(int code) { in getSLErrStr() argument
46 return errStrings[code]; in getSLErrStr()
DOpenSLESUtils.h20 const char * getSLErrStr(int code);
/cts/apps/VpnApp/src/com/android/cts/vpnfirewall/
DIcmpMessage.java27 int code; field in IcmpMessage
33 code = stream.readUnsignedByte(); in IcmpMessage()
57 stream.writeByte(code); in getEncoded()
75 out.append("\n Code: "); out.append(code); in toString()
/cts/tests/tests/media/libaudiojni/
Dsl-utils.cpp62 const char *getSLErrStr(int code) { in getSLErrStr() argument
63 if ((size_t)code >= ARRAY_SIZE(gErrorStrings)) { in getSLErrStr()
66 return gErrorStrings[code]; in getSLErrStr()
/cts/tests/app/app/src/android/app/stubs/
DLocalService.java49 protected boolean onTransact(int code, Parcel data, Parcel reply,
51 if (code == SET_REPORTER_CODE) {
56 return super.onTransact(code, data, reply, flags);
/cts/tests/tests/os/src/android/os/cts/
DLocalService.java49 protected boolean onTransact(int code, Parcel data, Parcel reply,
51 if (code == SET_REPORTER_CODE) {
56 return super.onTransact(code, data, reply, flags);
/cts/hostsidetests/devicepolicy/app/SimpleApp/src/com/android/cts/launcherapps/simpleapp/
DSimpleService.java42 protected boolean onTransact(int code, Parcel data, Parcel reply, int flags)
44 switch (code) {
49 return super.onTransact(code, data, reply, flags);
/cts/hostsidetests/appsecurity/test-apps/SplitApp/
DAndroid.mk38 LOCAL_AAPT_FLAGS := --version-code 100 --version-name OneHundred --replace-version
69 LOCAL_AAPT_FLAGS := --version-code 100 --version-name OneHundredRevisionTwelve --replace-version
99 LOCAL_AAPT_FLAGS := --version-code 101 --version-name OneHundredOne --replace-version
129 LOCAL_AAPT_FLAGS := --version-code 100 --version-name OneHundred --replace-version
DNativeTemplate.mk26 LOCAL_AAPT_FLAGS := --version-code 100 --replace-version
/cts/hostsidetests/jvmti/base/jni/
DAndroid.bp50 "-Wunreachable-code",
59 "-Wunreachable-code-break",
60 "-Wunreachable-code-return",
/cts/tools/dasm/src/java_cup/
Dparser.cup15 (and will appear in the generated code for the parser). In this
20 Action code
21 This section provides code that is included with the class encapsulating
22 the various pieces of user code embedded in the grammar (i.e., the
26 Parser code
27 This section provides code included in the parser class itself. In
31 These sections provide small bits of code that initialize, then
43 code strings) are stored as static variables of the emit class and
44 in a few cases as variables declared in the action code section.
52 code section. These include: rhs_parts, rhs_pos, and lhs_nt which
[all …]
/cts/libs/vogar-expect/
DREADME1 Selected classes taken from http://code.google.com/p/vogar/
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/audiolib/
DREADME1 This code is forked from (AndroidStudio Project) <branch>vendor/box/team/audio/AudioLibApp/audiolib
/cts/tests/JobSchedulerSharedUid/jobperm/
DREADME.txt1 This APK uses the same shared UID as CtsJobSchedulerSharedUidTestCases. It has no code but exists f…
/cts/hostsidetests/appsecurity/test-apps/SplitApp/libs/x86/
DAndroid.mk30 LOCAL_AAPT_FLAGS := --version-code 100 --replace-version
/cts/hostsidetests/appsecurity/test-apps/SplitApp/libs/x86_64/
DAndroid.mk30 LOCAL_AAPT_FLAGS := --version-code 100 --replace-version
/cts/hostsidetests/appsecurity/test-apps/SplitApp/libs/mips64/
DAndroid.mk30 LOCAL_AAPT_FLAGS := --version-code 100 --replace-version
/cts/hostsidetests/appsecurity/test-apps/SplitApp/libs/armeabi/
DAndroid.mk30 LOCAL_AAPT_FLAGS := --version-code 100 --replace-version
/cts/hostsidetests/appsecurity/test-apps/SplitApp/libs/mips/
DAndroid.mk30 LOCAL_AAPT_FLAGS := --version-code 100 --replace-version
/cts/hostsidetests/appsecurity/test-apps/SplitApp/libs/arm64-v8a/
DAndroid.mk30 LOCAL_AAPT_FLAGS := --version-code 100 --replace-version

123