Searched refs:filteredMap (Results 1 - 12 of 12) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dtimezone.cpp810 int32_t *filteredMap = NULL; local
815 filteredMap = (int32_t *)uprv_malloc(filteredMapSize * sizeof(int32_t));
816 if (filteredMap == NULL) {
859 int32_t *tmp = (int32_t *)uprv_realloc(filteredMap, filteredMapSize * sizeof(int32_t));
864 filteredMap = tmp;
868 filteredMap[numEntries++] = zidx;
872 uprv_free(filteredMap);
873 filteredMap = NULL;
882 if (filteredMap == NULL) {
885 result = new TZEnumeration(filteredMap, numEntrie
[all...]
/external/skia/samplecode/
H A DSampleAAGeometry.cpp1538 SkBitmap filteredMap;
1539 uint8_t* filtered = set_up_dist_map(imageInfo, &filteredMap);
1542 canvas->drawBitmap(filteredMap, 0, 0, &fCoveragePaint);
/external/skqp/samplecode/
H A DSampleAAGeometry.cpp1538 SkBitmap filteredMap;
1539 uint8_t* filtered = set_up_dist_map(imageInfo, &filteredMap);
1542 canvas->drawBitmap(filteredMap, 0, 0, &fCoveragePaint);
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DMaps.java2084 FilteredMapValues(Map<K, V> filteredMap, Map<K, V> unfiltered, argument
2086 super(filteredMap);
/external/guava/guava/src/com/google/common/collect/
H A DMaps.java2617 FilteredMapValues(Map<K, V> filteredMap, Map<K, V> unfiltered, argument
2619 super(filteredMap);
/external/dagger2/lib/
H A Dauto-value-1.4.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/annotation-tools/annotation-file-utilities/lib/
H A Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...

Completed in 339 milliseconds