Home
last modified time | relevance | path

Searched refs:Remove (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/Collections/
DMapFieldTest.cs97 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 …]
DRepeatedFieldTest.cs629 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/
DMapField.cs142 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
DReadOnlyDictionary.cs66 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
DRepeatedField.cs268 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/
DAndroid.bp35 // TODO: This is to work around b/24465209. Remove after root cause is fixed
/frameworks/av/media/codec2/vndk/
DAndroid.bp8 // TODO: Remove this when this module is moved back to frameworks/av.
/frameworks/native/libs/gui/tests/
DAndroid.bp83 … "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/
Drepeated_composite_container.cc287 static PyObject* Remove(RepeatedCompositeContainer* self, PyObject* value) { in Remove() function
560 { "remove", (PyCFunction) Remove, METH_O,
/frameworks/native/opengl/libs/
DAndroid.bp185 // TODO: This is to work around b/20093774. Remove after root cause is fixed
/frameworks/native/libs/gui/
DAndroid.bp59 … "libbufferhubqueue", // TODO(b/70046255): Remove this once BufferHub is integrated into libgui.
/frameworks/hardware/interfaces/cameraservice/service/2.0/
DICameraService.hal65 * Remove listener for changes to camera device status.
/frameworks/ex/common/java/com/android/common/
DGoogleLogTags.logtags105 # TODO(williamluh): Remove this once switch to snet completed.
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/
DCHANGES.txt89 - Issue 27: Remove XML documentation output from test projects to clear
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/
DGPBDictionaryTests+Bool.m272 // 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.
DGPBDictionaryTests+Int32.m328 // 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.
DGPBDictionaryTests+UInt32.m328 // 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.
DGPBDictionaryTests+UInt64.m328 // 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.
DGPBDictionaryTests+Int64.m328 // 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.
DGPBDictionaryTests+String.m328 // 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.
DGPBDictionaryTests.pddm277 //% // Remove again does nothing.
584 //% // Remove again does nothing.
994 //% // Remove again does nothing.
/frameworks/native/opengl/specs/
DEGL_ANDROID_get_frame_timestamps.txt236 - Remove DISPLAY_RETIRE_TIME_ANDROID.
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
DBUILD640 # 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/
DGPBDescriptor.m585 // Remove the "_p" added to reserved names.
591 // Remove "Array" from the end for repeated fields.
/frameworks/base/core/proto/android/app/
Dsettings_enums.proto1443 // 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

12