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

<<31323334353637383940>>

  /prebuilts/sdk/tools/lib/
dx.jar 
  /cts/tests/tests/provider/src/android/provider/cts/
CalendarTest.java 762 Reminders.METHOD
779 int method) {
785 reminder.put(Reminders.METHOD, method)
1375 int method = cursor.getInt(ReminderHelper.REMINDERS_METHOD_INDEX); local
1417 int method = ReminderHelper.lookupMethod(mContentResolver, remId3); local
    [all...]
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI_Parm.cpp 3175 const char *method = params.get(QCameraParameters::KEY_GPS_PROCESSING_METHOD); local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformerImpl.java 52 import org.apache.xml.serializer.Method;
170 private OutputProperties m_textformat = new OutputProperties(Method.TEXT);
176 // * postExceptionFromThread method. This is needed if the transform is
274 * which is set by the TransformerFactory.setAttribut() method before a
282 * which is set by the TransformerFactory.setAttribut() method before a
290 * which is set by the TransformerFactory.setAttribut() method before a
311 * method to obtain the root of the source tree to be transformed.
508 * Return true if the transform was initiated from the transform method,
771 * This method is used to set or override the value
782 * <li>method
880 String method = (String) oformat.get(OutputKeys.METHOD); local
1014 String method = format.getProperty(OutputKeys.METHOD); local
    [all...]
  /external/boringssl/src/include/openssl/
x509v3.h 77 (*X509V3_EXT_I2V)(const struct v3_ext_method *method, void *ext,
79 typedef void * (*X509V3_EXT_V2I)(const struct v3_ext_method *method,
82 typedef char * (*X509V3_EXT_I2S)(const struct v3_ext_method *method, void *ext);
83 typedef void * (*X509V3_EXT_S2I)(const struct v3_ext_method *method,
85 typedef int (*X509V3_EXT_I2R)(const struct v3_ext_method *method, void *ext,
87 typedef void * (*X509V3_EXT_R2I)(const struct v3_ext_method *method,
207 ASN1_OBJECT *method; member in struct:ACCESS_DESCRIPTION_st
529 OPENSSL_EXPORT ASN1_BIT_STRING *v2i_ASN1_BIT_STRING(X509V3_EXT_METHOD *method,
531 OPENSSL_EXPORT STACK_OF(CONF_VALUE) *i2v_ASN1_BIT_STRING(X509V3_EXT_METHOD *method,
535 OPENSSL_EXPORT STACK_OF(CONF_VALUE) *i2v_GENERAL_NAME(X509V3_EXT_METHOD *method, GENERAL_NAME *gen, STACK_OF(CONF_VALUE) *ret)
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 3100 const CXXMethodDecl *method = local
    [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp 50 /// method.
55 /// function-typed variable) or an Objective-C method or a block.
77 /// getFunctionOrMethodNumParams - Return number of function or method
257 /// instance method D. May output an error.
2078 ObjCMethodDecl *method = cast<ObjCMethodDecl>(decl); local
3745 ObjCMethodDecl *method = cast<ObjCMethodDecl>(D); local
    [all...]
SemaStmt.cpp 1721 ObjCMethodDecl *method = nullptr; local
    [all...]
  /external/google-breakpad/src/testing/gtest/test/
gtest_unittest.cc 6939 message << id_ << "." << method; local
    [all...]
  /external/gtest/test/
gtest_unittest.cc 6797 message << id_ << "." << method; local
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPDialog.java 113 * the .equals method. Jan Schaumloeffel contributed a buf fix ( memory leak was happening when
139 private String method; field in class:SIPDialog
184 // could be set on recovery by examining the method looks like a duplicate of ackSeen
622 this.method = sipResponse.getCSeq().getMethod();
    [all...]
SIPTransactionStack.java 579 public static boolean isDialogCreated(String method) {
580 return dialogCreatingMethods.contains(method);
584 * Add an extension method.
586 * @param extensionMethod -- extension method to support for dialog creation
1458 String method = sipTransaction.getMethod(); local
    [all...]
  /external/wpa_supplicant_8/src/ap/
ap_config.h 145 u32 method; member in struct:hostapd_eap_user::__anon21394
  /external/wpa_supplicant_8/wpa_supplicant/
p2p_supplicant.c 1058 * persistent_group obj registration method, we set the
4450 u16 method; local
    [all...]
  /frameworks/base/core/java/android/widget/
RemoteViews.java 62 import java.lang.reflect.Method;
143 private static final ArrayMap<Class<? extends View>, ArrayMap<MutablePair<String, Class<?>>, Method>> sMethods =
144 new ArrayMap<Class<? extends View>, ArrayMap<MutablePair<String, Class<?>>, Method>>();
388 Log.e(LOG_TAG, "The method setOnClickFillInIntent is available " +
750 private Method getMethod(View view, String methodName, Class<?> paramType) {
751 Method method; local
755 ArrayMap<MutablePair<String, Class<?>>, Method> methods = sMethods.get(klass);
757 methods = new ArrayMap<MutablePair<String, Class<?>>, Method>();
764 method = methods.get(mPair)
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest_unittest.cc 6806 message << id_ << "." << method; local
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
Utils.java 278 * method to get the appropriate time zone for Calendar. If this is the
279 * first time this method has been called it will initiate an asynchronous
283 * refresh anything that depends on calling this method.
2114 int method = reminderMethods.get(reminder_i); local
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.2.0/
lint-api-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.4.0/
lint-api-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.4.2/
lint-api-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.5.0/
lint-api-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.5.1/
lint-api-22.5.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.5.3/
lint-api-22.5.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.7.0/
lint-api-22.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.7.1/
lint-api-22.7.1.jar 

Completed in 671 milliseconds

<<31323334353637383940>>