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

1 2 3

  /ndk/sources/host-tools/make-3.81/
amiga.h 18 extern int MyExecute PARAMS ((char ** argv));
19 extern char * wildcard_expansion PARAMS ((char * wc, char * o));
commands.h 38 extern void execute_file_commands PARAMS ((struct file *file));
39 extern void print_commands PARAMS ((struct commands *cmds));
40 extern void delete_child_targets PARAMS ((struct child *child));
41 extern void chop_commands PARAMS ((struct commands *cmds));
42 extern void set_file_variables PARAMS ((struct file *file));
dep.h 58 extern struct nameseq *multi_glob PARAMS ((struct nameseq *chain, unsigned int size));
62 extern struct nameseq *parse_file_seq PARAMS ((char **stringp, int stopchar, unsigned int size, int strip));
64 extern char *tilde_expand PARAMS ((char *name));
67 extern struct nameseq *ar_glob PARAMS ((char *arname, char *member_pattern, unsigned int size));
77 extern struct dep *alloc_dep PARAMS ((void));
78 extern void free_dep PARAMS ((struct dep *d));
79 extern struct dep *copy_dep_chain PARAMS ((const struct dep *d));
80 extern void free_dep_chain PARAMS ((struct dep *d));
81 extern void free_ns_chain PARAMS ((struct nameseq *n));
82 extern struct dep *read_all_makefiles PARAMS ((char **makefiles))
    [all...]
variable.h 112 extern char *variable_buffer_output PARAMS ((char *ptr, char *string, unsigned int length));
113 extern char *variable_expand PARAMS ((char *line));
114 extern char *variable_expand_for_file PARAMS ((char *line, struct file *file));
115 extern char *allocated_variable_expand_for_file PARAMS ((char *line, struct file *file));
118 extern char *expand_argument PARAMS ((const char *str, const char *end));
119 extern char *variable_expand_string PARAMS ((char *line, char *string,
121 extern void install_variable_buffer PARAMS ((char **bufp, unsigned int *lenp));
122 extern void restore_variable_buffer PARAMS ((char *buf, unsigned int len));
125 extern int handle_function PARAMS ((char **op, char **stringp));
126 extern int pattern_matches PARAMS ((char *pattern, char *percent, char *str))
    [all...]
job.h 69 extern void new_job PARAMS ((struct file *file));
70 extern void reap_children PARAMS ((int block, int err));
71 extern void start_waiting_jobs PARAMS ((void));
73 extern char **construct_command_argv PARAMS ((char *line, char **restp, struct file *file, char** batch_file));
75 extern int child_execute_job PARAMS ((char *argv, struct child *child));
77 extern int child_execute_job PARAMS ((int stdin_fd, int stdout_fd, char **argv, char **envp));
79 extern void child_execute_job PARAMS ((int stdin_fd, int stdout_fd, char **argv, char **envp));
82 extern void exec_command PARAMS ((char **argv));
84 extern int exec_command PARAMS ((char **argv, char **envp));
86 extern void exec_command PARAMS ((char **argv, char **envp))
    [all...]
rule.h 52 extern void install_pattern_rule PARAMS ((struct pspec *p, int terminal));
53 extern int new_pattern_rule PARAMS ((struct rule *rule, int override));
54 extern void count_implicit_rule_limits PARAMS ((void));
55 extern void convert_to_pattern PARAMS ((void));
56 extern void create_pattern_rule PARAMS ((char **targets,
make.h 44 # undef PARAMS
45 # define PARAMS(protos) protos
47 # undef PARAMS
48 # define PARAMS(protos) ()
154 extern unsigned int get_path_max PARAMS ((void));
230 extern char *malloc PARAMS ((int));
231 extern char *realloc PARAMS ((char *, int));
232 extern void free PARAMS ((char *));
234 extern void abort PARAMS ((void)) __attribute__ ((noreturn));
235 extern void exit PARAMS ((int)) __attribute__ ((noreturn))
    [all...]
filedef.h 104 extern struct file *lookup_file PARAMS ((char *name));
105 extern struct file *enter_file PARAMS ((char *name));
106 extern struct dep *parse_prereqs PARAMS ((char *prereqs));
107 extern void remove_intermediates PARAMS ((int sig));
108 extern void snap_deps PARAMS ((void));
109 extern void rename_file PARAMS ((struct file *file, char *name));
110 extern void rehash_file PARAMS ((struct file *file, char *name));
111 extern void set_command_state PARAMS ((struct file *file, enum cmd_state state));
112 extern void notice_finished_file PARAMS ((struct file *file));
113 extern void init_hash_files PARAMS ((void))
    [all...]
vmsdir.h 70 extern DIR *opendir PARAMS (());
71 extern struct direct *readdir PARAMS ((DIR *dfd));
73 extern int closedir PARAMS ((DIR *dfd));
74 extern char *vmsify PARAMS ((char *name, int type));
config.h-vms 413 #undef PARAMS
414 #define PARAMS(protos) protos
416 #undef PARAMS
417 #define PARAMS(protos) ()
  /external/e2fsprogs/intl/
libgettext.h 46 #ifndef PARAMS
48 # define PARAMS(args) args
50 # define PARAMS(args) ()
94 extern char *gettext PARAMS ((const char *__msgid));
95 extern char *gettext__ PARAMS ((const char *__msgid));
99 extern char *dgettext PARAMS ((const char *__domainname, const char *__msgid));
100 extern char *dgettext__ PARAMS ((const char *__domainname,
105 extern char *dcgettext PARAMS ((const char *__domainname, const char *__msgid,
107 extern char *dcgettext__ PARAMS ((const char *__domainname,
114 extern char *textdomain PARAMS ((const char *__domainname))
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
LLand.java 77 private static class Params {
93 public Params(Resources res) {
149 private static Params PARAMS;
162 PARAMS = new Params(getResources());
179 tv.setTranslationZ(PARAMS.HUD_Z);
275 s.setTranslationZ(PARAMS.SCENERY_Z * (1+s.z));
281 s.h = irand(PARAMS.BUILDING_HEIGHT_MIN, mh);
303 addView(mDroid, new LayoutParams(PARAMS.PLAYER_SIZE, PARAMS.PLAYER_SIZE))
    [all...]
  /prebuilts/qemu-kernel/arm/
rebuild.sh 128 PARAMS=""
159 if [ -z "$PARAMS" ] ; then
160 PARAMS="$opt"
162 PARAMS="$PARAMS $opt"
208 set_parameters $PARAMS
  /external/chromium_org/third_party/lcov/bin/
install.sh 35 local PARAMS=$3
37 install -p -D $PARAMS $SOURCE $TARGET
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
target.h 168 #define DEFHOOK(NAME, DOC, TYPE, PARAMS, INIT) TYPE (* NAME) PARAMS;
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) ()
  /external/valgrind/main/coregrind/m_demangle/
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) ()
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-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) ()
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-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) ()
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-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) ()
  /prebuilts/gcc/darwin-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) ()
  /prebuilts/gcc/linux-x86/aarch64/aarch64-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) ()
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/x86_64-linux-gnu/aarch64-linux-android/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) ()
  /prebuilts/gcc/linux-x86/arm/arm-eabi-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) ()
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-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) ()

Completed in 655 milliseconds

1 2 3