Searched defs:find (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/com/android/internal/net/
H A DDNParser.java388 public String find(String attributeType) { method in class:DNParser
/frameworks/base/media/libstagefright/foundation/
H A DAString.cpp253 ssize_t AString::find(const char *substring, size_t start) const { function in class:android::AString
/frameworks/base/libs/binder/
H A DBpBinder.cpp61 void* BpBinder::ObjectManager::find(const void* objectID) const function in class:android::BpBinder::ObjectManager
298 return mObjects.find(objectID);
/frameworks/base/libs/utils/
H A DString8.cpp379 ssize_t String8::find(const char* other, size_t start) const function in class:android::String8
549 // find the last dot
/frameworks/base/voip/java/android/net/sip/
H A DSimpleSessionDescription.java567 private int find(String key, char delimiter) { method in class:SimpleSessionDescription.Fields
584 int index = find(key, delimiter);
603 int index = find(key, delimiter);
/frameworks/base/core/jni/
H A Dandroid_util_Binder.cpp388 sp<JavaDeathRecipient> find(jobject recipient);
537 sp<JavaDeathRecipient> DeathRecipientList::find(jobject recipient) { function in class:DeathRecipientList
829 LOG_FATAL_IF(clazz == NULL, "Unable to find class android.os.Binder");
913 LOG_FATAL_IF(clazz == NULL, "Unable to find class com.android.internal.os.BinderInternal");
1161 // If we find the matching recipient, proceed to unlink using that
1164 sp<JavaDeathRecipient> origJDR = list->find(recipient);
1225 LOG_FATAL_IF(clazz == NULL, "Unable to find class java.lang.ref.WeakReference");
1232 LOG_FATAL_IF(clazz == NULL, "Unable to find class java.lang.Error");
1236 LOG_FATAL_IF(clazz == NULL, "Unable to find class android.os.BinderProxy");
1257 LOG_FATAL_IF(clazz == NULL, "Unable to find jav
[all...]
/frameworks/base/core/java/android/webkit/
H A DWebView.java1083 // Used by the chrome stack to find application paths
1610 * String[1] is password. Return null if it can't find anything.
3422 * Find all instances of find on the page and highlight them.
3423 * @param find String to find.
3424 * @return int The number of occurances of the String "find"
3427 public int findAll(String find) { argument
3430 int result = find != null ? nativeFindAll(find.toLowerCase(),
3431 find
[all...]

Completed in 186 milliseconds