/toolchain/binutils/binutils-2.25/include/opcode/ |
d10v.h | 82 #define ALONE 1024 /* short but pack with a NOP if on asm line alone */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
ViewMetadataRepositoryTest.java | 63 assertEquals(RenderMode.ALONE, repository.getRenderMode("android.widget.TabHost"));
|
/toolchain/binutils/binutils-2.25/opcodes/ |
d10v-opc.c | 187 { "bl.s", SHORT_B, 3, MU, ALONE|BRANCH_LINK|PAR, 0x4900, 0x7f00, { ANUM8 } }, 191 { "bra.s", SHORT_B, 3, MU, ALONE|BRANCH|PAR, 0x4800, 0x7f00, { ANUM8 } }, 216 { "dbt", SHORT_2, 5, MU, ALONE|PAR, 0x5f20, 0x7fff, { 0 } }, 228 { "jl", SHORT_2, 3, MU, ALONE|BRANCH_LINK|PAR, 0x4d00, 0x7fe1, { RSRC } }, 229 { "jmp", SHORT_2, 3, MU, ALONE|BRANCH|PAR, 0x4c00, 0x7fe1, { RSRC } }, 296 { "rtd", SHORT_2, 3, MU, ALONE|PAR, 0x5f60, 0x7fff, { 0 } }, 297 { "rte", SHORT_2, 3, MU, ALONE|PAR, 0x5f40, 0x7fff, { 0 } }, 302 { "sleep", SHORT_2, 1, MU, ALONE|PAR, 0x5fc0, 0x7fff, { 0 } }, 331 { "stop", SHORT_2, 1, MU, ALONE|PAR, 0x5fe0, 0x7fff, { 0 } }, 341 { "trap", SHORT_2, 5, MU, ALONE|BRANCH_LINK|PAR, 0x5f00, 0x7fe1, { UNUM4 } } [all...] |
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-d10v.c | 849 && (op1->exec_type & (ALONE | BRANCH))) 979 if (opcode1->exec_type & ALONE) 1040 if (opcode1->exec_type & ALONE) 1055 if (opcode2->exec_type & ALONE) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
ViewMetadataRepository.java | 471 /** Must this item be rendered alone? skipped? etc */ 739 /** This view needs to be rendered alone */ 740 ALONE, 755 if ("alone".equals(render)) { //$NON-NLS-1$ 756 return ALONE; [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
PreviewIconFactory.java | 141 * elements that should be skipped are removed, elements that should be rendered alone 190 if (renderMode == RenderMode.ALONE) {
|
/development/tools/checkstyle/ |
checkstyle.jar | |