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

<<21222324252627282930>>

  /external/webkit/JavaScriptCore/interpreter/
CallFrame.h 40 JSFunction* callee() const { return this[RegisterFile::Callee].function(); }
41 CodeBlock* codeBlock() const { return this[RegisterFile::CodeBlock].Register::codeBlock(); }
45 return this[RegisterFile::ScopeChain].Register::scopeChain();
47 int argumentCount() const { return this[RegisterFile::ArgumentCount].i(); }
58 return scopeChain()->globalObject;
65 return scopeChain()->globalThis;
74 return *scopeChain()->globalData;
84 JSValue exception() const { return globalData().exception; }
85 JSValue* exceptionSlot() { return &globalData().exception; }
86 bool hadException() const { return globalData().exception;
    [all...]
  /external/webkit/JavaScriptCore/profiler/
ProfileNode.h 48 return adoptRef(new ProfileNode(callIdentifier, headNode, parentNode));
52 return adoptRef(new ProfileNode(headNode, node));
55 bool operator==(ProfileNode* node) { return m_callIdentifier == node->callIdentifier(); }
63 const CallIdentifier& callIdentifier() const { return m_callIdentifier; }
64 const UString& functionName() const { return m_callIdentifier.m_name; }
65 const UString& url() const { return m_callIdentifier.m_url; }
66 unsigned lineNumber() const { return m_callIdentifier.m_lineNumber; }
69 ProfileNode* head() const { return m_head; }
71 ProfileNode* parent() const { return m_parent; }
73 ProfileNode* nextSibling() const { return m_nextSibling;
    [all...]
  /external/webkit/WebCore/html/
ValidityState.cpp 46 return String();
49 return m_customErrorMessage;
51 return validationMessageValueMissingText();
53 return validationMessageTypeMismatchText();
55 return validationMessagePatternMismatchText();
57 return validationMessageTooLongText();
59 return validationMessageRangeUnderflowText();
61 return validationMessageRangeOverflowText();
63 return validationMessageStepMismatchText();
65 return String()
    [all...]
  /external/webkit/WebCore/platform/animation/
Animation.h 42 static PassRefPtr<Animation> create() { return adoptRef(new Animation); };
44 bool isDelaySet() const { return m_delaySet; }
45 bool isDirectionSet() const { return m_directionSet; }
46 bool isDurationSet() const { return m_durationSet; }
47 bool isIterationCountSet() const { return m_iterationCountSet; }
48 bool isNameSet() const { return m_nameSet; }
49 bool isPlayStateSet() const { return m_playStateSet; }
50 bool isPropertySet() const { return m_propertySet; }
51 bool isTimingFunctionSet() const { return m_timingFunctionSet; }
54 bool isNoneAnimation() const { return m_isNone;
    [all...]
  /frameworks/base/core/java/android/widget/
HeaderViewListAdapter.java 74 return mHeaderViewInfos.size();
78 return mFooterViewInfos.size();
82 return mAdapter == null || mAdapter.isEmpty();
89 return false;
93 return true;
106 return true;
110 return false;
123 return true;
127 return false;
132 return getFootersCount() + getHeadersCount() + mAdapter.getCount()
    [all...]
  /frameworks/base/libs/rs/
rsComponent.cpp 75 return;
81 return;
87 return;
93 return;
109 return;
162 case RS_TYPE_UNSIGNED_5_6_5: return GL_UNSIGNED_SHORT_5_6_5;
163 case RS_TYPE_UNSIGNED_5_5_5_1: return GL_UNSIGNED_SHORT_5_5_5_1;
164 case RS_TYPE_UNSIGNED_4_4_4_4: return GL_UNSIGNED_SHORT_4_4_4_4;
166 //case RS_TYPE_FLOAT_16: return GL_HALF_FLOAT;
167 case RS_TYPE_FLOAT_32: return GL_FLOAT
    [all...]
  /frameworks/base/media/libmediaplayerservice/
StagefrightRecorder.cpp 52 return OK;
58 return OK;
64 return OK;
70 return OK;
76 return OK;
82 return OK;
89 return OK;
95 return OK;
101 return OK;
107 return OK
    [all...]
  /system/core/adb/
adb_client.c 38 return -1;
50 return -2;
60 return -1; /* no emulator found */
64 return -1; /* not an emulator */
69 return port;
76 return __adb_error;
102 return 0;
114 return -1;
121 return -1;
124 return 0
    [all...]
  /cts/tools/signature-tools/src/signature/model/util/
ModelUtil.java 41 * @return the IClass instance or null;
47 return clazz;
50 return null;
58 return annotation;
61 return null;
68 return element;
71 return null;
77 return field;
80 return null;
87 return field
    [all...]
  /dalvik/libcore/icu/src/main/native/
NativeBreakIterator.cpp 27 return NULL;
36 return result;
45 return reinterpret_cast<uintptr_t>(it);
49 return getIterator(env, locale, UBRK_CHARACTER);
53 return getIterator(env, locale, UBRK_LINE);
57 return getIterator(env, locale, UBRK_SENTENCE);
61 return getIterator(env, locale, UBRK_WORD);
65 return reinterpret_cast<UBreakIterator*>(static_cast<uintptr_t>(address));
77 return reinterpret_cast<uintptr_t>(it);
89 return ubrk_isBoundary(breakIterator(address), offset)
    [all...]
  /dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
OpenSSLSocketImplWrapper.java 60 return socket.getRemoteSocketAddress();
65 return socket.getLocalSocketAddress();
70 return socket.getLocalAddress();
75 return socket.getInetAddress();
80 return "SSL socket over " + socket.toString();
126 return socket.getTcpNoDelay();
131 return socket.getReuseAddress();
136 return socket.getOOBInline();
141 return socket.getKeepAlive();
146 return socket.getTrafficClass()
    [all...]
  /dalvik/libcore-disabled/sound/src/main/java/javax/sound/sampled/
AudioInputStream.java 58 return format;
62 return frameLength;
73 return 0;
77 return -1;
80 return res;
83 return -1;
86 return oneByte[0];
91 return read(b, 0, b.length);
98 return 0;
104 return -1
    [all...]
  /external/ipsec-tools/src/racoon/
prsa_tok.l 57 \{ { return OBRACE; }
58 \} { return EBRACE; }
59 : { return COLON; }
60 RSA { return TAG_RSA; }
61 PSK { return TAG_PSK; }
62 PUB { return TAG_PUB; }
67 return HEX;
71 return BASE64;
73 Modulus { return MODULUS; }
74 PublicExponent { return PUBLIC_EXPONENT;
    [all...]
  /external/opencore/fileformats/mp4/parser/include/
itunesilstmetadataatom.h 33 return _name;
38 return _artist;
43 return _album;
49 return _gnreID;
53 return _gnreString;
59 return _gnreVersion;
67 return _day;
72 return _tool;
77 return _writer;
82 return _group
    [all...]
  /external/skia/include/core/
SkRandom.h 34 /** Return the next pseudo random number as an unsigned 32bit value.
36 uint32_t nextU() { uint32_t r = fSeed * kMul + kAdd; fSeed = r; return r; }
38 /** Return the next pseudo random number as a signed 32bit value.
40 int32_t nextS() { return (int32_t)this->nextU(); }
42 /** Return the next pseudo random number as an unsigned 16bit value.
44 U16CPU nextU16() { return this->nextU() >> 16; }
46 /** Return the next pseudo random number as a signed 16bit value.
48 S16CPU nextS16() { return this->nextS() >> 16; }
50 /** Return the next pseudo random number, as an unsigned value of
56 return this->nextU() >> (32 - bitCount)
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/
jsref.js 50 return ( testcases );
118 return ( testcases );
158 return passed;
163 return passed;
178 return passed;
232 return true;
259 return ( Math.floor(t/msPerDay ) );
263 return 365;
266 return 366;
269 return 365
    [all...]
  /external/webkit/JavaScriptCore/wtf/unicode/wince/
UnicodeWince.cpp 32 return towlower(c);
37 return towupper(c);
42 return towlower(c);
47 return !!iswprint(c);
52 return !!iswspace(c);
57 return !!iswalpha(c);
62 return !!iswupper(c);
67 return !!iswlower(c);
72 return !!iswdigit(c);
77 return !!iswpunct(c)
    [all...]
  /external/webkit/WebCore/bindings/js/
JSPluginElementFunctions.cpp 41 return 0;
43 return 0;
48 return 0;
49 return instance;
56 return 0;
57 return instance->createRuntimeObject(exec);
65 return runtimeObject ? runtimeObject : jsUndefined();
74 return jsUndefined();
75 return runtimeObject->get(exec, propertyName);
82 return false
    [all...]
  /external/webkit/WebCore/bindings/objc/
DOMSVGPathSegInternal.mm 59 return [DOMSVGPathSeg class];
61 return [DOMSVGPathSegClosePath class];
63 return [DOMSVGPathSegMovetoAbs class];
65 return [DOMSVGPathSegMovetoRel class];
67 return [DOMSVGPathSegLinetoAbs class];
69 return [DOMSVGPathSegLinetoRel class];
71 return [DOMSVGPathSegCurvetoCubicAbs class];
73 return [DOMSVGPathSegCurvetoCubicRel class];
75 return [DOMSVGPathSegCurvetoQuadraticAbs class];
77 return [DOMSVGPathSegCurvetoQuadraticRel class]
    [all...]
  /external/webkit/WebCore/bindings/v8/custom/
V8SVGPathSegCustom.cpp 61 return v8::Null();
64 return toV8(static_cast<SVGPathSegClosePath*>(impl));
66 return toV8(static_cast<SVGPathSegMovetoAbs*>(impl));
68 return toV8(static_cast<SVGPathSegMovetoRel*>(impl));
70 return toV8(static_cast<SVGPathSegLinetoAbs*>(impl));
72 return toV8(static_cast<SVGPathSegLinetoRel*>(impl));
74 return toV8(static_cast<SVGPathSegCurvetoCubicAbs*>(impl));
76 return toV8(static_cast<SVGPathSegCurvetoCubicRel*>(impl));
78 return toV8(static_cast<SVGPathSegCurvetoQuadraticAbs*>(impl));
80 return toV8(static_cast<SVGPathSegCurvetoQuadraticRel*>(impl))
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/
test.py 45 return ('test',)
50 return os.path.join(self.topdir, 'LayoutTests', 'platform', 'test')
53 return [self.baseline_path()]
56 return True
59 return False
62 return False
66 return ''
69 return self._name
72 return int(os.popen2("sysctl -n hw.ncpu")[1].read())
75 return self._option
    [all...]
  /frameworks/base/core/java/com/android/internal/util/
ArrayUtils.java 41 return (1 << i) - 12;
43 return need;
47 return idealByteArraySize(need);
51 return idealByteArraySize(need * 2) / 2;
55 return idealByteArraySize(need * 2) / 2;
59 return idealByteArraySize(need * 4) / 4;
63 return idealByteArraySize(need * 4) / 4;
67 return idealByteArraySize(need * 4) / 4;
71 return idealByteArraySize(need * 8) / 8;
80 * @return true if they're equal, false otherwis
    [all...]
  /packages/apps/IM/src/com/android/im/imps/
ImpsClientCapability.java 34 * @return the type of the client.
37 return "MOBILE_PHONE";
44 * @return the maximum number of bytes that the parser can handle.
47 // TODO: we do not really have a limit for this for now. Just return
49 return 256 * 1024;
56 * @return the maximum number of bytes of the message content that the
60 return 256 * 1024;
67 * @return the maximum number of open transactions.
70 return 1;
77 * @return the maximum number of primitives within the same transpor
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/configurations/
RegionQualifier.java 41 * @return a new {@link RegionQualifier} object or <code>null</code>
49 return qualifier;
51 return null;
63 return segment;
67 return ""; //$NON-NLS-1$
80 return mValue;
83 return ""; //$NON-NLS-1$
88 return NAME;
93 return NAME;
98 return IconFactory.getInstance().getIcon("region"); //$NON-NLS-1
    [all...]
VersionQualifier.java 45 * @return a new {@link VersionQualifier} object or <code>null</code>
57 return null;
62 return qualifier;
65 return null;
75 return String.format("v%1$d", version); //$NON-NLS-1$
78 return ""; //$NON-NLS-1$
82 return mVersion;
87 return NAME;
92 return "Version";
97 return IconFactory.getInstance().getIcon("version"); //$NON-NLS-1
    [all...]

Completed in 238 milliseconds

<<21222324252627282930>>