Home
last modified time | relevance | path

Searched refs:unsupported (Results 1 – 24 of 24) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsRelocationFunctions.h44 DECL_MIPS_APPLY_RELOC_FUNC(unsupported)
48 { &unsupported, 1, "R_MIPS_16", 16}, \
50 { &unsupported, 3, "R_MIPS_REL32", 32}, \
55 { &unsupported, 8, "R_MIPS_LITERAL", 16}, \
63 { &unsupported, 16, "R_MIPS_SHIFT5", 32}, \
64 { &unsupported, 17, "R_MIPS_SHIFT6", 32}, \
72 { &unsupported, 25, "R_MIPS_INSERT_A", 0}, \
73 { &unsupported, 26, "R_MIPS_INSERT_B", 0}, \
74 { &unsupported, 27, "R_MIPS_DELETE", 0}, \
75 { &unsupported, 28, "R_MIPS_HIGHER", 16}, \
[all …]
DMipsRelocator.cpp1219 static MipsRelocator::Result unsupported(MipsRelocationInfo& pReloc, in unsupported() function
/frameworks/compile/mclinker/lib/Target/ARM/
DARMRelocationFunctions.h39 DECL_ARM_APPLY_RELOC_FUNC(unsupported)
46 { &unsupported, 4, "R_ARM_LDR_PC_G0" }, \
47 { &unsupported, 5, "R_ARM_ABS16" }, \
48 { &unsupported, 6, "R_ARM_ABS12" }, \
49 { &unsupported, 7, "R_ARM_THM_ABS5" }, \
50 { &unsupported, 8, "R_ARM_ABS8" }, \
51 { &unsupported, 9, "R_ARM_SBREL32" }, \
53 { &unsupported, 11, "R_ARM_THM_PC8" }, \
54 { &unsupported, 12, "R_ARM_BREL_ADJ" }, \
55 { &unsupported, 13, "R_ARM_TLS_DESC" }, \
[all …]
DARMRelocator.cpp1366 ARMRelocator::Result unsupported(Relocation& pReloc, ARMRelocator& pParent) { in unsupported() function
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64RelocationFunctions.h28 DECL_AARCH64_APPLY_RELOC_FUNC(unsupported)
40 …ValueType(0x107, MappedType(&unsupported, "R_AARCH64_MOVW_UABS_G0", 0)), /* NO…
41 …ValueType(0x108, MappedType(&unsupported, "R_AARCH64_MOVW_UABS_G0_NC", 0)), /* NO…
42 …ValueType(0x109, MappedType(&unsupported, "R_AARCH64_MOVW_UABS_G1", 0)), /* NO…
43 …ValueType(0x10a, MappedType(&unsupported, "R_AARCH64_MOVW_UABS_G1_NC", 0)), /* NO…
44 …ValueType(0x10b, MappedType(&unsupported, "R_AARCH64_MOVW_UABS_G2", 0)), /* NO…
45 …ValueType(0x10c, MappedType(&unsupported, "R_AARCH64_MOVW_UABS_G2_NC", 0)), /* NO…
46 …ValueType(0x10d, MappedType(&unsupported, "R_AARCH64_MOVW_UABS_G3", 0)), /* NO…
47 …ValueType(0x10e, MappedType(&unsupported, "R_AARCH64_MOVW_SABS_G0", 0)), /* NO…
48 …ValueType(0x10f, MappedType(&unsupported, "R_AARCH64_MOVW_SABS_G1", 0)), /* NO…
[all …]
DAArch64Relocator.cpp455 Relocator::Result unsupported(Relocation& pReloc, AArch64Relocator& pParent) { in unsupported() function
/frameworks/compile/mclinker/lib/Target/X86/
DX86RelocationFunctions.h30 DECL_X86_32_APPLY_RELOC_FUNC(unsupported)
44 { &unsupported, 11, "R_386_32PLT", 0 }, \
45 { &unsupported, 12, "", 0 }, \
46 { &unsupported, 13, "", 0 }, \
47 { &unsupported, 14, "R_386_TLS_TPOFF", 0 }, \
57 { &unsupported, 24, "R_386_TLS_GD_32", 0 }, \
58 { &unsupported, 25, "R_386_TLS_GD_PUSH", 0 }, \
59 { &unsupported, 26, "R_386_TLS_GD_CALL", 0 }, \
60 { &unsupported, 27, "R_386_TLS_GD_POP", 0 }, \
61 { &unsupported, 28, "R_386_TLS_LDM_32", 0 }, \
[all …]
DX86Relocator.cpp1099 Relocator::Result unsupported(Relocation& pReloc, X86_32Relocator& pParent) { in unsupported() function
1685 Relocator::Result unsupported(Relocation& pReloc, X86_64Relocator& pParent) { in unsupported() function
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonRelocationFunctions.h51 DECL_HEXAGON_APPLY_RELOC_FUNC(unsupported)
67 { &unsupported, 13, "R_HEX_HL16" }, \
98 { &unsupported, 44, "R_HEX_DTPMOD_32" }, \
99 { &unsupported, 45, "R_HEX_DTPREL_LO16" }, \
100 { &unsupported, 46, "R_HEX_DTPREL_HI16" }, \
101 { &unsupported, 47, "R_HEX_DTPREL_32" }, \
102 { &unsupported, 48, "R_HEX_DTPREL_16" }, \
103 { &unsupported, 49, "R_HEX_GD_PLT_B22_PCREL" }, \
104 { &unsupported, 50, "R_HEX_GD_GOT_LO16" }, \
105 { &unsupported, 51, "R_HEX_GD_GOT_HI16" }, \
[all …]
DHexagonRelocator.cpp964 Relocator::Result unsupported(Relocation& pReloc, HexagonRelocator& pParent) { in unsupported() function
/frameworks/base/core/java/android/app/
DDisabledWallpaperManager.java68 private static <T> T unsupported() { in unsupported() method in DisabledWallpaperManager
80 return unsupported(); in getDrawable()
85 return unsupported(); in getBuiltInDrawable()
90 return unsupported(); in getBuiltInDrawable()
96 return unsupported(); in getBuiltInDrawable()
102 return unsupported(); in getBuiltInDrawable()
107 return unsupported(); in peekDrawable()
112 return unsupported(); in getFastDrawable()
117 return unsupported(); in peekFastDrawable()
122 return unsupported(); in getBitmap()
[all …]
/frameworks/native/opengl/tools/glgen/specs/egl/
Dchecks.spec7 //unsupported: eglCreatePixmapSurface nullAllowed attrib_list sentinel attrib_list EGL_NONE
8 eglCreatePixmapSurface unsupported
9 eglCopyBuffers unsupported
14 //unsupported: eglCreatePlatformPixmapSurface nullAllowed attrib_list sentinel attrib_list EGL_NONE
15 eglCreatePlatformPixmapSurface unsupported
/frameworks/compile/mclinker/include/mcld/LD/
DDiagRelocations.inc19 "attempt to generate unsupported relocation `%0' for symbol `%1', "
21 "attempt to generate unsupported relocation `%0' for symbol `%1, "
35 "encounter unsupported relocation type `%0'\nPlease report to %1",
36 "encounter unsupported relocation type `%0'\nPlease report to %1")
DDiagCommonKinds.inc38 "unsupported output file format: `%0'",
39 "unsupported output file format: `%0'")
74 "unsupported section `%0' (type %1)",
75 "unsupported section `%0' (type %1)")
152 "unsupported .eh_frame section in input: %0",
153 "unsupported .eh_frame section in input: %0")
184 "%0: unsupported option",
185 "%0: unsupported option")
DDiagMips.inc32 "MIPS16 extension is unsupported: %0",
33 "MIPS16 extension is unsupported: %0")
DDiagAttribute.inc4 "unsupported format of attribute section in input %0 (version=%1).",
5 "unsupported format of attribute section in input %0 (version=%1).")
/frameworks/compile/slang/tests/F_global_init/
Dstderr.txt.expect1 …t:19:10: error: Reflection of initializer to variable 'myS' (of type 's') is unsupported currently.
/frameworks/av/media/libstagefright/codecs/hevcdec/
DAndroid.bp23 // requires unsupported dynamic reloc R_ARM_REL32; recompile with -fPIC
/frameworks/base/packages/SettingsLib/
DAndroid.bp28 // ANDROIDMK TRANSLATION ERROR: unsupported assignment to LOCAL_SHARED_JAVA_LIBRARIES
/frameworks/base/libs/protoutil/src/
DProtoOutputStream.cpp78 goto unsupported; in internalWrite()
85 goto unsupported; in internalWrite()
89 goto unsupported; in internalWrite()
93 unsupported: in internalWrite()
/frameworks/native/opengl/tools/glgen/specs/jsr239/
Dglspec-checks56 glGetBufferParameter unsupported
/frameworks/base/proto/src/
Dsystem_messages.proto298 // Notify the user about an unsupported storage device..
Dwifi.proto2509 // Specified MCS rate when it is unsupported by the driver.
/frameworks/base/tests/net/java/com/android/server/
DConnectivityServiceTest.java4717 Class<UnsupportedOperationException> unsupported = UnsupportedOperationException.class; in testDeprecatedAndUnsupportedOperations() local
4718 assertThrows(unsupported, () -> mCm.startUsingNetworkFeature(TYPE_WIFI, "")); in testDeprecatedAndUnsupportedOperations()
4719 assertThrows(unsupported, () -> mCm.stopUsingNetworkFeature(TYPE_WIFI, "")); in testDeprecatedAndUnsupportedOperations()
4722 assertThrows(unsupported, () -> mCm.startUsingNetworkFeature(TYPE_NONE, "")); in testDeprecatedAndUnsupportedOperations()
4723 assertThrows(unsupported, () -> mCm.stopUsingNetworkFeature(TYPE_NONE, "")); in testDeprecatedAndUnsupportedOperations()
4724 assertThrows(unsupported, () -> mCm.requestRouteToHostAddress(TYPE_NONE, null)); in testDeprecatedAndUnsupportedOperations()