Searched refs:none (Results 1 - 16 of 16) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocationFunctions.h15 DECL_MIPS_APPLY_RELOC_FUNC(none) \
26 { &none, 0, "R_MIPS_NONE", 0}, \
27 { &none, 1, "R_MIPS_16", 16}, \
29 { &none, 3, "R_MIPS_REL32", 32}, \
30 { &none, 4, "R_MIPS_26", 64}, \
33 { &none, 7, "R_MIPS_GPREL16", 16}, \
34 { &none, 8, "R_MIPS_LITERAL", 16}, \
36 { &none, 10, "R_MIPS_PC16", 16}, \
39 { &none, 13, "R_MIPS_UNUSED1", 0}, \
40 { &none, 1
[all...]
H A DMipsRelocator.cpp473 MipsRelocator::Result none(Relocation& pReloc, MipsRelocator& pParent) function
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86RelocationFunctions.h14 DECL_X86_32_APPLY_RELOC_FUNC(none) \
31 { &none, 0, "R_386_NONE", 0 }, \
36 { &none, 5, "R_386_COPY", 0 }, \
37 { &none, 6, "R_386_GLOB_DAT", 0 }, \
38 { &none, 7, "R_386_JMP_SLOT", 0 }, \
39 { &none, 8, "R_386_RELATIVE", 0 }, \
75 { &none, 44, "R_386_TLS_OPT", 0 }
81 DECL_X86_64_APPLY_RELOC_FUNC(none) \
90 { &none, 0, "R_X86_64_NONE", 0 }, \
95 { &none,
[all...]
H A DX86Relocator.cpp800 X86Relocator::Result none(Relocation& pReloc, X86_32Relocator& pParent) function
1551 X86Relocator::Result none(Relocation& pReloc, X86_64Relocator& pParent) function
/frameworks/base/wifi/java/android/net/wifi/
H A DBatchedScanSettings.java200 String none = "<none>";
203 append(maxScansPerBatch == UNSPECIFIED ? none : maxScansPerBatch).
204 append(", maxApPerScan: ").append(maxApPerScan == UNSPECIFIED? none : maxApPerScan).
206 append(scanIntervalSec == UNSPECIFIED ? none : scanIntervalSec).
208 append(maxApForDistance == UNSPECIFIED ? none : maxApForDistance).
H A DScanResult.java124 String none = "<none>";
129 append(BSSID == null ? none : BSSID).
131 append(capabilities == null ? none : capabilities).
H A DWifiInfo.java299 String none = "<none>";
302 append(", BSSID: ").append(mBSSID == null ? none : mBSSID).
303 append(", MAC: ").append(mMacAddress == null ? none : mMacAddress).
305 append(mSupplicantState == null ? none : mSupplicantState).
/frameworks/base/docs/html/reference/renderscript/
H A Ddoxygen.css91 text-decoration: none;
331 border: none;
350 border: none;
550 display: none;
564 display: none;
595 display: none;
662 border-bottom: none;
710 list-style-type:none;
724 text-decoration: none;
725 outline: none;
[all...]
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocationFunctions.h15 DECL_ARM_APPLY_RELOC_FUNC(none) \
40 { &none, 0, "R_ARM_NONE" }, \
H A DARMRelocator.cpp809 ARMRelocator::Result none(Relocation& pReloc, ARMRelocator& pParent) function
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocationFunctions.h41 DECL_HEXAGON_APPLY_RELOC_FUNC(none) \
76 { &none, 0, "R_HEX_NONE" }, \
H A DHexagonRelocator.cpp465 HexagonRelocator::Result none(Relocation& pReloc, HexagonRelocator& pParent) function
/frameworks/rs/driver/runtime/
H A Dbuild_bc_lib.mk34 -target armv7-none-linux-gnueabi \
/frameworks/support/v7/mediarouter/
H A DAndroid.mk30 LOCAL_JAR_EXCLUDE_FILES := none
/frameworks/native/libs/input/
H A DKeyCharacterMap.cpp937 ALOGE("%s: Cannot combine multiple character literals or 'none'.",
945 if (token == "none") {
947 ALOGE("%s: Cannot combine multiple character literals or 'none'.",
/frameworks/base/
H A DAndroid.mk290 LOCAL_JAR_EXCLUDE_FILES := none

Completed in 3134 milliseconds