Home
last modified time | relevance | path

Searched refs:st (Results 1 – 7 of 7) sorted by relevance

/development/ndk/platforms/android-21/arch-x86_64/include/asm/
Dstat.h50 #define INIT_STRUCT_STAT_PADDING(st) do { st.__unused4 = 0; st.__unused5 = 0; } while (0) argument
79 …efine INIT_STRUCT_STAT64_PADDING(st) do { memset(&st.__pad0, 0, sizeof(st.__pad0)); memset(&st argument
106 #define INIT_STRUCT_STAT_PADDING(st) do { st.__pad0 = 0; st.__linux_unused[0] = 0; st.__linux… argument
/development/ndk/platforms/android-21/arch-x86/include/asm/
Dstat.h50 #define INIT_STRUCT_STAT_PADDING(st) do { st.__unused4 = 0; st.__unused5 = 0; } while (0) argument
79 …efine INIT_STRUCT_STAT64_PADDING(st) do { memset(&st.__pad0, 0, sizeof(st.__pad0)); memset(&st argument
106 #define INIT_STRUCT_STAT_PADDING(st) do { st.__pad0 = 0; st.__linux_unused[0] = 0; st.__linux… argument
/development/ndk/platforms/android-9/arch-mips/include/asm/
Dcmpxchg.h24st, m, old, new) ({ __typeof(*(m)) __ret; if (cpu_has_llsc && R10000_LLSC_WAR) { __asm__ … argument
/development/apps/Development/src/com/android/development/
DBadBehaviorActivity.java104 public boolean appCrashed(String proc, int pid, String m, String m2, long time, String st) { in appCrashed() argument
112 public int appNotResponding(String proc, int pid, String st) { in appNotResponding() argument
/development/ndk/platforms/android-21/include/linux/dvb/
Dfrontend.h476 struct dtv_fe_stats st; member
/development/ndk/platforms/android-21/include/linux/
Dfuse.h345 struct fuse_kstatfs st; member
/development/vndk/tools/definition-tool/
Dvndk_definition_tool.py452 st = os.fstat(f.fileno())
453 if not st.st_size:
455 with mmap(f.fileno(), st.st_size, access=ACCESS_READ) as image: