Searched refs:another (Results 1 - 25 of 108) sorted by relevance

12345

/external/clang/test/SemaCXX/
H A Dwarn-static-function-inheader.cpp5 static void another(void) { // expected-warning {{function 'another' is not needed and will not be emitted}} function
11 another();
H A Dmember-init.cpp85 struct another { struct in namespace:PR14838
86 another() : r(thing()) {} function in struct:PR14838::another
H A Dconstexpr-printing.cpp27 constexpr U(const int *p) : T(), another(), p(p) {}
28 constexpr U(const U &u) : T(), another(), p(u.p) {}
29 T another; member in struct:U
39 static_assert(test_printing(12, 39.762, 3 + 4i, 12.9 + 3.6i, &u2.arr[4], u2.another.arr[2], (vector_int){5, 1, 2, 3}, u1) == 0, ""); // \
41 expected-note {{in call to 'test_printing(12, 3.976200e+01, 3+4i, 1.290000e+01+3.600000e+00i, &u2.T::arr[4], u2.another.arr[2], {5, 1, 2, 3}, {{{}}, {{}}, &u1.T::arr[2]})'}}
/external/objenesis/tck/src/org/objenesis/tck/candidates/
H A DConstructorWithArguments.java24 private final int another; field in class:ConstructorWithArguments
26 public ConstructorWithArguments(String something, int another) { argument
28 this.another = another;
32 return something + another;
H A DSerializableConstructorWithArguments.java28 private final int another; field in class:SerializableConstructorWithArguments
30 public SerializableConstructorWithArguments(String something, int another) { argument
32 this.another = another;
36 return something + another;
H A Dserializable-candidates.properties60 org.objenesis.tck.candidates.SerializableReplacer = Serializable replacing with another class
61 org.objenesis.tck.candidates.SerializableResolver = Serializable resolving to another class
H A Dcandidates.properties66 org.objenesis.tck.candidates.SerializableReplacer = Serializable replacing with another class
67 org.objenesis.tck.candidates.SerializableResolver = Serializable resolving to another class
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/jgss/kerberos/
H A DKerberosNameTest.java40 KerberosName another = new KerberosName("service@localhost", GSSName.NT_HOSTBASED_SERVICE);
41 assertEquals(one, another);
44 another = new KerberosName("service/localhost", GSSName.NT_HOSTBASED_SERVICE);
45 assertEquals(one, another);
48 another = new KerberosName("service@localhost", GSSName.NT_USER_NAME);
49 assertEquals(one, another);
52 another = new KerberosName("service/localhost", GSSName.NT_USER_NAME);
53 assertFalse(one.equals(another));
57 another = new KerberosName("service@localhost", KRB5_PRINCIPAL_NAMETYPE);
58 assertEquals(one, another);
[all...]
/external/clang/test/Misc/
H A Ddiag-presumed.c26 another error;
30 // PRESUMED: systemheader.h:7:1: error: unknown type name 'another'
33 // SPELLING: diag-presumed.c:26:1: error: unknown type name 'another'
/external/valgrind/main/gdbserver_tests/
H A Dmcmain_pic.stdout.exp2 another func called msg called from gdb
4 another func called msg called from main
/external/markdown/MarkdownTest/Tests_2004/
H A DOrdered and unordered lists.text104 Here's another:
/external/markdown/MarkdownTest/Tests_2007/
H A DOrdered and unordered lists.text104 Here's another:
/external/markdown/tests/markdown-test/
H A Dordered-and-unordered-list.txt104 Here's another:
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DRecognizerSharedState.as5 * shared among multiple grammars; e.g., when one grammar imports another.
26 * but no token is consumed during recovery...another error is found,
65 * emit another token.
/external/icu4c/test/intltest/
H A Ddtifmtts.cpp124 DateIntervalFormat* another = (DateIntervalFormat*)dtitvfmt->clone(); local
125 if ( (*another) != (*dtitvfmt) ) {
133 const DateIntervalInfo* inf = another->getDateIntervalInfo();
155 const DateFormat* fmt = another->getDateFormat();
182 delete another;
H A Dtufmtts.cpp108 TimeUnit* another = (TimeUnit*)tmunit->clone();
112 assertTrue("orig and clone are equal", (*tmunit == *another));
122 delete another;
/external/libvpx/libvpx/vp8/common/arm/armv6/
H A Dvp8_variance16x16_armv6.asm60 uxtb16 r10, r6, ror #8 ; another two pixels to halfwords
84 uxtb16 r10, r6, ror #8 ; another two pixels to halfwords
108 uxtb16 r10, r6, ror #8 ; another two pixels to halfwords
134 uxtb16 r10, r6, ror #8 ; another two pixels to halfwords
H A Dvp8_variance_halfpixvar16x16_h_armv6.asm65 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
96 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
127 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
160 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
H A Dvp8_variance_halfpixvar16x16_v_armv6.asm66 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
97 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
128 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
161 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
H A Dvp8_variance8x8_armv6.asm58 uxtb16 r10, r8, ror #8 ; another two pixels to halfwords
84 uxtb16 r10, r8, ror #8 ; another two pixels to halfwords
H A Dvp8_variance_halfpixvar16x16_hv_armv6.asm76 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
118 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
160 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
202 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
/external/libvpx/libvpx/vp8/encoder/arm/armv6/
H A Dvp8_mse16x16_armv6.asm60 uxtb16 r7, r8, ror #8 ; another two pixels to halfwords
79 uxtb16 r7, r8, ror #8 ; another two pixels to halfwords
100 uxtb16 r7, r8, ror #8 ; another two pixels to halfwords
123 uxtb16 r7, r8, ror #8 ; another two pixels to halfwords
/external/iproute2/doc/
H A Dip-tunnels.tex64 Probably, after this explanation you have already guessed another method
90 packets to another endpoint is not hidden. If you dislike this, or if you
113 tunnel device \verb|tunl0| and another tunnels may be created with command
177 packets. It must be an address on another interface of this host.
198 it with another devices. Certainly, the configuration of tunnels has
208 of another devices. You should set a protocol address with \verb|ifconfig|
245 not be able to escape to another device, when route to endpoint changes.
346 Among another tunnels Cisco IOS supports IPIP and GRE.
401 will find one another automatically and will form virtual Ethernet-like
414 using methods typical for another NBM
[all...]
/external/opencv/ml/src/
H A Dmlsvm.cpp232 const float* another, Qfloat* results,
241 s += sample[k]*another[k] + sample[k+1]*another[k+1] +
242 sample[k+2]*another[k+2] + sample[k+3]*another[k+3];
244 s += sample[k]*another[k];
251 const float* another, Qfloat* results )
253 calc_non_rbf_base( vcount, var_count, vecs, another, results, 1, 0 );
258 const float* another, Qfloat* results )
261 calc_non_rbf_base( vcount, var_count, vecs, another, result
231 calc_non_rbf_base( int vcount, int var_count, const float** vecs, const float* another, Qfloat* results, double alpha, double beta ) argument
250 calc_linear( int vcount, int var_count, const float** vecs, const float* another, Qfloat* results ) argument
257 calc_poly( int vcount, int var_count, const float** vecs, const float* another, Qfloat* results ) argument
266 calc_sigmoid( int vcount, int var_count, const float** vecs, const float* another, Qfloat* results ) argument
285 calc_rbf( int vcount, int var_count, const float** vecs, const float* another, Qfloat* results ) argument
322 calc( int vcount, int var_count, const float** vecs, const float* another, Qfloat* results ) argument
[all...]
/external/v8/test/mjsunit/
H A Dstrict-mode.js83 "another directive";\
1057 var another = new Function("'use strict'"); function
1058 assertThrows(function() { another.caller; }, TypeError);
1059 assertThrows(function() { another.arguments; }, TypeError);
1060 assertThrows(function() { another.caller = 42; }, TypeError);
1061 assertThrows(function() { another.arguments = 42; }, TypeError);
1071 CheckPillDescriptor(another, "caller");
1072 CheckPillDescriptor(another, "arguments");

Completed in 1636 milliseconds

12345