/aosp_15_r20/prebuilts/vndk/v32/arm64/include/system/core/libutils/include/utils/ |
D | BitSet.h | 67 inline bool hasBit(uint32_t n) const { return hasBit(value, n); } in hasBit() function 69 static inline bool hasBit(uint32_t value, uint32_t n) { return value & valueForBit(n); } in hasBit() function 211 inline bool hasBit(uint32_t n) const { return hasBit(value, n); } in hasBit() function 213 static inline bool hasBit(uint64_t value, uint32_t n) { return value & valueForBit(n); } in hasBit() function
|
/aosp_15_r20/system/core/libutils/include/utils/ |
H A D | BitSet.h | 67 inline bool hasBit(uint32_t n) const { return hasBit(value, n); } in hasBit() function 69 static inline bool hasBit(uint32_t value, uint32_t n) { return value & valueForBit(n); } in hasBit() function 211 inline bool hasBit(uint32_t n) const { return hasBit(value, n); } in hasBit() function 213 static inline bool hasBit(uint64_t value, uint32_t n) { return value & valueForBit(n); } in hasBit() function
|
/aosp_15_r20/prebuilts/vndk/v30/arm/include/system/core/libutils/include/utils/ |
D | BitSet.h | 62 inline bool hasBit(uint32_t n) const { return hasBit(value, n); } in hasBit() function 64 static inline bool hasBit(uint32_t value, uint32_t n) { return value & valueForBit(n); } in hasBit() function 204 inline bool hasBit(uint32_t n) const { return hasBit(value, n); } in hasBit() function 206 static inline bool hasBit(uint64_t value, uint32_t n) { return value & valueForBit(n); } in hasBit() function
|
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/system/core/libutils/include/utils/ |
D | BitSet.h | 67 inline bool hasBit(uint32_t n) const { return hasBit(value, n); } in hasBit() function 69 static inline bool hasBit(uint32_t value, uint32_t n) { return value & valueForBit(n); } in hasBit() function 211 inline bool hasBit(uint32_t n) const { return hasBit(value, n); } in hasBit() function 213 static inline bool hasBit(uint64_t value, uint32_t n) { return value & valueForBit(n); } in hasBit() function
|
/aosp_15_r20/prebuilts/vndk/v30/x86/include/system/core/libutils/include/utils/ |
D | BitSet.h | 62 inline bool hasBit(uint32_t n) const { return hasBit(value, n); } in hasBit() function 64 static inline bool hasBit(uint32_t value, uint32_t n) { return value & valueForBit(n); } in hasBit() function 204 inline bool hasBit(uint32_t n) const { return hasBit(value, n); } in hasBit() function 206 static inline bool hasBit(uint64_t value, uint32_t n) { return value & valueForBit(n); } in hasBit() function
|
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/system/core/libutils/include/utils/ |
D | BitSet.h | 67 inline bool hasBit(uint32_t n) const { return hasBit(value, n); } in hasBit() function 69 static inline bool hasBit(uint32_t value, uint32_t n) { return value & valueForBit(n); } in hasBit() function 211 inline bool hasBit(uint32_t n) const { return hasBit(value, n); } in hasBit() function 213 static inline bool hasBit(uint64_t value, uint32_t n) { return value & valueForBit(n); } in hasBit() function
|
/aosp_15_r20/prebuilts/vndk/v34/x86/include/system/core/libutils/include/utils/ |
D | BitSet.h | 67 inline bool hasBit(uint32_t n) const { return hasBit(value, n); } in hasBit() function 69 static inline bool hasBit(uint32_t value, uint32_t n) { return value & valueForBit(n); } in hasBit() function 211 inline bool hasBit(uint32_t n) const { return hasBit(value, n); } in hasBit() function 213 static inline bool hasBit(uint64_t value, uint32_t n) { return value & valueForBit(n); } in hasBit() function
|
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/system/core/libutils/include/utils/ |
D | BitSet.h | 62 inline bool hasBit(uint32_t n) const { return hasBit(value, n); } in hasBit() function 64 static inline bool hasBit(uint32_t value, uint32_t n) { return value & valueForBit(n); } in hasBit() function 204 inline bool hasBit(uint32_t n) const { return hasBit(value, n); } in hasBit() function 206 static inline bool hasBit(uint64_t value, uint32_t n) { return value & valueForBit(n); } in hasBit() function
|
/aosp_15_r20/prebuilts/vndk/v32/arm/include/system/core/libutils/include/utils/ |
D | BitSet.h | 67 inline bool hasBit(uint32_t n) const { return hasBit(value, n); } in hasBit() function 69 static inline bool hasBit(uint32_t value, uint32_t n) { return value & valueForBit(n); } in hasBit() function 211 inline bool hasBit(uint32_t n) const { return hasBit(value, n); } in hasBit() function 213 static inline bool hasBit(uint64_t value, uint32_t n) { return value & valueForBit(n); } in hasBit() function
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/system/core/libutils/include/utils/ |
D | BitSet.h | 67 inline bool hasBit(uint32_t n) const { return hasBit(value, n); } in hasBit() function 69 static inline bool hasBit(uint32_t value, uint32_t n) { return value & valueForBit(n); } in hasBit() function 211 inline bool hasBit(uint32_t n) const { return hasBit(value, n); } in hasBit() function 213 static inline bool hasBit(uint64_t value, uint32_t n) { return value & valueForBit(n); } in hasBit() function
|
/aosp_15_r20/prebuilts/vndk/v33/x86/include/system/core/libutils/include/utils/ |
D | BitSet.h | 67 inline bool hasBit(uint32_t n) const { return hasBit(value, n); } in hasBit() function 69 static inline bool hasBit(uint32_t value, uint32_t n) { return value & valueForBit(n); } in hasBit() function 211 inline bool hasBit(uint32_t n) const { return hasBit(value, n); } in hasBit() function 213 static inline bool hasBit(uint64_t value, uint32_t n) { return value & valueForBit(n); } in hasBit() function
|
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/system/core/libutils/include/utils/ |
D | BitSet.h | 67 inline bool hasBit(uint32_t n) const { return hasBit(value, n); } in hasBit() function 69 static inline bool hasBit(uint32_t value, uint32_t n) { return value & valueForBit(n); } in hasBit() function 211 inline bool hasBit(uint32_t n) const { return hasBit(value, n); } in hasBit() function 213 static inline bool hasBit(uint64_t value, uint32_t n) { return value & valueForBit(n); } in hasBit() function
|
/aosp_15_r20/prebuilts/vndk/v31/x86/include/system/core/libutils/include/utils/ |
D | BitSet.h | 67 inline bool hasBit(uint32_t n) const { return hasBit(value, n); } in hasBit() function 69 static inline bool hasBit(uint32_t value, uint32_t n) { return value & valueForBit(n); } in hasBit() function 211 inline bool hasBit(uint32_t n) const { return hasBit(value, n); } in hasBit() function 213 static inline bool hasBit(uint64_t value, uint32_t n) { return value & valueForBit(n); } in hasBit() function
|
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/system/core/libutils/include/utils/ |
D | BitSet.h | 67 inline bool hasBit(uint32_t n) const { return hasBit(value, n); } in hasBit() function 69 static inline bool hasBit(uint32_t value, uint32_t n) { return value & valueForBit(n); } in hasBit() function 211 inline bool hasBit(uint32_t n) const { return hasBit(value, n); } in hasBit() function 213 static inline bool hasBit(uint64_t value, uint32_t n) { return value & valueForBit(n); } in hasBit() function
|
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/system/core/libutils/include/utils/ |
D | BitSet.h | 62 inline bool hasBit(uint32_t n) const { return hasBit(value, n); } in hasBit() function 64 static inline bool hasBit(uint32_t value, uint32_t n) { return value & valueForBit(n); } in hasBit() function 204 inline bool hasBit(uint32_t n) const { return hasBit(value, n); } in hasBit() function 206 static inline bool hasBit(uint64_t value, uint32_t n) { return value & valueForBit(n); } in hasBit() function
|
/aosp_15_r20/prebuilts/vndk/v34/arm/include/system/core/libutils/include/utils/ |
D | BitSet.h | 67 inline bool hasBit(uint32_t n) const { return hasBit(value, n); } in hasBit() function 69 static inline bool hasBit(uint32_t value, uint32_t n) { return value & valueForBit(n); } in hasBit() function 211 inline bool hasBit(uint32_t n) const { return hasBit(value, n); } in hasBit() function 213 static inline bool hasBit(uint64_t value, uint32_t n) { return value & valueForBit(n); } in hasBit() function
|
/aosp_15_r20/prebuilts/vndk/v32/x86/include/system/core/libutils/include/utils/ |
D | BitSet.h | 67 inline bool hasBit(uint32_t n) const { return hasBit(value, n); } in hasBit() function 69 static inline bool hasBit(uint32_t value, uint32_t n) { return value & valueForBit(n); } in hasBit() function 211 inline bool hasBit(uint32_t n) const { return hasBit(value, n); } in hasBit() function 213 static inline bool hasBit(uint64_t value, uint32_t n) { return value & valueForBit(n); } in hasBit() function
|
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/system/core/libutils/include/utils/ |
D | BitSet.h | 67 inline bool hasBit(uint32_t n) const { return hasBit(value, n); } in hasBit() function 69 static inline bool hasBit(uint32_t value, uint32_t n) { return value & valueForBit(n); } in hasBit() function 211 inline bool hasBit(uint32_t n) const { return hasBit(value, n); } in hasBit() function 213 static inline bool hasBit(uint64_t value, uint32_t n) { return value & valueForBit(n); } in hasBit() function
|
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/system/core/libutils/include/utils/ |
D | BitSet.h | 67 inline bool hasBit(uint32_t n) const { return hasBit(value, n); } in hasBit() function 69 static inline bool hasBit(uint32_t value, uint32_t n) { return value & valueForBit(n); } in hasBit() function 211 inline bool hasBit(uint32_t n) const { return hasBit(value, n); } in hasBit() function 213 static inline bool hasBit(uint64_t value, uint32_t n) { return value & valueForBit(n); } in hasBit() function
|
/aosp_15_r20/prebuilts/vndk/v31/arm/include/system/core/libutils/include/utils/ |
D | BitSet.h | 67 inline bool hasBit(uint32_t n) const { return hasBit(value, n); } in hasBit() function 69 static inline bool hasBit(uint32_t value, uint32_t n) { return value & valueForBit(n); } in hasBit() function 211 inline bool hasBit(uint32_t n) const { return hasBit(value, n); } in hasBit() function 213 static inline bool hasBit(uint64_t value, uint32_t n) { return value & valueForBit(n); } in hasBit() function
|
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/system/core/libutils/include/utils/ |
D | BitSet.h | 67 inline bool hasBit(uint32_t n) const { return hasBit(value, n); } in hasBit() function 69 static inline bool hasBit(uint32_t value, uint32_t n) { return value & valueForBit(n); } in hasBit() function 211 inline bool hasBit(uint32_t n) const { return hasBit(value, n); } in hasBit() function 213 static inline bool hasBit(uint64_t value, uint32_t n) { return value & valueForBit(n); } in hasBit() function
|
/aosp_15_r20/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/base/ |
H A D | BitStreamReader.java | 52 public boolean hasBit() { in hasBit() method in BitStreamReader
|
/aosp_15_r20/packages/apps/DocumentsUI/src/com/android/documentsui/base/ |
D | Events.java | 59 private static boolean hasBit(int metaState, int bit) { in hasBit() method in Events
|
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
H A D | NativeBitSet64.java | 54 boolean hasBit(int n) { in hasBit() method in NativeBitSet64
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/ |
D | TestIntrospectionControl.cpp | 336 bool hasBit(Success mask, Success bit) { in hasBit() function
|