/build/core/ |
build_id.mk | 22 export BUILD_ID=IML74K
|
/dalvik/vm/mterp/armv5te/ |
OP_INVOKE_DIRECT.S | 25 EXPORT_PC() @ must export for invoke
|
OP_INVOKE_DIRECT_JUMBO.S | 21 EXPORT_PC() @ must export for invoke
|
OP_INVOKE_OBJECT_INIT_RANGE.S | 12 beq common_errNullObject @ export PC and throw NPE
|
OP_INVOKE_VIRTUAL.S | 21 EXPORT_PC() @ must export for invoke
|
OP_INVOKE_VIRTUAL_JUMBO.S | 15 EXPORT_PC() @ must export for invoke
|
OP_SGET.S | 38 EXPORT_PC() @ resolve() could throw, so export now
|
OP_SGET_JUMBO.S | 41 EXPORT_PC() @ resolve() could throw, so export now
|
OP_SGET_WIDE_JUMBO.S | 41 EXPORT_PC() @ resolve() could throw, so export now
|
OP_SPUT.S | 39 EXPORT_PC() @ resolve() could throw, so export now
|
OP_SPUT_JUMBO.S | 42 EXPORT_PC() @ resolve() could throw, so export now
|
/dalvik/vm/mterp/x86/ |
OP_SGET.S | 32 EXPORT_PC # could throw, need to export
|
OP_SGET_JUMBO.S | 33 EXPORT_PC # could throw, need to export
|
OP_SGET_WIDE.S | 33 EXPORT_PC # could throw, need to export
|
OP_SGET_WIDE_JUMBO.S | 33 EXPORT_PC # could throw, need to export
|
OP_SPUT.S | 32 EXPORT_PC # could throw, need to export
|
OP_SPUT_JUMBO.S | 33 EXPORT_PC # could throw, need to export
|
OP_SPUT_WIDE.S | 34 EXPORT_PC # could throw, need to export
|
OP_SPUT_WIDE_JUMBO.S | 32 EXPORT_PC # could throw, need to export
|
/dalvik/vm/mterp/x86-atom/ |
OP_INVOKE_INTERFACE.S | 53 EXPORT_PC # must export for invoke
|
OP_INVOKE_STATIC.S | 51 EXPORT_PC # must export for invoke
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/ |
h264bsdClearMbLayer.S | 48 function h264bsdClearMbLayer, export=1
|
h264bsdFlushBits.S | 50 function h264bsdFlushBits, export=1
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/ |
ExportFieldsPart.java | 17 package com.android.ide.eclipse.adt.internal.editors.export; 29 * Section part for editing the properties in an Export editor. 37 section.setText("Export Properties"); 38 section.setDescription("Properties of export.properties:"); 44 "List of properties you can edit in export.properties"); //tooltip
|
ExportPropertiesPage.java | 17 package com.android.ide.eclipse.adt.internal.editors.export; 32 * Page for export properties, used by {@link ExportEditor}. 43 /** Export fields part */ 45 /** Export links part */ 49 super(editor, PAGE_ID, "Export Properties"); // tab's label, user visible, keep it short 62 form.setText("Android Export Properties");
|