Home
last modified time | relevance | path

Searched refs:code (Results 1 – 25 of 63) 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;
Dparser.java1610 com.android.dx.rop.code.AccessFlags.ACC_INTERFACE), in CUP$do_action()
2313 access_val |= com.android.dx.rop.code.AccessFlags.ACC_DECLARED_SYNCHRONIZED; in CUP$do_action()
2321 access_val |= com.android.dx.rop.code.AccessFlags.ACC_SYNTHETIC; in CUP$do_action()
2329 access_val |= com.android.dx.rop.code.AccessFlags.ACC_STRICT; in CUP$do_action()
2337 access_val |= com.android.dx.rop.code.AccessFlags.ACC_VARARGS; in CUP$do_action()
2345 access_val |= com.android.dx.rop.code.AccessFlags.ACC_BRIDGE; in CUP$do_action()
2353 access_val |= com.android.dx.rop.code.AccessFlags.ACC_ENUM; in CUP$do_action()
2361 access_val |= com.android.dx.rop.code.AccessFlags.ACC_ANNOTATION; in CUP$do_action()
2369 access_val |= com.android.dx.rop.code.AccessFlags.ACC_ABSTRACT; in CUP$do_action()
2377 access_val |= com.android.dx.rop.code.AccessFlags.ACC_INTERFACE; in CUP$do_action()
[all …]
DDAsm.java20 import com.android.dx.dex.code.ArrayData;
21 import com.android.dx.dex.code.CodeAddress;
22 import com.android.dx.dex.code.CstInsn;
23 import com.android.dx.dex.code.DalvCode;
24 import com.android.dx.dex.code.DalvInsn;
25 import com.android.dx.dex.code.Dops;
26 import com.android.dx.dex.code.OddSpacer;
27 import com.android.dx.dex.code.OutputFinisher;
28 import com.android.dx.dex.code.PositionList;
29 import com.android.dx.dex.code.SimpleInsn;
[all …]
/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/devicepolicy/app/SimpleApp/src/com/android/cts/launcherapps/simpleapp/
DSimpleService.java30 protected boolean onTransact(int code, Parcel data, Parcel reply, int flags)
32 switch (code) {
37 return super.onTransact(code, data, reply, flags);
/cts/hostsidetests/jvmti/base/jni/
DAndroid.mk56 -Wunreachable-code \
65 -Wunreachable-code-break \
66 -Wunreachable-code-return \
/cts/tools/dex-tools/
DREADME.txt3 This project contains the source code and tests for a dex file parser.
22 …lib : dx.jar the jar from the dx tool. Used for in-memory java -> byte code -> dex code -> dex m…
24 test : source code of the small test suite
/cts/hostsidetests/devicepolicy/app/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/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/hostsidetests/appsecurity/test-apps/SplitApp/
DAndroid.mk36 LOCAL_AAPT_FLAGS := --version-code 100 --version-name OneHundred --replace-version
63 LOCAL_AAPT_FLAGS := --version-code 100 --version-name OneHundredRevisionTwelve --replace-version
89 LOCAL_AAPT_FLAGS := --version-code 101 --version-name OneHundredOne --replace-version
115 LOCAL_AAPT_FLAGS := --version-code 100 --version-name OneHundred --replace-version
DNativeTemplate.mk26 LOCAL_AAPT_FLAGS := --version-code 100 --replace-version
/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/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/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/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/hostsidetests/sustainedperf/dhrystone/
DLICENSE.TXT25 * Redistributions of source code must retain the above copyright notice,
48 The LLVM software contains code written by third parties. Such software will
51 to that code.
54 applies to all code in the LLVM Distribution, and nothing in any of the
DRationale46 suppressed code generation for too many statements (by "dead code
49 Dhrystone - without inspection of the code that was generated - could
97 suppresses code generation for a part of the statements. Therefore in
102 At several places in the benchmark, code has been added, but only in
104 compilers should be prevented from moving code out of the measurement
105 loop, or from removing code altogether. Statements that are executed
115 where optimizing compilers may not generate code for some statements.
117 benchmarks. Users of the benchmark are advised to check code listings
118 whether code is generated for all statements of Dhrystone.
156 suppressed code generation for the division.
[all …]
/cts/libs/vogar-expect/
DREADME1 Selected classes taken from http://code.google.com/p/vogar/
/cts/tools/signature-tools/src/signature/converter/doclet/
DDocletFactory.java66 accessModifier |= com.sun.tools.javac.code.Flags.PRIVATE; // 0x2 in getRootDoc()
70 accessModifier |= com.sun.tools.javac.code.Flags.PROTECTED; // 0x4 in getRootDoc()
72 accessModifier |= com.sun.tools.javac.code.Flags.PUBLIC; // 0x1 in getRootDoc()
/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/tests/media/src/android/media/cts/
DRemoteVirtualDisplayService.java56 protected boolean onTransact(int code, Parcel data, Parcel reply, in onCreate()
58 switch(code) { in onCreate()
72 Log.e(TAG, "unrecognized binder command " + code); in onCreate()
/cts/hostsidetests/appsecurity/test-apps/SplitApp/libs/armeabi/
DAndroid.mk29 LOCAL_AAPT_FLAGS := --version-code 100 --replace-version

123