Home
last modified time | relevance | path

Searched full:attach (Results 1 – 25 of 11985) sorted by relevance

12345678910>>...480

/aosp_15_r20/external/deqp-deps/amber/src/amberscript/
Dparser_run_test.cc32 ATTACH my_shader in TEST_F()
79 ATTACH my_shader in TEST_F()
80 ATTACH my_fragment in TEST_F()
100 ATTACH my_shader in TEST_F()
120 ATTACH my_shader in TEST_F()
140 ATTACH my_shader in TEST_F()
160 ATTACH my_shader in TEST_F()
180 ATTACH my_shader in TEST_F()
199 ATTACH my_shader in TEST_F()
200 ATTACH my_fragment in TEST_F()
[all …]
Dparser_bind_test.cc32 ATTACH my_shader in TEST_F()
33 ATTACH my_fragment in TEST_F()
68 ATTACH my_shader in TEST_F()
69 ATTACH my_fragment in TEST_F()
90 ATTACH my_shader in TEST_F()
91 ATTACH my_fragment in TEST_F()
110 ATTACH my_shader in TEST_F()
111 ATTACH my_fragment in TEST_F()
131 ATTACH my_shader in TEST_F()
132 ATTACH my_fragment in TEST_F()
[all …]
Dparser_pipeline_test.cc31 ATTACH my_shader in TEST_F()
32 ATTACH my_fragment in TEST_F()
72 ATTACH my_shader in TEST_F()
84 ATTACH my_shader in TEST_F()
159 ATTACH my_shader in TEST_F()
160 ATTACH my_fragment in TEST_F()
163 ATTACH my_shader in TEST_F()
164 ATTACH my_fragment in TEST_F()
181 ATTACH my_shader in TEST_F()
182 ATTACH my_fragment in TEST_F()
[all …]
Dparser_depth_test.cc33 ATTACH my_shader in TEST_F()
34 ATTACH my_fragment in TEST_F()
80 ATTACH my_shader in TEST_F()
81 ATTACH my_fragment in TEST_F()
107 ATTACH my_shader in TEST_F()
108 ATTACH my_fragment in TEST_F()
134 ATTACH my_shader in TEST_F()
135 ATTACH my_fragment in TEST_F()
161 ATTACH my_shader in TEST_F()
162 ATTACH my_fragment in TEST_F()
[all …]
Dparser_stencil_test.cc33 ATTACH my_shader in TEST_F()
34 ATTACH my_fragment in TEST_F()
105 ATTACH my_shader in TEST_F()
106 ATTACH my_fragment in TEST_F()
131 ATTACH my_shader in TEST_F()
132 ATTACH my_fragment in TEST_F()
157 ATTACH my_shader in TEST_F()
158 ATTACH my_fragment in TEST_F()
183 ATTACH my_shader in TEST_F()
184 ATTACH my_fragment in TEST_F()
[all …]
Dparser_attach_test.cc26 ATTACH my_shader in TEST_F()
32 EXPECT_EQ("3: unknown shader in ATTACH command", r.Error()); in TEST_F()
39 ATTACH my_shader in TEST_F()
40 ATTACH my_shader in TEST_F()
51 ATTACH 1234 in TEST_F()
57 EXPECT_EQ("2: invalid token in ATTACH command", r.Error()); in TEST_F()
64 ATTACH my_shader INVALID in TEST_F()
70 EXPECT_EQ("4: unknown ATTACH parameter: INVALID", r.Error()); in TEST_F()
77 ATTACH in TEST_F()
83 EXPECT_EQ("5: invalid token in ATTACH command", r.Error()); in TEST_F()
[all …]
Dparser_expect_test.cc32 ATTACH my_shader in TEST_F()
33 ATTACH my_fragment in TEST_F()
74 ATTACH my_shader in TEST_F()
75 ATTACH my_fragment in TEST_F()
117 ATTACH my_shader in TEST_F()
118 ATTACH my_fragment in TEST_F()
140 ATTACH my_shader in TEST_F()
141 ATTACH my_fragment in TEST_F()
164 ATTACH my_shader in TEST_F()
165 ATTACH my_fragment in TEST_F()
[all …]
Dparser_viewport_test.cc33 ATTACH my_shader in TEST_F()
34 ATTACH my_fragment in TEST_F()
61 ATTACH my_shader in TEST_F()
62 ATTACH my_fragment in TEST_F()
97 ATTACH my_shader in TEST_F()
98 ATTACH my_fragment in TEST_F()
133 ATTACH my_shader in TEST_F()
134 ATTACH my_fragment in TEST_F()
169 ATTACH my_shader in TEST_F()
170 ATTACH my_fragment in TEST_F()
[all …]
/aosp_15_r20/out/soong/raw-aosp_shiba/c0/
Dc06fb3acf20de01382e9e81a9b2f7ed5a042220799 …oong/.intermediates/art/test/909-attach-agent/art-run-test-909-attach-agent/android_common/javac/a…
100 …oong/.intermediates/art/test/909-attach-agent/art-run-test-909-attach-agent/android_common/javac/a…
127attach-agent/art-run-test-909-attach-agent/android_common/lint-srcs.list.rsp __SBOX_SANDBOX_DIR__/…
130 …to: "out/soong/.intermediates/art/test/909-attach-agent/art-run-test-909-attach-agent/android_comm…
134 …to: "out/soong/.intermediates/art/test/909-attach-agent/art-run-test-909-attach-agent/android_comm…
138 …to: "out/soong/.intermediates/art/test/909-attach-agent/art-run-test-909-attach-agent/android_comm…
142 …to: "out/soong/.intermediates/art/test/909-attach-agent/art-run-test-909-attach-agent/android_comm…
146 …to: "out/soong/.intermediates/art/test/909-attach-agent/art-run-test-909-attach-agent/android_comm…
150 …to: "out/soong/.intermediates/art/test/909-attach-agent/art-run-test-909-attach-agent/android_comm…
154 …file: "out/soong/.intermediates/art/test/909-attach-agent/art-run-test-909-attach-agent/android_co…
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/libbpf-rs/tests/
Dtest_tc.rs67 assert!(egress.attach().is_ok()); in test_tc_basic_cycle()
75 assert!(ingress.attach().is_ok()); in test_tc_basic_cycle()
84 assert!(custom.attach().is_ok()); in test_tc_basic_cycle()
112 assert!(egress.attach().is_err()); in test_tc_attach_no_qdisc()
113 assert!(ingress.attach().is_err()); in test_tc_attach_no_qdisc()
114 assert!(custom.attach().is_err()); in test_tc_attach_no_qdisc()
136 assert!(egress.attach().is_err()); in test_tc_attach_basic()
138 assert!(egress.attach().is_ok()); in test_tc_attach_basic()
142 assert!(ingress.attach().is_err()); in test_tc_attach_basic()
144 assert!(ingress.attach().is_ok()); in test_tc_attach_basic()
[all …]
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/
H A DDENYLIST.s390x2 atomics # attach(add): actual -524 <= expected 0 …
10 d_path # failed to auto-attach program 'prog_stat': -524 …
12 fentry_fexit # fentry attach failed: -524 …
16 fexit_stress # fexit attach failed prog 0 failed: -524 …
21 kfree_skb # attach fentry unexpected error: -524 …
26 modify_return # modify_return attach failed: -524 …
27 module_attach # skel_attach skeleton attach failed: -524 …
37 skc_to_unix_sock # could not attach BPF object unexpected error: -524 …
41 task_local_storage # failed to auto-attach program 'trace_exit_creds': -524 …
43 test_bprm_opts # failed to auto-attach program 'secure_exec': -524 …
[all …]
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/wifi/aware/functional/
DAttachTest.py31 """Functional test case / Attach test cases / attach
43 """Functional test case / Attach test cases / attach with identity callback
55 """Functional test case / Attach test cases / multiple attach sessions
57 Validates that when creating multiple attach sessions each can be
63 # Create 3 attach sessions: 2 without identity callback, 1 with
71 # Attach session 1: wait for attach, should not get identity
78 # Attach session 2: wait for attach and for identity callback
85 # Attach session 3: wait for attach, should not get identity
94 """Function test case / Attach test cases / attempt to attach with wifi off
96 Validates that if trying to attach with Wi-Fi disabled will receive the
[all …]
/aosp_15_r20/packages/modules/Bluetooth/android/leaudio/.idea/
DuiDesigner.xml5 …Designer/icons/hspacer.png" removable="false" auto-create-binding="false" can-attach-label="false">
8 …Designer/icons/vspacer.png" removable="false" auto-create-binding="false" can-attach-label="false">
11 …uiDesigner/icons/panel.png" removable="false" auto-create-binding="false" can-attach-label="false">
14 …signer/icons/scrollPane.png" removable="false" auto-create-binding="false" can-attach-label="true">
17 …uiDesigner/icons/button.png" removable="false" auto-create-binding="true" can-attach-label="false">
23 …igner/icons/radioButton.png" removable="false" auto-create-binding="true" can-attach-label="false">
29 …Designer/icons/checkBox.png" removable="false" auto-create-binding="true" can-attach-label="false">
35 …uiDesigner/icons/label.png" removable="false" auto-create-binding="false" can-attach-label="false">
41 …Designer/icons/textField.png" removable="false" auto-create-binding="true" can-attach-label="true">
46 …gner/icons/passwordField.png" removable="false" auto-create-binding="true" can-attach-label="true">
[all …]
/aosp_15_r20/external/androidplot/.idea/
H A DuiDesigner.xml5 …Designer/icons/hspacer.png" removable="false" auto-create-binding="false" can-attach-label="false">
8 …Designer/icons/vspacer.png" removable="false" auto-create-binding="false" can-attach-label="false">
11 …uiDesigner/icons/panel.png" removable="false" auto-create-binding="false" can-attach-label="false">
14 …signer/icons/scrollPane.png" removable="false" auto-create-binding="false" can-attach-label="true">
17 …uiDesigner/icons/button.png" removable="false" auto-create-binding="true" can-attach-label="false">
23 …igner/icons/radioButton.png" removable="false" auto-create-binding="true" can-attach-label="false">
29 …Designer/icons/checkBox.png" removable="false" auto-create-binding="true" can-attach-label="false">
35 …uiDesigner/icons/label.png" removable="false" auto-create-binding="false" can-attach-label="false">
41 …Designer/icons/textField.png" removable="false" auto-create-binding="true" can-attach-label="true">
46 …gner/icons/passwordField.png" removable="false" auto-create-binding="true" can-attach-label="true">
[all …]
/aosp_15_r20/development/tools/rmtypedefs/.idea/
H A DuiDesigner.xml5 …Designer/icons/hspacer.png" removable="false" auto-create-binding="false" can-attach-label="false">
8 …Designer/icons/vspacer.png" removable="false" auto-create-binding="false" can-attach-label="false">
11 …uiDesigner/icons/panel.png" removable="false" auto-create-binding="false" can-attach-label="false">
14 …signer/icons/scrollPane.png" removable="false" auto-create-binding="false" can-attach-label="true">
17 …uiDesigner/icons/button.png" removable="false" auto-create-binding="true" can-attach-label="false">
23 …igner/icons/radioButton.png" removable="false" auto-create-binding="true" can-attach-label="false">
29 …Designer/icons/checkBox.png" removable="false" auto-create-binding="true" can-attach-label="false">
35 …uiDesigner/icons/label.png" removable="false" auto-create-binding="false" can-attach-label="false">
41 …Designer/icons/textField.png" removable="false" auto-create-binding="true" can-attach-label="true">
46 …gner/icons/passwordField.png" removable="false" auto-create-binding="true" can-attach-label="true">
[all …]
/aosp_15_r20/frameworks/layoutlib/.idea/
H A DuiDesigner.xml5 …Designer/icons/hspacer.png" removable="false" auto-create-binding="false" can-attach-label="false">
8 …Designer/icons/vspacer.png" removable="false" auto-create-binding="false" can-attach-label="false">
11 …uiDesigner/icons/panel.png" removable="false" auto-create-binding="false" can-attach-label="false">
14 …signer/icons/scrollPane.png" removable="false" auto-create-binding="false" can-attach-label="true">
17 …uiDesigner/icons/button.png" removable="false" auto-create-binding="true" can-attach-label="false">
23 …igner/icons/radioButton.png" removable="false" auto-create-binding="true" can-attach-label="false">
29 …Designer/icons/checkBox.png" removable="false" auto-create-binding="true" can-attach-label="false">
35 …uiDesigner/icons/label.png" removable="false" auto-create-binding="false" can-attach-label="false">
41 …Designer/icons/textField.png" removable="false" auto-create-binding="true" can-attach-label="true">
46 …gner/icons/passwordField.png" removable="false" auto-create-binding="true" can-attach-label="true">
[all …]
/aosp_15_r20/tools/metalava/.idea/
H A DuiDesigner.xml5 …Designer/icons/hspacer.png" removable="false" auto-create-binding="false" can-attach-label="false">
8 …Designer/icons/vspacer.png" removable="false" auto-create-binding="false" can-attach-label="false">
11 …uiDesigner/icons/panel.png" removable="false" auto-create-binding="false" can-attach-label="false">
14 …signer/icons/scrollPane.png" removable="false" auto-create-binding="false" can-attach-label="true">
17 …uiDesigner/icons/button.png" removable="false" auto-create-binding="true" can-attach-label="false">
23 …igner/icons/radioButton.png" removable="false" auto-create-binding="true" can-attach-label="false">
29 …Designer/icons/checkBox.png" removable="false" auto-create-binding="true" can-attach-label="false">
35 …uiDesigner/icons/label.png" removable="false" auto-create-binding="false" can-attach-label="false">
41 …Designer/icons/textField.png" removable="false" auto-create-binding="true" can-attach-label="true">
46 …gner/icons/passwordField.png" removable="false" auto-create-binding="true" can-attach-label="true">
[all …]
/aosp_15_r20/libcore/luni/src/test/java/libcore/dalvik/system/
H A DEmulatedStackFrameTest.java34 writer.attach(stackFrame); in testReaderWriter_allParamTypes()
46 reader.attach(stackFrame); in testReaderWriter_allParamTypes()
65 writer.attach(stackFrame); in testRandomReaderWriter_allParamTypes()
80 reader.attach(stackFrame); in testRandomReaderWriter_allParamTypes()
128 writer.attach(stackFrame).makeReturnValueAccessor(); in testReaderWriter_allReturnTypes()
131 reader.attach(stackFrame).makeReturnValueAccessor(); in testReaderWriter_allReturnTypes()
137 writer.attach(stackFrame).makeReturnValueAccessor(); in testReaderWriter_allReturnTypes()
138 reader.attach(stackFrame).makeReturnValueAccessor(); in testReaderWriter_allReturnTypes()
144 writer.attach(stackFrame).makeReturnValueAccessor(); in testReaderWriter_allReturnTypes()
145 reader.attach(stackFrame).makeReturnValueAccessor(); in testReaderWriter_allReturnTypes()
[all …]
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
H A Dcgroup_getset_retval.c28 /* Attach setsockopt that sets EUNATCH, assert that in test_setsockopt_set()
33 if (!ASSERT_OK_PTR(link_set_eunatch, "cg-attach-set_eunatch")) in test_setsockopt_set()
62 /* Attach setsockopt that sets EUNATCH, and one that gets the in test_setsockopt_set_and_get()
67 if (!ASSERT_OK_PTR(link_set_eunatch, "cg-attach-set_eunatch")) in test_setsockopt_set_and_get()
71 if (!ASSERT_OK_PTR(link_get_retval, "cg-attach-get_retval")) in test_setsockopt_set_and_get()
103 /* Attach setsockopt that gets the previously set errno. in test_setsockopt_default_zero()
108 if (!ASSERT_OK_PTR(link_get_retval, "cg-attach-get_retval")) in test_setsockopt_default_zero()
137 /* Attach setsockopt that gets the previously set errno, and then in test_setsockopt_default_zero_and_set()
143 if (!ASSERT_OK_PTR(link_get_retval, "cg-attach-get_retval")) in test_setsockopt_default_zero_and_set()
147 if (!ASSERT_OK_PTR(link_set_eunatch, "cg-attach-set_eunatch")) in test_setsockopt_default_zero_and_set()
[all …]
/aosp_15_r20/external/mockftpserver/tags/2.0-rc1/
H A DMockFtpServer.ipr106 …Designer/icons/hspacer.png" removable="false" auto-create-binding="false" can-attach-label="false">
109 …Designer/icons/vspacer.png" removable="false" auto-create-binding="false" can-attach-label="false">
112 …uiDesigner/icons/panel.png" removable="false" auto-create-binding="false" can-attach-label="false">
115 …signer/icons/scrollPane.png" removable="false" auto-create-binding="false" can-attach-label="true">
118 …uiDesigner/icons/button.png" removable="false" auto-create-binding="true" can-attach-label="false">
124 …igner/icons/radioButton.png" removable="false" auto-create-binding="true" can-attach-label="false">
130 …Designer/icons/checkBox.png" removable="false" auto-create-binding="true" can-attach-label="false">
136 …uiDesigner/icons/label.png" removable="false" auto-create-binding="false" can-attach-label="false">
142 …Designer/icons/textField.png" removable="false" auto-create-binding="true" can-attach-label="true">
147 …gner/icons/passwordField.png" removable="false" auto-create-binding="true" can-attach-label="true">
[all …]
/aosp_15_r20/external/jsr330/
H A Datinject.ipr103 …Designer/icons/hspacer.png" removable="false" auto-create-binding="false" can-attach-label="false">
106 …Designer/icons/vspacer.png" removable="false" auto-create-binding="false" can-attach-label="false">
109 …uiDesigner/icons/panel.png" removable="false" auto-create-binding="false" can-attach-label="false">
112 …signer/icons/scrollPane.png" removable="false" auto-create-binding="false" can-attach-label="true">
115 …uiDesigner/icons/button.png" removable="false" auto-create-binding="true" can-attach-label="false">
121 …igner/icons/radioButton.png" removable="false" auto-create-binding="true" can-attach-label="false">
127 …Designer/icons/checkBox.png" removable="false" auto-create-binding="true" can-attach-label="false">
133 …uiDesigner/icons/label.png" removable="false" auto-create-binding="false" can-attach-label="false">
139 …Designer/icons/textField.png" removable="false" auto-create-binding="true" can-attach-label="true">
144 …gner/icons/passwordField.png" removable="false" auto-create-binding="true" can-attach-label="true">
[all …]
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/nr/nsa5g/
DNsa5gDSDSVoiceTest.py1392 Wi-Fi will be turned off in the end to ensure the pSIM will attach to
1417 Wi-Fi will be turned off in the end to ensure the pSIM will attach to
1442 Wi-Fi will be turned off in the end to ensure the eSIM will attach to
1467 Wi-Fi will be turned off in the end to ensure the eSIM will attach to
1492 Wi-Fi will be turned off in the end to ensure the pSIM will attach to
1517 Wi-Fi will be turned off in the end to ensure the pSIM will attach to
1542 Wi-Fi will be turned off in the end to ensure the eSIM will attach to
1567 Wi-Fi will be turned off in the end to ensure the eSIM will attach to
1592 Wi-Fi will be turned off in the end to ensure the pSIM will attach to
1617 Wi-Fi will be turned off in the end to ensure the pSIM will attach to
[all …]
/aosp_15_r20/external/openthread/src/core/config/
H A Dmle.h140 * Define as 1 to enable attach backoff feature
142 …feature is enabled, an exponentially increasing backoff wait time is added between attach attempts.
144 …* end-device does not drain its battery by continuously searching for a parent to attach to (when …
145 * router/parent for it to attach).
148 …* `OPENTHREAD_CONFIG_MLE_ATTACH_BACKOFF_MINIMUM_INTERVAL`, and every attach attempt the wait time …
163 * Specifies the minimum backoff wait interval (in milliseconds) used by attach backoff feature.
165 …* Applicable only if attach backoff feature is enabled (see `OPENTHREAD_CONFIG_MLE_ATTACH_BACKOFF_…
177 * Specifies the maximum backoff wait interval (in milliseconds) used by attach backoff feature.
179 …* Applicable only if attach backoff feature is enabled (see `OPENTHREAD_CONFIG_MLE_ATTACH_BACKOFF_…
191 * Specifies the maximum jitter interval (in milliseconds) used by attach backoff feature.
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/API/
DSBAttachInfo.h28 /// Attach to a process by name.
30 /// This function implies that a future call to SBTarget::Attach(...)
34 /// A full or partial name for the process to attach to.
37 /// If \b false, attach to an existing process whose name matches.
41 /// Attach to a process by name.
43 /// Future calls to SBTarget::Attach(...) will be synchronous or
47 /// A full or partial name for the process to attach to.
50 /// If \b false, attach to an existing process whose name matches.
54 /// If \b false, then the SBTarget::Attach(...) call will be a
55 /// synchronous call with no way to cancel the attach in
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/API/
DSBAttachInfo.h28 /// Attach to a process by name.
30 /// This function implies that a future call to SBTarget::Attach(...)
34 /// A full or partial name for the process to attach to.
37 /// If \b false, attach to an existing process whose name matches.
41 /// Attach to a process by name.
43 /// Future calls to SBTarget::Attach(...) will be synchronous or
47 /// A full or partial name for the process to attach to.
50 /// If \b false, attach to an existing process whose name matches.
54 /// If \b false, then the SBTarget::Attach(...) call will be a
55 /// synchronous call with no way to cancel the attach in
[all …]

12345678910>>...480