Home
last modified time | relevance | path

Searched full:marked (Results 1 – 25 of 10761) sorted by relevance

12345678910>>...431

/aosp_15_r20/packages/modules/Uwb/docs/
DFiRa_CRs_Android.csv2 CR109,NA,Marked as N/A (MAC)
3 CR183,NA,Marked as N/A (MAC)
4 CR189,NA,Marked as N/A (MAC)
5 CR208,NA,Marked as N/A (MAC)
6 CR212,NA,Marked as N/A (MAC)
20 CR306,NA,Marked as N/A (MAC)
21 CR307,NA,Marked as N/A (MAC)
22 CR308,NA,Marked as N/A (MAC)
23 CR310,NA,Marked as N/A (MAC)
25 CR321,NA,Marked as N/A (MAC)
[all …]
/aosp_15_r20/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/
H A DPackageVerificationStateTest.java38 assertFalse("Verification should not be marked as complete yet", in testPackageVerificationState_OnlyRequiredVerifier_AllowedInstall()
46 assertTrue("Installation should be marked as allowed", in testPackageVerificationState_OnlyRequiredVerifier_AllowedInstall()
54 assertFalse("Verification should not be marked as complete yet", in testPackageVerificationState_OnlyRequiredVerifier_DeniedInstall()
62 assertFalse("Installation should be marked as denied", in testPackageVerificationState_OnlyRequiredVerifier_DeniedInstall()
71 assertFalse("Verification should not be marked as complete yet", in testPackageVerificationState_TwoRequiredVerifiers_AllowedInstall()
76 assertFalse("Verification should not be marked as complete yet", in testPackageVerificationState_TwoRequiredVerifiers_AllowedInstall()
84 assertTrue("Installation should be marked as allowed", in testPackageVerificationState_TwoRequiredVerifiers_AllowedInstall()
93 assertFalse("Verification should not be marked as complete yet", in testPackageVerificationState_TwoRequiredVerifiers_DeniedInstall()
101 assertFalse("Installation should be marked as denied", in testPackageVerificationState_TwoRequiredVerifiers_DeniedInstall()
110 assertFalse("Installation should be marked as denied", in testPackageVerificationState_TwoRequiredVerifiers_DeniedInstall()
[all …]
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/
Dnetdb.h116 marked with __THROW. */
122 marked with __THROW. */
129 marked with __THROW. */
136 marked with __THROW. */
143 marked with __THROW. */
154 therefore not marked with __THROW. */
166 therefore not marked with __THROW. */
197 marked with __THROW. */
203 marked with __THROW. */
210 marked with __THROW. */
[all …]
Dstdio.h193 marked with __THROW. */
236 marked with __THROW. */
241 marked with __THROW. */
251 therefore not marked with __THROW. */
261 therefore not marked with __THROW. */
271 marked with __THROW. */
277 marked with __THROW. */
355 marked with __THROW. */
361 marked with __THROW. */
370 marked with __THROW. */
[all …]
/aosp_15_r20/external/e2fsprogs/lib/ext2fs/
H A Dtst_bitmaps_exp53 First marked block is 12
59 First marked block is 12
63 First marked block is 12
69 First marked block is 14
121 First marked inode is 2
123 First marked inode is 2
131 First marked inode is 5
133 First marked inode is 5
247 First marked block is 14
249 First marked block is 17
[all …]
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dattr-deprecated.cpp3 …void f() __attribute__((deprecated)); // expected-note 2 {{'f' has been explicitly marked deprecat…
7 …int b __attribute__((deprecated)); // expected-note 2 {{'b' has been explicitly marked deprecated …
29 …virtual void f() __attribute__((deprecated)); // expected-note 6 {{'f' has been explicitly marked
64 void D::f() { } // expected-note{{'f' has been explicitly marked deprecated here}} in f()
65 void D::f(int v) { } // expected-note{{'f' has been explicitly marked deprecated here}} in f()
66 void D::f(int v1, int v2) { } // expected-note{{'f' has been explicitly marked deprecated here}} in f()
77 …void foo(int) __attribute__((deprecated)); // expected-note {{'foo' has been explicitly marked dep…
79 …void foo(short) __attribute__((deprecated)); // expected-note {{'foo' has been explicitly marked d…
84 … __attribute__((deprecated)); // expected-note {{'foo' has been explicitly marked deprecated here}}
90 … __attribute__((deprecated)); // expected-note {{'foo' has been explicitly marked deprecated here}}
[all …]
/aosp_15_r20/external/libcups/cups/
H A Dppd-mark.c388 * 'ppdFindMarkedChoice()' - Return the marked choice for the specified option.
396 *marked; /* Marked choice */ in ppdFindMarkedChoice() local
407 marked = (ppd_choice_t *)cupsArrayFind(ppd->marked, &key); in ppdFindMarkedChoice()
409 DEBUG_printf(("3ppdFindMarkedChoice: Returning %p(%s)...", marked, in ppdFindMarkedChoice()
410 marked ? marked->choice : "NULL")); in ppdFindMarkedChoice()
412 return (marked); in ppdFindMarkedChoice()
468 * 'ppdIsMarked()' - Check to see if an option is marked.
471 int /* O - Non-zero if option is marked */
486 if ((c = (ppd_choice_t *)cupsArrayFind(ppd->marked, &key)) == NULL) in ppdIsMarked()
509 * Clean out the marked array... in ppdMarkDefaults()
[all …]
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/drivers/net/mlxsw/
H A Drtnetlink.sh540 # marked as offloaded
550 check_err $? "fdb entry not marked as offloaded when should"
559 # Test that IPv4 and IPv6 neighbour entries are marked as offloaded
571 check_err $? "ipv4 neigh entry not marked as offloaded when should"
574 check_err $? "ipv6 neigh entry not marked as offloaded when should"
586 # Test that IPv4 and IPv6 nexthops are marked as offloaded
601 check_err $? "ipv4 nexthop not marked as offloaded when should"
604 check_err $? "ipv6 nexthop not marked as offloaded when should"
611 check_err $? "ipv4 nexthop marked as offloaded when should not"
614 check_err $? "ipv6 nexthop marked as offloaded when should not"
[all …]
/aosp_15_r20/prebuilts/vndk/v30/arm/include/system/core/libutils/include/utils/
DBitSet.h31 // A simple set of 32 bits that can be individually marked or cleared.
46 // Returns the number of marked bits in the set.
51 // Returns true if the bit set does not contain any marked bits.
61 // Returns true if the specified bit is marked.
76 // Finds the first marked bit in the set.
83 // Result is undefined if all bits are marked.
88 // Finds the last marked bit in the set.
94 // Finds the first marked bit in the set and clears it. Returns the bit index.
105 // Result is undefined if all bits are marked.
114 // Finds the last marked bit in the set and clears it. Returns the bit index.
[all …]
/aosp_15_r20/prebuilts/vndk/v30/x86/include/system/core/libutils/include/utils/
DBitSet.h31 // A simple set of 32 bits that can be individually marked or cleared.
46 // Returns the number of marked bits in the set.
51 // Returns true if the bit set does not contain any marked bits.
61 // Returns true if the specified bit is marked.
76 // Finds the first marked bit in the set.
83 // Result is undefined if all bits are marked.
88 // Finds the last marked bit in the set.
94 // Finds the first marked bit in the set and clears it. Returns the bit index.
105 // Result is undefined if all bits are marked.
114 // Finds the last marked bit in the set and clears it. Returns the bit index.
[all …]
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/system/core/libutils/include/utils/
DBitSet.h31 // A simple set of 32 bits that can be individually marked or cleared.
46 // Returns the number of marked bits in the set.
51 // Returns true if the bit set does not contain any marked bits.
61 // Returns true if the specified bit is marked.
76 // Finds the first marked bit in the set.
83 // Result is undefined if all bits are marked.
88 // Finds the last marked bit in the set.
94 // Finds the first marked bit in the set and clears it. Returns the bit index.
105 // Result is undefined if all bits are marked.
114 // Finds the last marked bit in the set and clears it. Returns the bit index.
[all …]
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/system/core/libutils/include/utils/
DBitSet.h31 // A simple set of 32 bits that can be individually marked or cleared.
46 // Returns the number of marked bits in the set.
51 // Returns true if the bit set does not contain any marked bits.
61 // Returns true if the specified bit is marked.
76 // Finds the first marked bit in the set.
83 // Result is undefined if all bits are marked.
88 // Finds the last marked bit in the set.
94 // Finds the first marked bit in the set and clears it. Returns the bit index.
105 // Result is undefined if all bits are marked.
114 // Finds the last marked bit in the set and clears it. Returns the bit index.
[all …]
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/system/core/libutils/include/utils/
DBitSet.h34 // A simple set of 32 bits that can be individually marked or cleared.
49 // Returns the number of marked bits in the set.
56 // Returns true if the bit set does not contain any marked bits.
66 // Returns true if the specified bit is marked.
81 // Finds the first marked bit in the set.
88 // Result is undefined if all bits are marked.
93 // Finds the last marked bit in the set.
99 // Finds the first marked bit in the set and clears it. Returns the bit index.
110 // Result is undefined if all bits are marked.
119 // Finds the last marked bit in the set and clears it. Returns the bit index.
[all …]
/aosp_15_r20/system/core/libutils/include/utils/
H A DBitSet.h34 // A simple set of 32 bits that can be individually marked or cleared.
49 // Returns the number of marked bits in the set.
56 // Returns true if the bit set does not contain any marked bits.
66 // Returns true if the specified bit is marked.
81 // Finds the first marked bit in the set.
88 // Result is undefined if all bits are marked.
93 // Finds the last marked bit in the set.
99 // Finds the first marked bit in the set and clears it. Returns the bit index.
110 // Result is undefined if all bits are marked.
119 // Finds the last marked bit in the set and clears it. Returns the bit index.
[all …]
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/system/core/libutils/include/utils/
DBitSet.h34 // A simple set of 32 bits that can be individually marked or cleared.
49 // Returns the number of marked bits in the set.
56 // Returns true if the bit set does not contain any marked bits.
66 // Returns true if the specified bit is marked.
81 // Finds the first marked bit in the set.
88 // Result is undefined if all bits are marked.
93 // Finds the last marked bit in the set.
99 // Finds the first marked bit in the set and clears it. Returns the bit index.
110 // Result is undefined if all bits are marked.
119 // Finds the last marked bit in the set and clears it. Returns the bit index.
[all …]
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/system/core/libutils/include/utils/
DBitSet.h34 // A simple set of 32 bits that can be individually marked or cleared.
49 // Returns the number of marked bits in the set.
56 // Returns true if the bit set does not contain any marked bits.
66 // Returns true if the specified bit is marked.
81 // Finds the first marked bit in the set.
88 // Result is undefined if all bits are marked.
93 // Finds the last marked bit in the set.
99 // Finds the first marked bit in the set and clears it. Returns the bit index.
110 // Result is undefined if all bits are marked.
119 // Finds the last marked bit in the set and clears it. Returns the bit index.
[all …]
/aosp_15_r20/prebuilts/vndk/v34/x86/include/system/core/libutils/include/utils/
DBitSet.h34 // A simple set of 32 bits that can be individually marked or cleared.
49 // Returns the number of marked bits in the set.
56 // Returns true if the bit set does not contain any marked bits.
66 // Returns true if the specified bit is marked.
81 // Finds the first marked bit in the set.
88 // Result is undefined if all bits are marked.
93 // Finds the last marked bit in the set.
99 // Finds the first marked bit in the set and clears it. Returns the bit index.
110 // Result is undefined if all bits are marked.
119 // Finds the last marked bit in the set and clears it. Returns the bit index.
[all …]
/aosp_15_r20/prebuilts/vndk/v32/arm/include/system/core/libutils/include/utils/
DBitSet.h34 // A simple set of 32 bits that can be individually marked or cleared.
49 // Returns the number of marked bits in the set.
56 // Returns true if the bit set does not contain any marked bits.
66 // Returns true if the specified bit is marked.
81 // Finds the first marked bit in the set.
88 // Result is undefined if all bits are marked.
93 // Finds the last marked bit in the set.
99 // Finds the first marked bit in the set and clears it. Returns the bit index.
110 // Result is undefined if all bits are marked.
119 // Finds the last marked bit in the set and clears it. Returns the bit index.
[all …]
/aosp_15_r20/prebuilts/vndk/v33/arm/include/system/core/libutils/include/utils/
DBitSet.h34 // A simple set of 32 bits that can be individually marked or cleared.
49 // Returns the number of marked bits in the set.
56 // Returns true if the bit set does not contain any marked bits.
66 // Returns true if the specified bit is marked.
81 // Finds the first marked bit in the set.
88 // Result is undefined if all bits are marked.
93 // Finds the last marked bit in the set.
99 // Finds the first marked bit in the set and clears it. Returns the bit index.
110 // Result is undefined if all bits are marked.
119 // Finds the last marked bit in the set and clears it. Returns the bit index.
[all …]
/aosp_15_r20/prebuilts/vndk/v33/x86/include/system/core/libutils/include/utils/
DBitSet.h34 // A simple set of 32 bits that can be individually marked or cleared.
49 // Returns the number of marked bits in the set.
56 // Returns true if the bit set does not contain any marked bits.
66 // Returns true if the specified bit is marked.
81 // Finds the first marked bit in the set.
88 // Result is undefined if all bits are marked.
93 // Finds the last marked bit in the set.
99 // Finds the first marked bit in the set and clears it. Returns the bit index.
110 // Result is undefined if all bits are marked.
119 // Finds the last marked bit in the set and clears it. Returns the bit index.
[all …]
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/system/core/libutils/include/utils/
DBitSet.h34 // A simple set of 32 bits that can be individually marked or cleared.
49 // Returns the number of marked bits in the set.
56 // Returns true if the bit set does not contain any marked bits.
66 // Returns true if the specified bit is marked.
81 // Finds the first marked bit in the set.
88 // Result is undefined if all bits are marked.
93 // Finds the last marked bit in the set.
99 // Finds the first marked bit in the set and clears it. Returns the bit index.
110 // Result is undefined if all bits are marked.
119 // Finds the last marked bit in the set and clears it. Returns the bit index.
[all …]
/aosp_15_r20/prebuilts/vndk/v31/x86/include/system/core/libutils/include/utils/
DBitSet.h34 // A simple set of 32 bits that can be individually marked or cleared.
49 // Returns the number of marked bits in the set.
56 // Returns true if the bit set does not contain any marked bits.
66 // Returns true if the specified bit is marked.
81 // Finds the first marked bit in the set.
88 // Result is undefined if all bits are marked.
93 // Finds the last marked bit in the set.
99 // Finds the first marked bit in the set and clears it. Returns the bit index.
110 // Result is undefined if all bits are marked.
119 // Finds the last marked bit in the set and clears it. Returns the bit index.
[all …]
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/system/core/libutils/include/utils/
DBitSet.h34 // A simple set of 32 bits that can be individually marked or cleared.
49 // Returns the number of marked bits in the set.
56 // Returns true if the bit set does not contain any marked bits.
66 // Returns true if the specified bit is marked.
81 // Finds the first marked bit in the set.
88 // Result is undefined if all bits are marked.
93 // Finds the last marked bit in the set.
99 // Finds the first marked bit in the set and clears it. Returns the bit index.
110 // Result is undefined if all bits are marked.
119 // Finds the last marked bit in the set and clears it. Returns the bit index.
[all …]
/aosp_15_r20/prebuilts/vndk/v34/arm/include/system/core/libutils/include/utils/
DBitSet.h34 // A simple set of 32 bits that can be individually marked or cleared.
49 // Returns the number of marked bits in the set.
56 // Returns true if the bit set does not contain any marked bits.
66 // Returns true if the specified bit is marked.
81 // Finds the first marked bit in the set.
88 // Result is undefined if all bits are marked.
93 // Finds the last marked bit in the set.
99 // Finds the first marked bit in the set and clears it. Returns the bit index.
110 // Result is undefined if all bits are marked.
119 // Finds the last marked bit in the set and clears it. Returns the bit index.
[all …]
/aosp_15_r20/prebuilts/vndk/v32/x86/include/system/core/libutils/include/utils/
DBitSet.h34 // A simple set of 32 bits that can be individually marked or cleared.
49 // Returns the number of marked bits in the set.
56 // Returns true if the bit set does not contain any marked bits.
66 // Returns true if the specified bit is marked.
81 // Finds the first marked bit in the set.
88 // Result is undefined if all bits are marked.
93 // Finds the last marked bit in the set.
99 // Finds the first marked bit in the set and clears it. Returns the bit index.
110 // Result is undefined if all bits are marked.
119 // Finds the last marked bit in the set and clears it. Returns the bit index.
[all …]

12345678910>>...431