Home
last modified time | relevance | path

Searched full:its (Results 1 – 25 of 34923) sorted by relevance

12345678910>>...1397

/aosp_15_r20/external/clang/test/SemaCXX/
H A Duninitialized.cpp24 int b = b + 1; // expected-warning {{variable 'b' is uninitialized when used within its own initial…
25 int c = (c + c); // expected-warning 2 {{variable 'c' is uninitialized when used within its own ini…
26 … + 1; // expected-warning {{variable 'e' is uninitialized when used within its own initialization}}
27 int f = foo(f); // expected-warning {{variable 'f' is uninitialized when used within its own initia…
37 int l = k ? l : l; // expected-warning 2{{variable 'l' is uninitialized when used within its own i…
38 int m = 1 + (k ? m : m); // expected-warning 2{{variable 'm' is uninitialized when used within its
39 int n = -n; // expected-warning {{variable 'n' is uninitialized when used within its own initializ…
40 int o = std::move(o); // expected-warning {{variable 'o' is uninitialized when used within its own …
41 …e(p); // expected-warning {{variable 'p' is uninitialized when used within its own initialization}}
42 …(q)); // expected-warning {{variable 'q' is uninitialized when used within its own initialization}}
[all …]
/aosp_15_r20/external/ltp/include/
H A Dtst_timer.h338 static inline int sys_timer_gettime(kernel_timer_t timerid, void *its) in sys_timer_gettime() argument
340 return tst_syscall(__NR_timer_gettime, timerid, its); in sys_timer_gettime()
343 static inline int sys_timer_gettime64(kernel_timer_t timerid, void *its) in sys_timer_gettime64() argument
345 return tst_syscall(__NR_timer_gettime64, timerid, its); in sys_timer_gettime64()
348 static inline int sys_timer_settime(kernel_timer_t timerid, int flags, void *its, in sys_timer_settime() argument
351 return tst_syscall(__NR_timer_settime, timerid, flags, its, old_its); in sys_timer_settime()
354 static inline int sys_timer_settime64(kernel_timer_t timerid, int flags, void *its, in sys_timer_settime64() argument
357 return tst_syscall(__NR_timer_settime64, timerid, flags, its, old_its); in sys_timer_settime64()
360 static inline int sys_timerfd_gettime(int fd, void *its) in sys_timerfd_gettime() argument
362 return tst_syscall(__NR_timerfd_gettime, fd, its); in sys_timerfd_gettime()
[all …]
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/
Dsecuritycenter_v1beta2.folders.html156 …rent modules. The absence of a module in the map implies its configuration is inherited from its p…
158 …e": "A String", # The state of enablement for the module at its level of the resour…
159 … The configuration value for the module. The absence of this field implies its inheritance from th…
166 …": "A String", # The state of enablement for the service at its level of the resour…
186 …rent modules. The absence of a module in the map implies its configuration is inherited from its p…
188 …e": "A String", # The state of enablement for the module at its level of the resour…
189 … The configuration value for the module. The absence of this field implies its inheritance from th…
195 …": "A String", # The state of enablement for the service at its level of the resour…
215 …rent modules. The absence of a module in the map implies its configuration is inherited from its p…
217 …e": "A String", # The state of enablement for the module at its level of the resour…
[all …]
Dsecuritycenter_v1beta2.projects.html161 …rent modules. The absence of a module in the map implies its configuration is inherited from its p…
163 …e": "A String", # The state of enablement for the module at its level of the resour…
164 … The configuration value for the module. The absence of this field implies its inheritance from th…
171 …": "A String", # The state of enablement for the service at its level of the resour…
191 …rent modules. The absence of a module in the map implies its configuration is inherited from its p…
193 …e": "A String", # The state of enablement for the module at its level of the resour…
194 … The configuration value for the module. The absence of this field implies its inheritance from th…
200 …": "A String", # The state of enablement for the service at its level of the resour…
220 …rent modules. The absence of a module in the map implies its configuration is inherited from its p…
222 …e": "A String", # The state of enablement for the module at its level of the resour…
[all …]
Dsecuritycenter_v1beta2.organizations.html162 …rent modules. The absence of a module in the map implies its configuration is inherited from its p…
164 …e": "A String", # The state of enablement for the module at its level of the resour…
165 … The configuration value for the module. The absence of this field implies its inheritance from th…
172 …": "A String", # The state of enablement for the service at its level of the resour…
192 …rent modules. The absence of a module in the map implies its configuration is inherited from its p…
194 …e": "A String", # The state of enablement for the module at its level of the resour…
195 … The configuration value for the module. The absence of this field implies its inheritance from th…
201 …": "A String", # The state of enablement for the service at its level of the resour…
242 …rent modules. The absence of a module in the map implies its configuration is inherited from its p…
244 …e": "A String", # The state of enablement for the module at its level of the resour…
[all …]
/aosp_15_r20/external/setupdesign/main/res/values/
H A Dattrs.xml31 <!-- Push object to the left of its container, not changing its size. -->
33 <!-- Push object to the right of its container, not changing its size. -->
35 <!-- Place object in the horizontal center of its container, not changing its size. -->
37 … <!-- Grow the horizontal size of the object if needed so it completely fills its container. -->
39 <!-- Push object to the beginning of its container, not changing its size. -->
41 <!-- Push object to the end of its container, not changing its size. -->
46 <!-- Push object to the left of its container, not changing its size. -->
48 <!-- Push object to the right of its container, not changing its size. -->
50 <!-- Place object in the horizontal center of its container, not changing its size. -->
52 … <!-- Grow the horizontal size of the object if needed so it completely fills its container. -->
[all …]
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
H A DJob.kt15 * culminates in its completion.
18 * of a parent leads to immediate cancellation of all its [children] recursively.
19 …* Failure of a child with an exception other than [CancellationException] immediately cancels its
20 * consequently, all its other children. This behavior can be customized using [SupervisorJob].
54 …* the _cancelling_ state immediately. The job becomes _cancelled_ when it finishes executing its
55 * all its children complete.
58 …* the _completing_ state. It waits in the _completing_ state for all its children to complete befo…
61 * active, while internally it is waiting for its children.
83 * A coroutine job is said to _complete exceptionally_ when its body throws an exception;
87 …mal cancellation of a job is distinguished from its failure by the type of this exception that cau…
[all …]
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/nr/cbr/
DCellBroadcastTest.py1050 verifies alert names and its default values
1065 verifies alert names and its default values
1080 verifies alert names and its default values
1095 verifies alert names and its default values
1110 verifies alert names and its default values
1125 verifies alert names and its default values
1140 verifies alert names and its default values
1155 verifies alert names and its default values
1170 verifies alert names and its default values
1185 verifies alert names and its default values
[all …]
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Guid/
H A DGlobalVariable.h42 /// Its attribute is BS+RT.
47 /// Its attribute is NV+BS+RT.
52 /// Its attribute is NV+BS+RT.
57 /// Its attribute is BS+RT.
62 /// Its attribute is NV+BS+RT.
67 /// Its attribute is NV+BS+RT.
74 /// Its attribute is BS+RT.
81 /// Its attribute is NV+BS+RT.
86 /// Its attribute is NV+BS+RT.
91 /// Its attribute is BS+RT.
[all …]
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Guid/
H A DGlobalVariable.h42 /// Its attribute is BS+RT.
47 /// Its attribute is NV+BS+RT.
52 /// Its attribute is NV+BS+RT.
57 /// Its attribute is BS+RT.
62 /// Its attribute is NV+BS+RT.
67 /// Its attribute is NV+BS+RT.
74 /// Its attribute is BS+RT.
81 /// Its attribute is NV+BS+RT.
86 /// Its attribute is NV+BS+RT.
91 /// Its attribute is BS+RT.
[all …]
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Guid/
H A DGlobalVariable.h48 /// Its attribute is BS+RT.
53 /// Its attribute is NV+BS+RT.
58 /// Its attribute is NV+BS+RT.
63 /// Its attribute is BS+RT.
68 /// Its attribute is NV+BS+RT.
73 /// Its attribute is NV+BS+RT.
80 /// Its attribute is BS+RT.
87 /// Its attribute is NV+BS+RT.
92 /// Its attribute is NV+BS+RT.
97 /// Its attribute is BS+RT.
[all …]
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Guid/
H A DGlobalVariable.h42 /// Its attribute is BS+RT.
47 /// Its attribute is NV+BS+RT.
52 /// Its attribute is NV+BS+RT.
57 /// Its attribute is BS+RT.
62 /// Its attribute is NV+BS+RT.
67 /// Its attribute is NV+BS+RT.
74 /// Its attribute is BS+RT.
81 /// Its attribute is NV+BS+RT.
86 /// Its attribute is NV+BS+RT.
91 /// Its attribute is BS+RT.
[all …]
/aosp_15_r20/external/harfbuzz_ng/
H A DLICENSE50 1) Neither the Font Software nor any of its individual components, in
110 software and its documentation for any purpose, provided that the
116 ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
192 software and its documentation for any purpose, provided that the
198 ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
280 1) Neither the Font Software nor any of its individual components, in Original or Modified Versions…
424 1) Neither the Font Software nor any of its individual components,
523 1) Neither the Font Software nor any of its individual components,
637 1) Neither the Font Software nor any of its individual components,
1015 …perty of Monotype Imaging Inc., one of its affiliated entities, or its licensors (collectively, Mo…
[all …]
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/gridlayout/gridlayout/1.1.0-beta02/androidx.gridlayout_gridlayout/android_common/aapt2/reszip/gen_res.flata/values/
Dvalues.xml79 <!-- Push object to the top of its container, not changing its size. -->
81 <!-- Push object to the bottom of its container, not changing its size. -->
83 <!-- Push object to the left of its container, not changing its size. -->
85 <!-- Push object to the right of its container, not changing its size. -->
87 <!-- Place object in the vertical center of its container, not changing its size. -->
89 … <!-- Grow the vertical size of the object if needed so it completely fills its container. -->
91 <!-- Place object in the horizontal center of its container, not changing its size. -->
93 … <!-- Grow the horizontal size of the object if needed so it completely fills its container. -->
95 …<!-- Place the object in the center of its container in both the vertical and horizontal axis, not…
97 … the horizontal and vertical size of the object if needed so it completely fills its container. -->
[all …]
/aosp_15_r20/prebuilts/sdk/current/support/v7/gridlayout/res/values/
H A Dvalues.xml13 allocate row and column parameters when they are not specified by its children's
41 boundary of a view, as defined by its margins. When set to alignBounds,
145 Gravity specifies how a component should be placed in its group of cells.
151 <!-- Push object to the top of its container, not changing its size. -->
153 <!-- Push object to the bottom of its container, not changing its size. -->
155 <!-- Push object to the left of its container, not changing its size. -->
157 <!-- Push object to the right of its container, not changing its size. -->
159 <!-- Place object in the vertical center of its container, not changing its size. -->
161 … <!-- Grow the vertical size of the object if needed so it completely fills its container. -->
163 <!-- Place object in the horizontal center of its container, not changing its size. -->
[all …]
/aosp_15_r20/sdk/testapps/gridlayoutTest/v7-gridlayout/res/values/
H A Dattrs.xml14 allocate row and column parameters when they are not specified by its children's
42 boundary of a view, as defined by its margins. When set to alignBounds,
151 Gravity specifies how a component should be placed in its group of cells.
157 <!-- Push object to the top of its container, not changing its size. -->
159 <!-- Push object to the bottom of its container, not changing its size. -->
161 <!-- Push object to the left of its container, not changing its size. -->
163 <!-- Push object to the right of its container, not changing its size. -->
165 <!-- Place object in the vertical center of its container, not changing its size. -->
167 … <!-- Grow the vertical size of the object if needed so it completely fills its container. -->
169 <!-- Place object in the horizontal center of its container, not changing its size. -->
[all …]
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.3.0-alpha02/androidx.coordinatorlayout_coordinatorlayout/android_common/aapt2/reszip/gen_res.flata/values/
Dvalues.xml24 <!-- Push object to the top of its container, not changing its size. -->
26 <!-- Push object to the bottom of its container, not changing its size. -->
28 <!-- Push object to the left of its container, not changing its size. -->
30 <!-- Push object to the right of its container, not changing its size. -->
32 <!-- Place object in the vertical center of its container, not changing its size. -->
34 … <!-- Grow the vertical size of the object if needed so it completely fills its container. -->
36 <!-- Place object in the horizontal center of its container, not changing its size. -->
38 … <!-- Grow the horizontal size of the object if needed so it completely fills its container. -->
40 …<!-- Place the object in the center of its container in both the vertical and horizontal axis, not…
42 … the horizontal and vertical size of the object if needed so it completely fills its container. -->
[all …]
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.3.0-alpha02/androidx.coordinatorlayout_coordinatorlayout/android_common_apex34/aapt2/reszip/gen_res.flata/values/
Dvalues.xml24 <!-- Push object to the top of its container, not changing its size. -->
26 <!-- Push object to the bottom of its container, not changing its size. -->
28 <!-- Push object to the left of its container, not changing its size. -->
30 <!-- Push object to the right of its container, not changing its size. -->
32 <!-- Place object in the vertical center of its container, not changing its size. -->
34 … <!-- Grow the vertical size of the object if needed so it completely fills its container. -->
36 <!-- Place object in the horizontal center of its container, not changing its size. -->
38 … <!-- Grow the horizontal size of the object if needed so it completely fills its container. -->
40 …<!-- Place the object in the center of its container in both the vertical and horizontal axis, not…
42 … the horizontal and vertical size of the object if needed so it completely fills its container. -->
[all …]
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.3.0-alpha02/androidx.coordinatorlayout_coordinatorlayout/android_common_apex35/aapt2/reszip/gen_res.flata/values/
Dvalues.xml24 <!-- Push object to the top of its container, not changing its size. -->
26 <!-- Push object to the bottom of its container, not changing its size. -->
28 <!-- Push object to the left of its container, not changing its size. -->
30 <!-- Push object to the right of its container, not changing its size. -->
32 <!-- Place object in the vertical center of its container, not changing its size. -->
34 … <!-- Grow the vertical size of the object if needed so it completely fills its container. -->
36 <!-- Place object in the horizontal center of its container, not changing its size. -->
38 … <!-- Grow the horizontal size of the object if needed so it completely fills its container. -->
40 …<!-- Place the object in the center of its container in both the vertical and horizontal axis, not…
42 … the horizontal and vertical size of the object if needed so it completely fills its container. -->
[all …]
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.3.0-alpha02/androidx.coordinatorlayout_coordinatorlayout/android_common_apex33/aapt2/reszip/gen_res.flata/values/
Dvalues.xml24 <!-- Push object to the top of its container, not changing its size. -->
26 <!-- Push object to the bottom of its container, not changing its size. -->
28 <!-- Push object to the left of its container, not changing its size. -->
30 <!-- Push object to the right of its container, not changing its size. -->
32 <!-- Place object in the vertical center of its container, not changing its size. -->
34 … <!-- Grow the vertical size of the object if needed so it completely fills its container. -->
36 <!-- Place object in the horizontal center of its container, not changing its size. -->
38 … <!-- Grow the horizontal size of the object if needed so it completely fills its container. -->
40 …<!-- Place the object in the center of its container in both the vertical and horizontal axis, not…
42 … the horizontal and vertical size of the object if needed so it completely fills its container. -->
[all …]
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.3.0-alpha02/androidx.coordinatorlayout_coordinatorlayout/android_common_apex30/aapt2/reszip/gen_res.flata/values/
Dvalues.xml24 <!-- Push object to the top of its container, not changing its size. -->
26 <!-- Push object to the bottom of its container, not changing its size. -->
28 <!-- Push object to the left of its container, not changing its size. -->
30 <!-- Push object to the right of its container, not changing its size. -->
32 <!-- Place object in the vertical center of its container, not changing its size. -->
34 … <!-- Grow the vertical size of the object if needed so it completely fills its container. -->
36 <!-- Place object in the horizontal center of its container, not changing its size. -->
38 … <!-- Grow the horizontal size of the object if needed so it completely fills its container. -->
40 …<!-- Place the object in the center of its container in both the vertical and horizontal axis, not…
42 … the horizontal and vertical size of the object if needed so it completely fills its container. -->
[all …]
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/coordinatorlayout/coordinatorlayout/1.3.0-alpha02/androidx.coordinatorlayout_coordinatorlayout/android_common_apex10000/aapt2/reszip/gen_res.flata/values/
Dvalues.xml24 <!-- Push object to the top of its container, not changing its size. -->
26 <!-- Push object to the bottom of its container, not changing its size. -->
28 <!-- Push object to the left of its container, not changing its size. -->
30 <!-- Push object to the right of its container, not changing its size. -->
32 <!-- Place object in the vertical center of its container, not changing its size. -->
34 … <!-- Grow the vertical size of the object if needed so it completely fills its container. -->
36 <!-- Place object in the horizontal center of its container, not changing its size. -->
38 … <!-- Grow the horizontal size of the object if needed so it completely fills its container. -->
40 …<!-- Place the object in the center of its container in both the vertical and horizontal axis, not…
42 … the horizontal and vertical size of the object if needed so it completely fills its container. -->
[all …]
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/support/android-support-coordinatorlayout-nodeps/android_common/aapt2/reszip/gen_res.flata/values/
Dvalues.xml27 within its parent's bounds. -->
29 <!-- Push object to the top of its container, not changing its size. -->
31 <!-- Push object to the bottom of its container, not changing its size. -->
33 <!-- Push object to the left of its container, not changing its size. -->
35 <!-- Push object to the right of its container, not changing its size. -->
37 <!-- Place object in the vertical center of its container, not changing its size. -->
39 … <!-- Grow the vertical size of the object if needed so it completely fills its container. -->
41 <!-- Place object in the horizontal center of its container, not changing its size. -->
43 … <!-- Grow the horizontal size of the object if needed so it completely fills its container. -->
45 …<!-- Place the object in the center of its container in both the vertical and horizontal axis, not…
[all …]
/aosp_15_r20/prebuilts/sdk/current/support/coordinatorlayout/res/values/
H A Dvalues.xml27 within its parent's bounds. -->
29 <!-- Push object to the top of its container, not changing its size. -->
31 <!-- Push object to the bottom of its container, not changing its size. -->
33 <!-- Push object to the left of its container, not changing its size. -->
35 <!-- Push object to the right of its container, not changing its size. -->
37 <!-- Place object in the vertical center of its container, not changing its size. -->
39 … <!-- Grow the vertical size of the object if needed so it completely fills its container. -->
41 <!-- Place object in the horizontal center of its container, not changing its size. -->
43 … <!-- Grow the horizontal size of the object if needed so it completely fills its container. -->
45 …<!-- Place the object in the center of its container in both the vertical and horizontal axis, not…
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/res/values/
H A Dtiles_states_strings.xml23 This subtitle is shown when the tile is in that particular state but does not set its own
29 This subtitle is shown when the tile is in that particular state but does not set its own
39 This subtitle is shown when the tile is in that particular state but does not set its own
49 This subtitle is shown when the tile is in that particular state but does not set its own
59 This subtitle is shown when the tile is in that particular state but does not set its own
69 This subtitle is shown when the tile is in that particular state but does not set its own
79 This subtitle is shown when the tile is in that particular state but does not set its own
89 This subtitle is shown when the tile is in that particular state but does not set its own
99 This subtitle is shown when the tile is in that particular state but does not set its own
109 This subtitle is shown when the tile is in that particular state but does not set its own
[all …]

12345678910>>...1397