/frameworks/base/telephony/java/com/android/internal/telephony/ |
WspTypeDecoder.java | 71 * @return false when error(not a Text-string) occur 72 * return value can be retrieved by getValueString() method 86 return true; 94 * @return false when error(not a Short-integer) occur 95 * return value can be retrieved by getValue32() method 100 return false; 104 return true; 112 * @return false when error(not a Long-integer) occur 113 * return value can be retrieved by getValue32() method 120 return false [all...] |
/hardware/ti/wlan/wl1271/CUDK/os/linux/src/ |
osapi.c | 61 * \return 0 on success, any other value indicates error 66 return user_main (argc, (PPS8)argv); 77 RETURN: None 90 return; 116 RETURN: 120 return (PS8)strcpy((char*)dest, (char*)src); 130 RETURN: 134 return (PS8)strncpy((char*)dest, (char*)src, n); 144 RETURN: 155 return sprintf((char*)str, (char*)msg) [all...] |
/system/wlan/ti/wilink_6_1/CUDK/os/linux/src/ |
osapi.c | 61 * \return 0 on success, any other value indicates error 66 return user_main (argc, (PPS8)argv); 77 RETURN: None 90 return; 116 RETURN: 120 return (PS8)strcpy((char*)dest, (char*)src); 130 RETURN: 134 return (PS8)strncpy((char*)dest, (char*)src, n); 144 RETURN: 155 return sprintf((char*)str, (char*)msg) [all...] |
/external/icu4c/test/perf/normperf/ |
normperf.cpp | 68 return NULL; 70 return NULL; 106 return NULL; 109 return dest; 127 return; 132 return; 144 return; 162 return; 182 return func; 185 return func [all...] |
/external/guava/src/com/google/common/collect/ |
Synchronized.java | 67 return delegate; 74 return delegate.toString(); 114 * @return a synchronized view of the specified collection 118 return new SynchronizedCollection<E>(collection, mutex); 131 return (Collection<E>) super.delegate(); 136 return delegate().add(e); 142 return delegate().addAll(c); 154 return delegate().contains(o); 160 return delegate().containsAll(c); 166 return delegate().isEmpty() [all...] |
RegularImmutableList.java | 51 return size; 55 return false; 59 return indexOf(target) != -1; 65 return (UnmodifiableIterator<E>) Iterators.forArray(array, offset, size); 71 return newArray; 81 return other; 88 return (E) array[index + offset]; 95 return i - offset; 99 return -1; 106 return i - offset [all...] |
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/ |
ASN1Set.java | 24 * return an ASN1Set from the given object. 34 return (ASN1Set)obj; 41 * Return an ASN1 set from a tagged object. There is a special 67 return (ASN1Set)obj.getObject(); 80 return set; 86 return (ASN1Set)obj.getObject(); 105 return new DERSet(v, false); 121 // return set.elements(); 125 // * return the object at the set postion indicated by index. 128 // * @return the object at the set postion indicated by index [all...] |
DERInputStream.java | 38 return -1; // indefinite-length encoding 69 return length; 80 return; 108 return null; 125 return seq; 144 return new DERConstructedSet(v); 148 return DERBoolean.getInstance(bytes); 151 return new DERInteger(bytes); 153 return new DEREnumerated(bytes); 155 return new DERObjectIdentifier(bytes) [all...] |
/external/v8/test/mjsunit/compiler/ |
short-circuit.js | 35 assertEquals(x, function () { return 0 || x }()); 36 assertEquals(1, function () { return 1 || x }()); 39 assertEquals(0, function () { return 0 && x }()); 40 assertEquals(x, function () { return 1 && x }()); 43 assertEquals(x, function(y) { return y++ || x }(0)); 44 assertEquals(1, function(y) { return y++ || x }(1)); 47 assertEquals(0, function(y) { return y++ && x }(0)); 48 assertEquals(x, function(y) { return y++ && x }(1)); 51 assertEquals(0, function () { return {x: 0}}().x); 54 assertEquals(0, function () { return {x: 0} || this }().x) [all...] |
/external/webkit/WebCore/css/ |
WebKitCSSMatrix.h | 42 return adoptRef(new WebKitCSSMatrix()); 46 return adoptRef(new WebKitCSSMatrix(m)); 50 return adoptRef(new WebKitCSSMatrix(m)); 54 return adoptRef(new WebKitCSSMatrix(s, ec)); 59 double a() const { return m_matrix.a(); } 60 double b() const { return m_matrix.b(); } 61 double c() const { return m_matrix.c(); } 62 double d() const { return m_matrix.d(); } 63 double e() const { return m_matrix.e(); } 64 double f() const { return m_matrix.f(); [all...] |
/external/webkit/WebCore/svg/ |
SVGFontElement.cpp | 72 return static_cast<SVGMissingGlyphElement*>(child); 75 return 0; 81 return; 103 return 0; 105 return 0; 107 return 0; 116 return 0; 123 return 0; 132 return 0; 137 return 0 [all...] |
/external/webkit/WebKitTools/DumpRenderTree/mac/ |
AccessibilityUIElementMac.mm | 96 return NULL; 99 return [(NSString *)cfString autorelease]; 104 return JSStringCreateWithCFString((CFStringRef)self); 112 return NULL; 115 return [NSString stringWithFormat:@"<array of size %d>", [(NSArray*)valueObject count]]; 118 return [(NSNumber*)valueObject stringValue]; 124 return [NSString stringWithFormat:@"NSRect: %@", NSStringFromRect([value rectValue])]; 126 return [NSString stringWithFormat:@"NSPoint: %@", NSStringFromPoint([value pointValue])]; 128 return [NSString stringWithFormat:@"NSSize: %@", NSStringFromSize([value sizeValue])]; 130 return [NSString stringWithFormat:@"NSRange: %@", NSStringFromRange([value rangeValue])] [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/utils/ |
os_unix.c | 41 return res; 55 return -1; 81 return 0; 92 return -1; 96 return -1; 100 return -1; 105 return -1; 110 return -1; 113 return 0; 123 return -1 [all...] |
/frameworks/base/core/jni/ |
android_emoji_EmojiFactory.cpp | 54 return true; 67 return false; 79 return NULL; 81 return m_get_implementation(name); 86 return NULL; 88 return m_get_available_implementation(); 120 return obj; 126 return NULL; 130 return NULL; 140 return NULL [all...] |
/frameworks/base/keystore/java/android/security/ |
KeyStore.java | 51 return new KeyStore(); 56 return mError; 61 return (values == null || values.isEmpty()) ? null : values.get(0); 66 return (value == null) ? null : toString(value); 71 return mError == NO_ERROR; 75 return put(getBytes(key), getBytes(value)); 80 return mError == NO_ERROR; 84 return delete(getBytes(key)); 89 return mError == NO_ERROR; 93 return contains(getBytes(key)) [all...] |
/frameworks/base/location/java/com/android/internal/location/ |
LocationProviderProxy.java | 93 return; 134 return mName; 139 return mCachedAttributes.requiresNetwork(); 141 return false; 147 return mCachedAttributes.requiresSatellite(); 149 return false; 155 return mCachedAttributes.requiresCell(); 157 return false; 163 return mCachedAttributes.hasMonetaryCost(); 165 return false [all...] |
/packages/apps/Browser/tests/assets/ |
bindings_test.html | 6 return JNIBindingsTest.testPrimitiveTypes(100, 'c', 123.34567890, 456.789, 1234567, 1234567890, 6000, true); 10 return JNIBindingsTest.testObjectTypes("Foo", "", {"foo":"bar"}, {}); 14 return JNIBindingsTest.testArray([1,2,3], ['d', 'o', 'g'], [1.2, 2.3, 3.4], [4.5,5.6,6.7], [1,2,3], [4,5,6], [7,8,9], [true, false]); 18 return JNIBindingsTest.testObjectArray(['Hello', 'World', '!'], [], [{"foo":"bar"}]); 35 return JNIBindingsTest.testObjectMembers(foo.bool, foo.byte, foo.char, foo.double, foo.float, foo.int, foo.long, foo.short, foo.string, foo.array, foo.objArray, foo.object); 39 return JNIBindingsTest.testJSPrimitivesToStringsInJava(123, null, 456.789, true, 'd', undefined); 45 var expectedCharReturn = 98; // 'b'; Currently bindings in JSC and V8 return chars as their ASCII equivalent. 56 return false; 62 return false; 68 return false [all...] |
/packages/apps/Gallery3D/src/com/cooliris/media/ |
FloatUtils.java | 35 * @return The new animated value that is closer to the target value and 40 return animateAfterFactoringSpeed(prevVal, targetVal, timeElapsed); 50 return animateAfterFactoringSpeed(prevVal, newTargetVal, timeElapsed); 77 * @return the clamped value 81 return minVal; // CR: braces 83 return val; 93 * @return the clamped value 97 return maxVal; 99 return val; 113 * @return the clamped valu [all...] |
/packages/apps/Mms/src/com/android/mms/dom/ |
NodeImpl.java | 58 return newChild; 63 return null; 68 return null; 72 return new NodeListImpl(this, null, false); 81 // Ignore and return null 83 return firstChild; 92 // Ignore and return null 94 return lastChild; 99 return null; 104 return null [all...] |
/external/stlport/stlport/stl/ |
_iterator.h | 66 _Self& operator = (const _Self& __x) { current = __x.base(); return *this; } 71 _Self& operator = (const reverse_iterator<_Iter>& __x) { current = __x.base(); return *this; } 74 iterator_type base() const { return current; } 77 return *--__tmp; 82 return *this; 87 return __tmp; 91 return *this; 96 return __tmp; 99 _Self operator+(difference_type __n) const { return _Self(current - __n); } 102 return *this [all...] |
/external/webkit/JavaScriptCore/wtf/ |
HashIterators.h | 45 const ValueType* get() const { return (const ValueType*)m_impl.get(); } 46 const ValueType& operator*() const { return *get(); } 47 const ValueType* operator->() const { return get(); } 49 HashTableConstIteratorAdapter& operator++() { ++m_impl; return *this; } 52 Keys keys() { return Keys(*this); } 53 Values values() { return Values(*this); } 67 ValueType* get() const { return (ValueType*)m_impl.get(); } 68 ValueType& operator*() const { return *get(); } 69 ValueType* operator->() const { return get(); } 71 HashTableIteratorAdapter& operator++() { ++m_impl; return *this; [all...] |
/external/webkit/WebCore/dom/ |
TreeWalker.cpp | 46 return; 54 return m_current.get(); 63 return 0; 66 return 0; 68 return setCurrent(node.release()); 70 return 0; 78 return 0; 82 return m_current.get(); 99 return 0; 103 return 0 [all...] |
/external/webkit/WebCore/platform/text/ |
AtomicString.h | 57 bool isHashTableDeletedValue() const { return m_string.isHashTableDeletedValue(); } 63 operator const String&() const { return m_string; } 64 const String& string() const { return m_string; }; 70 AtomicStringImpl* impl() const { return static_cast<AtomicStringImpl *>(m_string.impl()); } 72 const UChar* characters() const { return m_string.characters(); } 73 unsigned length() const { return m_string.length(); } 75 UChar operator[](unsigned int i) const { return m_string[i]; } 77 bool contains(UChar c) const { return m_string.contains(c); } 79 { return m_string.contains(s, caseSensitive); } 81 { return m_string.contains(s, caseSensitive); [all...] |
/external/webkit/WebCore/platform/win/ |
WCDataObject.cpp | 80 return S_OK; 83 return E_NOINTERFACE; 88 return InterlockedIncrement(&m_ref); 96 return c; 107 return S_FALSE; 110 return S_FALSE; 119 return (cReturn == 0) ? S_OK : S_FALSE; 125 return S_FALSE; 127 return S_OK; 133 return S_OK [all...] |
/external/webkit/WebKit/chromium/src/ |
WebBindings.cpp | 67 return _NPN_Construct(npp, npobj, args, argCount, result); 72 return _NPN_CreateObject(npp, npClass); 77 return _NPN_Enumerate(id, obj, identifier, val); 82 return _NPN_Evaluate(npp, npObject, npScript, result); 87 return _NPN_EvaluateHelper(npp, popups_allowed, npobj, npscript, result); 92 return _NPN_GetIntIdentifier(number); 97 return _NPN_GetProperty(npp, obj, propertyName, result); 102 return _NPN_GetStringIdentifier(string); 112 return _NPN_HasMethod(npp, npObject, methodName); 117 return _NPN_HasProperty(npp, npObject, propertyName) [all...] |