Searched defs:another (Results 1 - 18 of 18) sorted by relevance

/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/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;
/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/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DCollectionsTest.java883 // test replacing null elements with another value
2020 public int compareTo(Object another) { argument
2022 if (another instanceof MyComparable) {
2023 length = (((MyComparable) another).s).length();
2025 length = (Integer) another;
/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/webkit/Tools/DumpRenderTree/chromium/
H A DWebViewHost.cpp793 WebViewHost* another = m_shell->createNewWindow(request.url()); local
794 if (another)
795 another->show(policy);
1146 // loading another URL in that Page is an error.
/external/opencv/cxcore/src/
H A Dcxpersistence.cpp507 CvFileMapNode* another; local
529 for( another = (CvFileMapNode*)(map->table[i]); another != 0; another = another->next )
530 if( another->key == key )
534 value = &another->value;
593 CvFileMapNode* another; local
614 for( another = (CvFileMapNode*)(map->table[i]); another !
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.contenttype_3.4.100.v20100505-1235.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.ui.sdk.scheduler_1.0.0.v20100507-1815.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jar ... getPriority () public int compareTo (java.lang.Object) Object another org.eclipse.ecf.internal.provider. ...
H A Dorg.eclipse.core.resources.compatibility_3.4.0.v20090505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.registry_3.5.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/v8/test/cctest/
H A Dtest-api.cc2072 // Add another property and delete it afterwards to force the object in
3197 // intervals, one interval for C activations and another for JavaScript
6249 // Create another environment, should fail security checks.
6269 // Create another environment, should pass security checks.
6308 // Create another function accessing global objects.
7194 // Create another environment.
7343 // Create another environment.
7412 // Create another environment.
7526 // Hold on to the global object so it can be used again in another
7576 // Hold on to the global object so it can be used again in another
10132 Local<Object> another = Object::New(); local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 329 milliseconds