Home
last modified time | relevance | path

Searched refs:recursive (Results 1 – 25 of 56) sorted by relevance

123

/aosp12/art/test/812-recursive-default/
H A DAndroid.bp3 // Build rules for ART run-test `812-recursive-default`.
16 name: "art-run-test-812-recursive-default",
21 ":art-run-test-812-recursive-default-expected-stdout",
22 ":art-run-test-812-recursive-default-expected-stderr",
28 name: "art-run-test-812-recursive-default-expected-stdout",
29 out: ["art-run-test-812-recursive-default-expected-stdout.txt"],
36 name: "art-run-test-812-recursive-default-expected-stderr",
37 out: ["art-run-test-812-recursive-default-expected-stderr.txt"],
H A Dinfo.txt1 Test that the compiler can handle recursive calls in a
/aosp12/art/test/940-recursive-obsolete/
H A DAndroid.bp3 // Build rules for ART run-test `940-recursive-obsolete`.
16 name: "art-run-test-940-recursive-obsolete",
21 ":art-run-test-940-recursive-obsolete-expected-stdout",
22 ":art-run-test-940-recursive-obsolete-expected-stderr",
28 name: "art-run-test-940-recursive-obsolete-expected-stdout",
29 out: ["art-run-test-940-recursive-obsolete-expected-stdout.txt"],
36 name: "art-run-test-940-recursive-obsolete-expected-stderr",
37 out: ["art-run-test-940-recursive-obsolete-expected-stderr.txt"],
/aosp12/art/test/941-recursive-obsolete-jit/
H A DAndroid.bp3 // Build rules for ART run-test `941-recursive-obsolete-jit`.
16 name: "art-run-test-941-recursive-obsolete-jit",
21 ":art-run-test-941-recursive-obsolete-jit-expected-stdout",
22 ":art-run-test-941-recursive-obsolete-jit-expected-stderr",
28 name: "art-run-test-941-recursive-obsolete-jit-expected-stdout",
29 out: ["art-run-test-941-recursive-obsolete-jit-expected-stdout.txt"],
36 name: "art-run-test-941-recursive-obsolete-jit-expected-stderr",
37 out: ["art-run-test-941-recursive-obsolete-jit-expected-stderr.txt"],
/aosp12/art/test/942-private-recursive/
H A DAndroid.bp3 // Build rules for ART run-test `942-private-recursive`.
16 name: "art-run-test-942-private-recursive",
21 ":art-run-test-942-private-recursive-expected-stdout",
22 ":art-run-test-942-private-recursive-expected-stderr",
28 name: "art-run-test-942-private-recursive-expected-stdout",
29 out: ["art-run-test-942-private-recursive-expected-stdout.txt"],
36 name: "art-run-test-942-private-recursive-expected-stderr",
37 out: ["art-run-test-942-private-recursive-expected-stderr.txt"],
/aosp12/art/test/943-private-recursive-jit/
H A DAndroid.bp3 // Build rules for ART run-test `943-private-recursive-jit`.
16 name: "art-run-test-943-private-recursive-jit",
21 ":art-run-test-943-private-recursive-jit-expected-stdout",
22 ":art-run-test-943-private-recursive-jit-expected-stderr",
28 name: "art-run-test-943-private-recursive-jit-expected-stdout",
29 out: ["art-run-test-943-private-recursive-jit-expected-stdout.txt"],
36 name: "art-run-test-943-private-recursive-jit-expected-stderr",
37 out: ["art-run-test-943-private-recursive-jit-expected-stderr.txt"],
/aosp12/art/test/1921-suspend-native-recursive-monitor/
H A DAndroid.bp3 // Build rules for ART run-test `1921-suspend-native-recursive-monitor`.
16 name: "art-run-test-1921-suspend-native-recursive-monitor",
21 ":art-run-test-1921-suspend-native-recursive-monitor-expected-stdout",
22 ":art-run-test-1921-suspend-native-recursive-monitor-expected-stderr",
28 name: "art-run-test-1921-suspend-native-recursive-monitor-expected-stdout",
29 out: ["art-run-test-1921-suspend-native-recursive-monitor-expected-stdout.txt"],
36 name: "art-run-test-1921-suspend-native-recursive-monitor-expected-stderr",
37 out: ["art-run-test-1921-suspend-native-recursive-monitor-expected-stderr.txt"],
/aosp12/art/test/1987-structural-redefine-recursive-stack-scope/
H A DAndroid.bp3 // Build rules for ART run-test `1987-structural-redefine-recursive-stack-scope`.
16 name: "art-run-test-1987-structural-redefine-recursive-stack-scope",
21 ":art-run-test-1987-structural-redefine-recursive-stack-scope-expected-stdout",
22 ":art-run-test-1987-structural-redefine-recursive-stack-scope-expected-stderr",
28 name: "art-run-test-1987-structural-redefine-recursive-stack-scope-expected-stdout",
29 out: ["art-run-test-1987-structural-redefine-recursive-stack-scope-expected-stdout.txt"],
36 name: "art-run-test-1987-structural-redefine-recursive-stack-scope-expected-stderr",
37 out: ["art-run-test-1987-structural-redefine-recursive-stack-scope-expected-stderr.txt"],
H A Dinfo.txt1 Tests StackReflectiveHandleScope works when there are several all in different recursive frames.
/aosp12/art/test/488-checker-inline-recursive-calls/
H A DAndroid.bp3 // Build rules for ART run-test `488-checker-inline-recursive-calls`.
16 name: "art-run-test-488-checker-inline-recursive-calls",
21 ":art-run-test-488-checker-inline-recursive-calls-expected-stdout",
22 ":art-run-test-488-checker-inline-recursive-calls-expected-stderr",
31 name: "art-run-test-488-checker-inline-recursive-calls-expected-stdout",
32 out: ["art-run-test-488-checker-inline-recursive-calls-expected-stdout.txt"],
39 name: "art-run-test-488-checker-inline-recursive-calls-expected-stderr",
40 out: ["art-run-test-488-checker-inline-recursive-calls-expected-stderr.txt"],
/aosp12/frameworks/base/media/java/android/mtp/
H A DMtpStorageManager.java295 private MtpObject copy(boolean recursive) { in copy() argument
301 if (recursive && mIsDir) { in copy()
524 boolean recursive = parent == 0; in getObjects()
534 ret &= getObjects(objs, root, format, recursive); in getObjects()
542 ret = getObjects(objs, obj, format, recursive); in getObjects()
640 boolean recursive) { in removeObjectFromCache() argument
656 if (removed.isDir() && recursive) { in removeObjectFromCache()
/aosp12/art/test/530-checker-regression-reftyp-final/smali/
H A DTestCase.smali21 # The type information is only used by recursive calls to the inliner and is
/aosp12/system/media/camera/docs/
H A DACameraMetadata.mako26 ## If we need to support more, we should use a recursive function here instead.. but the indentatio…
H A DCameraMetadataEnums.mako67 ## If we need to support more, we should use a recursive function here instead.. but the indentatio…
H A DCameraMetadataKeys.mako83 ## If we need to support more, we should use a recursive function here instead.. but the indentatio…
/aosp12/frameworks/base/tests/ProtoInputStreamTests/src/com/android/test/protoinputstream/
H A Dtest.proto30 * Message that is recursive.
/aosp12/frameworks/base/tools/streaming_proto/test/
H A Dtest.proto50 * Message that is recursive.
/aosp12/system/sepolicy/prebuilts/api/30.0/public/
H A Dinit.te440 # Init will also walk through the directory as part of a recursive restorecon.
449 # the directory as part of a recursive restorecon.
454 # the directory as part of a recursive restorecon.
459 # the directory as part of a recursive restorecon.
/aosp12/system/sepolicy/prebuilts/api/31.0/public/
H A Dinit.te462 # Init will also walk through the directory as part of a recursive restorecon.
471 # the directory as part of a recursive restorecon.
476 # the directory as part of a recursive restorecon.
481 # the directory as part of a recursive restorecon.
/aosp12/system/sepolicy/prebuilts/api/32.0/public/
H A Dinit.te462 # Init will also walk through the directory as part of a recursive restorecon.
471 # the directory as part of a recursive restorecon.
476 # the directory as part of a recursive restorecon.
481 # the directory as part of a recursive restorecon.
/aosp12/system/sepolicy/public/
H A Dinit.te462 # Init will also walk through the directory as part of a recursive restorecon.
471 # the directory as part of a recursive restorecon.
476 # the directory as part of a recursive restorecon.
481 # the directory as part of a recursive restorecon.
/aosp12/system/sepolicy/prebuilts/api/27.0/public/
H A Dinit.te282 # Init will also walk through the directory as part of a recursive restorecon.
291 # the directory as part of a recursive restorecon.
296 # the directory as part of a recursive restorecon.
/aosp12/system/sepolicy/prebuilts/api/26.0/public/
H A Dinit.te277 # Init will also walk through the directory as part of a recursive restorecon.
286 # the directory as part of a recursive restorecon.
291 # the directory as part of a recursive restorecon.
/aosp12/system/sepolicy/prebuilts/api/28.0/public/
H A Dinit.te353 # Init will also walk through the directory as part of a recursive restorecon.
362 # the directory as part of a recursive restorecon.
367 # the directory as part of a recursive restorecon.
/aosp12/art/libartbase/base/
H A Dcommon_art_test.h234 void ClearDirectory(const char* dirpath, bool recursive = true);

123