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

1 2 3

  /external/stlport/test/compiler/
partial_spec.cpp 17 template <class T1>
20 template <class T1>
21 int func(T1 p1);
23 template <class T1>
24 int func(template_struct<T1>);
ttei6.cpp 15 template <typename T1>
26 template <typename T1, typename T2>
29 typedef typename A<T1>:: template B<T2>::_Type ABType;
ttei7.cpp 16 template <typename T1>
  /external/srec/tools/grxmlcompile/
hashmap.h 29 template <typename T1, typename T2>
33 //typedef T1 MapValue;
36 bool insert( T1 const & index, T2 const & value);
37 bool remove( T1 const & index);
40 bool getFirst( T1 *index, T2 *value );
41 bool getNext( T1 *index, T2 *value );
42 bool getValue( T1 const & index, T2 *value); //returns value
43 bool getIndex( T2 const & value, T1 *index ); //returns index
47 typename std::map<T1,T2>::iterator begin();
48 typename std::map<T1,T2>::iterator end()
    [all...]
hashmap.cpp 38 template <typename T1, typename T2>
39 HashMap<T1,T2>::HashMap():
44 template <typename T1, typename T2>
45 void HashMap<T1,T2>::setName(std::string s)
50 template <typename T1, typename T2>
51 bool HashMap<T1,T2>::insert( T1 const & index, T2 const & value)
54 pair<typename std::map<T1,T2>::iterator,bool> result = m_Map.insert( make_pair(index, value) );
62 template <typename T1, typename T2>
63 bool HashMap<T1,T2>::remove( T1 const & index
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/argsreturns/pargsreturn/jm/
T1.java 19 public class T1 {
  /external/openssl/crypto/sha/asm/
sha256-armv4.pl 21 $len="r2"; $t1="r2";
22 $T1="r3";
44 ldrb $T1,[$inp,#3] @ $i
46 ldrb $t1,[$inp,#1]
48 orr $T1,$T1,$t2,lsl#8
49 orr $T1,$T1,$t1,lsl#16
50 orr $T1,$T1,$t0,lsl#2
    [all...]
sha512-sparcv9.pl 13 # UltraSPARC T1 by packing X[16] to 8 64-bit registers.
15 # SHA512 on pre-T1 UltraSPARC.
24 # SHA512 on UltraSPARC T1.
37 # (*) Unlike pre-T1 UltraSPARC loads on T1 are executed strictly
40 # not dependent on load result! This means that on T1 two 32-bit
42 # is unlike pre-T1 UltraSPARC, where, if scheduled appropriately,
107 $T1="%g2";
137 ldx [$inp+64],$T1
147 srlx $T1,$tmp32,$T
    [all...]
sha512-s390x.pl 30 $t1="%r1";
44 $T1="%r14";
87 $LD $T1,`$i*$SZ`($inp) ### $i
91 $ROT $t1,$e,$Sigma1[1]
93 xgr $t0,$t1
94 $ROT $t1,$t1,`$Sigma1[2]-$Sigma1[1]`
96 $ST $T1,`160+$SZ*($i%16)`($sp)
97 xgr $t0,$t1 # Sigma1(e)
98 la $T1,0($T1,$h) # T1+=
    [all...]
  /external/webkit/WebKit/chromium/src/
DevToolsRPC.h 150 #define TOOLS_RPC_API_METHOD1(Method, T1) \
151 virtual void Method(RpcTypeTrait<T1>::ApiType t1) = 0;
153 #define TOOLS_RPC_API_METHOD2(Method, T1, T2) \
154 virtual void Method(RpcTypeTrait<T1>::ApiType t1, \
157 #define TOOLS_RPC_API_METHOD3(Method, T1, T2, T3) \
158 virtual void Method(RpcTypeTrait<T1>::ApiType t1, \
162 #define TOOLS_RPC_API_METHOD4(Method, T1, T2, T3, T4)
    [all...]
DevToolsRPCJS.h 51 #define TOOLS_RPC_JS_BIND_METHOD1(Method, T1) \
54 #define TOOLS_RPC_JS_BIND_METHOD2(Method, T1, T2) \
57 #define TOOLS_RPC_JS_BIND_METHOD3(Method, T1, T2, T3) \
60 #define TOOLS_RPC_JS_BIND_METHOD4(Method, T1, T2, T3, T4) \
63 #define TOOLS_RPC_JS_BIND_METHOD5(Method, T1, T2, T3, T4, T5) \
72 #define TOOLS_RPC_JS_STUB_METHOD1(Method, T1) \
78 #define TOOLS_RPC_JS_STUB_METHOD2(Method, T1, T2) \
84 #define TOOLS_RPC_JS_STUB_METHOD3(Method, T1, T2, T3) \
90 #define TOOLS_RPC_JS_STUB_METHOD4(Method, T1, T2, T3, T4) \
96 #define TOOLS_RPC_JS_STUB_METHOD5(Method, T1, T2, T3, T4, T5)
    [all...]
  /external/openssl/crypto/sha/
sha256.c 153 unsigned MD32_REG_T a,b,c,d,e,f,g,h,s0,s1,T1,T2;
165 HOST_c2l(data,l); T1 = X[i] = l;
166 T1 += h + Sigma1(e) + Ch(e,f,g) + K256[i];
168 h = g; g = f; f = e; e = d + T1;
169 d = c; c = b; b = a; a = T1 + T2;
177 T1 = X[i&0xf] += s0 + s1 + X[(i+9)&0xf];
178 T1 += h + Sigma1(e) + Ch(e,f,g) + K256[i];
180 h = g; g = f; f = e; e = d + T1;
181 d = c; c = b; b = a; a = T1 + T2;
193 T1 += h + Sigma1(e) + Ch(e,f,g) + K256[i];
    [all...]
sha512.c 502 SHA_LONG64 a,b,c,d,e,f,g,h,s0,s1,T1,T2;
514 T1 = X[i] = W[i];
516 T1 = X[i] = PULL64(W[i]);
518 T1 += h + Sigma1(e) + Ch(e,f,g) + K512[i];
520 h = g; g = f; f = e; e = d + T1;
521 d = c; c = b; b = a; a = T1 + T2;
529 T1 = X[i&0xf] += s0 + s1 + X[(i+9)&0xf];
530 T1 += h + Sigma1(e) + Ch(e,f,g) + K512[i];
532 h = g; g = f; f = e; e = d + T1;
533 d = c; c = b; b = a; a = T1 + T2
    [all...]
  /external/zlib/contrib/iostream3/
zfstream.h 412 template<typename T1, typename T2>
423 gzomanip2(gzofstream& (*f)(gzofstream&, T1, T2),
424 T1 v1,
429 (*func)(gzofstream&, T1, T2);
432 T1 val1;
447 template<typename T1, typename T2>
449 gzomanip2<T1,T2>::gzomanip2(gzofstream &(*f)(gzofstream &, T1, T2),
450 T1 v1,
456 template<typename T1, typename T2
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/argsreturns/pargsreturn/
Test_pargsreturn.java 20 import dxc.junit.argsreturns.pargsreturn.jm.T1;
31 assertEquals(1234, new T1().run());
  /external/qemu/target-arm/
exec.h 25 register uint32_t T1 asm(AREG2);
  /external/ipsec-tools/src/racoon/missing/crypto/rijndael/
rijndael-alg-fst.c 162 *((word32*)(b )) = *((const word32*)T1[temp[0][0]])
166 *((word32*)(b + 4)) = *((const word32*)T1[temp[1][0]])
170 *((word32*)(b + 8)) = *((const word32*)T1[temp[2][0]])
174 *((word32*)(b +12)) = *((const word32*)T1[temp[3][0]])
184 *((word32*)(b )) = *((const word32*)T1[temp[0][0]])
188 *((word32*)(b + 4)) = *((const word32*)T1[temp[1][0]])
192 *((word32*)(b + 8)) = *((const word32*)T1[temp[2][0]])
196 *((word32*)(b +12)) = *((const word32*)T1[temp[3][0]])
206 b[ 0] = T1[temp[0][0]][1];
207 b[ 1] = T1[temp[1][1]][1]
    [all...]
  /external/gtest/include/gtest/
gtest-param-test.h 311 template <typename T1>
312 internal::ValueArray1<T1> Values(T1 v1) {
313 return internal::ValueArray1<T1>(v1);
316 template <typename T1, typename T2>
317 internal::ValueArray2<T1, T2> Values(T1 v1, T2 v2) {
318 return internal::ValueArray2<T1, T2>(v1, v2);
321 template <typename T1, typename T2, typename T3>
322 internal::ValueArray3<T1, T2, T3> Values(T1 v1, T2 v2, T3 v3)
    [all...]
gtest_pred_impl.h 86 typename T1>
90 const T1& v1) {
129 typename T1,
135 const T1& v1,
179 typename T1,
187 const T1& v1,
236 typename T1,
246 const T1& v1,
300 typename T1,
312 const T1& v1
    [all...]
  /external/protobuf/gtest/include/gtest/
gtest-param-test.h 312 template <typename T1>
313 internal::ValueArray1<T1> Values(T1 v1) {
314 return internal::ValueArray1<T1>(v1);
317 template <typename T1, typename T2>
318 internal::ValueArray2<T1, T2> Values(T1 v1, T2 v2) {
319 return internal::ValueArray2<T1, T2>(v1, v2);
322 template <typename T1, typename T2, typename T3>
323 internal::ValueArray3<T1, T2, T3> Values(T1 v1, T2 v2, T3 v3)
    [all...]
  /libcore/luni/src/test/java/tests/security/
AccessControllerTest.java 82 // add TestPermission to T0, T1, T2
87 setProtectionDomain(T1.class, new ProtectionDomain(codeSource, c1));
93 return T1.f1();
96 return T1.f1_priv();
100 static class T1 {
  /external/gtest/include/gtest/internal/
gtest-type-util.h 59 // AssertyTypeEq<T1, T2>::type is defined iff T1 and T2 are the same
63 template <typename T1, typename T2>
101 // represent type lists. In particular, TypesN<T1, T2, ..., TN>
102 // represents a type list with N types (T1, T2, ..., and TN) in it.
112 template <typename T1>
114 typedef T1 Head;
117 template <typename T1, typename T2>
119 typedef T1 Head;
123 template <typename T1, typename T2, typename T3
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-type-util.h 61 // AssertyTypeEq<T1, T2>::type is defined iff T1 and T2 are the same
65 template <typename T1, typename T2>
103 // represent type lists. In particular, TypesN<T1, T2, ..., TN>
104 // represents a type list with N types (T1, T2, ..., and TN) in it.
114 template <typename T1>
116 typedef T1 Head;
119 template <typename T1, typename T2>
121 typedef T1 Head;
125 template <typename T1, typename T2, typename T3
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest_pred_impl.h 86 typename T1>
90 const T1& v1) {
129 typename T1,
135 const T1& v1,
179 typename T1,
187 const T1& v1,
236 typename T1,
246 const T1& v1,
300 typename T1,
312 const T1& v1
    [all...]
  /external/gtest/test/
gtest_pred_impl_unittest.cc 76 template <typename T1>
77 bool PredFunction1(T1 v1) {
93 template <typename T1>
94 bool operator()(const T1& v1) {
100 template <typename T1>
102 const T1& v1) {
115 template <typename T1>
117 const T1& v1) const {
464 template <typename T1, typename T2>
465 bool PredFunction2(T1 v1, T2 v2)
    [all...]

Completed in 3288 milliseconds

1 2 3