/external/webkit/WebCore/platform/gtk/ |
CursorGtk.cpp | 55 return c; 84 return *this; 98 return c; 104 return c; 110 return c; 116 return c; 122 return c; 128 return c; 134 return c; 140 return c [all...] |
DragDataGtk.cpp | 28 return false; 33 return false; 38 return false; 47 return false; 52 return String(); 57 return Color(); 62 return 0; 67 return false; 72 return false; 77 return String() [all...] |
/external/webkit/WebKit/win/ |
WebPreferences.cpp | 61 return path; 73 return 0; 77 return static_cast<NumberType>(CFStringGetIntValue(static_cast<CFStringRef>(value))); 80 return boolVal ? 1 : 0; 84 return val; 87 return 0; 93 return RetainPtr<CFNumberRef>(AdoptCF, CFNumberCreate(0, CFNumberTraits<NumberType>::Type, &value)); 98 return numberValueForPreferencesValue<int>(value); 116 return standardPreferences; 139 return instance [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
tls_internal.c | 47 return NULL; 51 return NULL; 58 return NULL; 60 return global; 82 return 0; 93 return NULL; 100 return NULL; 109 return NULL; 114 return conn; 121 return; [all...] |
/frameworks/base/core/java/android/content/res/ |
PluralRules.java | 40 return PluralRules.attrForQuantity(quantityForNumber(n)); 46 case QUANTITY_ZERO: return 0x01000005; 47 case QUANTITY_ONE: return 0x01000006; 48 case QUANTITY_TWO: return 0x01000007; 49 case QUANTITY_FEW: return 0x01000008; 50 case QUANTITY_MANY: return 0x01000009; 51 default: return ID_OTHER; 58 return "zero"; 60 return "one"; 62 return "two" [all...] |
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/ |
MockCorpus.java | 47 return null; 51 return null; 55 return null; 59 return null; 63 return null; 67 return mName; 71 return null; 75 return mName; 79 return 0; 83 return Collections.singletonList(mSource) [all...] |
/external/e2fsprogs/tests/progs/ |
test_rel.c | 46 return 1; 48 return 0; 62 return 1; 64 return 0; 73 return 0; 75 return 1; 84 return 0; 86 return 1; 113 return; 119 return; [all...] |
/external/webkit/WebCore/platform/qt/ |
Localizations.cpp | 44 return QCoreApplication::translate("QWebPage", "Submit", "default label for Submit buttons in forms on web pages"); 49 return QCoreApplication::translate("QWebPage", "Submit", "Submit (input element) alt text for <input> elements with no alt, title, or value"); 54 return QCoreApplication::translate("QWebPage", "Reset", "default label for Reset buttons in forms on web pages"); 60 return locale.name().replace("_", "-"); 65 return QCoreApplication::translate("QWebPage", "This is a searchable index. Enter search keywords: ", "text that appears at the start of nearly-obsolete web pages in the form of a 'searchable index'"); 70 return QCoreApplication::translate("QWebPage", "Choose File", "title for file button used in HTML forms"); 75 return QCoreApplication::translate("QWebPage", "No file selected", "text to display in file button used in HTML forms when no file is selected"); 80 return QCoreApplication::translate("QWebPage", "Open in New Window", "Open in New Window context menu item"); 85 return QCoreApplication::translate("QWebPage", "Save Link...", "Download Linked File context menu item"); 90 return QCoreApplication::translate("QWebPage", "Copy Link", "Copy Link context menu item") [all...] |
/external/stlport/src/c_locale_glibc/ |
c_locale_glibc2.c | 18 return wbuf; 62 return (struct _Locale_ctype*)newlocale(LC_CTYPE_MASK, nm, NULL); 69 { return (struct _Locale_codecvt*)0x01; } 70 *__err_code = _STLP_LOC_NO_PLATFORM_SUPPORT; return 0; 76 return (struct _Locale_numeric*)newlocale(LC_NUMERIC_MASK, nm, NULL); 82 return (struct _Locale_time*)newlocale(LC_TIME_MASK, nm, NULL); 88 return (struct _Locale_collate*)newlocale(LC_COLLATE_MASK, nm, NULL); 94 return (struct _Locale_monetary*)newlocale(LC_MONETARY_MASK, nm, NULL); 100 return (struct _Locale_messages*)newlocale(LC_MESSAGES_MASK, nm, NULL); 109 If set nothing, return "C" (this really implementation-specific) [all...] |
/external/openssl/crypto/x509/ |
x_all.c | 76 return(ASN1_item_verify(ASN1_ITEM_rptr(X509_CINF),a->sig_alg, 82 return( ASN1_item_verify(ASN1_ITEM_rptr(X509_REQ_INFO), 88 return(ASN1_item_verify(ASN1_ITEM_rptr(X509_CRL_INFO), 94 return(ASN1_item_verify(ASN1_ITEM_rptr(NETSCAPE_SPKAC), 100 return(ASN1_item_sign(ASN1_ITEM_rptr(X509_CINF), x->cert_info->signature, 106 return(ASN1_item_sign(ASN1_ITEM_rptr(X509_REQ_INFO),x->sig_alg, NULL, 113 return(ASN1_item_sign(ASN1_ITEM_rptr(X509_CRL_INFO),x->crl->sig_alg, 119 return(ASN1_item_sign(ASN1_ITEM_rptr(NETSCAPE_SPKAC), x->sig_algor,NULL, 126 return ASN1_item_d2i_fp(ASN1_ITEM_rptr(X509), fp, x509); 131 return ASN1_item_i2d_fp(ASN1_ITEM_rptr(X509), fp, x509) [all...] |
/dalvik/dx/src/junit/runner/ |
LoadingTestCollector.java | 25 return (testClass != null) && isTestClass(testClass); 32 return false; 38 return fLoader.loadClass(className, false); 39 return null; 44 return true; 48 return true; 49 return false; 56 return false; 58 return true; 65 return false [all...] |
/dalvik/dx/tests/064-dex-array-access/ |
Blort.java | 21 return x[1]; 26 return x[1]; 31 return x[1]; 36 return x[1]; 41 return x[1]; 46 return x[1]; 51 return x[1]; 56 return x[1]; 61 return x[1]; 66 return x[1][2] [all...] |
/dalvik/libcore/luni/src/test/java/junit/runner/ |
LoadingTestCollector.java | 25 return (testClass != null) && isTestClass(testClass); 32 return false; 38 return fLoader.loadClass(className, false); 39 return null; 44 return true; 48 return true; 49 return false; 56 return false; 58 return true; 65 return false [all...] |
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/ |
ASN1Encodable.java | 20 return bOut.toByteArray(); 34 return bOut.toByteArray(); 37 return this.getEncoded(); 41 * Return the DER encoding of the object, null if the DER encoding can not be made. 43 * @return a DER byte array, null otherwise. 49 return this.getEncoded(DER); 53 return null; 59 return this.toASN1Object().hashCode(); 67 return false; 72 return this.toASN1Object().equals(other.getDERObject()) [all...] |
/external/icu4c/common/ |
uchriter.cpp | 58 return *this; 67 return TRUE; 71 return FALSE; 76 return text == realThat.text 85 return uhash_hashUCharsN(text, textLength) ^ pos ^ begin ^ end; 90 return new UCharCharacterIterator(*this); 97 return text[pos]; 99 return DONE; 107 return text[pos++]; 109 return DONE [all...] |
/external/iproute2/lib/ |
ipx_ntop.c | 12 return 1; 21 return 0; 30 return str; 34 return str; 37 return str; 44 return str; 46 return str; 50 return str; 54 return str; 63 return ipx_ntop1((struct ipx_addr *)addr, str, len) [all...] |
/external/junit/src/junit/runner/ |
LoadingTestCollector.java | 26 return (testClass != null) && isTestClass(testClass); 33 return false; 39 return fLoader.loadClass(className, false); 40 return null; 45 return true; 49 return true; 50 return false; 57 return false; 59 return true; 66 return false [all...] |
/external/srec/shared/src/ |
ESR_Session.c | 35 #define CHECK_SESSION_OR_RETURN if(!ESR_Session) return ESR_INVALID_ARGUMENT 51 return ESR_SUCCESS; 54 return rc; 60 return ESR_Session->getProperty(ESR_Session, name, value, type); 66 return ESR_Session->getInt(ESR_Session, name, value); 72 return ESR_Session->getUint16_t(ESR_Session, name, value); 79 return ESR_Session->getSize_t(ESR_Session, name, value); 85 return ESR_Session->getFloat(ESR_Session, name, value); 91 return ESR_Session->getBool(ESR_Session, name, value); 97 return ESR_Session->getLCHAR(ESR_Session, name, value, len) [all...] |
/external/webkit/WebCore/platform/chromium/ |
CursorChromium.cpp | 53 return *this; 64 return c; 70 return c; 76 return c; 82 return c; 88 return c; 94 return c; 100 return c; 106 return c; 112 return c [all...] |
/external/webkit/WebCore/platform/wx/ |
CursorWx.cpp | 55 return *this; 66 return c; 72 return c; 78 return c; 84 return c; 90 return c; 96 return c; 102 return c; 108 return c; 114 return c [all...] |
/external/webkit/WebCore/svg/ |
SVGList.h | 40 return SVGListTraits<UsesDefaultInitializer<Item>::value, Item>::nullItem(); 44 return SVGListTraits<UsesDefaultInitializer<Item>::value, Item>::isNull(it); 56 const QualifiedName& associatedAttributeName() const { return m_associatedAttributeName; } 58 unsigned int numberOfItems() const { return m_vector.size(); } 65 return TypeOperations::nullItem(); 68 return appendItem(newItem, ec); 74 return getItem(0, ec); 80 return getItem(m_vector.size() - 1, ec); 87 return TypeOperations::nullItem(); 90 return m_vector.at(index) [all...] |
/frameworks/base/test-runner/src/junit/runner/ |
LoadingTestCollector.java | 26 return (testClass != null) && isTestClass(testClass); 33 return false; 39 return fLoader.loadClass(className, false); 40 return null; 45 return true; 49 return true; 50 return false; 57 return false; 59 return true; 66 return false [all...] |
/hardware/ti/wlan/wl1271/utils/ |
rate.c | 50 return DRV_RATE_1M; 54 return DRV_RATE_2M; 58 return DRV_RATE_5_5M; 62 return DRV_RATE_11M; 66 return DRV_RATE_22M; 70 return DRV_RATE_6M; 74 return DRV_RATE_9M; 78 return DRV_RATE_12M; 82 return DRV_RATE_18M; 86 return DRV_RATE_24M [all...] |
/external/opencore/fileformats/mp4/parser/include/ |
mpeg4file.h | 112 return _pmovieAtom->updateFileSize(filesize); 114 return DEFAULT_ERROR; 121 return READ_MOVIE_ATOM_FAILED; 123 return _pmovieAtom->getNextMediaSample(id, buf, size, index, SampleOffset); 134 return _pmovieAtom->getNumKeyFrames(trackid); 138 return 0; 150 return READ_MOVIE_ATOM_FAILED; 152 return _pmovieAtom->getPrevKeyMediaSample(inputtimestamp, aKeySampleNum, id, n, pgau); 163 return READ_MOVIE_ATOM_FAILED; 165 return _pmovieAtom->getNextKeyMediaSample(inputtimestamp, aKeySampleNum, id, n, pgau) [all...] |
/external/oprofile/libutil/ |
op_lockfile.c | 29 return 0; 33 return 0; 38 return value; 55 return err; 57 return EEXIST; 63 return errno; 68 return 0;
|