Home
last modified time | relevance | path

Searched refs:bits (Results 1 – 18 of 18) sorted by relevance

/development/ndk/platforms/android-9/arch-x86/include/asm/
Dio_apic_32.h35 } __attribute__ ((packed)) bits; member
47 } __attribute__ ((packed)) bits; member
57 } __attribute__ ((packed)) bits; member
66 } __attribute__ ((packed)) bits; member
Dprocessor_32.h262 unsigned int bits[0]; member
/development/samples/ApiDemos/src/com/example/android/apis/view/
DSystemUIModes.java118 final int bits = WindowManager.LayoutParams.FLAG_FULLSCREEN; in setFullscreen() local
120 winParams.flags |= bits; in setFullscreen()
122 winParams.flags &= ~bits; in setFullscreen()
130 final int bits = WindowManager.LayoutParams.FLAG_LAYOUT_IN_OVERSCAN; in setOverscan() local
132 winParams.flags |= bits; in setOverscan()
134 winParams.flags &= ~bits; in setOverscan()
142 final int bits = WindowManager.LayoutParams.FLAG_TRANSLUCENT_STATUS; in setTranslucentStatus() local
144 winParams.flags |= bits; in setTranslucentStatus()
146 winParams.flags &= ~bits; in setTranslucentStatus()
154 final int bits = WindowManager.LayoutParams.FLAG_TRANSLUCENT_NAVIGATION; in setTranslucentNavigation() local
[all …]
/development/ndk/platforms/android-3/include/linux/
Dnodemask.h20 typedef struct { DECLARE_BITMAP(bits, MAX_NUMNODES); } nodemask_t;
26 #define node_isset(node, nodemask) test_bit((node), (nodemask).bits)
43 …_unused_nodemask_arg_) m; if (sizeof(m) == sizeof(unsigned long)) { m.bits[0] = 1UL<<(node); …
52 #define nodes_addr(src) ((src).bits)
83 #define node_set_online(node) set_bit((node), node_online_map.bits)
84 #define node_set_offline(node) clear_bit((node), node_online_map.bits)
Dcpumask.h19 typedef struct { DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t;
25 #define cpu_isset(cpu, cpumask) test_bit((cpu), (cpumask).bits)
42 …(_unused_cpumask_arg_) m; if (sizeof(m) == sizeof(unsigned long)) { m.bits[0] = 1UL<<(cpu); …
51 #define cpus_addr(src) ((src).bits)
Dtelephony.h167 struct phone_except bits; member
/development/samples/BrokenKeyDerivation/src/com/example/android/brokenkeyderivation/
DInsecureSHA1PRNGKeyDerivator.java282 long bits; // number of bits required by Secure Hash Standard in nextBytes() local
325 bits = (seedLength << 3) + 64; // transforming # of bytes into # of bits in nextBytes()
330 seed[14] = (int) (bits >>> 32); in nextBytes()
331 seed[15] = (int) (bits & 0xFFFFFFFF); in nextBytes()
333 copies[EXTRAFRAME_OFFSET + 14] = (int) (bits >>> 32); in nextBytes()
334 copies[EXTRAFRAME_OFFSET + 15] = (int) (bits & 0xFFFFFFFF); in nextBytes()
/development/ndk/platforms/android-9/include/android/
Dnative_window.h53 void* bits; member
/development/ndk/platforms/android-14/include/android/
Dnative_window.h53 void* bits; member
/development/ndk/platforms/android-21/include/linux/
Dhdlcdrv.h69 unsigned char bits; member
Dtelephony.h186 struct phone_except bits; member
/development/build/tools/
Dmk_sdk_repo_xml.sh155 Archive.HostBits host-bits 1
156 Archive.JvmBits jvm-bits 1
/development/ndk/platforms/android-3/include/
Dzlib.h654 int bits,
800 int bits,
/development/scripts/
Dsymbol.py339 def GetAbiFromToolchain(toolchain_var, bits): argument
349 elif bits == 64:
/development/ndk/platforms/android-21/arch-x86/include/asm/
Dkvm.h104 __u64 bits; member
/development/ndk/platforms/android-21/arch-x86_64/include/asm/
Dkvm.h104 __u64 bits; member
/development/ndk/platforms/android-9/samples/native-plasma/jni/
Dplasma.c203 void* pixels = buffer->bits; in fill_plasma()
/development/tools/checkstyle/
Dcheckstyle.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml sun_checks.xml com/ ...