Home
last modified time | relevance | path

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

/external/objenesis/tck/src/main/java/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/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() function
92 const function &r; // expected-note {{reference member declared here}}
Dconstexpr-printing.cpp29 T another; member
/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/CodeGenObjC/
Dprotocol-property-synth.m19 @property(assign) id another; property
/external/clang/test/FixIt/
Dtypo.cpp86 namespace another { namespace
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DFileClientSessionCache.java377 public int compareTo(File another) { in compareTo()
/external/conscrypt/common/src/main/java/org/conscrypt/
DFileClientSessionCache.java371 public int compareTo(File another) { in compareTo()
/external/python/cpython2/Doc/faq/
Dprogramming.rst567 .. _faq-argument-vs-parameter:
/external/python/cpython3/Doc/faq/
Dprogramming.rst412 .. _faq-argument-vs-parameter:
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dconstants.h352 auto another = MakeUnique<VectorConstant>(type_->AsVector()); in CopyVectorConstant() local
385 auto another = MakeUnique<MatrixConstant>(type_->AsMatrix()); in CopyMatrixConstant() local
/external/deqp-deps/SPIRV-Tools/source/opt/
Dconstants.h352 auto another = MakeUnique<VectorConstant>(type_->AsVector()); in CopyVectorConstant() local
385 auto another = MakeUnique<MatrixConstant>(type_->AsMatrix()); in CopyMatrixConstant() local
/external/icu/icu4c/source/test/intltest/
Dtufmtts.cpp174 TimeUnit* another = (TimeUnit*)tmunit->clone(); in testAPI() local
Ddtifmtts.cpp133 DateIntervalFormat* another = (DateIntervalFormat*)dtitvfmt->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/minijail/
Dsyscall_filter.c107 struct filter_block *another) in extend_filter_block_list()
/external/gptfdisk/
Dbasicmbr.cc251 int i, another = 1, allOK = 1; in ReadLogicalParts() local
/external/protobuf/javanano/src/test/java/com/google/protobuf/nano/
DNanoTest.java3063 AnotherMessage another = new AnotherMessage(); in testNullExtensions() local