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

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocationFunctions.h16 DECL_MIPS_APPLY_RELOC_FUNC(none) \
25 { &none, 0, "R_MIPS_NONE" }, \
26 { &none, 1, "R_MIPS_16" }, \
28 { &none, 3, "R_MIPS_REL32" }, \
29 { &none, 4, "R_MIPS_26" }, \
32 { &none, 7, "R_MIPS_GPREL16" }, \
33 { &none, 8, "R_MIPS_LITERAL" }, \
35 { &none, 10, "R_MIPS_PC16" }, \
38 { &none, 13, "R_MIPS_UNUSED1" }, \
39 { &none, 1
[all...]
H A DMipsRelocationFactory.cpp202 MipsRelocationFactory::Result none(Relocation& pReloc, function
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86RelocationFunctions.h16 DECL_X86_APPLY_RELOC_FUNC(none) \
26 { &none, 0, "R_386_NONE" }, \
31 { &none, 5, "R_386_COPY" }, \
32 { &none, 6, "R_386_GLOB_DAT" }, \
33 { &none, 7, "R_386_JMP_SLOT" }, \
34 { &none, 8, "R_386_RELATIVE" }, \
H A DX86RelocationFactory.cpp237 X86RelocationFactory::Result none(Relocation& pReloc, function
/frameworks/compile/linkloader/tests/images/
H A Dgen-testcases.sh34 gen_test_cases arm armv7-none-linux-gnueabi
35 gen_test_cases tegra2 armv7-none-linux-gnueabi '-mcpu=cortex-a9 -mattr=+vfp3'
36 gen_test_cases thumb2 thumb-none-linux-gnueabi '-march=thumb -mattr=+thumb2'
37 gen_test_cases thumb2lc thumb-none-linux-gnueabi '-mattr=+thumb2,+neonfp,+vfp3 -arm-long-calls'
38 gen_test_cases thumb2lc-xoom thumb-none-linux-gnueabi '-mattr=+thumb2 -arm-long-calls'
39 gen_test_cases x86_32 i686-none-linux
40 gen_test_cases x86_64 x86_64-none-linux
41 gen_test_cases mipsel mipsel-none-linux-gnueabi
/frameworks/compile/libbcc/lib/Renderscript/runtime/
H A Dbuild_clcore.sh12 clang -ccc-host-triple armv7-none-linux-gnueabi -I${scriptc_path} -I${clang_header_path} -c -std=c99 -O3 rs_cl.c -emit-llvm -o rs_cl.bc
17 clang -ccc-host-triple armv7-none-linux-gnueabi -I${scriptc_path} -I${clang_header_path} -c -std=c99 -O3 rs_core.c -emit-llvm -o rs_core.bc
H A Dbuild_bc_lib.mk32 -ccc-host-triple armv7-none-linux-gnueabi \
/frameworks/base/wifi/java/android/net/wifi/
H A DScanResult.java88 String none = "<none>";
93 append(BSSID == null ? none : BSSID).
95 append(capabilities == null ? none : capabilities).
H A DWifiInfo.java295 String none = "<none>";
298 append(", BSSID: ").append(mBSSID == null ? none : mBSSID).
299 append(", MAC: ").append(mMacAddress == null ? none : mMacAddress).
301 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.h16 DECL_ARM_APPLY_RELOC_FUNC(none) \
40 { &none, 0, "R_ARM_NONE" }, \
H A DARMRelocationFactory.cpp379 ARMRelocationFactory::Result none(Relocation& pReloc, function
/frameworks/base/docs/html/guide/google/gcm/client-javadoc/
H A Ddefault.css44 text-decoration: none;
86 outline:none;
112 border: none; }
254 list-style-type: none;
261 text-decoration: none; }
291 display: none; }
301 text-transform: none;
323 display:none;
402 text-decoration: none;
466 display:none !importan
[all...]
/frameworks/base/docs/html/guide/google/gcm/server-javadoc/
H A Ddefault.css44 text-decoration: none;
86 outline:none;
112 border: none; }
254 list-style-type: none;
261 text-decoration: none; }
291 display: none; }
301 text-transform: none;
323 display:none;
402 text-decoration: none;
466 display:none !importan
[all...]
/frameworks/base/core/java/android/webkit/
H A DCookieManagerClassic.java129 protected Void doInBackground(Void... none) {
/frameworks/base/libs/androidfw/
H A DKeyCharacterMap.cpp936 ALOGE("%s: Cannot combine multiple character literals or 'none'.",
944 if (token == "none") {
946 ALOGE("%s: Cannot combine multiple character literals or 'none'.",

Completed in 534 milliseconds