/external/objenesis/tck/src/org/objenesis/tck/candidates/ |
D | ConstructorWithArguments.java | 24 private final int another; field in ConstructorWithArguments 26 public ConstructorWithArguments(String something, int another) { in ConstructorWithArguments()
|
D | SerializableConstructorWithArguments.java | 28 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/ |
D | Chromosome.java | 64 public int compareTo(Chromosome another) { in compareTo() 75 protected boolean isSame(Chromosome another) { in isSame()
|
D | BinaryChromosome.java | 76 protected boolean isSame(Chromosome another) { in isSame()
|
D | RandomKey.java | 149 protected boolean isSame(Chromosome another) { in isSame()
|
/external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/android/ |
D | HttpResponseCacheTest.java | 76 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/ |
D | warn-static-function-inheader.cpp | 5 static void another(void) { // expected-warning {{function 'another' is not needed and will not be … in another() function
|
D | member-init.cpp | 88 struct another { struct 89 another() : r(thing()) {} in another() argument 92 const function &r; // expected-note {{reference member declared here}}
|
D | constexpr-printing.cpp | 29 T another; member
|
/external/clang/test/CodeGenObjC/ |
D | protocol-property-synth.m | 19 @property(assign) id another; property
|
/external/opencv3/modules/ml/src/ |
D | svm.cpp | 166 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/ |
D | typo.cpp | 86 namespace another { namespace
|
/external/conscrypt/src/main/java/org/conscrypt/ |
D | FileClientSessionCache.java | 365 public int compareTo(File another) { in compareTo()
|
/external/opencv/ml/src/ |
D | mlsvm.cpp | 232 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/ |
D | syscall_filter.c | 82 struct filter_block *another) in extend_filter_block_list()
|
/external/icu/icu4c/source/test/intltest/ |
D | dtifmtts.cpp | 128 DateIntervalFormat* another = (DateIntervalFormat*)dtitvfmt->clone(); in testAPI() local
|
D | tufmtts.cpp | 172 TimeUnit* another = (TimeUnit*)tmunit->clone(); in testAPI() local
|
/external/dagger2/compiler/src/test/java/dagger/internal/codegen/ |
D | ComponentProcessorTest.java | 157 JavaFileObject another = JavaFileObjects.forSourceLines("test.AnotherModule", in doubleBindingFromResolvedModules() local
|
/external/gptfdisk/ |
D | basicmbr.cc | 249 int i, another = 1, allOK = 1; in ReadLogicalParts() local
|
/external/protobuf/java/src/test/java/com/google/protobuf/ |
D | NanoTest.java | 3039 AnotherMessage another = new AnotherMessage(); in testNullExtensions() local
|
/external/opencv/cxcore/src/ |
D | cxpersistence.cpp | 507 CvFileMapNode* another; in cvGetFileNode() local 593 CvFileMapNode* another; in cvGetFileNodeByName() local
|
/external/opencv3/modules/core/src/ |
D | persistence.cpp | 650 CvFileMapNode* another; in cvGetFileNode() local 730 CvFileMapNode* another; in cvGetFileNodeByName() local
|
/external/v8/test/cctest/ |
D | test-api.cc | 12583 Local<Object> another = Object::New(context->GetIsolate()); in THREADED_TEST() local
|