/cts/tools/dasm/src/dasm/ |
D | DopInfo.java | 19 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 …]
|
D | parser.cup | 13 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 …]
|
D | DasmCatchBuilder.java | 19 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/ |
D | StreamingVideoActivity.java | 62 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/ |
D | Android.mk | 48 -Wunreachable-code \ 57 -Wunreachable-code-break \ 58 -Wunreachable-code-return \
|
/cts/tests/tests/media/libndkaudio/ |
D | OpenSLESUtils.cpp | 45 const char * getSLErrStr(int code) { in getSLErrStr() argument 46 return errStrings[code]; in getSLErrStr()
|
D | OpenSLESUtils.h | 20 const char * getSLErrStr(int code);
|
/cts/apps/VpnApp/src/com/android/cts/vpnfirewall/ |
D | IcmpMessage.java | 27 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/ |
D | sl-utils.cpp | 62 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/ |
D | LocalService.java | 49 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/ |
D | LocalService.java | 49 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/ |
D | SimpleService.java | 42 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/ |
D | Android.mk | 38 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
|
D | NativeTemplate.mk | 26 LOCAL_AAPT_FLAGS := --version-code 100 --replace-version
|
/cts/hostsidetests/jvmti/base/jni/ |
D | Android.bp | 50 "-Wunreachable-code", 59 "-Wunreachable-code-break", 60 "-Wunreachable-code-return",
|
/cts/tools/dasm/src/java_cup/ |
D | parser.cup | 15 (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/ |
D | README | 1 Selected classes taken from http://code.google.com/p/vogar/
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/audiolib/ |
D | README | 1 This code is forked from (AndroidStudio Project) <branch>vendor/box/team/audio/AudioLibApp/audiolib
|
/cts/tests/JobSchedulerSharedUid/jobperm/ |
D | README.txt | 1 This APK uses the same shared UID as CtsJobSchedulerSharedUidTestCases. It has no code but exists f…
|
/cts/hostsidetests/appsecurity/test-apps/SplitApp/libs/x86/ |
D | Android.mk | 30 LOCAL_AAPT_FLAGS := --version-code 100 --replace-version
|
/cts/hostsidetests/appsecurity/test-apps/SplitApp/libs/x86_64/ |
D | Android.mk | 30 LOCAL_AAPT_FLAGS := --version-code 100 --replace-version
|
/cts/hostsidetests/appsecurity/test-apps/SplitApp/libs/mips64/ |
D | Android.mk | 30 LOCAL_AAPT_FLAGS := --version-code 100 --replace-version
|
/cts/hostsidetests/appsecurity/test-apps/SplitApp/libs/armeabi/ |
D | Android.mk | 30 LOCAL_AAPT_FLAGS := --version-code 100 --replace-version
|
/cts/hostsidetests/appsecurity/test-apps/SplitApp/libs/mips/ |
D | Android.mk | 30 LOCAL_AAPT_FLAGS := --version-code 100 --replace-version
|
/cts/hostsidetests/appsecurity/test-apps/SplitApp/libs/arm64-v8a/ |
D | Android.mk | 30 LOCAL_AAPT_FLAGS := --version-code 100 --replace-version
|