Searched defs:set (Results 1 - 24 of 24) sorted by relevance

/development/ndk/platforms/android-3/include/linux/
H A Dxattr.h39 int (*set)(struct inode *inode, const char *name, const void *buffer, member in struct:xattr_handler
H A Dmoduleparam.h43 param_set_fn set; member in struct:kernel_param
57 param_set_fn set; member in struct:kparam_array
63 #define __module_param_call(prefix, name, set, get, arg, perm) static char __param_str_##name[] = prefix #name; static struct kernel_param const __param_##name __attribute_used__ __attribute__ ((unused,__section__ ("__param"),aligned(sizeof(void *)))) = { __param_str_##name, perm, set, get, arg }
65 #define module_param_call(name, set, get, arg, perm) __module_param_call(MODULE_PARAM_PREFIX, name, set, get, arg, perm)
H A Dproc_fs.h53 void *set; member in struct:proc_dir_entry
H A Dfb.h339 __u16 set; member in struct:fb_cursor
/development/ndk/platforms/android-3/include/
H A Dsignal.h50 * architectures except for the 'mips' one which set it to 128.
58 static __inline__ int sigismember(sigset_t *set, int signum) argument
60 unsigned long *local_set = (unsigned long *)set;
66 static __inline__ int sigaddset(sigset_t *set, int signum) argument
68 unsigned long *local_set = (unsigned long *)set;
75 static __inline__ int sigdelset(sigset_t *set, int signum) argument
77 unsigned long *local_set = (unsigned long *)set;
84 static __inline__ int sigemptyset(sigset_t *set) argument
86 memset(set, 0, sizeof *set);
90 sigfillset(sigset_t *set) argument
[all...]
/development/ndk/platforms/android-8/include/
H A Dsignal.h51 * architectures except for the 'mips' one which set it to 128.
60 static __inline__ int sigismember(sigset_t *set, int signum) argument
62 unsigned long *local_set = (unsigned long *)set;
68 static __inline__ int sigaddset(sigset_t *set, int signum) argument
70 unsigned long *local_set = (unsigned long *)set;
77 static __inline__ int sigdelset(sigset_t *set, int signum) argument
79 unsigned long *local_set = (unsigned long *)set;
86 static __inline__ int sigemptyset(sigset_t *set) argument
88 memset(set, 0, sizeof *set);
92 sigfillset(sigset_t *set) argument
[all...]
/development/ndk/sources/android/libportable/common/include/
H A Dsignal_portable.h57 * architectures except for the 'mips' one which set it to 128.
67 static __inline__ int WRAP(sigismember)(sigset_portable_t *set, int signum) argument
69 unsigned long *local_set = (unsigned long *)set;
75 static __inline__ int WRAP(sigaddset)(sigset_portable_t *set, int signum) argument
77 unsigned long *local_set = (unsigned long *)set;
84 static __inline__ int WRAP(sigdelset)(sigset_portable_t *set, int signum) argument
86 unsigned long *local_set = (unsigned long *)set;
93 static __inline__ int WRAP(sigemptyset)(sigset_portable_t *set) argument
95 memset(set, 0, sizeof *set);
99 sigfillset(sigset_portable_t *set) argument
[all...]
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
H A DGrid.java95 void set(int i, int j, float x, float y, float z, float u, float v) { method in class:Grid
/development/ide/emacs/
H A Dandroid-host.el27 ;; (global-set-key [f8] 'android-adb-sync)
48 (defun android-host-key-prefix-set (var val)
53 (custom-set-default var val))
66 :set 'android-host-key-prefix-set)
118 (set-process-sentinel proc 'android-fastboot-sentinel)))
/development/ndk/sources/android/libportable/arch-mips/
H A Dsyscall.c309 const sigset_portable_t *set; local
315 set = va_arg(ap, sigset_portable_t *);
320 ret = WRAP(__rt_sigprocmask)(how, set, oset, sigsetsize);
327 const sigset_portable_t *set; local
333 set = va_arg(ap, sigset_portable_t *);
339 ret = WRAP(__rt_sigtimedwait)(set, info, timeout, sigsetsize);
/development/samples/USB/AdbTest/src/com/android/adb/
H A DAdbMessage.java51 public void set(int command, int arg0, int arg1, byte[] data) { method in class:AdbMessage
63 public void set(int command, int arg0, int arg1) { method in class:AdbMessage
64 set(command, arg0, arg1, (byte[])null);
66 public void set(int command, int arg0, int arg1, String data) { method in class:AdbMessage
69 set(command, arg0, arg1, data.getBytes());
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
H A DCubeMapActivity.java189 grid.set(i, j, x, y, z, nx, ny, nz);
317 public void set(int i, int j, float x, float y, float z, float nx, float ny, float nz) { method in class:CubeMapActivity.Grid
394 // Create our surface view and set it as the content of our
H A DMatrixPaletteRenderer.java150 public void set(int i, int j, float x, float y, float z, method in class:MatrixPaletteRenderer.Grid
374 * be set when the viewport is resized.
401 grid.set(i, j, x, y, z, u, v, w0, w1, 0, 1);
/development/samples/training/bitmapfun/src/com/example/android/bitmapfun/util/
H A DDiskLruCache.java73 * journal so space-sensitive applications should set a conservative limit.
80 * supply a full set of values; the empty value should be used as a
87 * or {@link Editor#abort}. Committing is atomic: a read observes the full set
826 public void set(int index, String value) throws IOException { method in class:DiskLruCache.Editor
/development/samples/training/basic/ActivityLifecycle/libs/
H A Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v13/ android/support/v13/app/ ...
/development/samples/training/multiscreen/newsreader/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/content/ ...
/development/samples/training/AnimationsDemo/libs/
H A Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v13/ android/support/v13/app/ ...
/development/samples/training/InteractiveChart/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/app/ ...
/development/samples/training/basic/FragmentBasics/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/development/samples/training/bitmapfun/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/app/ ...
/development/samples/training/location-aware/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/development/samples/training/ContactsList/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/development/samples/training/EffectiveNavigation/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/development/samples/training/NavigationDrawer/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/util/ ...

Completed in 1077 milliseconds