Home
last modified time | relevance | path

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

12

/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/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/OpenCL-CTS/test_conformance/mem_host_flags/
DC_host_memory_block.h123 bool C_host_memory_block<T>::Equal(C_host_memory_block < T > & another) in Equal()
164 bool C_host_memory_block<T>::Equal_rect(C_host_memory_block < T > & another, in Equal_rect()
192 bool C_host_memory_block<T>::Equal_rect_from_orig(C_host_memory_block < T > & another, in Equal_rect_from_orig()
/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}}
/external/llvm-project/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()) {} // expected-error {{binds to a temporary object}} in another() function
91 const function &r; // expected-note {{reference member declared here}}
/external/llvm-project/clang/test/CodeGen/
Dbasic-block-sections.c22 int another(int a) { in another() function
/external/javassist/src/test/test1/
DProceed.java11 private static Proceed another = new Proceed(); field in Proceed
/external/llvm-project/clang/test/CodeGenObjC/
Dprotocol-property-synth.m19 @property(assign) id another; property
/external/clang/test/CodeGenObjC/
Dprotocol-property-synth.m19 @property(assign) id another; property
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/upstream/cache/
DCacheSpan.java97 public int compareTo(CacheSpan another) { in compareTo()
/external/llvm-project/clang/test/FixIt/
Dtypo.cpp86 namespace another { namespace
/external/clang/test/FixIt/
Dtypo.cpp86 namespace another { namespace
/external/conscrypt/common/src/main/java/org/conscrypt/
DFileClientSessionCache.java367 public int compareTo(File another) { in compareTo()
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DFileClientSessionCache.java374 public int compareTo(File another) { in compareTo()
/external/python/cpython2/Doc/faq/
Dprogramming.rst567 .. _faq-argument-vs-parameter:
/external/openscreen/cast/streaming/
Drtcp_common_unittest.cc172 RtcpReportBlock another; in TEST() local
/external/python/cpython3/Doc/faq/
Dprogramming.rst401 .. _faq-argument-vs-parameter:
/external/deqp-deps/SPIRV-Tools/source/opt/
Dconstants.h360 auto another = MakeUnique<VectorConstant>(type_->AsVector()); in CopyVectorConstant() local
393 auto another = MakeUnique<MatrixConstant>(type_->AsMatrix()); in CopyMatrixConstant() local
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dconstants.h360 auto another = MakeUnique<VectorConstant>(type_->AsVector()); in CopyVectorConstant() local
393 auto another = MakeUnique<MatrixConstant>(type_->AsMatrix()); in CopyMatrixConstant() local

12