/external/webkit/WebCore/platform/haiku/ |
PlatformKeyboardEventHaiku.cpp | 48 return "F1"; 50 return "F2"; 52 return "F3"; 54 return "F4"; 56 return "F5"; 58 return "F6"; 60 return "F7"; 62 return "F8"; 64 return "F9"; 66 return "F10" [all...] |
/external/webkit/WebCore/plugins/ |
PluginDebug.cpp | 69 return errorStrings[error]; 75 return drawingModels[drawingModel]; 80 return eventModels[eventModel]; 87 case NPNVxDisplay: return "NPNVxDisplay"; 88 case NPNVxtAppContext: return "NPNVxtAppContext"; 89 case NPNVnetscapeWindow: return "NPNVnetscapeWindow"; 90 case NPNVjavascriptEnabledBool: return "NPNVjavascriptEnabledBool"; 91 case NPNVasdEnabledBool: return "NPNVasdEnabledBool"; 92 case NPNVisOfflineBool: return "NPNVisOfflineBool"; 94 case NPNVserviceManager: return "NPNVserviceManager (not supported)" [all...] |
/external/wpa_supplicant/ |
tls_none.c | 22 return (void *) 1; 34 return 0; 40 return NULL; 51 return -1; 57 return -1; 64 return -1; 71 return -1; 77 return -1; 84 return -1; 91 return -1 [all...] |
os_none.c | 16 * return an error value. os_internal.c can be used as another starting point 31 return -1; 38 return -1; 44 return -1; 55 return -1; 61 return 0; 67 return NULL; /* strdup(rel_path) can be used here */ 73 return 0; 84 return -1; 90 return -1 [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/utils/ |
os_none.c | 16 * return an error value. os_internal.c can be used as another starting point 31 return -1; 38 return -1; 44 return -1; 55 return -1; 61 return 0; 67 return NULL; /* strdup(rel_path) can be used here */ 73 return 0; 84 return -1; 90 return -1 [all...] |
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
SuggestionData.java | 48 return mSource; 52 return mFormat; 56 return mText1; 60 return mText2; 64 return mText2Url; 68 return mIcon1; 72 return mIcon2; 76 return mSpinnerWhileRefreshing; 80 return mIntentExtraData; 84 return mShortcutId [all...] |
/external/icu4c/layoutex/ |
playout.cpp | 40 return (pl_paragraph *) pl; 55 return ParagraphLayout::isComplex(chars, count); 64 return 0; 67 return pl->getParagraphLevel(); 76 return UBIDI_LTR; 79 return pl->getTextDirection(); 88 return 0; 91 return pl->getAscent(); 100 return 0; 103 return pl->getDescent() [all...] |
/external/openssl/crypto/x509/ |
x509_txt.c | 78 return("ok"); 80 return("unable to get issuer certificate"); 82 return("unable to get certificate CRL"); 84 return("unable to decrypt certificate's signature"); 86 return("unable to decrypt CRL's signature"); 88 return("unable to decode issuer public key"); 90 return("certificate signature failure"); 92 return("CRL signature failure"); 94 return("certificate is not yet valid"); 96 return("CRL is not yet valid") [all...] |
/external/webkit/WebCore/accessibility/ |
AccessibilityMediaControls.cpp | 86 return obj; 92 return MediaTimelineContainer; // Timeline container is not accessible. 97 return static_cast<MediaControlInputElement*>(node)->displayType(); 99 return static_cast<MediaControlElement*>(node)->displayType(); 121 return mediaFullscreenButtonName; 123 return mediaMuteButtonName; 125 return mediaPlayButtonName; 127 return mediaSeekBackButtonName; 129 return mediaSeekForwardButtonName; 131 return mediaRewindButtonName [all...] |
/dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/ |
JCEPBEKey.java | 50 return algorithm; 55 return "RAW"; 73 return kParam.getKey(); 79 return PBEParametersGenerator.PKCS12PasswordToBytes(pbeKeySpec.getPassword()); 83 return PBEParametersGenerator.PKCS5PasswordToBytes(pbeKeySpec.getPassword()); 90 return type; 95 return digest; 100 return keySize; 105 return ivSize; 110 return param [all...] |
/external/v8/test/cctest/ |
test-func-name-inference.cc | 91 return v8::Script::Compile(v8::String::New(src)); 100 "fun1 = function() { return 1; }\n" 101 "fun2 = function() { return 2; }\n"); 102 CheckFunctionName(script, "return 1", "fun1"); 103 CheckFunctionName(script, "return 2", "fun2"); 112 "var fun1 = function() { return 1; }\n" 113 "var fun2 = function() { return 2; }\n"); 114 CheckFunctionName(script, "return 1", "fun1"); 115 CheckFunctionName(script, "return 2", "fun2"); 125 " var fun1 = function() { return 1; }\n [all...] |
/external/webkit/WebCore/platform/graphics/openvg/ |
EGLUtils.h | 30 return "EGL_NOT_INITIALIZED"; 32 return "EGL_BAD_ACCESS"; 34 return "EGL_BAD_ALLOC"; 36 return "EGL_BAD_ATTRIBUTE"; 38 return "EGL_BAD_CONTEXT"; 40 return "EGL_BAD_CONFIG"; 42 return "EGL_BAD_CURRENT_SURFACE"; 44 return "EGL_BAD_DISPLAY"; 46 return "EGL_BAD_SURFACE"; 48 return "EGL_BAD_MATCH" [all...] |
/frameworks/base/tools/localize/ |
Configuration.cpp | 10 if (n != 0) return n; 13 if (n != 0) return n; 16 if (n != 0) return n; 19 if (n != 0) return n; 22 if (n != 0) return n; 25 if (n != 0) return n; 28 if (n != 0) return n; 31 if (n != 0) return n; 33 return 0; 46 return s [all...] |
/packages/apps/Email/tests/src/com/android/email/mail/ |
MockFolder.java | 36 return false; 41 return false; 50 return false; 55 return null; 64 return null; 69 return 0; 74 return null; 79 return null; 84 return null; 89 return null [all...] |
/external/webkit/WebKit/mac/WebCoreSupport/ |
WebViewFactory.mm | 53 return item; 70 return [[WebPluginDatabase sharedDatabase] plugins]; 80 return UI_STRING_KEY("Submit", "Submit (input element)", "alt text for <input> elements with no alt, title, or value"); 85 return UI_STRING("Reset", "default label for Reset buttons in forms on web pages"); 90 return UI_STRING("This is a searchable index. Enter search keywords: ", 96 return UI_STRING("Submit", "default label for Submit buttons in forms on web pages"); 101 return UI_STRING("Choose File", "title for file button used in HTML forms"); 106 return UI_STRING("no file selected", "text to display in file button used in HTML forms when no file is selected"); 111 return UI_STRING("unknown", "Unknown filename"); 116 return UI_STRING("No recent searches", "Label for only item in menu that appears when clicking on the sea (…) [all...] |
/external/icu4c/test/perf/convperf/ |
convperf.cpp | 22 return status; 26 return -1; 28 return 0; 116 return NULL; 118 return NULL; 126 return NULL; 128 return pf; 135 return NULL; 137 return pf; 144 return NULL [all...] |
/external/clearsilver/util/ |
ulocks.c | 48 if (err != STATUS_OK) return nerr_pass(err); 53 return nerr_pass(fFind(plock, file)); 56 return nerr_raise_errno (NERR_IO, "Unable to open lock file %s", file); 61 return STATUS_OK; 68 return; 72 return; 83 return nerr_raise (NERR_NOT_FOUND, "Unable to find lock file %s", file); 84 return nerr_raise_errno (NERR_IO, "Unable to open lock file %s", file); 89 return STATUS_OK; 96 return nerr_raise_errno (NERR_LOCK, "File lock failed") [all...] |
/external/proguard/src/proguard/evaluation/value/ |
ParticularDoubleValue.java | 46 return value; 54 return new ParticularDoubleValue(-value); 59 return new ParticularIntegerValue((int)value); 64 return new ParticularLongValue((long)value); 69 return new ParticularFloatValue((float)value); 77 return other.generalize(this); 82 return value == 0.0 ? other : other.add(this); 87 return value == 0.0 ? other.negate() : other.subtractFrom(this); 92 return value == 0.0 ? other : other.subtract(this); 97 return other.multiply(this) [all...] |
ParticularFloatValue.java | 46 return value; 54 return new ParticularFloatValue(-value); 59 return new ParticularIntegerValue((int)value); 64 return new ParticularLongValue((long)value); 69 return new ParticularDoubleValue((float)value); 77 return other.generalize(this); 82 return value == 0.0 ? other : other.add(this); 87 return value == 0.0 ? other.negate() : other.subtractFrom(this); 92 return value == 0.0 ? other : other.subtract(this); 97 return other.multiply(this) [all...] |
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/ |
MockSource.java | 52 return new ComponentName("com.android.quicksearchbox", 57 return mVersionCode; 61 return getComponentName().flattenToShortString(); 65 return null; 69 return null; 73 return null; 77 return null; 81 return "MockSource " + mName; 85 return 0; 89 return null [all...] |
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/params/ |
DHKeyParameters.java | 20 return params; 28 return false; 35 return dhKey.getParameters() == null; 39 return params.equals(dhKey.getParameters()); 52 return code;
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/i18n/filter/ |
UntrustedInput.java | 23 * @return the <code>input</code> as Object 27 return input; 32 * @return the <code>input</code> as String 36 return input.toString(); 41 return input.toString();
|
/external/kernel-headers/original/linux/ |
err.h | 10 * scheme where we can return either an error code or a dentry 11 * pointer with the same return value. 22 return (void *) error; 27 return (long) ptr; 32 return IS_ERR_VALUE((unsigned long)ptr);
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
float-weight.h | 43 return *this; 47 return ReadType(strm, &value_); 51 return WriteType(strm, value_); 59 return u.s; 62 const float &Value() const { return value_; } 73 return v1 == v2; 77 return !(w1 == w2); 82 return w1.Value() <= w2.Value() + delta && w2.Value() <= w1.Value() + delta; 87 return strm << "Infinity"; 89 return strm << "-Infinity" [all...] |
/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/ |
statement-009.js | 3 ECMA Section: 12.9 The return statement 11 var TITLE = "The return statment"; 14 writeHeaderToLog( SECTION + " The return statement"); 24 eval("return;"); 32 "return outside of a function" +
|