/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/ |
D | LazyStringArrayList.java | 115 Object o = list.get(index); in get() local 143 Object o = list.set(index, s); in set() local 206 Object o = list.remove(index); in remove() local 239 Object o = list.get(index); in getByteString() local 249 Object o = list.get(index); in getByteArray() local 277 private static String asString(Object o) { in asString() 287 private static ByteString asByteString(Object o) { in asByteString() 297 private static byte[] asByteArray(Object o) { in asByteArray() 347 Object o = list.setAndReturn(index, s); in set() local 360 Object o = list.remove(index); in remove() local [all …]
|
D | SmallSortedMap.java | 225 public V get(Object o) { in get() 278 public V remove(Object o) { in remove() 438 public boolean equals(Object o) { in equals() 488 public boolean contains(Object o) { in contains() 512 public boolean remove(Object o) { in remove() 622 public boolean equals(Object o) { in equals()
|
/frameworks/base/core/java/android/os/ |
D | BaseBundle.java | 201 Object o = mMap.valueAt(0); in getPairValue() local 900 Object o = mMap.get(key); in getBoolean() local 934 Object o = mMap.get(key); in getByte() local 968 Object o = mMap.get(key); in getChar() local 1002 Object o = mMap.get(key); in getShort() local 1036 Object o = mMap.get(key); in getInt() local 1070 Object o = mMap.get(key); in getLong() local 1104 Object o = mMap.get(key); in getFloat() local 1138 Object o = mMap.get(key); in getDouble() local 1161 final Object o = mMap.get(key); in getString() local [all …]
|
D | HidlSupport.java | 118 public static int deepHashCode(Object o) { in deepHashCode() 145 private static void throwErrorIfUnsupportedType(Object o) { in throwErrorIfUnsupportedType() 159 private static int primitiveArrayHashCode(Object o) { in primitiveArrayHashCode()
|
D | Bundle.java | 885 final Object o = mMap.get(key); in getSize() local 905 final Object o = mMap.get(key); in getSizeF() local 925 Object o = mMap.get(key); in getBundle() local 952 Object o = mMap.get(key); in getParcelable() local 979 Object o = mMap.get(key); in getParcelableArray() local 1006 Object o = mMap.get(key); in getParcelableArrayList() local 1030 Object o = mMap.get(key); in getSparseParcelableArray() local 1179 Object o = mMap.get(key); in getBinder() local 1207 Object o = mMap.get(key); in getIBinder() local
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | LaunchObserverRegistryImpl.java | 122 ActivityMetricsLaunchObserver o = mList.get(i); in handleOnIntentStarted() local 130 ActivityMetricsLaunchObserver o = mList.get(i); in handleOnIntentFailed() local 140 ActivityMetricsLaunchObserver o = mList.get(i); in handleOnActivityLaunched() local 149 ActivityMetricsLaunchObserver o = mList.get(i); in handleOnActivityLaunchCancelled() local 158 ActivityMetricsLaunchObserver o = mList.get(i); in handleOnActivityLaunchFinished() local
|
/frameworks/rs/ |
D | rsObjectBase.cpp | 235 const ObjectBase * o = rsc->mObjHead; in zeroAllUserRef() local 267 ObjectBase * o = (ObjectBase *)rsc->mObjHead; in freeAllChildren() local 287 const ObjectBase * o = rsc->mObjHead; in dumpAll() local 303 const ObjectBase * o = rsc->mObjHead; in isValid() local
|
/frameworks/base/libs/androidfw/include/androidfw/ |
D | ConfigDescription.h | 149 inline ConfigDescription::ConfigDescription(const android::ResTable_config& o) { in ConfigDescription() 154 inline ConfigDescription::ConfigDescription(const ConfigDescription& o) { in ConfigDescription() 158 inline ConfigDescription::ConfigDescription(ConfigDescription&& o) noexcept { in ConfigDescription() function 181 const ConfigDescription& o) const { in MatchWithDensity()
|
D | Util.h | 51 unique_cptr(unique_cptr&& o) noexcept : ptr_(o.ptr_) { o.ptr_ = nullptr; } in unique_cptr() function 90 inline void swap(unique_cptr& o) { std::swap(ptr_, o.ptr_); } in swap()
|
/frameworks/ml/nn/common/operations/ |
D | RNN.cpp | 183 for (uint32_t o = 0; o < num_units; o++) { in RNNStep() local 188 for (uint32_t o = 0; o < num_units; o++) { in RNNStep() local 197 for (uint32_t o = 0; o < num_units; o++) { in RNNStep() local 206 for (uint32_t o = 0; o < num_units; o++) { in RNNStep() local 214 for (uint32_t o = 0; o < num_units; o++) { in RNNStep() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/brightline/ |
D | TimeLimitedMotionEventBuffer.java | 71 public int indexOf(Object o) { in indexOf() 76 public int lastIndexOf(Object o) { in lastIndexOf() 91 public boolean contains(Object o) { in contains() 118 public boolean remove(Object o) { in remove() 155 public boolean equals(Object o) { in equals()
|
/frameworks/layoutlib/create/tests/com/android/tools/layoutlib/create/dataclass/ |
D | ClassWithNative.java | 42 public int callNativeInstance(int a, double d, Object[] o) { in callNativeInstance() 46 private native int native_instance(int a, double d, Object[] o); in native_instance()
|
/frameworks/base/core/tests/coretests/src/android/text/ |
D | SpannedTest.java | 56 Object o = new Object(); in testAppend() local 175 public void onSpanChanged(Spannable b, Object o, int s, int e, int st, int en) { } in onSpanChanged() 178 public void onSpanRemoved(Spannable b, Object o, int s, int e) { } in onSpanRemoved() 181 public void onSpanAdded(Spannable b, Object o, int s, int e) { in onSpanAdded()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
D | ExtensionControllerImplTest.java | 114 Object o = new Object(); in testUiMode() local 139 Object o = new Object(); in testDefault() local 191 final Object o = new Object(); in testCallback() local
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | SetTagsTest.java | 55 Object o = new Object(); in testGetTag() local 70 Object o = new Object(); in testGetTagWithKey() local
|
D | ViewRootImplTest.java | 129 private static Object getField(Object o, Field field) throws Exception { in getField() 134 private static Object invokeMethod(Object o, Method method, Object... args) in invokeMethod()
|
/frameworks/compile/slang/tests/F_reflection3264_struct_mismatch/ |
D | reflection3264_struct_mismatch.rs | 14 struct o { int f; }; argument 31 struct o ff; struct
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/ |
D | AbstractCollection.java | 30 public boolean contains(Object o) { in contains() 55 public boolean remove(Object o) { in remove()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | DcRequest.java | 47 public boolean equals(Object o) { in equals() 54 public int compareTo(DcRequest o) { in compareTo()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | unittest_preserve_unknown_enum.proto | 56 oneof o { oneof 67 oneof o { oneof
|
/frameworks/base/core/java/android/service/notification/ |
D | NotifyingApp.java | 102 public boolean equals(Object o) { in equals() 120 public int compareTo(NotifyingApp o) { in compareTo()
|
/frameworks/base/core/java/com/android/internal/util/function/pooled/ |
D | OmniFunction.java | 61 public R apply(A o, B o2) { in apply() 66 public R apply(A o) { in apply() 75 public void accept(A o, B o2) { in accept() 80 public void accept(A o) { in accept() 95 public boolean test(A o, B o2) { in test() 100 public boolean test(A o) { in test()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/ |
D | SubscriptionMonitorMock.java | 44 public void registerForSubscriptionChanged(int phoneId, Handler h, int what, Object o) { in registerForSubscriptionChanged() 59 Object o) { in registerForDefaultDataSubscriptionChanged()
|
/frameworks/base/graphics/java/android/graphics/fonts/ |
D | FontStyle.java | 242 public int getMatchScore(@NonNull FontStyle o) { in getMatchScore() 247 public boolean equals(@Nullable Object o) { in equals()
|
/frameworks/ml/nn/runtime/test/specs/V1_2/ |
D | local_response_normalization_v1_2.mod.py | 18 o = Output("op2", "TENSOR_FLOAT32", "{2, 2, 2, 6}") # output variable
|