HomeSort by relevance Sort by last modified time
    Searched full:return (Results 126 - 150 of 38332) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/v8/test/mjsunit/
arguments-read-and-assignment.js 30 assertEquals(42, function(){ return arguments;}(42)[0],
31 "return arguments value");
32 assertEquals(42, function(){ return arguments;}(42)[0],
34 assertEquals(42, function(){ arguments;return 42}(37),
36 assertEquals(42, function(){ if(arguments)return 42;}(),
38 assertEquals(42, function(){ return arguments || true;}(42)[0],
40 assertEquals(true, function(){ return arguments && [true];}(42)[0],
42 assertEquals(42, function(){ arguments = 42; return 42;}(),
45 assertEquals(42, function(){ return arguments[0]; }(42),
47 assertEquals(42, function(){ arguments[0]; return 42}()
    [all...]
  /external/webkit/WebCore/manual-tests/resources/
StringTypeTest.java 5 return new String("hello");
  /external/webkit/WebCore/platform/mac/
CursorMac.mm 51 return 0;
53 return [[NSCursor alloc] initWithImage:img hotSpot:hotspot];
55 return 0;
74 return cursor;
76 return nil;
99 return *this;
110 return c;
116 return c;
122 return c;
128 return c
    [all...]
  /external/webkit/WebKit/win/WebCoreSupport/
WebInspectorDelegate.h 47 virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID, void**) { return E_NOTIMPL; };
59 /* [retval][out] */ IWebView**) { return E_NOTIMPL; }
62 /* [in] */ IWebView*) { return E_NOTIMPL; }
65 /* [in] */ IWebView*) { return E_NOTIMPL; }
68 /* [in] */ IWebView*) { return E_NOTIMPL; }
71 /* [in] */ IWebView*) { return E_NOTIMPL; }
75 /* [retval][out] */ OLE_HANDLE*) { return E_NOTIMPL; }
79 /* [in] */ OLE_HANDLE) { return E_NOTIMPL; }
83 /* [in] */ BSTR) { return E_NOTIMPL; }
87 /* [retval][out] */ BSTR*) { return E_NOTIMPL; }
    [all...]
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
SoftKeyToggle.java 39 return (mKeyMask & KEYMASK_TOGGLE_STATE);
46 // reseted) and needs re-draw, return true.
49 if (oldStateId == stateId) return false;
59 return resetIfNotFound;
61 return true;
64 return true;
71 // If the key state is newly changed and needs re-draw, return true.
76 return stateId != 0;
81 return oldStateId != 0;
83 return false
    [all...]
  /system/core/libacc/tests/data/
rollo3.c 7 return f;
short.c 5 return a;
  /system/core/toolbox/
mkdir.c 9 return -1;
16 if(argc < 2) return usage();
24 return ret;
28 return 0;
rmdir.c 9 return -1;
16 if(argc < 2) return usage();
24 return ret;
28 return 0;
setprop.c 9 return 1;
14 return 1;
17 return 0;
  /system/extras/tests/bionic/libc/other/
test_system.c 12 return -1;
17 return 1;
25 return 1;
27 return 0;
  /external/webkit/WebKit/chromium/src/
WebColor.cpp 48 return CSSValueActiveborder;
50 return CSSValueActivecaption;
52 return CSSValueAppworkspace;
54 return CSSValueBackground;
56 return CSSValueButtonface;
58 return CSSValueButtonhighlight;
60 return CSSValueButtonshadow;
62 return CSSValueButtontext;
64 return CSSValueCaptiontext;
66 return CSSValueGraytext
    [all...]
  /bionic/libc/stdlib/
wchar.c 36 return (c == EOF) ? WEOF : c;
47 return result;
58 return result;
69 return result;
74 return vprintf((const char*)format, arg);
79 return vfprintf(stream, (const char*)format, arg);
84 return vsnprintf( (char*)s, n, (const char*)format, arg );
95 return result;
106 return result;
117 return result
    [all...]
  /dalvik/dx/src/junit/runner/
ReloadingTestSuiteLoader.java 9 return createLoader().loadClass(suiteClassName, true);
13 return createLoader().loadClass(aClass.getName(), true);
17 return new TestCaseClassLoader();
  /dalvik/libcore/luni/src/test/java/junit/runner/
ReloadingTestSuiteLoader.java 9 return createLoader().loadClass(suiteClassName, true);
13 return createLoader().loadClass(aClass.getName(), true);
17 return new TestCaseClassLoader();
  /dalvik/tests/040-miranda/src/
MirandaClass.java 12 return true;
17 return 27;
22 return false;
  /development/simulator/app/
MyApp.h 40 return mHelpController;
43 Preferences* GetPrefs(void) { return &mPrefs; }
45 /* return a pointer to the main window */
46 wxWindow* GetMainFrame(void) { return mpMainFrame; }
49 android::AssetManager* GetAssetManager(void) { return mpAssetManager; }
54 const wxString& GetConfigFileName(void) const { return mConfigFile; }
56 wxString GetSimAssetPath() { return mSimAssetPath; }
57 wxString GetAndroidRoot() { return mAndroidRoot; }
58 wxString GetRuntimeExe() { return mRuntimeExe; }
59 bool GetDebuggerOption() { return mDebuggerOption;
    [all...]
  /external/bluetooth/bluez/common/
ppoll.h 11 return poll(fds, nfds, -1);
13 return poll(fds, nfds, 500);
15 return poll(fds, nfds, timeout->tv_sec * 1000);
  /external/e2fsprogs/include/nonunix/
pwd.h 5 __inline __uid_t getuid(void){return 0;}
6 __inline int geteuid(void){return 1;}
7 __inline struct passwd* getpwnam (char* g){return 0;}
  /external/junit/src/junit/runner/
ReloadingTestSuiteLoader.java 9 return createLoader().loadClass(suiteClassName, true);
13 return createLoader().loadClass(aClass.getName(), true);
17 return new TestCaseClassLoader();
  /external/skia/src/opts/
SkBlitRow_opts_none.cpp 6 return NULL;
10 return NULL;
14 return NULL;
  /frameworks/base/test-runner/src/junit/runner/
ReloadingTestSuiteLoader.java 10 return createLoader().loadClass(suiteClassName, true);
14 return createLoader().loadClass(aClass.getName(), true);
18 return new TestCaseClassLoader();
  /external/webkit/WebKit/win/
DOMHTMLClasses.h 50 virtual ULONG STDMETHODCALLTYPE AddRef(void) { return DOMObject::AddRef(); }
51 virtual ULONG STDMETHODCALLTYPE Release(void) { return DOMObject::Release(); }
56 /* [retval][out] */ BOOL *result) { return DOMObject::throwException(exceptionMessage, result); }
62 /* [retval][out] */ VARIANT *result) { return DOMObject::callWebScriptMethod(name, args, cArgs, result); }
66 /* [retval][out] */ VARIANT *result) { return DOMObject::evaluateWebScript(script, result); }
69 /* [in] */ BSTR name) { return DOMObject::removeWebScriptKey(name); }
72 /* [retval][out] */ BSTR* stringRepresentation) { return DOMObject::stringRepresentation(stringRepresentation); }
76 /* [retval][out] */ VARIANT *result) { return DOMObject::webScriptValueAtIndex(index, result); }
80 /* [in] */ VARIANT val) { return DOMObject::setWebScriptValueAtIndex(index, val); }
83 /* [in] */ BSTR description) { return DOMObject::setException(description);
    [all...]
  /external/webkit/WebCore/page/
Settings.h 83 const AtomicString& standardFontFamily() const { return m_standardFontFamily; }
86 const AtomicString& fixedFontFamily() const { return m_fixedFontFamily; }
89 LayoutAlgorithm layoutAlgorithm() const { return m_layoutAlgorithm; }
92 bool useWideViewport() const { return m_useWideViewport; }
97 const AtomicString& serifFontFamily() const { return m_serifFontFamily; }
100 const AtomicString& sansSerifFontFamily() const { return m_sansSerifFontFamily; }
103 const AtomicString& cursiveFontFamily() const { return m_cursiveFontFamily; }
106 const AtomicString& fantasyFontFamily() const { return m_fantasyFontFamily; }
109 int minimumFontSize() const { return m_minimumFontSize; }
112 int minimumLogicalFontSize() const { return m_minimumLogicalFontSize;
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
ConversationListItemData.java 66 * @return Returns the ID of the thread.
69 return mThreadId;
73 * @return Returns the date.
76 return mDate;
80 * @return Returns the from. (formatted for display)
83 return mRecipientString;
87 return mRecipients;
91 return mPresenceResId;
95 * @return Returns the subject.
98 return mSubject
    [all...]

Completed in 254 milliseconds

1 2 3 4 56 7 8 91011>>