HomeSort by relevance Sort by last modified time
    Searched refs:PARAMS (Results 26 - 50 of 56) sorted by null

12 3

  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.8/include/
ansidecl.h 41 PARAMS ((prototype))
46 char *strcpy PARAMS ((char *dest, char *source));
57 PARAMS to declare the function, VPARAMS to define it. For example:
59 int printf PARAMS ((const char *format, ...));
157 /* PARAMS is often defined elsewhere (e.g. by libintl.h), so wrap it in
159 #ifndef PARAMS
160 #define PARAMS(ARGS) ARGS
213 #define PARAMS(args) ()
  /ndk/sources/host-tools/make-3.81/
ar.c 28 extern long int ar_scan PARAMS ((char *archive, long int (*function) (), intptr_t arg));
29 extern int ar_name_equal PARAMS ((char *name, char *mem, int truncated));
31 extern int ar_member_touch PARAMS ((char *arname, char *memname));
76 static long int ar_member_date_1 PARAMS ((int desc, char *mem, int truncated, long int hdrpos,
main.c 59 extern void init_dir PARAMS ((void));
60 extern void remote_setup PARAMS ((void));
61 extern void remote_cleanup PARAMS ((void));
62 extern RETSIGTYPE fatal_error_signal PARAMS ((int sig));
64 extern void print_variable_data_base PARAMS ((void));
65 extern void print_dir_data_base PARAMS ((void));
66 extern void print_rule_data_base PARAMS ((void));
67 extern void print_file_data_base PARAMS ((void));
68 extern void print_vpath_data_base PARAMS ((void));
79 extern void exit PARAMS ((int)) __attribute__ ((noreturn))
    [all...]
job.c 101 static void vmsWaitForChildren PARAMS ((int *));
189 extern char *allocated_variable_expand_for_file PARAMS ((char *line, struct file *file));
191 extern int getloadavg PARAMS ((double loadavg[], int nelem));
192 extern int start_remote_job PARAMS ((char **argv, char **envp, int stdin_fd,
194 extern int start_remote_job_p PARAMS ((int));
195 extern int remote_status PARAMS ((int *exit_code_ptr, int *signal_ptr,
198 RETSIGTYPE child_handler PARAMS ((int));
199 static void free_child PARAMS ((struct child *));
200 static void start_job_command PARAMS ((struct child *child));
201 static int load_too_high PARAMS ((void))
    [all...]
remake.c 42 extern int try_implicit_rule PARAMS ((struct file *file, unsigned int depth));
63 static int update_file PARAMS ((struct file *file, unsigned int depth));
64 static int update_file_1 PARAMS ((struct file *file, unsigned int depth));
65 static int check_dep PARAMS ((struct file *file, unsigned int depth, FILE_TIMESTAMP this_mtime, int *must_make_ptr));
66 static int touch_file PARAMS ((struct file *file));
67 static void remake_file PARAMS ((struct file *file));
68 static FILE_TIMESTAMP name_mtime PARAMS ((char *name));
69 static int library_search PARAMS ((char **lib, FILE_TIMESTAMP *mtime_ptr));
    [all...]
read.c 40 struct passwd *getpwnam PARAMS ((char *name));
126 static int eval_makefile PARAMS ((char *filename, int flags));
127 static int eval PARAMS ((struct ebuffer *buffer, int flags));
129 static long readline PARAMS ((struct ebuffer *ebuf));
130 static void do_define PARAMS ((char *name, unsigned int namelen,
133 static int conditional_line PARAMS ((char *line, int len, const struct floc *flocp));
134 static void record_files PARAMS ((struct nameseq *filenames, char *pattern, char *pattern_percent,
138 static void record_target_var PARAMS ((struct nameseq *filenames, char *defn,
142 static enum make_word_type get_next_mword PARAMS ((char *buffer, char *delim,
144 static void remove_comments PARAMS ((char *line))
    [all...]
dir.c 26 extern char *vmsify PARAMS ((char *name, int type));
417 static int dir_contents_file_exists_p PARAMS ((struct directory_contents *dir, char *filename));
418 static struct directory *find_directory PARAMS ((char *name));
1105 static __ptr_t open_dirstream PARAMS ((const char *));
1106 static struct dirent *read_dirstream PARAMS ((__ptr_t));
1193 extern int stat PARAMS ((const char *path, struct stat *sbuf));
expand.c 97 static char *allocated_variable_append PARAMS ((const struct variable *v));
vpath.c 52 static int selective_vpath_search PARAMS ((struct vpath *path, char **file, FILE_TIMESTAMP *mtime_ptr));
arscan.c 138 ar_scan (char *archive, long int (*function) PARAMS ((void)), intptr_t arg)
commands.c 36 extern int remote_kill PARAMS ((int id, int sig));
rule.c 27 static void freerule PARAMS ((struct rule *rule, struct rule *lastrule));
vmsjobs.c 24 extern char *vmsify PARAMS ((char *name, int type));
implicit.c 29 pattern_search PARAMS ((struct file *file, int archive,
function.c 39 char *(*func_ptr) PARAMS ((char *output, char **argv, const char *fname));
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
program_parse.tab.h 93 PARAMS = 311,
201 #define PARAMS 311
program_parse.tab.c 278 PARAMS = 311,
386 #define PARAMS 311
    [all...]
  /external/iproute2/examples/
cbq.init-v0.7.3 882 TIMESPEC=${timerule%%;*}; PARAMS=${timerule##*;}
902 ### If the time matches, remember params and set MATCH flag
904 TMP_RATE=${PARAMS%%/*}; PARAMS=${PARAMS#*/}
905 TMP_WGHT=${PARAMS%%/*}; TMP_PEAK=${PARAMS##*/}
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
libiberty.h 88 extern void expandargv PARAMS ((int *, char ***));
92 extern int writeargv PARAMS ((char **, FILE *));
  /external/chromium_org/tools/grit/grit/gather/
tr_html.py 14 <a [PARAMS]>blabla</a> (not parseable because attributes are invalid)
  /external/chromium_org/base/android/jni_generator/
jni_generator.py 51 self.params = kwargs['params']
52 if self.params:
53 assert type(self.params) is list
54 assert type(self.params[0]) is Param
55 if (self.params and
56 self.params[0].datatype == kwargs.get('ptr_type', 'int') and
57 self.params[0].name.startswith('native')):
59 self.p0_type = self.params[0].name[len('native'):]
77 self.params = kwargs['params'
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
program_lexer.l 291 {dot}params { return PARAMS; }
program_parse.y 181 %token PALETTE PARAMS PLANE POINT_TOK POINTSIZE POSITION PRIMARY PROGRAM PROJECTION
    [all...]
  /external/mesa3d/src/mesa/program/
program_lexer.l 291 {dot}params { return PARAMS; }
program_parse.y 181 %token PALETTE PARAMS PLANE POINT_TOK POINTSIZE POSITION PRIMARY PROGRAM PROJECTION
    [all...]

Completed in 815 milliseconds

12 3