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

/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", 32 }
81 DECL_X86_64_APPLY_RELOC_FUNC(none) \
90 { &none, 0, "R_X86_64_NONE", 0 }, \
95 { &none,
[all...]
H A DX86Relocator.cpp874 Relocator::Result none(Relocation& pReloc, X86_32Relocator& pParent) function
1573 Relocator::Result none(Relocation& pReloc, X86_64Relocator& pParent) function
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocationFunctions.h41 DECL_HEXAGON_APPLY_RELOC_FUNC(none) \
51 { &none, 0, "R_HEX_NONE" }, \
83 { &none, 32, "R_HEX_COPY" }, \
84 { &none, 33, "R_HEX_GLOB_DAT" }, \
85 { &none, 34, "R_HEX_JMP_SLOT" }, \
86 { &none, 35, "R_HEX_RELATIVE" }, \
H A DHexagonRelocator.cpp483 Relocator::Result none(Relocation &pReloc, HexagonRelocator &pParent) { function
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocationFunctions.h15 DECL_MIPS_APPLY_RELOC_FUNC(none) \
38 { &none, 0, "R_MIPS_NONE", 0}, \
51 { &none, 13, "R_MIPS_UNUSED1", 0}, \
52 { &none, 14, "R_MIPS_UNUSED2", 0}, \
53 { &none, 15, "R_MIPS_UNUSED3", 0}, \
H A DMipsRelocator.cpp795 MipsRelocator::Result none(MipsRelocationInfo& pReloc, MipsRelocator& pParent) function
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocationFunctions.h15 DECL_ARM_APPLY_RELOC_FUNC(none) \
42 { &none, 0, "R_ARM_NONE" }, \
82 { &none, 40, "R_ARM_V4BX" }, \
H A DARMRelocator.cpp833 ARMRelocator::Result none(Relocation& pReloc, ARMRelocator& 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.java286 String none = "<none>";
291 append(BSSID == null ? none : BSSID).
293 append(capabilities == null ? none : capabilities).
H A DWifiInfo.java507 String none = "<none>";
510 append(", BSSID: ").append(mBSSID == null ? none : mBSSID).
511 append(", MAC: ").append(mMacAddress == null ? none : mMacAddress).
513 append(mSupplicantState == null ? none : mSupplicantState).
/frameworks/rs/driver/runtime/
H A DAndroid.mk141 BCC_RS_TRIPLE := armv7-none-linux-gnueabi
154 BCC_RS_TRIPLE := armv7-none-linux-gnueabi
167 BCC_RS_TRIPLE := armv7-none-linux-gnueabi
H A Dbuild_bc_lib_internal.mk30 ifeq ($(BCC_RS_TRIPLE),armv7-none-linux-gnueabi)
/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/AArch64/
H A DAArch64RelocationFunctions.h14 DECL_AARCH64_APPLY_RELOC_FUNC(none) \
27 ValueType(0x0, MappedType(&none, "R_AARCH64_NULL")), \
28 ValueType(0x100, MappedType(&none, "R_AARCH64_NONE")), \
H A DAArch64Relocator.cpp413 Relocator::Result none(Relocation& pReloc, AArch64Relocator& pParent) function
/frameworks/opt/net/wifi/service/
H A DAndroid.mk48 # this is commented because none of the nexus devices
52 # this is commented because none of the nexus devices
/frameworks/support/v7/recyclerview/
H A DAndroid.mk28 # LOCAL_JAR_EXCLUDE_FILES := none
/frameworks/base/core/java/android/service/notification/
H A DZenModeConfig.java81 private static final String SLEEP_ATT_NONE = "none";
111 public boolean sleepNone; // false = priority, true = none
475 downtime.none = sleepNone;
542 // e.g. condition://android/downtime?start=10.00&end=7.00&mode=days%3A5%2C6&none=false
552 .appendQueryParameter("none", Boolean.toString(downtime.none))
571 downtime.none = Boolean.toString(true).equals(conditionId.getQueryParameter("none"));
594 public boolean none; field in class:ZenModeConfig.DowntimeInfo
610 && none
[all...]
/frameworks/support/v7/cardview/
H A DAndroid.mk26 LOCAL_JAR_EXCLUDE_FILES := none
/frameworks/support/v7/mediarouter/
H A DAndroid.mk30 LOCAL_JAR_EXCLUDE_FILES := none
/frameworks/support/v17/leanback/
H A DAndroid.mk28 LOCAL_JAR_EXCLUDE_FILES := none
/frameworks/native/libs/input/
H A DKeyCharacterMap.cpp938 ALOGE("%s: Cannot combine multiple character literals or 'none'.",
946 if (token == "none") {
948 ALOGE("%s: Cannot combine multiple character literals or 'none'.",

Completed in 535 milliseconds