/aosp_15_r20/external/protobuf/src/google/protobuf/stubs/ |
H A D | map_util.h | 72 template <class Collection> 73 const typename Collection::value_type::second_type& 74 FindOrDie(const Collection& collection, 75 const typename Collection::value_type::first_type& key) { 76 typename Collection::const_iterator it = collection.find(key); 77 GOOGLE_CHECK(it != collection.end()) << "Map key not found: " << key; 82 template <class Collection> 83 typename Collection::value_type::second_type& 84 FindOrDie(Collection& collection, // NOLINT 85 const typename Collection::value_type::first_type& key) { [all …]
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | map_util.h | 72 template <class Collection> 73 const typename Collection::value_type::second_type& 74 FindOrDie(const Collection& collection, 75 const typename Collection::value_type::first_type& key) { 76 typename Collection::const_iterator it = collection.find(key); 77 GOOGLE_CHECK(it != collection.end()) << "Map key not found: " << key; 82 template <class Collection> 83 typename Collection::value_type::second_type& 84 FindOrDie(Collection& collection, // NOLINT 85 const typename Collection::value_type::first_type& key) { [all …]
|
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/lib/ |
HD | javaslang-2.0.3.jar | ... Tuple8 tuple8
static javaslang.Tuple2 List (javaslang.collection.List$Cons)
javaslang.collection.List ... |
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/18/libcore/ojluni/src/main/java/java/util/ |
D | Collection.java | 34 * The root interface in the <i>collection hierarchy</i>. A collection 49 * <p>All general-purpose {@code Collection} implementation classes (which 50 * typically implement {@code Collection} indirectly through one of its 52 * arguments) constructor, which creates an empty collection, and a 53 * constructor with a single argument of type {@code Collection}, which 54 * creates a new collection with the same elements as its argument. In 55 * effect, the latter constructor allows the user to copy any collection, 56 * producing an equivalent collection of the desired implementation type. 58 * constructors) but all of the general-purpose {@code Collection} 62 * <i>optional</i>. If a collection implementation doesn't implement a [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/ |
D | Collection.java | 34 * The root interface in the <i>collection hierarchy</i>. A collection 49 * <p>All general-purpose {@code Collection} implementation classes (which 50 * typically implement {@code Collection} indirectly through one of its 52 * arguments) constructor, which creates an empty collection, and a 53 * constructor with a single argument of type {@code Collection}, which 54 * creates a new collection with the same elements as its argument. In 55 * effect, the latter constructor allows the user to copy any collection, 56 * producing an equivalent collection of the desired implementation type. 58 * constructors) but all of the general-purpose {@code Collection} 62 * <i>optional</i>. If a collection implementation doesn't implement a [all …]
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/ |
H A D | Collection.java | 34 * The root interface in the <i>collection hierarchy</i>. A collection 49 * <p>All general-purpose {@code Collection} implementation classes (which 50 * typically implement {@code Collection} indirectly through one of its 52 * arguments) constructor, which creates an empty collection, and a 53 * constructor with a single argument of type {@code Collection}, which 54 * creates a new collection with the same elements as its argument. In 55 * effect, the latter constructor allows the user to copy any collection, 56 * producing an equivalent collection of the desired implementation type. 58 * constructors) but all of the general-purpose {@code Collection} 62 * <i>optional</i>. If a collection implementation doesn't implement a [all …]
|
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/ |
H A D | AbstractMapBasedMultimap.java | 30 import java.util.Collection; 52 * that associates each key with a collection of values. All methods of {@link Multimap} are 56 * creates an empty collection of values for a key. 60 * AbstractMapBasedMultimap} calls {@link #createCollection()} to create the collection of values 68 * <p>Keys and values may be null, as long as the underlying collection classes support null 72 * collection, such as a {@link Set}, does not support duplicates, an added key-value pair will 74 * like {@link List} that allow duplicates, the collection will keep the existing key-value pairs 95 * The map variable contains the collection of values associated with each 97 * contain any values for that key, a new collection generated by 98 * createCollection is added to the map. That same collection instance [all …]
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/ |
H A D | AbstractMapBasedMultimap.java | 30 import java.util.Collection; 50 * that associates each key with a collection of values. All methods of {@link Multimap} are 54 * creates an empty collection of values for a key. 58 * AbstractMapBasedMultimap} calls {@link #createCollection()} to create the collection of values 66 * <p>Keys and values may be null, as long as the underlying collection classes support null 70 * collection, such as a {@link Set}, does not support duplicates, an added key-value pair will 72 * like {@link List} that allow duplicates, the collection will keep the existing key-value pairs 93 * The map variable contains the collection of values associated with each 95 * contain any values for that key, a new collection generated by 96 * createCollection is added to the map. That same collection instance [all …]
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | NotifCoordinatorsImpl.java | 1 package com.android.systemui.statusbar.notification.collection.coordinator; 3 import com.android.systemui.statusbar.notification.collection.NotifPipeline; 4 import com.android.systemui.statusbar.notification.collection.NotificationClassificationFlag; 5 import com.android.systemui.statusbar.notification.collection.PipelineDumpable; 6 import com.android.systemui.statusbar.notification.collection.PipelineDumper; 7 import com.android.systemui.statusbar.notification.collection.SortBySectionTimeFlag; 8 import com.android.systemui.statusbar.notification.collection.coordinator.dagger.CoordinatorScope; 9 import com.android.systemui.statusbar.notification.collection.listbuilder.pluggable.NotifSectioner; 10 import com.android.systemui.statusbar.notification.collection.provider.SectionStyleProvider; 16 @com.android.systemui.statusbar.notification.collection.coordinator.dagger.CoordinatorScope() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/gtl/ |
H A D | map_util.h | 37 template <class Collection> 38 const typename Collection::value_type::second_type* FindOrNull( in FindOrNull() 39 const Collection& collection, in FindOrNull() argument 40 const typename Collection::value_type::first_type& key) { in FindOrNull() 41 typename Collection::const_iterator it = collection.find(key); in FindOrNull() 42 if (it == collection.end()) { in FindOrNull() 49 template <class Collection> 50 typename Collection::value_type::second_type* FindOrNull( in FindOrNull() 51 Collection& collection, // NOLINT in FindOrNull() argument 52 const typename Collection::value_type::first_type& key) { in FindOrNull() [all …]
|
/aosp_15_r20/prebuilts/sdk/current/androidx/m2repository/androidx/collection/collection-jvm/1.5.0-beta01/ |
HD | collection-jvm-1.5.0-beta01-sources.jar | ... /collection/ArrayMap.java
jvmMain/androidx/collection/ArraySetJvmUtil.java
jvmMain/androidx/collection/ ... |
HD | collection-jvm-1.5.0-beta01.jar | ... androidx.collection.ArraySet$ElementIterator extends androidx.collection.IndexBasedArrayIterator {
final synthetic androidx.collection.ArraySet |
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/collection/collection-jvm/1.5.0-beta01/androidx.collection_collection/android_common_apex30/local-combined/ |
D | androidx.collection_collection.jar | ... /collection/LICENSE.txt
META-INF/collection.kotlin_module
androidx/
androidx/collection/
androidx/ ... |
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/collection/collection-jvm/1.5.0-beta01/androidx.collection_collection/android_common_apex35/local-combined/ |
D | androidx.collection_collection.jar | ... /collection/LICENSE.txt
META-INF/collection.kotlin_module
androidx/
androidx/collection/
androidx/ ... |
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/collection/collection-jvm/1.5.0-beta01/androidx.collection_collection/android_common_apex34/local-combined/ |
D | androidx.collection_collection.jar | ... /collection/LICENSE.txt
META-INF/collection.kotlin_module
androidx/
androidx/collection/
androidx/ ... |
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/collection/collection-jvm/1.5.0-beta01/androidx.collection_collection/android_common/local-combined/ |
D | androidx.collection_collection.jar | ... /collection/LICENSE.txt
META-INF/collection.kotlin_module
androidx/
androidx/collection/
androidx/ ... |
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/collection/collection-jvm/1.5.0-beta01/androidx.collection_collection/android_common_apex33/local-combined/ |
D | androidx.collection_collection.jar | ... /collection/LICENSE.txt
META-INF/collection.kotlin_module
androidx/
androidx/collection/
androidx/ ... |
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/collection/collection-jvm/1.5.0-beta01/androidx.collection_collection/android_common_apex10000/local-combined/ |
D | androidx.collection_collection.jar | ... /collection/LICENSE.txt
META-INF/collection.kotlin_module
androidx/
androidx/collection/
androidx/ ... |
/aosp_15_r20/external/webrtc/test/pc/e2e/analyzer/video/ |
H A D | names_collection_test.cc | 27 NamesCollection collection(std::vector<std::string>{"alice", "bob"}); in TEST() local 29 EXPECT_THAT(collection.size(), Eq(static_cast<size_t>(2))); in TEST() 30 EXPECT_TRUE(collection.HasName("alice")); in TEST() 31 EXPECT_THAT(collection.name(collection.index("alice")), Eq("alice")); in TEST() 33 EXPECT_TRUE(collection.HasName("bob")); in TEST() 34 EXPECT_THAT(collection.name(collection.index("bob")), Eq("bob")); in TEST() 36 EXPECT_THAT(collection.index("bob"), Ne(collection.index("alice"))); in TEST() 40 NamesCollection collection(std::vector<std::string>{}); in TEST() local 41 collection.AddIfAbsent("alice"); in TEST() 43 EXPECT_THAT(collection.size(), Eq(static_cast<size_t>(1))); in TEST() [all …]
|
/aosp_15_r20/packages/providers/MediaProvider/tests/src/com/android/providers/media/ |
D | AccessCheckerTest.java | 74 for (int collection : Arrays.asList( in testHasAccessToCollection_forRead_noPerms() 81 assertWithMessage("Expected no global read access to collection " + collection) in testHasAccessToCollection_forRead_noPerms() 82 .that(hasAccessToCollection(hasNoPerms, collection, false)) in testHasAccessToCollection_forRead_noPerms() 92 for (int collection : Arrays.asList( in testHasAccessToCollection_forRead_hasReadMediaPerms() 96 // App with read media permissions only has full read access to media collection in testHasAccessToCollection_forRead_hasReadMediaPerms() 97 assertWithMessage("Expected full read access to " + collection) in testHasAccessToCollection_forRead_hasReadMediaPerms() 98 .that(hasAccessToCollection(hasReadMedia, collection, false)) in testHasAccessToCollection_forRead_hasReadMediaPerms() 102 for (int collection : Arrays.asList( in testHasAccessToCollection_forRead_hasReadMediaPerms() 105 // App with read media permissions doesn't have full read access to non-media collection in testHasAccessToCollection_forRead_hasReadMediaPerms() 106 assertWithMessage("Expected no full read access to " + collection) in testHasAccessToCollection_forRead_hasReadMediaPerms() [all …]
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Library/ |
H A D | OrderedCollectionLib.h | 2 An ordered collection library interface. 4 The library class provides a set of APIs to manage an ordered collection of 18 // Opaque structure for a collection. 23 // Opaque structure for collection entries. 25 // Collection entries do not take ownership of the associated user structures, 36 // Altering the key field of an in-collection user structure (ie. the portion 41 // reflected in the collection. 89 // the same collection, then the caller is responsible for implementing locking 90 // for the whole collection. 94 Retrieve the user structure linked by the specified collection entry. [all …]
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Library/ |
H A D | OrderedCollectionLib.h | 2 An ordered collection library interface. 4 The library class provides a set of APIs to manage an ordered collection of 18 // Opaque structure for a collection. 23 // Opaque structure for collection entries. 25 // Collection entries do not take ownership of the associated user structures, 36 // Altering the key field of an in-collection user structure (ie. the portion 41 // reflected in the collection. 89 // the same collection, then the caller is responsible for implementing locking 90 // for the whole collection. 94 Retrieve the user structure linked by the specified collection entry. [all …]
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Library/ |
H A D | OrderedCollectionLib.h | 2 An ordered collection library interface. 4 The library class provides a set of APIs to manage an ordered collection of 18 // Opaque structure for a collection. 23 // Opaque structure for collection entries. 25 // Collection entries do not take ownership of the associated user structures, 36 // Altering the key field of an in-collection user structure (ie. the portion 41 // reflected in the collection. 88 // the same collection, then the caller is responsible for implementing locking 89 // for the whole collection. 93 Retrieve the user structure linked by the specified collection entry. [all …]
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Library/ |
H A D | OrderedCollectionLib.h | 2 An ordered collection library interface. 4 The library class provides a set of APIs to manage an ordered collection of 24 // Opaque structure for a collection. 29 // Opaque structure for collection entries. 31 // Collection entries do not take ownership of the associated user structures, 42 // Altering the key field of an in-collection user structure (ie. the portion 47 // reflected in the collection. 95 // the same collection, then the caller is responsible for implementing locking 96 // for the whole collection. 100 Retrieve the user structure linked by the specified collection entry. [all …]
|
/aosp_15_r20/external/python/mako/test/ |
D | test_namespace.py | 91 collection = lookup.TemplateLookup() 93 collection.put_string( 102 collection.put_string( 110 flatten_result(collection.get_template("a").render(b_def="b")), 115 collection = lookup.TemplateLookup() 117 collection.put_string( 127 collection.put_string( 141 flatten_result(collection.get_template("main.html").render()) 146 collection = lookup.TemplateLookup() 148 collection.put_string( [all …]
|