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

1 2

  /toolchain/binutils/binutils-2.25/intl/
hash-string.h 21 #ifndef PARAMS
23 # define PARAMS(Args) Args
25 # define PARAMS(Args) ()
36 static unsigned long int hash_string PARAMS ((const char *__str_param));
gettextP.h 39 #ifndef PARAMS
41 # define PARAMS(args) args
43 # define PARAMS(args) ()
162 const char *_nl_locale_name PARAMS ((int category, const char *categoryname));
165 struct loaded_l10nfile *_nl_find_domain PARAMS ((const char *__dirname,
170 void _nl_load_domain PARAMS ((struct loaded_l10nfile *__domain,
173 void _nl_unload_domain PARAMS ((struct loaded_domain *__domain))
175 const char *_nl_init_domain_conv PARAMS ((struct loaded_l10nfile *__domain_file,
179 void _nl_free_domain_conv PARAMS ((struct loaded_domain *__domain))
182 char *_nl_find_msg PARAMS ((struct loaded_l10nfile *domain_file
    [all...]
loadinfo.h 35 #ifndef PARAMS
37 # define PARAMS(args) args
39 # define PARAMS(args) ()
92 extern const char *_nl_normalize_codeset PARAMS ((const char *codeset,
110 _nl_make_l10nflist PARAMS ((struct loaded_l10nfile **l10nfile_list,
122 extern const char *_nl_expand_alias PARAMS ((const char *name));
142 extern int _nl_explode_name PARAMS ((char *name, const char **language,
154 extern char *_nl_find_language PARAMS ((const char *name));
plural-exp.h 23 #ifndef PARAMS
25 # define PARAMS(args) args
27 # define PARAMS(args) ()
112 extern void FREE_EXPRESSION PARAMS ((struct expression *exp))
114 extern int PLURAL_PARSE PARAMS ((void *arg));
116 extern void EXTRACT_PLURAL_EXPRESSION PARAMS ((const char *nullentry,
122 extern unsigned long int plural_eval PARAMS ((struct expression *pexp,
plural.y 57 static struct expression *new_exp PARAMS ((int nargs, enum operator op,
59 static inline struct expression *new_exp_0 PARAMS ((enum operator op));
60 static inline struct expression *new_exp_1 PARAMS ((enum operator op,
62 static struct expression *new_exp_2 PARAMS ((enum operator op,
65 static inline struct expression *new_exp_3 PARAMS ((enum operator op,
69 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
70 static void yyerror PARAMS ((const char *str));
localealias.c 143 static size_t read_alias_file PARAMS ((const char *fname, int fname_len))
145 static int extend_alias_table PARAMS ((void));
146 static int alias_compare PARAMS ((const struct alias_map *map1,
175 (int (*) PARAMS ((const void *,
364 (int (*) PARAMS ((const void *, const void *))) alias_compare);
eval-plural.h 24 STATIC unsigned long int plural_eval PARAMS ((struct expression *pexp,
l10nflist.c 61 static char *stpcpy PARAMS ((char *dest, const char *src));
87 static size_t argz_count__ PARAMS ((const char *argz, size_t len));
115 static void argz_stringify__ PARAMS ((char *argz, size_t len, int sep));
142 static char *argz_next__ PARAMS ((char *argz, size_t argz_len,
170 static int pop PARAMS ((int x));
plural.c 78 static struct expression *new_exp PARAMS ((int nargs, enum operator op,
80 static inline struct expression *new_exp_0 PARAMS ((enum operator op));
81 static inline struct expression *new_exp_1 PARAMS ((enum operator op,
83 static struct expression *new_exp_2 PARAMS ((enum operator op,
86 static inline struct expression *new_exp_3 PARAMS ((enum operator op,
90 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
91 static void yyerror PARAMS ((const char *str));
    [all...]
  /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...]
  /prebuilts/qemu-kernel/arm/
rebuild.sh 128 PARAMS=""
159 if [ -z "$PARAMS" ] ; then
160 PARAMS="$opt"
162 PARAMS="$PARAMS $opt"
208 set_parameters $PARAMS
  /frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
MLand.java 85 private static class Params {
101 public Params(Resources res) {
174 private static Params PARAMS;
196 PARAMS = new Params(getResources());
334 float x = (mWidth - (N-1) * PARAMS.PLAYER_SIZE) / 2;
338 x += PARAMS.PLAYER_SIZE;
471 //s.setTranslationZ(PARAMS.SCENERY_Z * (1+s.z));
475 s.h = irand(PARAMS.BUILDING_HEIGHT_MIN, mh)
    [all...]
  /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/junit-params/src/main/java/junitparams/naming/
MacroSubstitutionNamingStrategy.java 79 case PARAMS: return Utils.stringify(parameters);
114 PARAMS,
127 Macro.INDEX.toString(), Macro.PARAMS.toString(), Macro.METHOD.toString())
  /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/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) ()
  /external/xmlrpcpp/src/
XmlRpcServerConnection.h 36 static const std::string PARAMS;
61 std::string parseRequest(XmlRpcValue& params);
63 // Execute a named method with the specified params.
64 bool executeMethod(const std::string& methodName, XmlRpcValue& params, XmlRpcValue& result);
67 bool executeMulticall(const std::string& methodName, XmlRpcValue& params, XmlRpcValue& result);
XmlRpcServerConnection.cpp 15 const char XmlRpcServerConnection::PARAMS_TAG[] = "<params>";
16 const char XmlRpcServerConnection::PARAMS_ETAG[] = "</params>";
22 const std::string XmlRpcServerConnection::PARAMS = "params";
209 XmlRpcValue params, resultValue; local
210 std::string methodName = parseRequest(params);
216 if ( ! executeMethod(methodName, params, resultValue) &&
217 ! executeMulticall(methodName, params, resultValue))
231 XmlRpcServerConnection::parseRequest(XmlRpcValue& params)
243 params[nArgs++] = XmlRpcValue(_request, &offset)
    [all...]
  /cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/
DeviceEvent.java 309 private final Field PARAMS;
321 PARAMS = getField(EventTableConstants.EXTRAS);
329 PARAMS.putString(values, event.paramsString);
344 PARAMS.getString(cursor),
  /external/iproute2/examples/
cbq.init-v0.7.3 881 TIMESPEC=${timerule%%;*}; PARAMS=${timerule##*;}
901 ### If the time matches, remember params and set MATCH flag
903 TMP_RATE=${PARAMS%%/*}; PARAMS=${PARAMS#*/}
904 TMP_WGHT=${PARAMS%%/*}; TMP_PEAK=${PARAMS##*/}
    [all...]
  /toolchain/binutils/binutils-2.25/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) ()
  /libcore/ojluni/src/main/java/sun/security/x509/
CRLExtensions.java 109 private static final Class[] PARAMS = {Boolean.class, Object.class};
122 Constructor<?> cons = extClass.getConstructor(PARAMS);
CertificateExtensions.java 92 private static Class[] PARAMS = {Boolean.class, Object.class};
108 Constructor<?> cons = extClass.getConstructor(PARAMS);
  /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/task/
DownloadPackageTaskTest.java 77 private static final ProvisioningParams PARAMS = new ProvisioningParams.Builder()
96 PARAMS,

Completed in 364 milliseconds

1 2