Home
last modified time | relevance | path

Searched refs:WrapperType (Results 1 – 14 of 14) sorted by relevance

/external/connectedappssdk/processor/src/main/java/com/google/android/enterprise/connectedapps/processor/containers/
DFutureWrapper.java33 public enum WrapperType { enum in FutureWrapper
47 public abstract WrapperType wrapperType(); in wrapperType()
50 TypeMirror wrappedType, ClassName defaultWrapperClassName, WrapperType wrapperType) { in create()
58 WrapperType wrapperType) { in create()
78 WrapperType.DEFAULT); in addDefaultFutureWrappers()
121 WrapperType.CUSTOM); in addCustomFutureWrapper()
129 WrapperType wrapperType) { in tryAddWrapper()
DParcelableWrapper.java41 public enum WrapperType { enum in ParcelableWrapper
56 public abstract WrapperType wrapperType(); in wrapperType()
59 TypeMirror wrappedType, ClassName defaultWrapperClassName, WrapperType wrapperType) { in create()
67 WrapperType wrapperType) { in create()
158 WrapperType.CUSTOM)); in addCustomParcelableWrapper()
245 protoType, getGeneratedProtoWrapperClassName(protoType), WrapperType.PROTO)); in addGeneratedProtoParcelableWrappers()
256 wrappers.add(ParcelableWrapper.create(typeMirror, wrapperClassName, WrapperType.DEFAULT)); in addArrayWrappers()
272 ParcelableWrapper.create(typeElement.asType(), wrapperClassName, WrapperType.DEFAULT)); in tryAddWrapper()
/external/zlib/google/
Dcompression_utils_portable.h24 enum WrapperType { enum
41 int CompressHelper(WrapperType wrapper_type,
55 int UncompressHelper(WrapperType wrapper_type,
Dcompression_utils_portable.cc52 inline int ZlibStreamWrapperType(WrapperType type) { in ZlibStreamWrapperType()
79 int CompressHelper(WrapperType wrapper_type, in CompressHelper()
167 int UncompressHelper(WrapperType wrapper_type, in UncompressHelper()
/external/mockito/src/main/java/org/mockito/internal/verification/
DVerificationWrapper.java10 public abstract class VerificationWrapper<WrapperType extends VerificationMode> implements Verifica…
12 protected final WrapperType wrappedVerification;
14 public VerificationWrapper(WrapperType wrappedVerification) { in VerificationWrapper()
/external/zlib/contrib/tests/
Dutils_unittest.cc14 void TestPayloads(size_t input_size, zlib_internal::WrapperType type) { in TestPayloads()
45 TestPayloads(i, zlib_internal::WrapperType::ZLIB); in TEST()
51 TestPayloads(i, zlib_internal::WrapperType::GZIP); in TEST()
58 TestPayloads(i, zlib_internal::WrapperType::ZRAW); in TEST()
73 const zlib_internal::WrapperType type = zlib_internal::WrapperType::GZIP; in TEST()
/external/connectedappssdk/processor/src/main/java/com/google/android/enterprise/connectedapps/processor/
DParcelableWrappersGenerator.java25 …ort com.google.android.enterprise.connectedapps.processor.containers.ParcelableWrapper.WrapperType;
81 .filter(f -> f.wrapperType() == WrapperType.DEFAULT) in generateDefaultParcelableWrappers()
147 .filter(f -> f.wrapperType() == WrapperType.PROTO) in generateProtoParcelableWrappers()
DFutureWrappersGenerator.java24 import com.google.android.enterprise.connectedapps.processor.containers.FutureWrapper.WrapperType;
71 .filter(w -> w.wrapperType().equals(WrapperType.DEFAULT)) in generateFutureWrappers()
DSupportedTypes.java800 if (parcelableWrapper.wrapperType().equals(ParcelableWrapper.WrapperType.CUSTOM)) { in replaceParcelableWrapperPrefix()
819 if (futureWrapper.wrapperType().equals(FutureWrapper.WrapperType.CUSTOM)) { in replaceFutureWrapperPrefix()
/external/llvm/include/llvm/Support/
DCommandLine.h439 typedef OptionValue<DataType> WrapperType; typedef
497 typedef DataType WrapperType;
525 typedef cl::boolOrDefault WrapperType;
541 typedef StringRef WrapperType;
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCommandLine.h458 typedef OptionValue<DataType> WrapperType; typedef
516 typedef DataType WrapperType;
545 typedef cl::boolOrDefault WrapperType;
562 typedef StringRef WrapperType;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DCommandLine.h535 using WrapperType = OptionValue<DataType>;
593 using WrapperType = DataType;
622 using WrapperType = cl::boolOrDefault;
639 using WrapperType = StringRef;
/external/llvm-project/llvm/include/llvm/Support/
DCommandLine.h526 using WrapperType = OptionValue<DataType>;
584 using WrapperType = DataType;
613 using WrapperType = cl::boolOrDefault;
630 using WrapperType = StringRef;
/external/llvm-project/flang/lib/Evaluate/
Dfold-implementation.h436 template <template <typename, typename...> typename WrapperType, typename TR,
439 FunctionRef<TR> &&funcRef, WrapperType<TR, TA...> func, in FoldElementalIntrinsicHelper()
475 if constexpr (std::is_same_v<WrapperType<TR, TA...>, in FoldElementalIntrinsicHelper()
480 } else if constexpr (std::is_same_v<WrapperType<TR, TA...>, in FoldElementalIntrinsicHelper()