Home
last modified time | relevance | path

Searched full:hidden (Results 1 – 25 of 13528) sorted by relevance

12345678910>>...542

/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dvisibility.cpp2 … -triple=x86_64-apple-darwin10 -fvisibility hidden -emit-llvm -o - | FileCheck %s -check-prefix=CH…
3 // For clang, "internal" is just an alias for "hidden". We could use it for some
5 …6_64-apple-darwin10 -fvisibility internal -emit-llvm -o - | FileCheck %s -check-prefix=CHECK-HIDDEN
7 #define HIDDEN __attribute__((visibility("hidden"))) macro
12 // When H is hidden, it should make X hidden, even if the template argument
22 // CHECK-HIDDEN: _ZN6test301bE = hidden global
37 // CHECK-HIDDEN: @_ZN6test251aE = hidden global
45 // CHECK-HIDDEN: @_ZN6test285myvecE = hidden global
49 #pragma GCC visibility push(hidden)
57 // CHECK-HIDDEN: @_ZN6test299data_rectE = global
[all …]
H A Dtype_visibility.cpp4 // RUN: %clang_cc1 %s -std=c++11 -triple=x86_64-apple-darwin10 -fvisibility hidden -emit-llvm -o %t…
5 // RUN: FileCheck %s -check-prefix=FUNS-HIDDEN < %t.ll
6 // RUN: FileCheck %s -check-prefix=VARS-HIDDEN < %t.ll
8 #define HIDDEN __attribute__((visibility("hidden"))) macro
11 #define TYPE_HIDDEN __attribute__((type_visibility("hidden")))
33 // FUNS-HIDDEN-LABEL: define weak_odr hidden void @_ZN5temp01BINS_1AEE3fooEv(
34 // VARS-HIDDEN: @_ZTVN5temp01BINS_1AEEE = weak_odr hidden unnamed_addr constant
35 // VARS-HIDDEN: @_ZTSN5temp01BINS_1AEEE = weak_odr hidden constant
36 // VARS-HIDDEN: @_ZTIN5temp01BINS_1AEEE = weak_odr hidden constant
50 // FUNS-HIDDEN-LABEL: define weak_odr hidden void @_ZN5temp11BINS_1AEE3fooEv(
[all …]
/aosp_15_r20/packages/services/Car/car-lib/api/
Dtest-baseline.txt3 ….PERMISSION_CAR_DYNAMICS_STATE required by field VehiclePropertyIds.ABS_ACTIVE is hidden or removed
5 …RMISSION_CAR_POWER required by field VehiclePropertyIds.AP_POWER_BOOTUP_REASON is hidden or removed
7 …ERMISSION_CAR_POWER required by field VehiclePropertyIds.AP_POWER_STATE_REPORT is hidden or removed
9 …r.PERMISSION_CAR_POWER required by field VehiclePropertyIds.AP_POWER_STATE_REQ is hidden or removed
11 …r.PERMISSION_CAR_POWER required by field VehiclePropertyIds.DISPLAY_BRIGHTNESS is hidden or removed
13 …ar.PERMISSION_CONTROL_CAR_DOORS required by field VehiclePropertyIds.DOOR_LOCK is hidden or removed
15 …ar.PERMISSION_CONTROL_CAR_DOORS required by field VehiclePropertyIds.DOOR_MOVE is hidden or removed
17 …Car.PERMISSION_CONTROL_CAR_DOORS required by field VehiclePropertyIds.DOOR_POS is hidden or removed
19 …N_CAR_ENGINE_DETAILED required by field VehiclePropertyIds.ENGINE_COOLANT_TEMP is hidden or removed
21 …SION_CAR_ENGINE_DETAILED required by field VehiclePropertyIds.ENGINE_OIL_LEVEL is hidden or removed
[all …]
Dbaseline.txt3 ….PERMISSION_CAR_DYNAMICS_STATE required by field VehiclePropertyIds.ABS_ACTIVE is hidden or removed
5 …RMISSION_CAR_POWER required by field VehiclePropertyIds.AP_POWER_BOOTUP_REASON is hidden or removed
7 …ERMISSION_CAR_POWER required by field VehiclePropertyIds.AP_POWER_STATE_REPORT is hidden or removed
9 …r.PERMISSION_CAR_POWER required by field VehiclePropertyIds.AP_POWER_STATE_REQ is hidden or removed
11 …r.PERMISSION_CAR_POWER required by field VehiclePropertyIds.DISPLAY_BRIGHTNESS is hidden or removed
13 …ar.PERMISSION_CONTROL_CAR_DOORS required by field VehiclePropertyIds.DOOR_LOCK is hidden or removed
15 …ar.PERMISSION_CONTROL_CAR_DOORS required by field VehiclePropertyIds.DOOR_MOVE is hidden or removed
17 …Car.PERMISSION_CONTROL_CAR_DOORS required by field VehiclePropertyIds.DOOR_POS is hidden or removed
19 …N_CAR_ENGINE_DETAILED required by field VehiclePropertyIds.ENGINE_COOLANT_TEMP is hidden or removed
21 …SION_CAR_ENGINE_DETAILED required by field VehiclePropertyIds.ENGINE_OIL_LEVEL is hidden or removed
[all …]
/aosp_15_r20/external/openscreen/third_party/boringssl/linux-aarch64/crypto/test/
H A Dtrampoline-armv8.S28 .hidden abi_test_trampoline
140 .hidden abi_test_clobber_x0
149 .hidden abi_test_clobber_x1
158 .hidden abi_test_clobber_x2
167 .hidden abi_test_clobber_x3
176 .hidden abi_test_clobber_x4
185 .hidden abi_test_clobber_x5
194 .hidden abi_test_clobber_x6
203 .hidden abi_test_clobber_x7
212 .hidden abi_test_clobber_x8
[all …]
/aosp_15_r20/external/boringssl/src/gen/test_support/
H A Dtrampoline-armv8-linux.S19 .hidden abi_test_trampoline
131 .hidden abi_test_clobber_x0
140 .hidden abi_test_clobber_x1
149 .hidden abi_test_clobber_x2
158 .hidden abi_test_clobber_x3
167 .hidden abi_test_clobber_x4
176 .hidden abi_test_clobber_x5
185 .hidden abi_test_clobber_x6
194 .hidden abi_test_clobber_x7
203 .hidden abi_test_clobber_x8
[all …]
H A Dtrampoline-x86_64-linux.S18 .hidden abi_test_trampoline
129 .hidden abi_test_unwind_start
134 .hidden abi_test_unwind_return
144 .hidden abi_test_unwind_stop
183 .hidden abi_test_clobber_rax
192 .hidden abi_test_clobber_rbx
201 .hidden abi_test_clobber_rcx
210 .hidden abi_test_clobber_rdx
219 .hidden abi_test_clobber_rdi
228 .hidden abi_test_clobber_rsi
[all …]
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/linux-aarch64/crypto/test/
Dtrampoline-armv8.S28 .hidden abi_test_trampoline
140 .hidden abi_test_clobber_x0
149 .hidden abi_test_clobber_x1
158 .hidden abi_test_clobber_x2
167 .hidden abi_test_clobber_x3
176 .hidden abi_test_clobber_x4
185 .hidden abi_test_clobber_x5
194 .hidden abi_test_clobber_x6
203 .hidden abi_test_clobber_x7
212 .hidden abi_test_clobber_x8
[all …]
/aosp_15_r20/external/cronet/third_party/boringssl/src/gen/test_support/
H A Dtrampoline-armv8-linux.S19 .hidden abi_test_trampoline
131 .hidden abi_test_clobber_x0
140 .hidden abi_test_clobber_x1
149 .hidden abi_test_clobber_x2
158 .hidden abi_test_clobber_x3
167 .hidden abi_test_clobber_x4
176 .hidden abi_test_clobber_x5
185 .hidden abi_test_clobber_x6
194 .hidden abi_test_clobber_x7
203 .hidden abi_test_clobber_x8
[all …]
H A Dtrampoline-x86_64-linux.S18 .hidden abi_test_trampoline
128 .hidden abi_test_unwind_start
133 .hidden abi_test_unwind_return
143 .hidden abi_test_unwind_stop
182 .hidden abi_test_clobber_rax
191 .hidden abi_test_clobber_rbx
200 .hidden abi_test_clobber_rcx
209 .hidden abi_test_clobber_rdx
218 .hidden abi_test_clobber_rdi
227 .hidden abi_test_clobber_rsi
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/linux-aarch64/crypto/test/
Dtrampoline-armv8.S28 .hidden abi_test_trampoline
140 .hidden abi_test_clobber_x0
149 .hidden abi_test_clobber_x1
158 .hidden abi_test_clobber_x2
167 .hidden abi_test_clobber_x3
176 .hidden abi_test_clobber_x4
185 .hidden abi_test_clobber_x5
194 .hidden abi_test_clobber_x6
203 .hidden abi_test_clobber_x7
212 .hidden abi_test_clobber_x8
[all …]
/aosp_15_r20/out/soong/.intermediates/frameworks/base/data/etc/hiddenapi-package-whitelist.xml/android_arm64_armv8-2a_cortex-a55/
Dhiddenapi-package-whitelist.xml19 This XML file declares which system apps should be exempted from the hidden API blacklisting, i.e.
29 <hidden-api-whitelisted-app package="android.ext.services" />
30 <hidden-api-whitelisted-app package="com.android.apps.tag" />
31 <hidden-api-whitelisted-app package="com.android.basicsmsreceiver" />
32 <hidden-api-whitelisted-app package="com.android.bookmarkprovider" />
33 <hidden-api-whitelisted-app package="com.android.calllogbackup" />
34 <hidden-api-whitelisted-app package="com.android.camera" />
35 <hidden-api-whitelisted-app package="com.android.car.dialer" />
36 <hidden-api-whitelisted-app package="com.android.car.messenger" />
37 <hidden-api-whitelisted-app package="com.android.car.overview" />
[all …]
/aosp_15_r20/out/target/product/shiba/system/etc/sysconfig/
Dhiddenapi-package-whitelist.xml19 This XML file declares which system apps should be exempted from the hidden API blacklisting, i.e.
29 <hidden-api-whitelisted-app package="android.ext.services" />
30 <hidden-api-whitelisted-app package="com.android.apps.tag" />
31 <hidden-api-whitelisted-app package="com.android.basicsmsreceiver" />
32 <hidden-api-whitelisted-app package="com.android.bookmarkprovider" />
33 <hidden-api-whitelisted-app package="com.android.calllogbackup" />
34 <hidden-api-whitelisted-app package="com.android.camera" />
35 <hidden-api-whitelisted-app package="com.android.car.dialer" />
36 <hidden-api-whitelisted-app package="com.android.car.messenger" />
37 <hidden-api-whitelisted-app package="com.android.car.overview" />
[all …]
/aosp_15_r20/frameworks/base/data/etc/
H A Dhiddenapi-package-whitelist.xml19 This XML file declares which system apps should be exempted from the hidden API blacklisting, i.e.
29 <hidden-api-whitelisted-app package="android.ext.services" />
30 <hidden-api-whitelisted-app package="com.android.apps.tag" />
31 <hidden-api-whitelisted-app package="com.android.basicsmsreceiver" />
32 <hidden-api-whitelisted-app package="com.android.bookmarkprovider" />
33 <hidden-api-whitelisted-app package="com.android.calllogbackup" />
34 <hidden-api-whitelisted-app package="com.android.camera" />
35 <hidden-api-whitelisted-app package="com.android.car.dialer" />
36 <hidden-api-whitelisted-app package="com.android.car.messenger" />
37 <hidden-api-whitelisted-app package="com.android.car.overview" />
[all …]
/aosp_15_r20/out/target/product/shiba/obj/ETC/hiddenapi-package-whitelist.xml_intermediates/
Dhiddenapi-package-whitelist.xml19 This XML file declares which system apps should be exempted from the hidden API blacklisting, i.e.
29 <hidden-api-whitelisted-app package="android.ext.services" />
30 <hidden-api-whitelisted-app package="com.android.apps.tag" />
31 <hidden-api-whitelisted-app package="com.android.basicsmsreceiver" />
32 <hidden-api-whitelisted-app package="com.android.bookmarkprovider" />
33 <hidden-api-whitelisted-app package="com.android.calllogbackup" />
34 <hidden-api-whitelisted-app package="com.android.camera" />
35 <hidden-api-whitelisted-app package="com.android.car.dialer" />
36 <hidden-api-whitelisted-app package="com.android.car.messenger" />
37 <hidden-api-whitelisted-app package="com.android.car.overview" />
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/chips/ui/viewmodel/
H A DOngoingActivityChipsViewModel.kt83 * Represents that all chip types would like to be hidden. Each value specifies *how* that in <lambda>()
84 * chip type should get hidden. in <lambda>()
86 data class Hidden( in <lambda>() dataClass
87 val screenRecord: OngoingActivityChipModel.Hidden, in <lambda>()
88 val shareToApp: OngoingActivityChipModel.Hidden, in <lambda>()
89 val castToOtherDevice: OngoingActivityChipModel.Hidden, in <lambda>()
90 val call: OngoingActivityChipModel.Hidden, in <lambda>()
91 val notifs: OngoingActivityChipModel.Hidden, in <lambda>()
92 val demoNotif: OngoingActivityChipModel.Hidden, in <lambda>()
97 val screenRecord: OngoingActivityChipModel = OngoingActivityChipModel.Hidden(), in <lambda>()
[all …]
/aosp_15_r20/external/arm-optimized-routines/pl/math/
H A Dmath_config.h61 /* Provide *_finite symbols and some of the glibc hidden symbols
77 # define HIDDEN __attribute__ ((__visibility__ ("hidden"))) macro
90 extern __typeof (f) a __attribute__ ((alias (#f), visibility ("hidden"))) \
93 # define HIDDEN macro
287 HIDDEN float __math_oflowf (uint32_t);
289 HIDDEN float __math_uflowf (uint32_t);
291 HIDDEN float __math_may_uflowf (uint32_t);
293 HIDDEN float __math_divzerof (uint32_t);
295 HIDDEN double __math_oflow (uint32_t);
297 HIDDEN double __math_uflow (uint32_t);
[all …]
/aosp_15_r20/external/pytorch/torch/nn/modules/
H A Drnn.py342 msg: str = "Expected hidden size {}, got {}",
359 self, input: Tensor, hidden: Tensor, batch_sizes: Optional[Tensor]
364 self.check_hidden_size(hidden, expected_hidden_size)
477 where :math:`h_t` is the hidden state at time `t`, :math:`x_t` is
478 the input at time `t`, and :math:`h_{(t-1)}` is the hidden state of the
479 previous layer at time `t-1` or the initial hidden state at time `0`.
511 hidden_size: The number of features in the hidden state `h`
521 Note that this does not apply to hidden or cell states. See the
536 :math:`(D * \text{num\_layers}, N, H_{out})` containing the initial hidden
547 H_{out} ={} & \text{hidden\_size}
[all …]
/aosp_15_r20/external/antlr/runtime/Ruby/test/functional/ast-output/
H A Drewrites.rb66 WS : (' '|'\n') {$channel=HIDDEN;} ;
79 WS : (' '|'\n') {$channel=HIDDEN;} ;
93 WS : (' '|'\n') {$channel=HIDDEN;} ;
107 WS : (' '|'\n') {$channel=HIDDEN;} ;
121 WS : (' '|'\n') {$channel=HIDDEN;} ;
134 WS : (' '|'\n') {$channel=HIDDEN;} ;
148 WS : (' '|'\n') {$channel=HIDDEN;} ;
163 WS : (' '|'\n') {$channel=HIDDEN;} ;
177 WS : (' '|'\n') {$channel=HIDDEN;} ;
192 WS : (' '|'\n') {$channel=HIDDEN;} ;
[all …]
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/message2/
H A DMFDataModel.java20 * @hide draft / provisional / internal are hidden on Android
35 * @hide draft / provisional / internal are hidden on Android
45 * @hide draft / provisional / internal are hidden on Android
54 * @hide draft / provisional / internal are hidden on Android
66 * @hide draft / provisional / internal are hidden on Android
76 * @hide draft / provisional / internal are hidden on Android
92 * @hide draft / provisional / internal are hidden on Android
102 * @hide draft / provisional / internal are hidden on Android
111 * @hide draft / provisional / internal are hidden on Android
123 * @hide draft / provisional / internal are hidden on Android
[all …]
/aosp_15_r20/external/trusty/musl/src/internal/
Dstdio_impl.h60 extern hidden FILE *volatile __stdin_used;
61 extern hidden FILE *volatile __stdout_used;
62 extern hidden FILE *volatile __stderr_used;
64 hidden int __lockfile(FILE *);
65 hidden void __unlockfile(FILE *);
67 hidden size_t __stdio_read(FILE *, unsigned char *, size_t);
68 hidden size_t __stdio_write(FILE *, const unsigned char *, size_t);
69 hidden size_t __stdout_write(FILE *, const unsigned char *, size_t);
70 hidden off_t __stdio_seek(FILE *, off_t, int);
71 hidden int __stdio_close(FILE *);
[all …]
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/linux-x86_64/crypto/test/
Dtrampoline-x86_64.S25 .hidden abi_test_trampoline
135 .hidden abi_test_unwind_start
140 .hidden abi_test_unwind_return
150 .hidden abi_test_unwind_stop
189 .hidden abi_test_clobber_rax
197 .hidden abi_test_clobber_rbx
205 .hidden abi_test_clobber_rcx
213 .hidden abi_test_clobber_rdx
221 .hidden abi_test_clobber_rdi
229 .hidden abi_test_clobber_rsi
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/linux-x86_64/crypto/test/
Dtrampoline-x86_64.S25 .hidden abi_test_trampoline
135 .hidden abi_test_unwind_start
140 .hidden abi_test_unwind_return
150 .hidden abi_test_unwind_stop
189 .hidden abi_test_clobber_rax
197 .hidden abi_test_clobber_rbx
205 .hidden abi_test_clobber_rcx
213 .hidden abi_test_clobber_rdx
221 .hidden abi_test_clobber_rdi
229 .hidden abi_test_clobber_rsi
[all …]
/aosp_15_r20/external/openscreen/third_party/boringssl/linux-x86_64/crypto/test/
H A Dtrampoline-x86_64.S25 .hidden abi_test_trampoline
135 .hidden abi_test_unwind_start
140 .hidden abi_test_unwind_return
150 .hidden abi_test_unwind_stop
189 .hidden abi_test_clobber_rax
197 .hidden abi_test_clobber_rbx
205 .hidden abi_test_clobber_rcx
213 .hidden abi_test_clobber_rdx
221 .hidden abi_test_clobber_rdi
229 .hidden abi_test_clobber_rsi
[all …]
/aosp_15_r20/external/antlr/runtime/Python/tests/
H A Dt058rewriteAST.py120 WS : (' '|'\n') {$channel=HIDDEN;} ;
135 WS : (' '|'\n') {$channel=HIDDEN;} ;
150 WS : (' '|'\n') {$channel=HIDDEN;} ;
165 WS : (' '|'\n') {$channel=HIDDEN;} ;
181 WS : (' '|'\n') {$channel=HIDDEN;} ;
196 WS : (' '|'\n') {$channel=HIDDEN;} ;
211 WS : (' '|'\n') {$channel=HIDDEN;} ;
227 WS : (' '|'\n') {$channel=HIDDEN;} ;
242 WS : (' '|'\n') {$channel=HIDDEN;} ;
258 WS : (' '|'\n') {$channel=HIDDEN;} ;
[all …]

12345678910>>...542