HomeSort by relevance Sort by last modified time
    Searched refs:A0 (Results 1 - 25 of 369) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/google/marlin/nfc/
libnfc-nxp.marlin.conf 66 NXP_NFC_PROFILE_EXTN={20, 02, 05, 01, A0, 44, 01, 00}
87 NXP_EXT_TVDD_CFG_1={20, 02, 0B, 02, A0, 66, 01, 00, A0, 0E, 03, 02, 09, 00}
91 NXP_EXT_TVDD_CFG_2={20, 02, 0B, 02, A0, 66, 01, 00, A0, 0E, 03, 56, 40, 0A }
96 # A0, 0D, 03, 00, 40, 01 RF_CLIF_CFG_BOOT CLIF_ANA_NFCLD_REG
97 # A0, 0D, 03, 04, 47, 02 RF_CLIF_CFG_INITIATOR CLIF_ANA_AGC_REG
98 # A0, 0D, 03, 06, 47, 02 RF_CLIF_CFG_TARGET CLIF_ANA_AGC_REG
99 # A0, 0D, 06, 06, 03, 00, 6D, 00, 20 RF_CLIF_CFG_TARGET CLIF_TRANSCEIVE_CONTROL_REG
100 # A0, 0D, 06, 06, 42, 00, 02, FF, FF RF_CLIF_CFG_TARGET CLIF_ANA_TX_AMPLITUDE_RE
    [all...]
libnfc-nxp.sailfish.conf 66 NXP_NFC_PROFILE_EXTN={20, 02, 05, 01, A0, 44, 01, 00}
87 NXP_EXT_TVDD_CFG_1={20, 02, 0B, 02, A0, 66, 01, 00, A0, 0E, 03, 02, 09, 00}
91 NXP_EXT_TVDD_CFG_2={20, 02, 0B, 02, A0, 66, 01, 00, A0, 0E, 03, 56, 40, 0A }
96 # A0, 0D, 03, 00, 40, 01 RF_CLIF_CFG_BOOT CLIF_ANA_NFCLD_REG
97 # A0, 0D, 03, 04, 47, 02 RF_CLIF_CFG_INITIATOR CLIF_ANA_AGC_REG
98 # A0, 0D, 03, 06, 47, 02 RF_CLIF_CFG_TARGET CLIF_ANA_AGC_REG
99 # A0, 0D, 06, 06, 03, 00, 6D, 00, 20 RF_CLIF_CFG_TARGET CLIF_TRANSCEIVE_CONTROL_REG
100 # A0, 0D, 06, 06, 42, 00, 02, FF, FF RF_CLIF_CFG_TARGET CLIF_ANA_TX_AMPLITUDE_RE
    [all...]
  /device/huawei/angler/nfc/
libnfc-nxp.conf 159 NXP_EXT_TVDD_CFG_1={20, 02, 0B, 02, A0, 66, 01, 00, A0, 0E, 03, 02, 09, 00}
160 NXP_EXT_TVDD_CFG_2={20, 02, 0B, 02, A0, 66, 01, 00, A0, 0E, 03, 56, 64, 01}
161 NXP_EXT_TVDD_CFG_3={20, 02, 0B, 02, A0, 66, 01, 01, A0, 0E, 03, 52, 64, 0A}
169 NXP_NFC_PROFILE_EXTN={20, 02, 05, 01, A0, 44, 01, 00}
185 #NXP_CORE_MFCKEY_SETTING={20, 02, 25,04, A0, 51, 06, A0, A1, A2, A3, A4, A5,
186 # A0, 52, 06, D3, F7, D3, F7, D3, F7
    [all...]
  /device/lge/bullhead/nfc/
libnfc-nxp.conf 68 NXP_NFC_PROFILE_EXTN={20, 02, 05, 01, A0, 44, 01, 00}
81 # A0, 0D, 06, 70, 44, A3, 90, 03, 00, RF_CLIF_CFG_BR_212_T_RXA CLIF_ANA_RX_REG
82 # A0, 0D, 06, 74, 44, A3, 90, 03, 00 RF_CLIF_CFG_BR_424_T_RXA CLIF_ANA_RX_REG
83 # A0, 0D, 06, 8E, 44, 12, 90, 03, 00, RF_CLIF_CFG_BR_212_T_RXF CLIF_ANA_RX_REG
84 # A0, 0D, 06, 94, 44, 12, 90, 03, 00, RF_CLIF_CFG_BR_424_T_RXF CLIF_ANA_RX_REG
85 # A0, 0D, 03, 24, 41, 40, RF_CLIF_CFG_TECHNO_T_TXA_P CLIF_ANA_TX_CLK_CONTROL_REG
86 # A0, 0D, 06, 24, 42, 00, 02, FF, FF, RF_CLIF_CFG_TECHNO_T_TXA_P CLIF_ANA_TX_AMPLITUDE_REG
87 # A0, 0D, 03, 28, 41, 40, RF_CLIF_CFG_TECHNO_T_TXB CLIF_ANA_TX_CLK_CONTROL_REG
88 # A0, 0D, 06, 28, 42, 00, 02, FF, FF, RF_CLIF_CFG_TECHNO_T_TXB CLIF_ANA_TX_AMPLITUDE_REG
89 # A0, 0D, 03, 8A, 41, 40, RF_CLIF_CFG_BR_212_T_TXF_P CLIF_ANA_TX_CLK_CONTROL_RE
    [all...]
  /external/clang/test/CXX/temp/temp.decls/temp.fct/temp.over.link/
p6.cpp 4 struct A0 {
8 template<int X, int Y> void f0(A0<X, Y>) { } // expected-note{{previous}}
9 template<int N, int M> void f0(A0<M, N>) { }
10 template<int V1, int V2> void f0(A0<V1, V2>) { } // expected-error{{redefinition}}
12 template<int X, int Y> void f1(A0<0, (X + Y)>) { } // expected-note{{previous}}
13 template<int X, int Y> void f1(A0<0, (X - Y)>) { }
14 template<int A, int B> void f1(A0<0, (A + B)>) { } // expected-error{{redefinition}}
16 template<int X, int Y> void A0<X, Y>::g0() { }
  /external/mockito/src/main/java/org/mockito/stubbing/
VoidAnswer1.java 27 * @param <A0> type of the single argument
31 public interface VoidAnswer1<A0> {
37 void answer(A0 argument0) throws Throwable;
Answer1.java 28 * @param <A0> type of the single argument
32 public interface Answer1<T, A0> {
40 T answer(A0 argument0) throws Throwable;
Answer2.java 28 * @param <A0> type of the first argument
33 public interface Answer2<T, A0, A1> {
42 T answer(A0 argument0, A1 argument1) throws Throwable;
VoidAnswer2.java 27 * @param <A0> type of the first argument
32 public interface VoidAnswer2<A0, A1> {
39 void answer(A0 argument0, A1 argument1) throws Throwable;
VoidAnswer3.java 27 * @param <A0> type of the first argument
33 public interface VoidAnswer3<A0, A1, A2> {
41 void answer(A0 argument0, A1 argument1, A2 argument2) throws Throwable;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/
expected_move_errors.s 4 R0.H = A0;
6 R1 = A0;
invalid_arith_mode.s 7 R0.L = A0 (W32);
11 R0 = A0 (T);
12 R0 = A0 (TFU);
13 R0 = A0 (IH);
14 R0 = A0 (W32);
30 A0 = R1.L * R2.H (IU);
31 A0 = R1.L * R2.H (T);
32 A0 = R1.L * R2.H (TFU);
33 A0 = R1.L * R2.H (S2RND);
34 A0 = R1.L * R2.H (ISS2)
    [all...]
arith_mode.s 5 R0.L = A0;
6 R0.L = A0 (FU);
7 R0.L = A0 (IS);
8 R0.L = A0 (IU);
9 R0.L = A0 (T);
10 R0.L = A0 (TFU); // Not documented
11 R0.L = A0 (S2RND);
12 R0.L = A0 (ISS2);
13 R0.L = A0 (IH);
17 R0 = A0;
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-metag/
stub_pic_shared.d 9 .*: 82900101 ADDT A0.2,CPC0,#0x20
10 .*: 82120660 ADD A0.2,A0.2,#0x40cc
11 .*: a3100c20 MOV D0Re0,A0.2
15 .*: 82900101 ADDT A0.2,CPC0,#0x20
16 .*: 82120580 ADD A0.2,A0.2,#0x40b0
17 .*: c600806a GETD PC,\[A0.2\]
22 .*: 82980101 ADDT A0.3,CPC0,#0x20
23 .*: 82180100 ADD A0.3,A0.3,#0x2
    [all...]
  /system/nfc/halimpl/pn54x/
libnfc-nxp-PN66T_example.conf 65 NXP_NFC_PROFILE_EXTN={20, 02, 05, 01, A0, 44, 01, 00}
87 NXP_EXT_TVDD_CFG_1={20, 02, 0B, 02, A0, 66, 01, 00, A0, 0E, 03, 02, 09, 00}
92 NXP_EXT_TVDD_CFG_2={20, 02, 0B, 02, A0, 66, 01, 00, A0, 0E, 03, 56, 64, 0A}
97 NXP_EXT_TVDD_CFG_3={20, 02, 0B, 02, A0, 66, 01, 01, A0, 0E, 03, 52, 64, 0A}
145 A0, EC, 01, 01,
146 A0, ED, 01, 03,
147 A0, 5E, 01, 01
    [all...]
libnfc-nxp-PN548AD_example.conf 66 NXP_NFC_PROFILE_EXTN={20, 02, 05, 01, A0, 44, 01, 00}
88 NXP_EXT_TVDD_CFG_1={20, 02, 0B, 02, A0, 66, 01, 00, A0, 0E, 03, 02, 09, 00}
93 NXP_EXT_TVDD_CFG_2={20, 02, 0B, 02, A0, 66, 01, 00, A0, 0E, 03, 56, 64, 0A}
98 NXP_EXT_TVDD_CFG_3={20, 02, 0B, 02, A0, 66, 01, 01, A0, 0E, 03, 52, 64, 0A}
145 A0, EC, 01, 01,
146 A0, ED, 01, 00,
147 A0, 5E, 01, 01
    [all...]
libnfc-nxp-PN551_example.conf 66 NXP_NFC_PROFILE_EXTN={20, 02, 05, 01, A0, 44, 01, 00}
88 NXP_EXT_TVDD_CFG_1={20, 02, 0B, 02, A0, 66, 01, 00, A0, 0E, 03, 02, 09, 00}
93 NXP_EXT_TVDD_CFG_2={20, 02, 0B, 02, A0, 66, 01, 00, A0, 0E, 03, 56, 24, 08 }
98 NXP_EXT_TVDD_CFG_3={20, 02, 0B, 02, A0, 66, 01, 01, A0, 0E, 03, 52, 40, 0A}
145 A0, EC, 01, 01,
146 A0, ED, 01, 00,
147 A0, 5E, 01, 01
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/metag/
labelarithmetic.s 2 lbl2: MOV A0.0, CPC0
3 ADD A0.0, A0.0, #(loop_end-lbl2)
4 MOV TXL1END, A0.0
metacore21-invalid.s 4 SETL [D0.0+D1.0],A0.0,A1.0
6 SETD [A0.0+A0.1],A0.2
  /external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/
destroy.pass.cpp 49 struct A0
52 ~A0() {++count;}
55 int A0::count = 0;
60 A0::count = 0;
62 std::aligned_storage<sizeof(A0)>::type a0; local
63 std::allocator_traits<A<int> >::construct(a, (A0*)&a0);
64 assert(A0::count == 0);
65 std::allocator_traits<A<int> >::destroy(a, (A0*)&a0)
73 std::aligned_storage<sizeof(A0)>::type a0; local
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/allocator.traits.members/
destroy.pass.cpp 47 struct A0
50 ~A0() {++count;}
53 int A0::count = 0;
58 A0::count = 0;
60 std::aligned_storage<sizeof(A0)>::type a0; local
61 std::allocator_traits<A<int> >::construct(a, (A0*)&a0);
62 assert(A0::count == 0);
63 std::allocator_traits<A<int> >::destroy(a, (A0*)&a0)
71 std::aligned_storage<sizeof(A0)>::type a0; local
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/allocator.traits/allocator.traits.members/
destroy.pass.cpp 47 struct A0
50 ~A0() {++count;}
53 int A0::count = 0;
58 A0::count = 0;
60 std::aligned_storage<sizeof(A0)>::type a0; local
61 std::allocator_traits<A<int> >::construct(a, (A0*)&a0);
62 assert(A0::count == 0);
63 std::allocator_traits<A<int> >::destroy(a, (A0*)&a0)
71 std::aligned_storage<sizeof(A0)>::type a0; local
    [all...]
  /device/google/taimen/nfc/
libnfc-nxp.taimen.conf 61 NXP_NFC_PROFILE_EXTN={20, 02, 05, 01, A0, 44, 01, 00}
81 NXP_EXT_TVDD_CFG_1={20, 02, 0F, 01, A0, 0E, 0B, 31, 01, 01, 31, 00, 00, 00, 01, 00, D0, 0C}
86 NXP_EXT_TVDD_CFG_2={20, 02, 0F, 01, A0, 0E, 0B, 11, 01, C2, B2, 00, BA, 1E, 15, 00, D0, 0C}
92 A0, 0D, 06, 06, 37, 08, 76, 00, 00,
93 A0, 38, 04, 14, 0B, 0B, 00,
94 A0, 0D, 03, 24, 03, 7F,
95 A0, 0D, 06, 06, 42, 00, 00, F2, F2,
96 A0, 0D, 04, 32, 42, FC, 40,
97 A0, 0D, 04, 46, 42, 68, 40,
98 A0, 0D, 04, 56, 42, 78, 40
    [all...]
  /external/clang/test/CodeGen/
pr5406.c 5 typedef struct { char x[3]; } A0;
12 A0 a3;
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mn10300/
i112045-3.s 3 mov L001,A0
5 mov L001,A0

Completed in 3817 milliseconds

1 2 3 4 5 6 7 8 91011>>