HomeSort by relevance Sort by last modified time
    Searched defs:PARAMS (Results 1 - 23 of 23) sorted by null

  /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));
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));
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...]
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,
  /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...]
  /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...]
  /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())
  /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),
  /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,
  /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) ()
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/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) ()
  /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) ()
  /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/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 
  /prebuilts/misc/common/robolectric/lib/
ant-1.8.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 

Completed in 2660 milliseconds