OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mapFeatures
(Results
1 - 3
of
3
) sorted by null
/external/guava/guava-testlib/src/com/google/common/collect/testing/
MapTestSuiteBuilder.java
140
Set<Feature<?>>
mapFeatures
) {
141
Set<Feature<?>> derivedFeatures = Helpers.copyToSet(
mapFeatures
);
148
Set<Feature<?>>
mapFeatures
) {
150
computeCommonDerivedCollectionFeatures(
mapFeatures
);
151
if (
mapFeatures
.contains(MapFeature.ALLOWS_NULL_ENTRY_QUERIES)) {
158
Set<Feature<?>>
mapFeatures
) {
160
computeCommonDerivedCollectionFeatures(
mapFeatures
);
165
if (
mapFeatures
.contains(MapFeature.ALLOWS_NULL_KEYS)) {
167
} else if (
mapFeatures
.contains(MapFeature.ALLOWS_NULL_KEY_QUERIES)) {
175
Set<Feature<?>>
mapFeatures
) {
[
all
...]
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
BiMapTestSuiteBuilder.java
118
private static Set<Feature<?>> computeInverseFeatures(Set<Feature<?>>
mapFeatures
) {
119
Set<Feature<?>> inverseFeatures = new HashSet<Feature<?>>(
mapFeatures
);
141
Set<Feature<?>>
mapFeatures
) {
143
computeCommonDerivedCollectionFeatures(
mapFeatures
);
146
if (
mapFeatures
.contains(MapFeature.ALLOWS_NULL_VALUES)) {
156
Set<Feature<?>>
mapFeatures
) {
157
return MapTestSuiteBuilder.computeCommonDerivedCollectionFeatures(
mapFeatures
);
/external/fonttools/Lib/fontTools/
merge.py
604
def
mapFeatures
(self, featureMap):
610
def
mapFeatures
(self, featureMap):
612
self.DefaultLangSys.
mapFeatures
(featureMap)
615
l.LangSys.
mapFeatures
(featureMap)
618
def
mapFeatures
(self, featureMap):
621
s.Script.
mapFeatures
(featureMap)
817
t.table.ScriptList.
mapFeatures
(featureMap)
843
t.table.ScriptList.
mapFeatures
(featureMap)
Completed in 343 milliseconds