HomeSort by relevance Sort by last modified time
    Searched full:bitflags (Results 1 - 25 of 28) sorted by null

1 2

  /external/desugar/java/com/google/devtools/build/android/desugar/
BitFlags.java 19 class BitFlags {
38 private BitFlags() {}
Java7Compatibility.java 54 isInterface = BitFlags.isSet(access, Opcodes.ACC_INTERFACE);
76 && BitFlags.isSet(access, Opcodes.ACC_SYNTHETIC | Opcodes.ACC_STATIC)) {
83 || BitFlags.isSet(access, Opcodes.ACC_ABSTRACT)
140 checkArgument(BitFlags.isSet(access, Opcodes.ACC_INTERFACE));
LambdaClassFixer.java 82 checkArgument(BitFlags.noneSet(access, Opcodes.ACC_INTERFACE), "Not a class: %s", name);
104 if (name.equals("writeReplace") && BitFlags.noneSet(access, Opcodes.ACC_STATIC)
113 if (BitFlags.noneSet(access, Opcodes.ACC_ABSTRACT | Opcodes.ACC_STATIC)) {
310 checkArgument(BitFlags.isSet(access, Opcodes.ACC_INTERFACE));
355 checkArgument(BitFlags.isSet(access, Opcodes.ACC_INTERFACE));
LambdaDesugaring.java 83 isInterface = BitFlags.isSet(access, Opcodes.ACC_INTERFACE);
138 if (name.equals("$deserializeLambda$") && BitFlags.isSet(access, Opcodes.ACC_SYNTHETIC)) {
144 if (name.startsWith("lambda$") && BitFlags.isSet(access, Opcodes.ACC_SYNTHETIC)) {
145 if (!allowDefaultMethods && isInterface && BitFlags.isSet(access, Opcodes.ACC_STATIC)) {
153 if (BitFlags.isSet(access, Opcodes.ACC_PRIVATE)) {
  /external/skia/include/effects/
SkLayerDrawLooper.h 45 typedef int32_t BitFlags;
59 BitFlags fPaintBits;
  /external/kernel-headers/original/uapi/linux/
ipc.h 45 * These are passed as bitflags or-ed with the actual command
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
ipc.h 45 * These are passed as bitflags or-ed with the actual command
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
ipc.h 45 * These are passed as bitflags or-ed with the actual command
  /toolchain/binutils/binutils-2.25/gold/
debug.h 34 // The different types of debugging we support. These are bitflags.
  /external/e2fsprogs/lib/blkid/
blkidP.h 46 unsigned int bid_flags; /* Device status bitflags */
  /external/mesa3d/src/mesa/swrast/
s_span.h 44 * Special bitflags to describe span data.
s_texfilter.c 644 * Bitflags for texture border color sampling.
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
SearchRecentSuggestionsProvider.java 55 // a small set of mode bitflags in the version int.
  /external/skia/gm/
textbloblooper.cpp 110 static sk_sp<SkDrawLooper> setupLooper(SkLayerDrawLooper::BitFlags bits,
  /external/skia/src/effects/
SkLayerDrawLooper.cpp 77 BitFlags bits = info.fPaintBits;
  /prebuilts/ndk/r11/sources/android/cpufeatures/
cpu-features.h 199 * android_getCpuFeatures() will return a different set of bitflags
  /prebuilts/ndk/r13/sources/android/cpufeatures/
cpu-features.h 199 * android_getCpuFeatures() will return a different set of bitflags
  /external/vboot_reference/host/arch/x86/lib/
crossystem_arch.c 56 /* CHSW bitflags */
61 /* CMOS reboot field bitflags */
  /frameworks/base/core/java/android/content/
SearchRecentSuggestionsProvider.java 91 // a small set of mode bitflags in the version int.
  /external/libogg/doc/
framing.html 289 5 bitflags: 0x01: unset = fresh packet
  /external/libvorbis/doc/
framing.html 289 5 bitflags: 0x01: unset = fresh packet
  /external/libvncserver/rfb/
rfbproto.h 566 * Instead, it contains 2 sets of bitflags. These bitflags indicate what messages
    [all...]
  /external/libvorbis/lib/
mapping0.c 65 now redefine that to mean four bitflags that indicate use of
  /external/mesa3d/src/mesa/main/
mtypes.h 167 * Bitflags for vertex attributes.
265 * Bitflags for geometry attributes.
384 * Bitflags for fragment program input attributes.
    [all...]
  /frameworks/base/media/java/android/media/
AudioManager.java     [all...]

Completed in 746 milliseconds

1 2