HomeSort by relevance Sort by last modified time
    Searched defs:arg (Results 426 - 450 of 2574) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/linux/
ion.h 65 unsigned long arg; member in struct:ion_custom_data
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/linux/
ion.h 65 unsigned long arg; member in struct:ion_custom_data
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/linux/
ion.h 65 unsigned long arg; member in struct:ion_custom_data
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/linux/
ion.h 65 unsigned long arg; member in struct:ion_custom_data
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/
ion.h 65 unsigned long arg; member in struct:ion_custom_data
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/
ion.h 65 unsigned long arg; member in struct:ion_custom_data
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/
ion.h 65 unsigned long arg; member in struct:ion_custom_data
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/
ion.h 65 unsigned long arg; member in struct:ion_custom_data
  /prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/linux/
moduleparam.h 45 void *arg; member in struct:kernel_param
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)
  /prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/linux/
moduleparam.h 45 void *arg; member in struct:kernel_param
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)
  /prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/linux/
moduleparam.h 45 void *arg; member in struct:kernel_param
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)
  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/linux/
moduleparam.h 45 void *arg; member in struct:kernel_param
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)
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/linux/
moduleparam.h 45 void *arg; member in struct:kernel_param
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)
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/
moduleparam.h 45 void *arg; member in struct:kernel_param
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)
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/
moduleparam.h 45 void *arg; member in struct:kernel_param
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)
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/
HierarchyViewer.java 119 String arg = args[i]; local
120 if ("--help".equalsIgnoreCase(arg)) {
128 } else if ("--no-profiling".equalsIgnoreCase(arg)) {
130 } else if ("--devices".equalsIgnoreCase(arg)) {
133 } else if ("--psd".equalsIgnoreCase(arg)) {
  /system/core/libion/kernel-headers/linux/
ion.h 65 unsigned long arg; member in struct:ion_custom_data
  /system/core/libion/original-kernel-headers/linux/
ion.h 120 * @arg: additional data to pass to the custom ioctl, typically a user
123 * This works just like the regular cmd and arg fields of an ioctl.
127 unsigned long arg; member in struct:ion_custom_data
  /system/core/toolbox/upstream-netbsd/bin/dd/
args.c 85 static const struct arg { struct
115 struct arg *ap, tmp;
116 char *oper, *arg; local
127 if ((arg = strchr(oper, '=')) == NULL) {
131 *arg++ = '\0';
132 if (!*arg) {
149 ap->f(arg);
212 return (strcmp(((const struct arg *)a)->name,
213 ((const struct arg *)b)->name));
217 f_bs(char *arg)
    [all...]
  /system/netd/server/
NetdConstants.cpp 77 const char* arg; local
83 arg = va_arg(args, const char *);
84 argsList.push_back(arg);
85 } while (arg);
  /toolchain/binutils/binutils-2.25/ld/
ldmisc.c 67 vfinfo (FILE *fp, const char *fmt, va_list arg, bfd_boolean is_warning)
100 bfd_vma value = va_arg (arg, bfd_vma);
110 bfd_vma value = va_arg (arg, bfd_vma);
129 value = va_arg (arg, bfd_vma);
148 const char *name = va_arg (arg, const char *);
175 asection *sec = va_arg (arg, asection *);
199 bfd *abfd = va_arg (arg, bfd *);
231 i = va_arg (arg, lang_input_statement_type *);
246 etree_type *tp = va_arg (arg, etree_type *);
262 arelent *relent = va_arg (arg, arelent *)
448 va_list arg; local
460 va_list arg; local
482 va_list arg; local
508 va_list arg; local
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
argv.c 154 then buildarg returns an argument vector that has one arg, a null
165 work, since the extracted arg is never larger than the input string.
167 The argument vector is always kept terminated with a @code{NULL} arg
175 char *arg; local
211 /* Begin scanning arg */
212 arg = copybuf;
224 *arg++ = *input;
238 *arg++ = *input;
249 *arg++ = *input;
264 *arg++ = *input
306 const char *arg = *argv; local
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
jFormatString.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/jFormatString/2.0.1/
jFormatString-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/jFormatString/3.0.0/
jFormatString-3.0.0.jar 

Completed in 3816 milliseconds

<<11121314151617181920>>