Home
last modified time | relevance | path

Searched refs:all (Results 1 – 25 of 3157) sorted by relevance

12345678910>>...127

/aosp12/bionic/libc/
H A DSYSCALLS.TXT8 # arch_list ::= "all" | arches
133 int fsync(int) all
137 void sync(void) all
203 int fchdir(int) all
286 int sched_yield(void) all
293 int setns(int, int) all
294 int unshare(int) all
300 mode_t umask(mode_t) all
319 void __exit:exit(int) all
335 int setfsgid(gid_t) all
[all …]
H A DSECCOMP_BLOCKLIST_APP.TXT25 int setfsgid(gid_t) all
26 int setfsuid(uid_t) all
31 int adjtimex(struct timex*) all
36 int acct(const char* filepath) all
37 int klogctl:syslog(int, char*, int) all
38 int chroot(const char*) all
44 int umount2(const char*, int) all
45 int swapon(const char*, int) all
46 int swapoff(const char*) all
47 int setdomainname(const char*, size_t) all
[all …]
H A DSECCOMP_ALLOWLIST_COMMON.TXT10 pid_t gettid:gettid() all
14 int rt_sigreturn:rt_sigreturn(unsigned long __unused) all
16 int restart_syscall:int restart_syscall() all
25 int tkill:tkill(int tid, int sig) all
40 int io_setup(unsigned nr, aio_context_t *ctxp) all
41 int io_destroy(aio_context_t ctx) all
42 int io_submit(aio_context_t ctx, long nr, struct iocb **iocbpp) all
44 int io_cancel(aio_context_t ctx, struct iocb *, struct io_event *result) all
46 int sched_getattr(pid_t pid, struct sched_attr* attr, unsigned int flags) all
51 int membarrier(int cmd, int flags) all
[all …]
/aosp12/system/bt/gd/packet/
H A Dpacket_view_unittest.cc319 all.operator++(); in TYPED_TEST()
321 all.operator++(); in TYPED_TEST()
337 auto fullrange = all.Subrange(0, all.NumBytesRemaining()); in TYPED_TEST()
341 fullrange = all.Subrange(0, all.NumBytesRemaining() + 1); in TYPED_TEST()
345 fullrange = all.Subrange(0, all.NumBytesRemaining() + 10); in TYPED_TEST()
361 subrange = all.Subrange(0, all.NumBytesRemaining() - 1); in TYPED_TEST()
365 subrange = all.Subrange(0, all.NumBytesRemaining() - 2); in TYPED_TEST()
369 subrange = all.Subrange(1, all.NumBytesRemaining()); in TYPED_TEST()
373 subrange = all.Subrange(2, all.NumBytesRemaining()); in TYPED_TEST()
377 subrange = all.Subrange(1, all.NumBytesRemaining() - 1); in TYPED_TEST()
[all …]
/aosp12/art/test/149-suspend-all-stress/
H A DAndroid.bp3 // Build rules for ART run-test `149-suspend-all-stress`.
8 // all of the 'license_kinds' from "art_license"
16 name: "art-run-test-149-suspend-all-stress",
21 ":art-run-test-149-suspend-all-stress-expected-stdout",
22 ":art-run-test-149-suspend-all-stress-expected-stderr",
28 name: "art-run-test-149-suspend-all-stress-expected-stdout",
29 out: ["art-run-test-149-suspend-all-stress-expected-stdout.txt"],
36 name: "art-run-test-149-suspend-all-stress-expected-stderr",
37 out: ["art-run-test-149-suspend-all-stress-expected-stderr.txt"],
/aosp12/frameworks/libs/net/common/tests/unit/src/com/android/net/module/util/
H A DCollectionUtilsTest.kt54 assertFalse(CollectionUtils.all(listOf("A", "B", "C", "D", "E")) { it != "E" })
55 assertTrue(CollectionUtils.all(listOf("A", "B", "C", "D", "E")) { it != "F" })
56 assertFalse(CollectionUtils.all(listOf("A", "BB", "CCC")) { it.length > 2 })
57 assertTrue(CollectionUtils.all(listOf("A", "BB", "CCC")) { it.length >= 1 })
58 assertTrue(CollectionUtils.all(listOf("A", "BB", "CCC")) { it.length < 4 })
59 assertTrue(CollectionUtils.all(listOf<String>()) { true })
60 assertTrue(CollectionUtils.all(listOf<String>()) { false })
61 assertTrue(CollectionUtils.all(listOf(1)) { true })
62 assertFalse(CollectionUtils.all(listOf(1)) { false })
/aosp12/hardware/interfaces/neuralnetworks/
H A DTEST_MAPPING25 // Do not use any sample driver except sample-all in order to reduce
27 // are subsets of sample-all.
36 // Do not use any sample driver except sample-all in order to reduce
38 // are subsets of sample-all.
49 // Do not use any sample driver except sample-all in order to reduce
51 // are subsets of sample-all.
60 // Do not use any sample driver except sample-all in order to reduce
62 // are subsets of sample-all.
71 // Do not use any sample driver except sample-all in order to reduce
73 // are subsets of sample-all.
/aosp12/art/test/2005-pause-all-redefine-multithreaded/
H A DAndroid.bp3 // Build rules for ART run-test `2005-pause-all-redefine-multithreaded`.
8 // all of the 'license_kinds' from "art_license"
16 name: "art-run-test-2005-pause-all-redefine-multithreaded",
21 ":art-run-test-2005-pause-all-redefine-multithreaded-expected-stdout",
22 ":art-run-test-2005-pause-all-redefine-multithreaded-expected-stderr",
28 name: "art-run-test-2005-pause-all-redefine-multithreaded-expected-stdout",
29 out: ["art-run-test-2005-pause-all-redefine-multithreaded-expected-stdout.txt"],
36 name: "art-run-test-2005-pause-all-redefine-multithreaded-expected-stderr",
37 out: ["art-run-test-2005-pause-all-redefine-multithreaded-expected-stderr.txt"],
/aosp12/hardware/qcom/sdm845/gps/
H A DAndroid.mk9 include $(call all-named-subdir-makefiles,msm8960)
12 include $(call all-named-subdir-makefiles,msm8994)
15 include $(call all-named-subdir-makefiles,$(TARGET_BOARD_PLATFORM))
18 include $(call all-named-subdir-makefiles,sdm845)
22 include $(call all-named-subdir-makefiles,$(GPS_DIRS))
27 include $(call all-named-subdir-makefiles,$(TARGET_BOARD_PLATFORM))
31 include $(call all-named-subdir-makefiles,$(GPS_DIRS))
34 include $(call all-named-subdir-makefiles,$(GPS_DIRS))
/aosp12/build/make/core/
H A Dproduct-graph.mk18 define gather-all-products
21 $(call all-products-inner, $(PARENT_PRODUCT_FILES)) \
26 define all-products-inner
31 $(call all-products-inner, $(PRODUCTS.$(strip $(p)).INHERITS_FROM))
42 ifeq ($(strip $(ANDROID_PRODUCT_GRAPH)),--all)
43 products_list := --all
49 all_products := $(call gather-all-products)
/aosp12/hardware/qcom/gps/
H A DAndroid.mk20 include $(call all-named-subdir-makefiles,msm8960)
23 include $(call all-named-subdir-makefiles,msm8994)
25 include $(call all-named-subdir-makefiles,$(TARGET_BOARD_PLATFORM))
29 include $(call all-named-subdir-makefiles,$(GPS_DIRS))
36 include $(call all-named-subdir-makefiles,msm8909w_3100)
40 include $(call all-named-subdir-makefiles,$(GPS_DIRS))
44 include $(call all-named-subdir-makefiles,$(GPS_DIRS))
/aosp12/hardware/qcom/display/
H A DAndroid.mk6 include $(call all-named-subdir-makefiles,msm8084)
8 include $(call all-named-subdir-makefiles,msm8226)
10 include $(call all-named-subdir-makefiles,msm8994)
13 include $(call all-named-subdir-makefiles,msm8909w_3100)
15 include $(call all-named-subdir-makefiles,msm8909)
18 include $(call all-named-subdir-makefiles,$(TARGET_BOARD_PLATFORM))
/aosp12/art/test/596-monitor-inflation/src-art/
H A DMain.java23 IdentityHashMap<Object, Integer> all = new IdentityHashMap(); in main() local
28 all.put(obj, obj.hashCode()); in main()
57 for (Object obj: all.keySet()) { in main()
59 if (obj.hashCode() != all.get(obj)) { in main()
64 for (Object obj: all.keySet()) { in main()
67 if (obj.hashCode() != all.get(obj)) { in main()
/aosp12/frameworks/native/libs/math/tests/
H A Dvec_test.cpp194 EXPECT_TRUE(all(equal(v0, v0))); in TEST_F()
195 EXPECT_TRUE(all(notEqual(v0, v1))); in TEST_F()
199 EXPECT_FALSE(all(lessThan(v0, v0))); in TEST_F()
200 EXPECT_TRUE(all(lessThanEqual(v0, v0))); in TEST_F()
201 EXPECT_FALSE(all(greaterThan(v0, v0))); in TEST_F()
203 EXPECT_TRUE(all(lessThan(v0, v1))); in TEST_F()
204 EXPECT_TRUE(all(greaterThan(v1, v0))); in TEST_F()
257 EXPECT_TRUE(all(vec3(1, 1, 1))); in TEST_F()
258 EXPECT_FALSE(all(vec3(0, 0, 1))); in TEST_F()
263 EXPECT_TRUE(all(bool3(true))); in TEST_F()
[all …]
/aosp12/packages/apps/Launcher3/
H A DAndroid.mk28 $(call all-java-files-under, src) \
29 $(call all-java-files-under, src_ui_overrides) \
30 $(call all-java-files-under, go/src)
111 $(call all-java-files-under, src) \
112 $(call all-java-files-under, quickstep/src) \
113 $(call all-java-files-under, go/src) \
114 $(call all-java-files-under, go/quickstep/src)
144 include $(call all-makefiles-under,$(LOCAL_PATH))
/aosp12/hardware/qcom/bt/
H A DAndroid.mk5 include $(call all-named-subdir-makefiles,msm8960)
7 include $(call all-named-subdir-makefiles,msm8992)
10 include $(call all-named-subdir-makefiles,msm8909w_3100)
12 include $(call all-named-subdir-makefiles,msm8909)
15 include $(call all-named-subdir-makefiles,$(TARGET_BOARD_PLATFORM))
/aosp12/frameworks/native/libs/ftl/
H A DFlags_test.cpp48 ASSERT_TRUE(flags.all(TestFlags::ONE)); in TEST()
49 ASSERT_TRUE(flags.all(TestFlags::TWO)); in TEST()
50 ASSERT_FALSE(flags.all(TestFlags::THREE)); in TEST()
51 ASSERT_TRUE(flags.all(TestFlags::ONE | TestFlags::TWO)); in TEST()
52 ASSERT_FALSE(flags.all(TestFlags::TWO | TestFlags::THREE)); in TEST()
53 ASSERT_FALSE(flags.all(TestFlags::ONE | TestFlags::THREE)); in TEST()
71 ASSERT_TRUE(flags.all(TestFlags::ONE | TestFlags::THREE)); in TEST()
79 ASSERT_TRUE(flags2.all(TestFlags::ONE | TestFlags::TWO)); in TEST()
86 ASSERT_TRUE(flags2.all(TestFlags::ONE | TestFlags::THREE)); in TEST()
99 ASSERT_TRUE(flags.all(TestFlags::ONE | TestFlags::THREE)); in TEST()
[all …]
/aosp12/art/tools/ahat/src/main/com/android/ahat/
H A DSubsetSelector.java84 int all = mElements.size(); in render() local
85 if (all > kDefaultShown) { in render()
87 menu.appendFormat("(%d of %d elements shown - ", mLimit, all); in render()
97 if (mLimit < all) { in render()
98 int more = Math.min(mLimit + kIncrAmount, all); in render()
101 menu.appendLink(mQuery.with(mId, all), DocString.text("show all")); in render()
/aosp12/system/bt/gd/security/cert/
H A Dsecurity_test.py375 has192C = not all([i == 0 for i in oob_data[0]])
376 has192R = not all([i == 0 for i in oob_data[1]])
377 has256C = not all([i == 0 for i in oob_data[2]])
378 has256R = not all([i == 0 for i in oob_data[3]])
387 has192C = not all([i == 0 for i in oob_data[0]])
388 has192R = not all([i == 0 for i in oob_data[1]])
389 has256C = not all([i == 0 for i in oob_data[2]])
390 has256R = not all([i == 0 for i in oob_data[3]])
399 has192C = not all([i == 0 for i in oob_data[0]])
400 has192R = not all([i == 0 for i in oob_data[1]])
[all …]
/aosp12/system/sepolicy/prebuilts/api/31.0/private/
H A Dseapp_contexts76 # levelFrom (string; one of none, all, app, or user)
89 # levelFrom=all determines the level from both UID and user ID.
92 # levelFrom=app or levelFrom=all is only supported for _app UIDs.
103 # regular expressions exists on all input and output selectors. Neverallow
104 # rules are never output to the built seapp_contexts file. Like all keywords,
105 # neverallows are case-insensitive. A neverallow is asserted when all key value
151 user=secure_element seinfo=platform domain=secure_element levelFrom=all
153 user=shared_relro domain=shared_relro levelFrom=all
160 user=_app isEphemeralApp=true domain=ephemeral_app type=app_data_file levelFrom=all
171 user=_app minTargetSdkVersion=30 domain=untrusted_app type=app_data_file levelFrom=all
[all …]
/aosp12/system/sepolicy/prebuilts/api/32.0/private/
H A Dseapp_contexts76 # levelFrom (string; one of none, all, app, or user)
89 # levelFrom=all determines the level from both UID and user ID.
92 # levelFrom=app or levelFrom=all is only supported for _app UIDs.
103 # regular expressions exists on all input and output selectors. Neverallow
104 # rules are never output to the built seapp_contexts file. Like all keywords,
105 # neverallows are case-insensitive. A neverallow is asserted when all key value
151 user=secure_element seinfo=platform domain=secure_element levelFrom=all
153 user=shared_relro domain=shared_relro levelFrom=all
160 user=_app isEphemeralApp=true domain=ephemeral_app type=app_data_file levelFrom=all
171 user=_app minTargetSdkVersion=30 domain=untrusted_app type=app_data_file levelFrom=all
[all …]
/aosp12/system/sepolicy/private/
H A Dseapp_contexts76 # levelFrom (string; one of none, all, app, or user)
89 # levelFrom=all determines the level from both UID and user ID.
92 # levelFrom=app or levelFrom=all is only supported for _app UIDs.
103 # regular expressions exists on all input and output selectors. Neverallow
104 # rules are never output to the built seapp_contexts file. Like all keywords,
105 # neverallows are case-insensitive. A neverallow is asserted when all key value
151 user=secure_element seinfo=platform domain=secure_element levelFrom=all
153 user=shared_relro domain=shared_relro levelFrom=all
160 user=_app isEphemeralApp=true domain=ephemeral_app type=app_data_file levelFrom=all
171 user=_app minTargetSdkVersion=30 domain=untrusted_app type=app_data_file levelFrom=all
[all …]
/aosp12/system/sepolicy/prebuilts/api/30.0/private/
H A Dseapp_contexts76 # levelFrom (string; one of none, all, app, or user)
88 # levelFrom=all determines the level from both UID and user ID.
91 # levelFrom=app or levelFrom=all is only supported for _app UIDs.
102 # regular expressions exists on all input and output selectors. Neverallow
103 # rules are never output to the built seapp_contexts file. Like all keywords,
104 # neverallows are case-insensitive. A neverallow is asserted when all key value
149 user=secure_element seinfo=platform domain=secure_element levelFrom=all
158 user=_app isEphemeralApp=true domain=ephemeral_app type=app_data_file levelFrom=all
169 user=_app minTargetSdkVersion=30 domain=untrusted_app type=app_data_file levelFrom=all
170 user=_app minTargetSdkVersion=29 domain=untrusted_app_29 type=app_data_file levelFrom=all
[all …]
/aosp12/hardware/interfaces/audio/common/all-versions/default/
H A DAndroid.bp19 // all of the 'license_kinds' from "hardware_interfaces_license"
42 "android.hardware.audio.common.util@all-versions",
47 "android.hardware.audio.common.util@all-versions",
94 "-include common/all-versions/VersionMacro.h",
108 "-include common/all-versions/VersionMacro.h",
122 "-include common/all-versions/VersionMacro.h",
136 "-include common/all-versions/VersionMacro.h",
156 "-include common/all-versions/VersionMacro.h",
180 "-include common/all-versions/VersionMacro.h",
212 "-include common/all-versions/VersionMacro.h",
/aosp12/art/build/
H A DAndroid.cpplint.mk32 ART_CPPLINT_SRC := $(addprefix $(LOCAL_PATH)/, $(call all-subdir-named-files,*.h) $(call all-subdir…
36 ART_CPPLINT_CFG := $(addprefix $(LOCAL_PATH)/, $(call all-subdir-named-files,CPPLINT.cfg))
44 .PHONY: cpplint-art-all
45 cpplint-art-all:

12345678910>>...127