HomeSort by relevance Sort by last modified time
    Searched defs:method (Results 501 - 525 of 1414) sorted by null

<<21222324252627282930>>

  /libcore/luni/src/main/java/java/util/zip/
ZipOutputStream.java 143 * stream. If the stream is already closed this method does nothing.
357 // Did this ZipEntry specify a method, or should we use the default?
358 int method = ze.getMethod(); local
359 if (method == -1) {
360 method = defaultCompressionMethod;
363 // If the method is STORED, check that the ZipEntry was configured appropriately.
364 if (method == STORED) {
395 ze.setMethod(method);
403 int flags = (method == STORED) ? 0 : ZipFile.GPBF_DATA_DESCRIPTOR_FLAG;
410 writeIntAsUint16(out, method);
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
OldGenericTypesTest.java 20 import java.lang.reflect.Method;
80 Method method = clazz.getDeclaredMethod("staticMethodGenericType", Object.class); local
81 Type[] genericParameterTypes = method.getGenericParameterTypes();
86 assertEquals(method, ((TypeVariable)parameterType).getGenericDeclaration());
93 Method method = clazz.getDeclaredMethod("hidingMethodGenericType", Object.class); local
94 Type[] genericParameterTypes = method.getGenericParameterTypes();
99 assertEquals(method, ((TypeVariable)parameterType).getGenericDeclaration());
121 Method multipleGenericTypesT = clazz.getDeclaredMethod("multipleGenericTypesT", new Class[]{Object.class} (…)
216 Method method = clazz.getDeclaredMethod("exceptionTest"); local
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/
VendorPolicyLoader.java 27 import java.lang.reflect.Method;
33 * contain a class called "com.android.email.policy.EmailPolicy" with a static public method
62 private final Method mPolicyMethod;
110 Method method = null; local
116 method = clazz.getMethod(GET_POLICY_METHOD, ARGS);
123 // Method not found -- probably not OK, but let's not crash here
126 mPolicyMethod = method;
140 * Calls the getPolicy method in the policy apk, if one exists. This method never returns null
    [all...]
  /packages/apps/Messaging/src/android/support/v7/mms/
MmsRequest.java 36 import java.lang.reflect.Method;
323 * We first try the hidden but correct method on ConnectivityManager. If we can't, use
332 // First try the good method using reflection
334 final Method method = connMgr.getClass().getMethod("requestRouteToHostAddress", local
336 if (method != null) {
337 return (Boolean) method.invoke(connMgr, TYPE_MOBILE_MMS, inetAddr);
345 final Method method = connMgr.getClass().getMethod("requestRouteToHost", local
347 if (method != null)
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
nsswitch.h 166 * ns_mtab - `nsswitch method table'
167 * An nsswitch module provides a mapping from (database name, method name)
174 nss_method method; member in struct:__anon36692
211 ns_mtab *mtab; /* method table */
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
nsswitch.h 166 * ns_mtab - `nsswitch method table'
167 * An nsswitch module provides a mapping from (database name, method name)
174 nss_method method; member in struct:__anon37046
211 ns_mtab *mtab; /* method table */
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
nsswitch.h 166 * ns_mtab - `nsswitch method table'
167 * An nsswitch module provides a mapping from (database name, method name)
174 nss_method method; member in struct:__anon37400
211 ns_mtab *mtab; /* method table */
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
nsswitch.h 166 * ns_mtab - `nsswitch method table'
167 * An nsswitch module provides a mapping from (database name, method name)
174 nss_method method; member in struct:__anon37825
211 ns_mtab *mtab; /* method table */
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
nsswitch.h 166 * ns_mtab - `nsswitch method table'
167 * An nsswitch module provides a mapping from (database name, method name)
174 nss_method method; member in struct:__anon38182
211 ns_mtab *mtab; /* method table */
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
nsswitch.h 166 * ns_mtab - `nsswitch method table'
167 * An nsswitch module provides a mapping from (database name, method name)
174 nss_method method; member in struct:__anon38612
211 ns_mtab *mtab; /* method table */
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
nsswitch.h 167 * ns_mtab - `nsswitch method table'
168 * An nsswitch module provides a mapping from (database name, method name)
175 nss_method method; member in struct:__anon38968
212 ns_mtab *mtab; /* method table */
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
nsswitch.h 167 * ns_mtab - `nsswitch method table'
168 * An nsswitch module provides a mapping from (database name, method name)
175 nss_method method; member in struct:__anon39587
212 ns_mtab *mtab; /* method table */
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
nsswitch.h 167 * ns_mtab - `nsswitch method table'
168 * An nsswitch module provides a mapping from (database name, method name)
175 nss_method method; member in struct:__anon39924
212 ns_mtab *mtab; /* method table */
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
nsswitch.h 167 * ns_mtab - `nsswitch method table'
168 * An nsswitch module provides a mapping from (database name, method name)
175 nss_method method; member in struct:__anon40721
212 ns_mtab *mtab; /* method table */
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
nsswitch.h 167 * ns_mtab - `nsswitch method table'
168 * An nsswitch module provides a mapping from (database name, method name)
175 nss_method method; member in struct:__anon41168
212 ns_mtab *mtab; /* method table */
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/
nsswitch.h 167 * ns_mtab - `nsswitch method table'
168 * An nsswitch module provides a mapping from (database name, method name)
175 nss_method method; member in struct:__anon41528
212 ns_mtab *mtab; /* method table */
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/
nsswitch.h 167 * ns_mtab - `nsswitch method table'
168 * An nsswitch module provides a mapping from (database name, method name)
175 nss_method method; member in struct:__anon41868
212 ns_mtab *mtab; /* method table */
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/
nsswitch.h 167 * ns_mtab - `nsswitch method table'
168 * An nsswitch module provides a mapping from (database name, method name)
175 nss_method method; member in struct:__anon42225
212 ns_mtab *mtab; /* method table */
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/
nsswitch.h 167 * ns_mtab - `nsswitch method table'
168 * An nsswitch module provides a mapping from (database name, method name)
175 nss_method method; member in struct:__anon42565
212 ns_mtab *mtab; /* method table */
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/
nsswitch.h 167 * ns_mtab - `nsswitch method table'
168 * An nsswitch module provides a mapping from (database name, method name)
175 nss_method method; member in struct:__anon42922
212 ns_mtab *mtab; /* method table */
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/
nsswitch.h 167 * ns_mtab - `nsswitch method table'
168 * An nsswitch module provides a mapping from (database name, method name)
175 nss_method method; member in struct:__anon43262
212 ns_mtab *mtab; /* method table */
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/
nsswitch.h 167 * ns_mtab - `nsswitch method table'
168 * An nsswitch module provides a mapping from (database name, method name)
175 nss_method method; member in struct:__anon43622
212 ns_mtab *mtab; /* method table */
  /prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/
nsswitch.h 167 * ns_mtab - `nsswitch method table'
168 * An nsswitch module provides a mapping from (database name, method name)
175 nss_method method; member in struct:__anon43967
212 ns_mtab *mtab; /* method table */
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/
nsswitch.h 167 * ns_mtab - `nsswitch method table'
168 * An nsswitch module provides a mapping from (database name, method name)
175 nss_method method; member in struct:__anon44359
212 ns_mtab *mtab; /* method table */
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/
nsswitch.h 167 * ns_mtab - `nsswitch method table'
168 * An nsswitch module provides a mapping from (database name, method name)
175 nss_method method; member in struct:__anon44806
212 ns_mtab *mtab; /* method table */

Completed in 270 milliseconds

<<21222324252627282930>>