/external/connectedappssdk/processor/src/main/resources/parcelablewrappers/ |
D | ParcelableArray.java | 20 import com.google.android.enterprise.connectedapps.internal.Bundler; 28 private final Bundler bundler; 37 public static <F> ParcelableArray<F> of(Bundler bundler, BundlerType type, F[] array) { in of() 45 private ParcelableArray(Bundler bundler, BundlerType type, E[] array) { in ParcelableArray() 55 bundler = in.readParcelable(Bundler.class.getClassLoader()); in ParcelableArray() 64 type = in.readParcelable(Bundler.class.getClassLoader()); in ParcelableArray()
|
D | ParcelableCollection.java | 20 import com.google.android.enterprise.connectedapps.internal.Bundler; 32 private final Bundler bundler; 42 Bundler bundler, BundlerType type, Collection<F> collection) { in of() 50 private ParcelableCollection(Bundler bundler, BundlerType type, Collection<E> collection) { in ParcelableCollection() 60 bundler = in.readParcelable(Bundler.class.getClassLoader()); in ParcelableCollection() 69 type = (BundlerType) in.readParcelable(Bundler.class.getClassLoader()); in ParcelableCollection()
|
D | ParcelableList.java | 20 import com.google.android.enterprise.connectedapps.internal.Bundler; 31 private final Bundler bundler; 40 public static <F> ParcelableList<F> of(Bundler bundler, BundlerType type, List<F> list) { in of() 48 private ParcelableList(Bundler bundler, BundlerType type, List<E> list) { in ParcelableList() 58 bundler = in.readParcelable(Bundler.class.getClassLoader()); in ParcelableList() 68 type = (BundlerType) in.readParcelable(Bundler.class.getClassLoader()); in ParcelableList()
|
D | ParcelableSet.java | 20 import com.google.android.enterprise.connectedapps.internal.Bundler; 30 private final Bundler bundler; 39 public static <F> ParcelableSet<F> of(Bundler bundler, BundlerType type, Set<F> set) { in of() 47 private ParcelableSet(Bundler bundler, BundlerType type, Set<E> set) { in ParcelableSet() 57 bundler = in.readParcelable(Bundler.class.getClassLoader()); in ParcelableSet() 67 type = (BundlerType) in.readParcelable(Bundler.class.getClassLoader()); in ParcelableSet()
|
D | ParcelableGuavaOptional.java | 20 import com.google.android.enterprise.connectedapps.internal.Bundler; 33 private final Bundler bundler; 43 Bundler bundler, BundlerType type, Optional<F> optional) { in of() 51 private ParcelableGuavaOptional(Bundler bundler, BundlerType type, Optional<E> optional) { in ParcelableGuavaOptional() 61 bundler = in.readParcelable(Bundler.class.getClassLoader()); in ParcelableGuavaOptional() 72 type = (BundlerType) in.readParcelable(Bundler.class.getClassLoader()); in ParcelableGuavaOptional()
|
D | ParcelableOptional.java | 20 import com.google.android.enterprise.connectedapps.internal.Bundler; 33 private final Bundler bundler; 43 Bundler bundler, BundlerType type, Optional<F> optional) { in of() 51 private ParcelableOptional(Bundler bundler, BundlerType type, Optional<E> optional) { in ParcelableOptional() 61 bundler = in.readParcelable(Bundler.class.getClassLoader()); in ParcelableOptional() 72 type = (BundlerType) in.readParcelable(Bundler.class.getClassLoader()); in ParcelableOptional()
|
D | ParcelablePair.java | 21 import com.google.android.enterprise.connectedapps.internal.Bundler; 30 private final Bundler bundler; 39 public static <F, S> ParcelablePair<F, S> of(Bundler bundler, BundlerType type, Pair<F, S> pair) { in of() 47 private ParcelablePair(Bundler bundler, BundlerType type, Pair<F, S> pair) { in ParcelablePair() 57 bundler = in.readParcelable(Bundler.class.getClassLoader()); in ParcelablePair() 66 type = (BundlerType) in.readParcelable(Bundler.class.getClassLoader()); in ParcelablePair()
|
D | ParcelableMap.java | 20 import com.google.android.enterprise.connectedapps.internal.Bundler; 30 private final Bundler bundler; 39 public static <E, F> ParcelableMap<E, F> of(Bundler bundler, BundlerType type, Map<E, F> map) { in of() 47 private ParcelableMap(Bundler bundler, BundlerType type, Map<E, F> map) { in ParcelableMap() 57 bundler = in.readParcelable(Bundler.class.getClassLoader()); in ParcelableMap() 67 type = (BundlerType) in.readParcelable(Bundler.class.getClassLoader()); in ParcelableMap()
|
D | ParcelableImmutableMap.java | 20 import com.google.android.enterprise.connectedapps.internal.Bundler; 34 private final Bundler bundler; 44 Bundler bundler, BundlerType type, ImmutableMap<E, F> map) { in of() 52 private ParcelableImmutableMap(Bundler bundler, BundlerType type, ImmutableMap<E, F> map) { in ParcelableImmutableMap() 62 bundler = in.readParcelable(Bundler.class.getClassLoader()); in ParcelableImmutableMap() 73 type = (BundlerType) in.readParcelable(Bundler.class.getClassLoader()); in ParcelableImmutableMap()
|
D | ParcelableBitmap.java | 21 import com.google.android.enterprise.connectedapps.internal.Bundler; 31 public static ParcelableBitmap of(Bundler bundler, BundlerType type, Bitmap bitmap) { in of()
|
/external/connectedappssdk/tests/shared/src/main/java/com/google/android/enterprise/connectedapps/testapp/wrappers/ |
D | ParcelableCustomWrapper2.java | 21 import com.google.android.enterprise.connectedapps.internal.Bundler; 32 private final Bundler bundler; 42 Bundler bundler, BundlerType type, CustomWrapper2<F> customWrapper) { in of() 51 Bundler bundler, BundlerType type, CustomWrapper2<E> customWrapper) { in ParcelableCustomWrapper2() 61 bundler = in.readParcelable(Bundler.class.getClassLoader()); in ParcelableCustomWrapper2() 71 type = (BundlerType) in.readParcelable(Bundler.class.getClassLoader()); in ParcelableCustomWrapper2()
|
D | ParcelableCustomWrapper.java | 21 import com.google.android.enterprise.connectedapps.internal.Bundler; 31 private final Bundler bundler; 41 Bundler bundler, BundlerType type, CustomWrapper<F> customWrapper) { in of() 50 Bundler bundler, BundlerType type, CustomWrapper<E> customWrapper) { in ParcelableCustomWrapper() 60 bundler = in.readParcelable(Bundler.class.getClassLoader()); in ParcelableCustomWrapper() 70 type = (BundlerType) in.readParcelable(Bundler.class.getClassLoader()); in ParcelableCustomWrapper()
|
D | ParcelableStringWrapper.java | 21 import com.google.android.enterprise.connectedapps.internal.Bundler; 39 Bundler bundler, BundlerType type, StringWrapper stringWrapper) { in of() 47 private ParcelableStringWrapper(Bundler bundler, BundlerType type, StringWrapper stringWrapper) { in ParcelableStringWrapper()
|
D | SimpleFutureWrapper.java | 20 import com.google.android.enterprise.connectedapps.internal.Bundler; 34 public static <E> SimpleFutureWrapper<E> create(Bundler bundler, BundlerType bundlerType) { in create() 44 private SimpleFutureWrapper(Bundler bundler, BundlerType bundlerType) { in SimpleFutureWrapper()
|
/external/connectedappssdk/sdk/src/main/java/com/google/android/enterprise/connectedapps/ |
D | ParcelableWrapperUtils.java | 19 import com.google.android.enterprise.connectedapps.internal.Bundler; 29 public void writeBundler(Parcel parcel, Bundler bundler, int flags) { in writeBundler() 38 public Bundler readBundler(Parcel parcel) { in readBundler()
|
D | FutureWrapper.java | 19 import com.google.android.enterprise.connectedapps.internal.Bundler; 25 private final Bundler bundler; 28 protected FutureWrapper(Bundler bundler, BundlerType bundlerType) { in FutureWrapper()
|
/external/connectedappssdk/tests/robotests/src/test/java/com/google/android/enterprise/connectedapps/robotests/ |
D | CrossProfileCallbackReceiverTest.java | 21 import com.google.android.enterprise.connectedapps.internal.Bundler; 34 private final Bundler bundler = new ProfileTestCrossProfileType_Bundler();
|
D | CrossProfileCallbackSenderTest.java | 23 import com.google.android.enterprise.connectedapps.internal.Bundler; 47 private final Bundler bundler = new ProfileTestCrossProfileType_Bundler();
|
/external/connectedappssdk/processor/src/main/resources/futurewrappers/ |
D | ListenableFutureWrapper.java | 23 import com.google.android.enterprise.connectedapps.internal.Bundler; 38 public static <E> ListenableFutureWrapper<E> create(Bundler bundler, BundlerType bundlerType) { in create() 42 private ListenableFutureWrapper(Bundler bundler, BundlerType bundlerType) { in ListenableFutureWrapper()
|
/external/connectedappssdk/sdk/src/main/java/com/google/android/enterprise/connectedapps/internal/ |
D | CrossProfileFutureResultWriter.java | 30 private final Bundler bundler; 34 ICrossProfileCallback callback, Bundler bundler, BundlerType bundlerType) { in CrossProfileFutureResultWriter()
|
D | Bundler.java | 30 public interface Bundler extends Parcelable { interface
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringX8664.cpp | 615 std::unique_ptr<AutoBundle> Bundler; in lowerIndirectJump() local 630 Bundler = makeUnique<AutoBundle>(this); in lowerIndirectJump() 683 std::unique_ptr<AutoBundle> Bundler; in emitCallToTarget() local 685 Bundler = makeUnique<AutoBundle>(this, InstBundleLock::Opt_PadToEnd); in emitCallToTarget() 694 Bundler = makeUnique<AutoBundle>(this, InstBundleLock::Opt_PadToEnd); in emitCallToTarget()
|
D | IceTargetLoweringX86Base.h | 489 AutoBundle *Bundler = nullptr; 499 Bundler = new (Target->Func->template allocate<AutoBundle>()) in AutoMemorySandboxer() 507 if (Bundler != nullptr) { in ~AutoMemorySandboxer() 508 Bundler->~AutoBundle(); in ~AutoMemorySandboxer()
|
/external/llvm-project/clang/lib/Driver/ToolChains/ |
D | HIP.cpp | 141 const char *Bundler = Args.MakeArgString( in constructHIPFatbinCommand() local 144 JA, T, ResponseFileSupport::None(), Bundler, BundlerArgs, Inputs, in constructHIPFatbinCommand()
|
/external/protobuf/ruby/ |
D | README.md | 58 * Bundler
|