OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:other
(Results
751 - 775
of
9808
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
ByteArrayWrapper.java
170
public final ByteArrayWrapper append(ByteArrayWrapper
other
)
172
return append(
other
.bytes, 0,
other
.size);
207
* @param
other
the object to compare to.
211
public boolean equals(Object
other
) {
212
if (this ==
other
) return true;
213
if (
other
== null) return false;
215
ByteArrayWrapper that = (ByteArrayWrapper)
other
;
242
* @param
other
the object to compare to.
244
* greater than
other
[
all
...]
/external/proguard/src/proguard/optimize/info/
MethodOptimizationInfo.java
279
public void merge(MethodOptimizationInfo
other
)
281
if (
other
!= null)
283
this.hasNoSideEffects &=
other
.hasNoSideEffects;
284
this.hasSideEffects |=
other
.hasSideEffects;
285
//this.canBeMadePrivate &=
other
.canBeMadePrivate;
286
this.catchesExceptions |=
other
.catchesExceptions;
287
this.branchesBackward |=
other
.branchesBackward;
288
this.invokesSuperMethods |=
other
.invokesSuperMethods;
289
this.invokesDynamically |=
other
.invokesDynamically;
290
this.accessesPrivateCode |=
other
.accessesPrivateCode
[
all
...]
/frameworks/base/core/java/android/content/
PeriodicSync.java
64
public PeriodicSync(PeriodicSync
other
) {
65
this.account =
other
.account;
66
this.authority =
other
.authority;
67
this.extras = new Bundle(
other
.extras);
68
this.period =
other
.period;
69
this.flexTime =
other
.flexTime;
127
final PeriodicSync
other
= (PeriodicSync) o;
local
128
return account.equals(
other
.account)
129
&& authority.equals(
other
.authority)
130
&& period ==
other
.perio
[
all
...]
/cts/suite/audio_quality/lib/include/
StringUtil.h
35
static int compare(const android::String8& str, const char*
other
);
36
static bool endsWith(const android::String8& str, const char*
other
);
/dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstArray.java
23
* Constant type to represent a fixed array of
other
constants. The contents
24
* may be of any type <i>
other
</i> than {@link CstUtf8}.
47
public boolean equals(Object
other
) {
48
if (! (
other
instanceof CstArray)) {
52
return list.equals(((CstArray)
other
).list);
63
protected int compareTo0(Constant
other
) {
64
return list.compareTo(((CstArray)
other
).list);
115
public int compareTo(List
other
) {
117
int otherSize =
other
.size();
122
Constant otherItem = (Constant)
other
.get0(i)
[
all
...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/
DHPrivateKeyParameters.java
37
DHPrivateKeyParameters
other
= (DHPrivateKeyParameters)obj;
local
39
return
other
.getX().equals(this.x) && super.equals(obj);
DHPublicKeyParameters.java
37
DHPublicKeyParameters
other
= (DHPublicKeyParameters)obj;
local
39
return
other
.getY().equals(y) && super.equals(obj);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/field/
PrimeField.java
34
PrimeField
other
= (PrimeField)obj;
local
35
return characteristic.equals(
other
.characteristic);
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
example-function.cpp
32
function(const function&
other
) : invoker(0) {
33
if (
other
.invoker)
34
invoker =
other
.invoker->clone();
46
function& operator=(const function&
other
) {
47
function(
other
).swap(*this);
57
void swap(function&
other
) {
59
invoker =
other
.invoker;
60
other
.invoker = tmp;
/external/clang/test/SemaCXX/
PR9908.cpp
7
typedef typename _Tp::template rebind<_Up>::
other
type;
27
template <class U> struct rebind {typedef ReboundA<U>
other
;};
typedef in struct:A::rebind
/external/deqp/framework/delibs/decpp/
deSemaphore.hpp
53
Semaphore (const Semaphore&
other
); // Not allowed!
54
Semaphore& operator= (const Semaphore&
other
); // Not allowed!
83
* will block until
other
thread(s) have been resumed.
/external/deqp/modules/gles2/functional/
es2fBooleanStateQueryTests.hpp
55
BooleanStateQueryTests (const BooleanStateQueryTests&
other
);
56
BooleanStateQueryTests& operator= (const BooleanStateQueryTests&
other
);
/external/deqp/modules/gles3/functional/
es3fBooleanStateQueryTests.hpp
56
BooleanStateQueryTests (const BooleanStateQueryTests&
other
);
57
BooleanStateQueryTests& operator= (const BooleanStateQueryTests&
other
);
es3fFloatStateQueryTests.hpp
55
FloatStateQueryTests (const FloatStateQueryTests&
other
);
56
FloatStateQueryTests& operator= (const FloatStateQueryTests&
other
);
es3fIntegerStateQueryTests.hpp
55
IntegerStateQueryTests (const IntegerStateQueryTests&
other
);
56
IntegerStateQueryTests& operator= (const IntegerStateQueryTests&
other
);
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
CstArray.java
23
* Constant type to represent a fixed array of
other
constants.
46
public boolean equals(Object
other
) {
47
if (! (
other
instanceof CstArray)) {
51
return list.equals(((CstArray)
other
).list);
62
protected int compareTo0(Constant
other
) {
63
return list.compareTo(((CstArray)
other
).list);
114
public int compareTo(List
other
) {
116
int otherSize =
other
.size();
121
Constant otherItem = (Constant)
other
.get0(i);
/external/guava/guava-testlib/test/com/google/common/testing/
SerializableTesterTest.java
89
public boolean equals(Object
other
) {
90
return (
other
instanceof ClassWhichIsAlwaysEqualButHasDifferentHashcodes);
99
public boolean equals(Object
other
) {
100
return (
other
instanceof ObjectWhichIsEqualButChangesClass
101
||
other
instanceof OtherForm);
115
public boolean equals(Object
other
) {
116
return (
other
instanceof ObjectWhichIsEqualButChangesClass
117
||
other
instanceof OtherForm);
/external/icu/icu4c/source/i18n/
rbt_data.cpp
36
TransliterationRuleData::TransliterationRuleData(const TransliterationRuleData&
other
) :
37
UMemory(
other
), ruleSet(
other
.ruleSet),
39
variablesBase(
other
.variablesBase),
40
variablesLength(
other
.variablesLength)
47
while ((e =
other
.variableNames.nextElement(pos)) != 0) {
58
if (
other
.variables != 0) {
66
variables[i] =
other
.variables[i]->clone();
/external/icu/icu4c/source/i18n/unicode/
currunit.h
51
CurrencyUnit(const CurrencyUnit&
other
);
57
CurrencyUnit& operator=(const CurrencyUnit&
other
);
76
* class have the same class ID. Objects of
other
classes have
/external/icu/icu4c/source/layout/
NonContextualGlyphSubstProc.h
38
NonContextualGlyphSubstitutionProcessor(const NonContextualGlyphSubstitutionProcessor &
other
); // forbid copying of this class
39
NonContextualGlyphSubstitutionProcessor &operator=(const NonContextualGlyphSubstitutionProcessor &
other
); // forbid copying of this class
NonContextualGlyphSubstProc2.h
38
NonContextualGlyphSubstitutionProcessor2(const NonContextualGlyphSubstitutionProcessor2 &
other
); // forbid copying of this class
39
NonContextualGlyphSubstitutionProcessor2 &operator=(const NonContextualGlyphSubstitutionProcessor2 &
other
); // forbid copying of this class
SubtableProcessor.h
40
SubtableProcessor(const SubtableProcessor &
other
); // forbid copying of this class
41
SubtableProcessor &operator=(const SubtableProcessor &
other
); // forbid copying of this class
SubtableProcessor2.h
40
SubtableProcessor2(const SubtableProcessor2 &
other
); // forbid copying of this class
41
SubtableProcessor2 &operator=(const SubtableProcessor2 &
other
); // forbid copying of this class
/external/mockito/src/org/mockito/internal/invocation/
SerializableMethod.java
82
SerializableMethod
other
= (SerializableMethod) obj;
84
if (
other
.declaringClass != null)
86
} else if (!declaringClass.equals(
other
.declaringClass))
89
if (
other
.methodName != null)
91
} else if (!methodName.equals(
other
.methodName))
93
if (!Arrays.equals(parameterTypes,
other
.parameterTypes))
96
if (
other
.returnType != null)
98
} else if (!returnType.equals(
other
.returnType))
/external/opencv3/3rdparty/openexr/IlmImf/
ImfOpaqueAttribute.h
15
// in the documentation and/or
other
materials provided with the
67
OpaqueAttribute (const OpaqueAttribute &
other
);
96
virtual void copyValueFrom (const Attribute &
other
);
Completed in 761 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>