Searched defs:S_IXGRP (Results 1 - 13 of 13) sorted by relevance

/external/syslinux/com32/include/sys/
H A Dstat.h37 #define S_IXGRP 00010 macro
/external/python/cpython2/Lib/
H A Dstat.py77 S_IXGRP = 00010 variable
/external/kernel-headers/original/uapi/linux/
H A Dstat.h37 #define S_IXGRP 00010 macro
/external/python/cpython3/Lib/
H A Dstat.py90 S_IXGRP = 0o0010 # execute by group variable
128 ((S_IXGRP|S_ISGID, "s"),
130 (S_IXGRP, "x")),
/external/python/cpython3/Modules/
H A D_stat.c177 #ifndef S_IXGRP
178 # define S_IXGRP 00010 macro
379 buf[5] = mode & S_IXGRP ? 's' : 'S';
381 buf[5] = mode & S_IXGRP ? 'x' : '-';
457 S_IXGRP: execute by group\n\
543 if (PyModule_AddIntMacro(m, S_IXGRP)) return NULL;
/external/python/cpython2/Lib/plat-atheos/
H A DIN.py602 S_IXGRP = 00010 variable
611 S_IXUGO = (S_IXUSR|S_IXGRP|S_IXOTH)
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 133 milliseconds