Home
last modified time | relevance | path

Searched refs:deep (Results 1 – 25 of 28) sorted by relevance

12

/aosp12/frameworks/base/services/core/java/com/android/server/soundtrigger_middleware/
H A DObjectPrinter.java56 static String print(@Nullable Object obj, boolean deep, int maxCollectionLength) { in print() argument
58 print(builder, obj, deep, maxCollectionLength); in print()
82 printPublicFields(builder, obj, deep, maxCollectionLength); in printPublicFields()
140 print(builder, child, deep, maxCollectionLength); in print()
166 print(builder, child.getKey(), deep, maxCollectionLength); in print()
168 print(builder, child.getValue(), deep, maxCollectionLength); in print()
192 print(builder, Array.get(obj, i), deep, maxCollectionLength); in print()
203 if (!deep) { in print()
207 printPublicFields(builder, obj, deep, maxCollectionLength); in print()
224 boolean deep, in printPublicFields() argument
[all …]
/aosp12/system/media/audio_utils/tests/
H A Dvariadic_tests.cpp58 auto deep = std::make_pair(1., std::make_pair(2, 3)); in TEST() local
60 EXPECT_TRUE(equivalent(deep, deep)); in TEST()
154 auto deep = std::make_pair(1., std::make_pair(2, 3)); in TEST() local
155 std::cout << "deep= " << deep << "\n"; in TEST()
156 std::cout << "deep + deep= " << deep + deep << "\n"; in TEST()
157 std::cout << "deep + 1= " << deep + 1 << "\n"; in TEST()
/aosp12/art/test/074-gc-thrash/src/
H A DMain.java110 Deep deep = new Deep(); in runTests() local
115 deep.start(); in runTests()
126 deep.join(); in runTests()
/aosp12/art/test/805-TooDeepClassInstanceOf/
H A Dinfo.txt1 Test the instanceof in the case the classes are deep (depth > 6)
/aosp12/packages/providers/MediaProvider/tests/src/com/android/providers/media/scan/
H A DMediaScannerTest.java275 private static void stage(File dir, int deep, int wide) throws IOException { in stage() argument
278 if (deep > 0) { in stage()
279 stage(new File(dir, "dir" + System.nanoTime()), deep - 1, wide * 2); in stage()
/aosp12/hardware/interfaces/tests/bar/1.0/
H A DIImportTypes.hal26 @1.0::Outer.Inner.Deep deep;
/aosp12/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
H A DAMessage.h174 sp<AMessage> changesFrom(const sp<const AMessage> &other, bool deep = false) const;
/aosp12/art/test/670-bitstring-type-check/
H A Dbuild59 // type checks also for the depth overflow, we provide a hierarchy 9 levels deep.
/aosp12/frameworks/base/core/proto/android/os/
H A Dbatterystats.proto140 // Total amount of battery discharged in mAh while the device was in deep doze mode.
302 // Amount of time the device was in deep Doze.
304 // How many times the device went into deep Doze mode.
306 // Amount of time the device was idling in deep Doze. Idling time
310 // How many times the device idling for deep Doze mode.
/aosp12/frameworks/av/media/libstagefright/foundation/
H A DAMessage.cpp830 sp<AMessage> AMessage::changesFrom(const sp<const AMessage> &other, bool deep) const { in changesFrom()
926 sp<AMessage> changes = myMsg->changesFrom(oMsg, deep); in changesFrom()
928 diff->setMessage(item.mName, deep ? changes : myMsg); in changesFrom()
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
H A Dtutorial.md301 …o.AddMember("contacts", contacts, d.GetAllocator()); // deep clone contacts (may be with lots of …
308 The object `o` needs to allocate a buffer of same size as contacts, makes a deep clone of it, and t…
473 If we really need to copy a DOM tree, we can use two APIs for deep copy: constructor with allocator…
H A Dpointer.md57 // GetWithDefault() returns reference. And it deep clones the default value.
H A Dfaq.md157 Second way is to deep-clone the value from the address document:
/aosp12/frameworks/base/core/java/android/os/
H A DBaseBundle.java430 void copyInternal(BaseBundle from, boolean deep) { in copyInternal() argument
449 if (!deep) { in copyInternal()
/aosp12/system/libziparchive/cli-tests/
H A Dunzip.test100 name: unzip -d deep non-existent
/aosp12/packages/apps/Launcher3/protos/
H A Dlauncher_atom.proto92 // Container for package specific shortcuts to deep links and notifications.
/aosp12/hardware/interfaces/automotive/evs/1.1/
H A Dtypes.hal323 * the time since system was booted and includes deep sleep.
/aosp12/hardware/interfaces/audio/common/2.0/
H A Dtypes.hal659 DEEP_BUFFER = 0x8, // use deep audio buffers
/aosp12/hardware/interfaces/audio/common/4.0/
H A Dtypes.hal611 DEEP_BUFFER = 0x8, // use deep audio buffers
/aosp12/hardware/interfaces/audio/common/5.0/
H A Dtypes.hal699 DEEP_BUFFER = 0x8, // use deep audio buffers
/aosp12/hardware/interfaces/automotive/vehicle/2.0/
H A Dtypes.hal3624 * AP can enter deep sleep state. If not set, AP will always shutdown from
3700 /** AP can enter deep sleep instead of shutting down completely. */
3707 * AP may enter deep sleep, but must either sleep or shut down immediately.
3736 * AP is exiting from deep sleep state.
/aosp12/hardware/interfaces/audio/common/6.0/
H A Dtypes.hal748 DEEP_BUFFER = 0x8, // use deep audio buffers
/aosp12/frameworks/proto_logging/stats/
H A Datoms.proto6763 // This clock stops when the system enters deep sleep (CPU off, display dark, device waiting
/aosp12/packages/inputmethods/LatinIME/dictionaries/
H A Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
H A Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...

12