Home
last modified time | relevance | path

Searched defs:another (Results 1 – 25 of 28) 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/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/OpenCL-CTS/test_conformance/mem_host_flags/
DC_host_memory_block.h126 bool C_host_memory_block<T>::Equal(C_host_memory_block < T > & another) in Equal()
167 bool C_host_memory_block<T>::Equal_rect(C_host_memory_block < T > & another, in Equal_rect()
195 bool C_host_memory_block<T>::Equal_rect_from_orig(C_host_memory_block < T > & another, in Equal_rect_from_orig()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/upstream/cache/
DCacheSpan.java97 public int compareTo(CacheSpan another) { in compareTo()
/external/clang/test/FixIt/
Dtypo.cpp86 namespace another { namespace
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DFileClientSessionCache.java374 public int compareTo(File another) { in compareTo()
/external/conscrypt/common/src/main/java/org/conscrypt/
DFileClientSessionCache.java367 public int compareTo(File another) { in compareTo()
/external/python/cpython2/Doc/faq/
Dprogramming.rst567 .. _faq-argument-vs-parameter:
/external/python/cpython3/Doc/faq/
Dprogramming.rst415 .. _faq-argument-vs-parameter:
/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
/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/angle/third_party/spirv-tools/src/source/opt/
Dconstants.h360 auto another = MakeUnique<VectorConstant>(type_->AsVector()); in CopyVectorConstant() local
393 auto another = MakeUnique<MatrixConstant>(type_->AsMatrix()); in CopyMatrixConstant() local
/external/icu/icu4c/source/test/intltest/
Dtufmtts.cpp174 TimeUnit* another = tmunit->clone(); in testAPI() local
Ddtifmtts.cpp136 DateIntervalFormat* another = dtitvfmt->clone(); in testAPI() local
/external/minijail/
Dsyscall_filter.c107 struct filter_block *another) in extend_filter_block_list()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/webvtt/
DWebvttCueParser.java897 public int compareTo(StyleMatch another) { in compareTo()
/external/dagger2/javatests/dagger/internal/codegen/
DComponentProcessorTest.java87 JavaFileObject another = JavaFileObjects.forSourceLines("test.AnotherModule", in doubleBindingFromResolvedModules() local

12