Searched refs:another (Results 1 - 25 of 102) 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 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/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/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.
H A DDFA.as101 // eot[s]>=0 indicates that an EOT edge goes to another
196 // need to read another byte
205 // need to read another byte
/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.cpp107 TimeUnit* another = (TimeUnit*)tmunit->clone();
111 assertTrue("orig and clone are equal", (*tmunit == *another));
121 delete another;
/external/libvpx/vp8/encoder/arm/armv6/
H A Dvp8_mse16x16_armv6.asm55 uxtb16 r7, r8, ror #8 ; another two pixels to halfwords
74 uxtb16 r7, r8, ror #8 ; another two pixels to halfwords
95 uxtb16 r7, r8, ror #8 ; another two pixels to halfwords
118 uxtb16 r7, r8, ror #8 ; another two pixels to halfwords
H A Dvp8_variance16x16_armv6.asm54 uxtb16 r10, r6, ror #8 ; another two pixels to halfwords
78 uxtb16 r10, r6, ror #8 ; another two pixels to halfwords
102 uxtb16 r10, r6, ror #8 ; another two pixels to halfwords
128 uxtb16 r10, r6, ror #8 ; another two pixels to halfwords
H A Dvp8_variance_halfpixvar16x16_h_armv6.asm59 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
90 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
121 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
154 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
H A Dvp8_variance_halfpixvar16x16_v_armv6.asm60 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
91 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
122 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
155 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
H A Dvp8_variance8x8_armv6.asm52 uxtb16 r10, r8, ror #8 ; another two pixels to halfwords
78 uxtb16 r10, r8, ror #8 ; another two pixels to halfwords
H A Dvp8_variance_halfpixvar16x16_hv_armv6.asm70 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
112 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
154 uxtb16 r7, r6, ror #8 ; another two pixels to halfwords
196 uxtb16 r7, r6, 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");
/external/opencv/ml/include/
H A Dml.h344 const float* another, float* results );
351 virtual void calc( int vcount, int n, const float** vecs, const float* another, float* results );
357 const float* another, float* results,
361 const float* another, float* results );
363 const float* another, float* results );
365 const float* another, float* results );
367 const float* another, float* results );
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testScripts/
H A Druntests.bat26 REM (This is the Eclipse that controls the test. The test will start another Eclipse.
/external/llvm/lib/Support/Windows/
H A DSignals.inc466 InterruptFunction = 0; // Don't run it on another CTRL-C.
/external/mesa3d/docs/
H A DMESA_ycbcr_texture.spec116 another item to the list of TexImage2D and TexImage3D equivalence
133 another item to the list of TexImage1D and TexImage2D equivalence
/external/openssl/crypto/bn/
H A Dbn_prime.pl87 * copied and put under another distribution licence

Completed in 631 milliseconds

12345