/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/Collections/ |
D | MapFieldTest.cs | 97 map.Remove("b"); in AddPreservesInsertionOrder() 216 Assert.IsFalse(map.Remove("missing")); in Remove_Key() 218 Assert.IsTrue(map.Remove("foo")); in Remove_Key() 220 Assert.Throws<ArgumentNullException>(() => map.Remove(null)); in Remove_Key() 230 Assert.IsFalse(collection.Remove(NewKeyValuePair("wrong key", "bar"))); in Remove_Pair() 232 Assert.IsFalse(collection.Remove(NewKeyValuePair("foo", "wrong value"))); in Remove_Pair() 234 Assert.IsTrue(collection.Remove(NewKeyValuePair("foo", "bar"))); in Remove_Pair() 236 …Assert.Throws<ArgumentException>(() => collection.Remove(new KeyValuePair<string, string>(null, ""… in Remove_Pair() 341 dictionary.Remove("a"); in IDictionary_Remove() 343 dictionary.Remove(5); in IDictionary_Remove() [all …]
|
D | RepeatedFieldTest.cs | 629 list.Remove("third"); // No-op, no exception in IList_Remove() 630 list.Remove(new object()); // No-op, no exception in IList_Remove() 631 list.Remove("first"); in IList_Remove()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Collections/ |
D | MapField.cs | 142 public bool Remove(TKey key) in Remove() method in Google.Protobuf.Collections.MapField 148 map.Remove(key); in Remove() 149 node.List.Remove(node); in Remove() 313 bool ICollection<KeyValuePair<TKey, TValue>>.Remove(KeyValuePair<TKey, TValue> item) in Remove() method in Google.Protobuf.Collections.MapField 323 map.Remove(item.Key); in Remove() 324 node.List.Remove(node); in Remove() 503 void IDictionary.Remove(object key) in IDictionary.Remove() 510 Remove((TKey)key); in IDictionary.Remove() 733 public bool Remove(T item) in Remove() method in Google.Protobuf.Collections.MapField.MapView
|
D | ReadOnlyDictionary.cs | 66 public bool Remove(TKey key) in Remove() method in Google.Protobuf.Collections.ReadOnlyDictionary 117 public bool Remove(KeyValuePair<TKey, TValue> item) in Remove() method in Google.Protobuf.Collections.ReadOnlyDictionary
|
D | RepeatedField.cs | 268 public bool Remove(T item) in Remove() method in Google.Protobuf.Collections.RepeatedField 581 void IList.Remove(object value) in IList.Remove() 587 Remove((T)value); in IList.Remove()
|
/frameworks/base/native/graphics/jni/ |
D | Android.bp | 35 // TODO: This is to work around b/24465209. Remove after root cause is fixed
|
/frameworks/av/media/codec2/vndk/ |
D | Android.bp | 8 // TODO: Remove this when this module is moved back to frameworks/av.
|
/frameworks/native/libs/gui/tests/ |
D | Android.bp | 83 … "libbufferhubqueue", // TODO(b/70046255): Remove these once BufferHub is integrated into libgui.
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/ |
D | repeated_composite_container.cc | 287 static PyObject* Remove(RepeatedCompositeContainer* self, PyObject* value) { in Remove() function 560 { "remove", (PyCFunction) Remove, METH_O,
|
/frameworks/native/opengl/libs/ |
D | Android.bp | 185 // TODO: This is to work around b/20093774. Remove after root cause is fixed
|
/frameworks/native/libs/gui/ |
D | Android.bp | 59 … "libbufferhubqueue", // TODO(b/70046255): Remove this once BufferHub is integrated into libgui.
|
/frameworks/hardware/interfaces/cameraservice/service/2.0/ |
D | ICameraService.hal | 65 * Remove listener for changes to camera device status.
|
/frameworks/ex/common/java/com/android/common/ |
D | GoogleLogTags.logtags | 105 # TODO(williamluh): Remove this once switch to snet completed.
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/ |
D | CHANGES.txt | 89 - Issue 27: Remove XML documentation output from test projects to clear
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/ |
D | GPBDictionaryTests+Bool.m | 272 // Remove again does nothing. 573 // Remove again does nothing. 874 // Remove again does nothing. 1175 // Remove again does nothing. 1476 // Remove again does nothing. 1777 // Remove again does nothing. 2078 // Remove again does nothing. 2363 // Remove again does nothing.
|
D | GPBDictionaryTests+Int32.m | 328 // Remove again does nothing. 685 // Remove again does nothing. 1042 // Remove again does nothing. 1399 // Remove again does nothing. 1756 // Remove again does nothing. 2113 // Remove again does nothing. 2470 // Remove again does nothing. 2827 // Remove again does nothing. 3202 // Remove again does nothing. 3574 // Remove again does nothing.
|
D | GPBDictionaryTests+UInt32.m | 328 // Remove again does nothing. 685 // Remove again does nothing. 1042 // Remove again does nothing. 1399 // Remove again does nothing. 1756 // Remove again does nothing. 2113 // Remove again does nothing. 2470 // Remove again does nothing. 2827 // Remove again does nothing. 3202 // Remove again does nothing. 3574 // Remove again does nothing.
|
D | GPBDictionaryTests+UInt64.m | 328 // Remove again does nothing. 685 // Remove again does nothing. 1042 // Remove again does nothing. 1399 // Remove again does nothing. 1756 // Remove again does nothing. 2113 // Remove again does nothing. 2470 // Remove again does nothing. 2827 // Remove again does nothing. 3202 // Remove again does nothing. 3574 // Remove again does nothing.
|
D | GPBDictionaryTests+Int64.m | 328 // Remove again does nothing. 685 // Remove again does nothing. 1042 // Remove again does nothing. 1399 // Remove again does nothing. 1756 // Remove again does nothing. 2113 // Remove again does nothing. 2470 // Remove again does nothing. 2827 // Remove again does nothing. 3202 // Remove again does nothing. 3574 // Remove again does nothing.
|
D | GPBDictionaryTests+String.m | 328 // Remove again does nothing. 685 // Remove again does nothing. 1042 // Remove again does nothing. 1399 // Remove again does nothing. 1756 // Remove again does nothing. 2113 // Remove again does nothing. 2470 // Remove again does nothing. 2827 // Remove again does nothing. 3202 // Remove again does nothing.
|
D | GPBDictionaryTests.pddm | 277 //% // Remove again does nothing. 584 //% // Remove again does nothing. 994 //% // Remove again does nothing.
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_get_frame_timestamps.txt | 236 - Remove DISPLAY_RETIRE_TIME_ANDROID.
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ |
D | BUILD | 640 # TODO(dzc): Remove this once py_proto_library can have labels in srcs, in 677 # TODO(dzc): Remove this once py_proto_library can have labels in srcs, in
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/ |
D | GPBDescriptor.m | 585 // Remove the "_p" added to reserved names. 591 // Remove "Array" from the end for repeated fields.
|
/frameworks/base/core/proto/android/app/ |
D | settings_enums.proto | 1443 // OPEN: Settings > Accounts > Remove account 1571 // OPEN: Settings > Account > Remove account dialog 1574 // OPEN: Settings > Account > Remove account failed dialog 2339 // OPEN: Settings > Face > Remove face
|