Home
last modified time | relevance | path

Searched defs:another (Results 1 – 23 of 23) sorted by relevance

/external/objenesis/tck/src/org/objenesis/tck/candidates/
DConstructorWithArguments.java24 private final int another; field in ConstructorWithArguments
26 public ConstructorWithArguments(String something, int another) { in ConstructorWithArguments()
DSerializableConstructorWithArguments.java28 private final int another; field in SerializableConstructorWithArguments
30 public SerializableConstructorWithArguments(String something, int another) { in SerializableConstructorWithArguments()
/external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/
DChromosome.java64 public int compareTo(Chromosome another) { in compareTo()
75 protected boolean isSame(Chromosome another) { in isSame()
DBinaryChromosome.java76 protected boolean isSame(Chromosome another) { in isSame()
DRandomKey.java149 protected boolean isSame(Chromosome another) { in isSame()
/external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/android/
DHttpResponseCacheTest.java76 HttpResponseCache another = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024); in secondEquivalentInstallDoesNothing() local
84 HttpResponseCache another = HttpResponseCache.install(cacheDir, 8 * 1024 * 1024); in installClosesPreviouslyInstalled() local
/external/clang/test/SemaCXX/
Dwarn-static-function-inheader.cpp5 static void another(void) { // expected-warning {{function 'another' is not needed and will not be … in another() function
Dmember-init.cpp88 struct another { struct
89 another() : r(thing()) {} in another() argument
92 const function &r; // expected-note {{reference member declared here}}
Dconstexpr-printing.cpp29 T another; member
/external/clang/test/CodeGenObjC/
Dprotocol-property-synth.m19 @property(assign) id another; property
/external/opencv3/modules/ml/src/
Dsvm.cpp166 const float* another, Qfloat* results, in calc_non_rbf_base()
184 const float* another, Qfloat* results ) in calc_linear()
190 const float* another, Qfloat* results ) in calc_poly()
199 const float* another, Qfloat* results ) in calc_sigmoid()
218 const float* another, Qfloat* results ) in calc_rbf()
258 const float* another, Qfloat* results ) in calc_intersec()
276 const float* another, Qfloat* results ) in calc_chi2()
303 const float* another, Qfloat* results ) in calc()
/external/clang/test/FixIt/
Dtypo.cpp86 namespace another { namespace
/external/conscrypt/src/main/java/org/conscrypt/
DFileClientSessionCache.java365 public int compareTo(File another) { in compareTo()
/external/opencv/ml/src/
Dmlsvm.cpp232 const float* another, Qfloat* results, in calc_non_rbf_base()
251 const float* another, Qfloat* results ) in calc_linear()
258 const float* another, Qfloat* results ) in calc_poly()
267 const float* another, Qfloat* results ) in calc_sigmoid()
286 const float* another, Qfloat* results ) in calc_rbf()
323 const float* another, Qfloat* results ) in calc()
/external/minijail/
Dsyscall_filter.c82 struct filter_block *another) in extend_filter_block_list()
/external/icu/icu4c/source/test/intltest/
Ddtifmtts.cpp128 DateIntervalFormat* another = (DateIntervalFormat*)dtitvfmt->clone(); in testAPI() local
Dtufmtts.cpp172 TimeUnit* another = (TimeUnit*)tmunit->clone(); in testAPI() local
/external/dagger2/compiler/src/test/java/dagger/internal/codegen/
DComponentProcessorTest.java157 JavaFileObject another = JavaFileObjects.forSourceLines("test.AnotherModule", in doubleBindingFromResolvedModules() local
/external/gptfdisk/
Dbasicmbr.cc249 int i, another = 1, allOK = 1; in ReadLogicalParts() local
/external/protobuf/java/src/test/java/com/google/protobuf/
DNanoTest.java3039 AnotherMessage another = new AnotherMessage(); in testNullExtensions() local
/external/opencv/cxcore/src/
Dcxpersistence.cpp507 CvFileMapNode* another; in cvGetFileNode() local
593 CvFileMapNode* another; in cvGetFileNodeByName() local
/external/opencv3/modules/core/src/
Dpersistence.cpp650 CvFileMapNode* another; in cvGetFileNode() local
730 CvFileMapNode* another; in cvGetFileNodeByName() local
/external/v8/test/cctest/
Dtest-api.cc12583 Local<Object> another = Object::New(context->GetIsolate()); in THREADED_TEST() local