/external/chromiumos-config/payload_utils/merge_plugins/ |
D | merge_hwid.py | 188 def _iterate_items(bundle, items, callback): argument 216 def _merge_audio(bundle, label, item): argument 234 def _merge_battery(bundle, label, item): argument 285 def _merge_bluetooth(bundle, label, item): argument 319 def _merge_cellular(bundle, label, item): argument 353 def _merge_cpu(bundle, label, item): argument 394 def _merge_display_panel(bundle, label, item): argument 417 def _merge_dram(bundle, label, item): argument 450 def _merge_ec_flash(bundle, label, item): argument 475 def _merge_ec(bundle, label, item): argument [all …]
|
/external/tensorflow/tensorflow/cc/saved_model/ |
D | saved_model_bundle_test.cc | 66 const SavedModelBundle& bundle) { in ValidateAssets() 83 const SavedModelBundle& bundle) { in CheckSavedModelBundle() 115 SavedModelBundle bundle; in TEST_F() local 129 SavedModelBundle bundle; in TEST_F() local 141 SavedModelBundle bundle; in TEST_F() local 157 SavedModelBundle bundle; in TEST_F() local 178 SavedModelBundle bundle; in TEST_F() local 194 SavedModelBundle bundle; in TEST_F() local 210 SavedModelBundle bundle; in TEST_F() local 228 SavedModelBundle bundle; in TEST_F() local [all …]
|
D | saved_model_bundle_lite_test.cc | 55 const SavedModelBundleLite& bundle) { in ValidateAssets() 72 const SavedModelBundleLite& bundle) { in CheckSavedModelBundle() 113 SavedModelBundleLite bundle; in TEST_F() local 127 SavedModelBundleLite bundle; in TEST_F() local 140 SavedModelBundleLite bundle; in TEST_F() local 152 SavedModelBundleLite bundle; in TEST_F() local 168 SavedModelBundleLite bundle; in TEST_F() local 184 SavedModelBundleLite bundle; in TEST_F() local 202 SavedModelBundleLite bundle; in TEST_F() local 214 SavedModelBundleLite bundle; in TEST_F() local [all …]
|
D | bundle_v2_test.cc | 32 void RestoreVarsAndVerify(SavedModelV2Bundle* bundle, in RestoreVarsAndVerify() 77 SavedModelV2Bundle bundle; in TEST_F() local 90 SavedModelV2Bundle bundle; in TEST_F() local 107 SavedModelV2Bundle bundle; in TEST_F() local
|
/external/setupcompat/main/java/com/google/android/setupcompat/logging/ |
D | SetupMetric.java | 65 Bundle bundle = new Bundle(); in ofImpression() local 80 Bundle bundle = new Bundle(); in ofOptIn() local 95 Bundle bundle = new Bundle(); in ofWaitingStart() local 110 Bundle bundle = new Bundle(); in ofWaitingEnd() local 125 Bundle bundle = new Bundle(); in ofError() local 135 Bundle bundle = new Bundle(); in toBundle() local 149 public static SetupMetric fromBundle(@NonNull Bundle bundle) { in fromBundle()
|
D | CustomEvent.java | 52 MetricKey metricKey, PersistableBundle bundle, PersistableBundle piiValues) { in create() 67 public static CustomEvent create(MetricKey metricKey, PersistableBundle bundle) { in create() 75 public static CustomEvent toCustomEvent(Bundle bundle) { in toCustomEvent() 86 Bundle bundle = new Bundle(); in toBundle() local 172 PersistableBundle bundle, in CustomEvent() 191 private static void assertPersistableBundleIsValid(PersistableBundle bundle) { in assertPersistableBundleIsValid()
|
/external/setupcompat/main/java/com/google/android/setupcompat/logging/internal/ |
D | MetricBundleConverter.java | 14 Bundle bundle = new Bundle(); in createBundleForLogging() local 20 Bundle bundle = new Bundle(); in createBundleForLoggingCounter() local 27 Bundle bundle = new Bundle(); in createBundleForLoggingTimer() local 34 Bundle bundle = new Bundle(); in createBundleForLoggingSetupMetric() local
|
/external/connectedappssdk/sdk/src/main/java/com/google/android/enterprise/connectedapps/internal/ |
D | Bundler.java | 42 void writeToBundle(Bundle bundle, String key, Object value, BundlerType valueType); in writeToBundle() 44 default void writeToBundle(Bundle bundle, String key, byte value, BundlerType valueType) { in writeToBundle() 48 default void writeToBundle(Bundle bundle, String key, short value, BundlerType valueType) { in writeToBundle() 52 default void writeToBundle(Bundle bundle, String key, int value, BundlerType valueType) { in writeToBundle() 56 default void writeToBundle(Bundle bundle, String key, long value, BundlerType valueType) { in writeToBundle() 60 default void writeToBundle(Bundle bundle, String key, char value, BundlerType valueType) { in writeToBundle() 64 default void writeToBundle(Bundle bundle, String key, float value, BundlerType valueType) { in writeToBundle() 68 default void writeToBundle(Bundle bundle, String key, double value, BundlerType valueType) { in writeToBundle() 72 default void writeToBundle(Bundle bundle, String key, boolean value, BundlerType valueType) { in writeToBundle() 81 Object readFromBundle(Bundle bundle, String key, BundlerType valueClass); in readFromBundle()
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/util/ |
D | BundleUtil.java | 40 public static IBinder getBinder(Bundle bundle, @Nullable String key) { in getBinder() 55 public static void putBinder(Bundle bundle, @Nullable String key, @Nullable IBinder binder) { in putBinder() 66 private static IBinder getBinderByReflection(Bundle bundle, @Nullable String key) { in getBinderByReflection() 90 Bundle bundle, @Nullable String key, @Nullable IBinder binder) { in putBinderByReflection()
|
D | BundleableUtil.java | 48 Bundleable.Creator<T> creator, @Nullable Bundle bundle) { in fromNullableBundle() 57 Bundleable.Creator<T> creator, @Nullable Bundle bundle, T defaultValue) { in fromNullableBundle() 76 Bundle bundle = checkNotNull(bundleList.get(i)); // Fail fast during parsing. in fromBundleList() local 145 public static void ensureClassLoader(@Nullable Bundle bundle) { in ensureClassLoader()
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/util/ |
D | BundleUtil.java | 40 public static IBinder getBinder(Bundle bundle, @Nullable String key) { in getBinder() 55 public static void putBinder(Bundle bundle, @Nullable String key, @Nullable IBinder binder) { in putBinder() 66 private static IBinder getBinderByReflection(Bundle bundle, @Nullable String key) { in getBinderByReflection() 90 Bundle bundle, @Nullable String key, @Nullable IBinder binder) { in putBinderByReflection()
|
D | BundleableUtil.java | 48 Bundleable.Creator<T> creator, @Nullable Bundle bundle) { in fromNullableBundle() 57 Bundleable.Creator<T> creator, @Nullable Bundle bundle, T defaultValue) { in fromNullableBundle() 76 Bundle bundle = checkNotNull(bundleList.get(i)); // Fail fast during parsing. in fromBundleList() local 145 public static void ensureClassLoader(@Nullable Bundle bundle) { in ensureClassLoader()
|
/external/cronet/tot/base/android/java/src/org/chromium/base/ |
D | IntentUtils.java | 77 public static boolean safeGetBoolean(Bundle bundle, String name, boolean defaultValue) { in safeGetBoolean() 99 public static int safeGetInt(Bundle bundle, String name, int defaultValue) { in safeGetInt() 121 public static int[] safeGetIntArray(Bundle bundle, String name) { in safeGetIntArray() 132 public static float[] safeGetFloatArray(Bundle bundle, String name) { in safeGetFloatArray() 154 public static long safeGetLong(Bundle bundle, String name, long defaultValue) { in safeGetLong() 176 public static String safeGetString(Bundle bundle, String name) { in safeGetString() 198 public static Bundle safeGetBundle(Bundle bundle, String name) { in safeGetBundle() 209 public static <T extends Parcelable> T safeGetParcelable(Bundle bundle, String name) { in safeGetParcelable() 246 Bundle bundle, String name) { in safeGetParcelableArrayList() 310 public static IBinder safeGetBinder(Bundle bundle, String name) { in safeGetBinder() [all …]
|
/external/cronet/stable/base/android/java/src/org/chromium/base/ |
D | IntentUtils.java | 77 public static boolean safeGetBoolean(Bundle bundle, String name, boolean defaultValue) { in safeGetBoolean() 99 public static int safeGetInt(Bundle bundle, String name, int defaultValue) { in safeGetInt() 121 public static int[] safeGetIntArray(Bundle bundle, String name) { in safeGetIntArray() 132 public static float[] safeGetFloatArray(Bundle bundle, String name) { in safeGetFloatArray() 154 public static long safeGetLong(Bundle bundle, String name, long defaultValue) { in safeGetLong() 176 public static String safeGetString(Bundle bundle, String name) { in safeGetString() 198 public static Bundle safeGetBundle(Bundle bundle, String name) { in safeGetBundle() 209 public static <T extends Parcelable> T safeGetParcelable(Bundle bundle, String name) { in safeGetParcelable() 246 Bundle bundle, String name) { in safeGetParcelableArrayList() 310 public static IBinder safeGetBinder(Bundle bundle, String name) { in safeGetBinder() [all …]
|
/external/slf4j/slf4j-jdk-platform-logging/src/main/java/org/slf4j/jdk/platform/logging/ |
D | SLF4JPlatformLogger.java | 100 public void log(Level jplLevel, ResourceBundle bundle, String msg, Throwable thrown) { in log() 105 public void log(Level jplLevel, ResourceBundle bundle, String format, Object... params) { in log() 118 …private void log(Level jplLevel, ResourceBundle bundle, String msg, Throwable thrown, Object... pa… in log() 135 …private void performLog(org.slf4j.event.Level slf4jLevel, ResourceBundle bundle, String msg, Throw… in performLog() 162 private static String getResourceStringOrMessage(ResourceBundle bundle, String msg) { in getResourceStringOrMessage()
|
/external/perfetto/src/trace_redaction/ |
D | redact_sched_events_unittest.cc | 78 auto* bundle = packet_.mutable_ftrace_events(); in SetUp() local 143 const auto& bundle = packet.ftrace_events(); in TEST_F() local 174 const auto& bundle = packet.ftrace_events(); in TEST_F() local 198 auto* bundle = packet_.mutable_ftrace_events(); in SetUp() local 249 const auto& bundle = packet.ftrace_events(); in TEST_F() local 280 const auto& bundle = packet.ftrace_events(); in TEST_F() local 312 const auto& bundle = packet.ftrace_events(); in TEST_F() local 345 const auto& bundle = packet.ftrace_events(); in TEST_F() local 364 auto* bundle = packet_.mutable_ftrace_events(); in SetUp() local 428 const auto& bundle = packet.ftrace_events(); in TEST_F() local [all …]
|
/external/tensorflow/tensorflow/java/src/test/java/org/tensorflow/ |
D | SavedModelBundleTest.java | 35 try (SavedModelBundle bundle = SavedModelBundle.load(SAVED_MODEL_PATH, "serve")) { in load() 45 SavedModelBundle bundle = SavedModelBundle.load("__BAD__", "serve"); in loadNonExistentBundle() local 56 try (SavedModelBundle bundle = SavedModelBundle.loader(SAVED_MODEL_PATH) in loader()
|
/external/robolectric/resources/src/main/java/org/robolectric/res/ |
D | ResBunch.java | 12 ResBundle bundle = getBundle(resName.type); in put() local 17 ResBundle bundle = types.get(attrType); in getBundle() local 26 ResBundle bundle = getBundle(resName.type); in get() local
|
/external/volley/core/src/test/java/com/android/volley/toolbox/ |
D | AndroidAuthenticatorTest.java | 64 Bundle bundle = new Bundle(); in resultContainsIntent() local 76 Bundle bundle = new Bundle(); in missingAuthToken() local 93 Bundle bundle = new Bundle(); in goodToken() local
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/test/java/com/google/android/exoplayer2/ |
D | PlaybackExceptionTest.java | 56 Bundle bundle = new Bundle(); in bundle_producesExpectedException() local 77 Bundle bundle = exception.toBundle(); in exception_producesExpectedBundle() local 95 Bundle bundle = new Bundle(); in bundleWithUnexpectedCause_producesRemoteExceptionCause() local
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/test/java/com/google/android/exoplayer2/ |
D | PlaybackExceptionTest.java | 56 Bundle bundle = new Bundle(); in bundle_producesExpectedException() local 77 Bundle bundle = exception.toBundle(); in exception_producesExpectedBundle() local 95 Bundle bundle = new Bundle(); in bundleWithUnexpectedCause_producesRemoteExceptionCause() local
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/ |
D | BundleCoverageImplTest.java | 41 BundleCoverageImpl bundle = new BundleCoverageImpl("testbundle", in testProperties() local 72 BundleCoverageImpl bundle = new BundleCoverageImpl("testbundle", in testCounters() local 90 BundleCoverageImpl bundle = new BundleCoverageImpl("bundle", in testGroupByPackage() local
|
/external/cronet/stable/third_party/icu/source/tools/genrb/ |
D | reslist.cpp | 157 SResource::SResource(SRBRoot *bundle, const char *tag, int8_t type, const UString* comment, in SResource() 271 StringBaseResource::StringBaseResource(SRBRoot *bundle, const char *tag, int8_t type, in StringBaseResource() 288 StringBaseResource::StringBaseResource(SRBRoot *bundle, int8_t type, in StringBaseResource() 330 IntResource::IntResource(SRBRoot *bundle, const char *tag, int32_t value, in IntResource() 340 IntVectorResource::IntVectorResource(SRBRoot *bundle, const char *tag, in IntVectorResource() 372 BinaryResource::BinaryResource(SRBRoot *bundle, const char *tag, in BinaryResource() 411 StringResource::handlePreflightStrings(SRBRoot *bundle, UHashtable *stringSet, in handlePreflightStrings() 451 ContainerResource::handlePreflightStrings(SRBRoot *bundle, UHashtable *stringSet, in handlePreflightStrings() 459 SResource::preflightStrings(SRBRoot *bundle, UHashtable *stringSet, UErrorCode &errorCode) { in preflightStrings() 543 ContainerResource::writeAllRes16(SRBRoot *bundle) { in writeAllRes16() [all …]
|
/external/icu/icu4c/source/tools/genrb/ |
D | reslist.cpp | 157 SResource::SResource(SRBRoot *bundle, const char *tag, int8_t type, const UString* comment, in SResource() 271 StringBaseResource::StringBaseResource(SRBRoot *bundle, const char *tag, int8_t type, in StringBaseResource() 288 StringBaseResource::StringBaseResource(SRBRoot *bundle, int8_t type, in StringBaseResource() 330 IntResource::IntResource(SRBRoot *bundle, const char *tag, int32_t value, in IntResource() 340 IntVectorResource::IntVectorResource(SRBRoot *bundle, const char *tag, in IntVectorResource() 372 BinaryResource::BinaryResource(SRBRoot *bundle, const char *tag, in BinaryResource() 411 StringResource::handlePreflightStrings(SRBRoot *bundle, UHashtable *stringSet, in handlePreflightStrings() 451 ContainerResource::handlePreflightStrings(SRBRoot *bundle, UHashtable *stringSet, in handlePreflightStrings() 459 SResource::preflightStrings(SRBRoot *bundle, UHashtable *stringSet, UErrorCode &errorCode) { in preflightStrings() 543 ContainerResource::writeAllRes16(SRBRoot *bundle) { in writeAllRes16() [all …]
|
/external/cronet/tot/third_party/icu/source/tools/genrb/ |
D | reslist.cpp | 157 SResource::SResource(SRBRoot *bundle, const char *tag, int8_t type, const UString* comment, in SResource() 271 StringBaseResource::StringBaseResource(SRBRoot *bundle, const char *tag, int8_t type, in StringBaseResource() 288 StringBaseResource::StringBaseResource(SRBRoot *bundle, int8_t type, in StringBaseResource() 330 IntResource::IntResource(SRBRoot *bundle, const char *tag, int32_t value, in IntResource() 340 IntVectorResource::IntVectorResource(SRBRoot *bundle, const char *tag, in IntVectorResource() 372 BinaryResource::BinaryResource(SRBRoot *bundle, const char *tag, in BinaryResource() 411 StringResource::handlePreflightStrings(SRBRoot *bundle, UHashtable *stringSet, in handlePreflightStrings() 451 ContainerResource::handlePreflightStrings(SRBRoot *bundle, UHashtable *stringSet, in handlePreflightStrings() 459 SResource::preflightStrings(SRBRoot *bundle, UHashtable *stringSet, UErrorCode &errorCode) { in preflightStrings() 543 ContainerResource::writeAllRes16(SRBRoot *bundle) { in writeAllRes16() [all …]
|