Searched defs:transformed (Results 1 - 15 of 15) sorted by relevance

/external/clang/tools/libclang/
H A DARCMigrate.cpp129 CXString *original, CXString *transformed) {
133 if (transformed)
134 *transformed = cxstring::createDup(
128 clang_remap_getFilenames(CXRemapping map, unsigned index, CXString *original, CXString *transformed) argument
/external/freetype/src/autofit/
H A Dafloader.h46 FT_Bool transformed; member in struct:AF_LoaderRec_
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/
H A DDecodeJob.java28 * @param <Z> The type of resource that will be transcoded from the decoded and transformed resource.
73 * Returns a transcoded resource decoded from transformed resource data in the disk cache, or null if no such
84 Resource<T> transformed = loadFromCache(resultKey);
86 logWithTimeAndKey("Decoded transformed from cache", startTime);
89 Resource<Z> result = transcode(transformed);
91 logWithTimeAndKey("Transcoded transformed from cache", startTime);
97 * Returns a transformed and transcoded resource decoded from source data in the disk cache, or null if no such
116 * Returns a transformed and transcoded resource decoded from source data, or null if no source data could be
138 Resource<T> transformed = transform(decoded);
143 writeTransformedToCache(transformed);
153 writeTransformedToCache(Resource<T> transformed) argument
242 transcode(Resource<T> transformed) argument
[all...]
/external/clang/lib/AST/
H A DType.cpp1042 // Transform the type. If it changed, return the transformed result.
1043 QualType transformed = f(type); local
1044 if (transformed.getAsOpaquePtr() != type.getAsOpaquePtr())
1045 return transformed;
1056 // Reconstruct the transformed type by applying the local qualifiers
/external/robolectric/v3/
H A Drobolectric-3.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/robolectric/ org/robolectric/util/ org/robolectric/res/ org/ ...
/external/guice/lib/build/
H A Dspring-core.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/springframework/ org/springframework/core/ org/springframework/core/annotation/ ...
/external/guice/extensions/persist/lib/
H A Dcommons-collections.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/NOTICE ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 237 milliseconds