Searched refs:other (Results 276 - 300 of 396) sorted by path

<<111213141516

/frameworks/base/tools/aapt2/
H A DLocale.h62 inline int compare(const LocaleValue& other) const;
86 int LocaleValue::compare(const LocaleValue& other) const {
87 return memcmp(this, &other, sizeof(LocaleValue));
/frameworks/base/tools/apilint/
H A Dapilint.py486 other = "unregister" + m.name[8:]
487 if other not in methods:
490 other = "register" + m.name[10:]
491 if other not in methods:
499 other = "remove" + m.name[3:]
500 if other not in methods:
503 other = "add" + m.name[6:]
504 if other not in methods:
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DMatrix_Delegate.java236 /*package*/ static void native_set(long native_object, long other) { argument
242 Matrix_Delegate src = sManager.getDelegate(other);
452 Matrix_Delegate other = sManager.getDelegate(other_matrix);
453 if (d != null && other != null) {
454 d.preTransform(other.mValues);
520 Matrix_Delegate other = sManager.getDelegate(other_matrix);
521 if (d != null && other != null) {
522 d.postTransform(other.mValues);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridge.java154 IntArray other = (IntArray) obj;
155 return Arrays.equals(mArray, other.mArray);
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pDevice.java301 WifiP2pDevice other = (WifiP2pDevice) obj;
302 if (other == null || other.deviceAddress == null) {
305 return other.deviceAddress.equals(deviceAddress);
/frameworks/compile/mclinker/include/mcld/LD/
H A DLDSymbol.h91 uint8_t other() const { function in class:mcld::LDSymbol
93 return m_pResolveInfo->other();
98 return m_pResolveInfo->other();
H A DResolveInfo.h166 uint8_t other() const { return (uint8_t)visibility(); } function in class:mcld::ResolveInfo
/frameworks/compile/mclinker/include/mcld/Support/
H A DAllocators.h277 typedef LinearAllocator<NewDataType, ChunkSize> other; typedef in struct:mcld::LinearAllocator::rebind
292 typedef LinearAllocator<NewDataType, 0> other; typedef in struct:mcld::LinearAllocator::rebind
317 typedef MallocAllocator<OtherDataType> other; typedef in struct:mcld::MallocAllocator::rebind
362 typedef MallocAllocator<OtherDataType> other; typedef in struct:mcld::MallocAllocator::rebind
/frameworks/compile/mclinker/lib/Support/Unix/
H A DPathV3.inc47 // if we meet other else
/frameworks/compile/mclinker/lib/Support/Windows/
H A DPathV3.inc41 // if we meet other else
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Relocator.cpp103 /// section and all other reference to this symbol should refer to this
146 (ResolveInfo::Visibility)pSym.other());
289 // All other dynamic relocations may lead to run-time relocation
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.cpp334 /// section and all other reference to this symbol should refer to this
377 (ResolveInfo::Visibility)pSym.other());
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1321 // TODO: need to take care other possible output sections
2698 /// isSymbolPreemtible - whether the symbol can be preemted by other
2701 if (pSym.other() != ResolveInfo::Default)
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.cpp403 /// section and all other reference to this symbol should refer to this
449 (ResolveInfo::Visibility)pSym.other());
451 // output all other alias symbols if any
467 (ResolveInfo::Visibility)alias->other());
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.cpp520 (ResolveInfo::Visibility)pSym.other());
522 // Output all other alias symbols if any
542 (ResolveInfo::Visibility)alias->other());
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp199 /// section and all other reference to this symbol should refer to this
244 (ResolveInfo::Visibility)pSym.other());
246 // output all other alias symbols if any
262 (ResolveInfo::Visibility)alias->other());
1482 // All other dynamic relocations may lead to run-time relocation
/frameworks/compile/mclinker/unittests/
H A DNamePoolTest.cpp71 ResolveInfo::Visibility other = ResolveInfo::Default; local
74 name, isDyn, type, desc, binding, size, other, NULL, result1);
83 EXPECT_EQ(other, result1.info->visibility());
87 name, isDyn, type, desc, binding, size, other, NULL, result2);
96 EXPECT_EQ(other, result1.info->visibility());
108 ResolveInfo::Visibility other = ResolveInfo::Default; local
111 name, isDyn, type, desc, binding, size, other, NULL, result1);
120 EXPECT_EQ(other, result1.info->visibility());
124 name, isDyn, type, desc, binding, size, other, NULL, result2);
135 other,
150 uint8_t other = 0; local
176 uint8_t other = 0; local
[all...]
H A DStaticResolverTest.cpp281 ASSERT_TRUE(0 == sym->other());
297 ASSERT_TRUE(0 == sym->other());
313 ASSERT_TRUE(0 == sym->other());
329 ASSERT_TRUE(0 == sym->other());
344 ASSERT_TRUE(0 == sym->other());
359 ASSERT_TRUE(0 == sym->other());
380 ASSERT_TRUE(0 == sym->other());
395 ASSERT_TRUE(0 == sym->other());
410 ASSERT_TRUE(0 == sym->other());
425 ASSERT_TRUE(0 == sym->other());
[all...]
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
H A DDependency.java29 public Dependency(Expr dependant, Expr other) { argument
31 mOther = other;
37 public Dependency(Expr dependant, Expr other, Expr condition, boolean expectedOutput) { argument
39 mOther = other;
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/
H A DModelMethod.java87 public boolean isBetterArgMatchThan(ModelMethod other, List<ModelClass> args) { argument
89 final ModelClass[] otherParameterTypes = other.getParameterTypes();
93 final ModelClass thatParameter = other.getParameter(i, otherParameterTypes);
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/writer/
H A DFlagSet.java66 public boolean intersect(FlagSet other, int bucketIndex) { argument
67 return (buckets[bucketIndex] & other.buckets[bucketIndex]) != 0;
90 public FlagSet andNot(FlagSet other) { argument
92 final int min = Math.min(buckets.length, other.buckets.length);
94 result.buckets[i] &= ~(other.buckets[i]);
99 public FlagSet or(FlagSet other) { argument
100 final FlagSet result = new FlagSet(buckets, other.buckets.length);
101 for (int i = 0; i < other.buckets.length; i ++) {
102 result.buckets[i] |= other.buckets[i];
132 public boolean bitsEqual(FlagSet other) { argument
[all...]
/frameworks/data-binding/compiler/src/main/kotlin/android/databinding/tool/writer/
H A DLayoutBinderWriter.kt244 fun <T> FlagSet.mapOr(other : FlagSet, cb : (suffix : String, index : Int) -> T) : List<T> {
245 val min = Math.min(buckets.size, other.buckets.size)
249 if (intersect(other, i)) {
991 it.isMandatory && it.other.resolvedType.isNullable
992 }.map { it.other }
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/
H A DLocation.java58 public Location(Location other) { argument
59 startOffset = other.startOffset;
60 endOffset = other.endOffset;
61 startLine = other.startLine;
62 endLine = other.endLine;
152 public boolean contains(Location other) { argument
153 if (startLine > other.startLine) {
156 if (startLine == other.startLine && startOffset > other.startOffset) {
159 if (endLine < other
[all...]
H A DResourceBundle.java436 public void inheritConfigurationFrom(LayoutFileBundle other) { argument
437 mFileName = other.mFileName;
438 mModulePackage = other.mModulePackage;
439 mBindingClass = other.mBindingClass;
440 mFullBindingClass = other.mFullBindingClass;
441 mBindingClassName = other.mBindingClassName;
442 mBindingPackage = other.mBindingPackage;
443 mHasVariations = other.mHasVariations;
444 mIsMerge = other.mIsMerge;
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
H A DNotBindableVo.java64 public String mergeStringFields(NotBindableVo other) { argument
65 return mStringValue + (other == null ? "" : other.mStringValue);

Completed in 1015 milliseconds

<<111213141516