/system/core/nexus/ |
Supplicant.cpp | 72 return -1; 78 return -1; 83 return -1; 86 return 0; 93 return -1; 109 return 0; 113 return mServiceManager->isRunning(SUPPLICANT_SERVICE_NAME); 120 return -1; 129 return -1; 133 return -1 [all...] |
/cts/tools/signature-tools/src/signature/model/impl/ |
SigWildcardType.java | 38 return lowerBound; 42 return upperBounds; 47 return SigWildcardType.hashCode(this); 57 return result; 62 return SigWildcardType.equals(this, obj); 66 if (thiz == obj) return true; 67 if (obj == null) return false; 68 if (!(obj instanceof IWildcardType)) return false; 71 if (that.getLowerBound() != null) return false; 73 return false [all...] |
/dalvik/dx/src/com/android/dx/cf/code/ |
ReturnAddress.java | 24 * Representation of a subroutine return address. In Java verification, 26 * know about a return address is the <i>start address</i> of the subroutine 51 return ("<addr:" + Hex.u2(subroutineAddress) + ">"); 56 return toString(); 61 return Type.RETURN_ADDRESS; 66 return this; 71 return Type.RETURN_ADDRESS.getBasicType(); 76 return Type.RETURN_ADDRESS.getBasicFrameType(); 81 return false; 88 return false [all...] |
/dalvik/libcore/icu/src/main/java/com/ibm/icu4jni/text/ |
RuleBasedBreakIterator.java | 42 return rbbi; 48 return false; 52 return false; 59 return result && iter.equals(this.charIter); 64 return NativeBreakIterator.currentImpl(this.addr); 69 return NativeBreakIterator.firstImpl(this.addr); 74 return NativeBreakIterator.followingImpl(this.addr, offset); 81 return this.charIter; 86 return NativeBreakIterator.lastImpl(this.addr); 91 return NativeBreakIterator.nextImpl(this.addr, n) [all...] |
/dalvik/libcore/luni/src/main/java/java/util/ |
PropertyResourceBundle.java | 53 return (Enumeration<String>) resources.propertyNames(); 60 * @return an Enumeration of the resource names 65 return getLocalKeys(); 67 return new Enumeration<String>() { 76 return true; 82 return true; 85 return false; 90 return true; 92 return findNext(); 97 return local.nextElement() [all...] |
/dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/spi/ |
MockAbstractSelector.java | 45 return channel; 50 return 0; 55 return null; 60 return 0; 65 return selector; 78 return new MockAbstractSelector(SelectorProvider.provider()); 82 return super.cancelledKeys(); 95 return key; 111 return keys; 115 return null [all...] |
/dalvik/libcore/security/src/main/java/org/bouncycastle/util/encoders/ |
Hex.java | 14 * @return a byte array containing the Hex encoded data. 19 return encode(data, 0, data.length); 25 * @return a byte array containing the Hex encoded data. 43 return bOut.toByteArray(); 49 * @return the number of bytes produced. 56 return encoder.encode(data, 0, data.length, out); 62 * @return the number of bytes produced. 71 return encoder.encode(data, off, length, out); 77 * @return a byte array representing the decoded data. 93 return bOut.toByteArray() [all...] |
/development/host/windows/usb/api/ |
adb_interface.cpp | 39 return false;
47 return false;
51 // If user asked for wide char name just return it
53 return true;
65 return (res != 0);
71 return false;
76 return false;
81 return true;
88 return false;
93 return false; [all...] |
/development/testrunner/test_defs/ |
test_suite.py | 37 return self._name 41 return self 45 return self._build_path 49 return self 53 return self._build_dependencies 57 return self 61 return self._is_continuous 65 return self._is_continuous 69 return self._suite 73 return sel [all...] |
/external/bluetooth/glib/tests/ |
markup-test.c | 127 return 1; 136 return 1; 141 return 0; 160 return 1; 168 return 1; 174 return 1; 181 return 1; 185 return 1; 189 return 1; 193 return 1 [all...] |
/external/iproute2/tc/ |
q_sfq.c | 31 #define usage() return(-1) 45 return -1; 52 return -1; 59 return -1; 63 return -1; 68 return -1; 72 return -1; 79 return 0; 88 return 0; 91 return -1 [all...] |
/external/opencore/fileformats/mp4/parser/include/ |
avcconfigurationbox.h | 57 return _parameterSetLength; 62 return _pParameterSet; 67 return _success; 81 return _configurationVersion; 86 return _avcProfileIndication; 91 return _profileCompatibility; 96 return _avcLevelIndication; 101 return (uint8)(_lengthSizeMinusOne + 1); 106 return _numSequenceParameterSets; 111 return _numPictureParameterSets [all...] |
/external/proguard/src/proguard/evaluation/value/ |
LongValue.java | 37 return 0; 73 return other.generalize(this); 81 return other.add(this); 89 return other.subtractFrom(this); 97 return other.subtract(this); 106 return other.multiply(this); 115 return other.divideOf(this); 124 return other.divide(this); 134 return other.remainderOf(this); 144 return other.remainder(this) [all...] |
/external/srec/srec/AcousticModels/src/ |
AcousticModels.c | 31 return ESR_INVALID_ARGUMENT; 33 return self->destroy(self); 41 return ESR_INVALID_ARGUMENT; 43 return self->save(self, filename); 51 return ESR_INVALID_ARGUMENT; 53 return self->setParameter(self, key, value); 61 return ESR_INVALID_ARGUMENT; 63 return self->getParameter(self, key, value, len); 71 return ESR_INVALID_ARGUMENT; 73 return self->getCount(self, size) [all...] |
/external/webkit/WebCore/bindings/js/ |
JSTreeWalkerCustom.cpp | 44 return jsUndefined(); 45 return toJS(exec, node); 52 return jsUndefined(); 53 return toJS(exec, node); 60 return jsUndefined(); 61 return toJS(exec, node); 68 return jsUndefined(); 69 return toJS(exec, node); 76 return jsUndefined(); 77 return toJS(exec, node) [all...] |
/external/webkit/WebCore/css/ |
CSSValue.h | 50 // FIXME: Change this to return UnitTypes. 51 virtual unsigned short cssValueType() const { return CSS_CUSTOM; } 56 virtual bool isFontValue() const { return false; } 57 virtual bool isImageGeneratorValue() const { return false; } 58 virtual bool isImageValue() const { return false; } 59 virtual bool isImplicitInitialValue() const { return false; } 60 virtual bool isPrimitiveValue() const { return false; } 61 virtual bool isTimingFunctionValue() const { return false; } 62 virtual bool isValueList() const { return false; } 63 virtual bool isWebKitCSSTransformValue() const { return false; [all...] |
/external/webkit/WebCore/inspector/ |
JavaScriptCallFrame.cpp | 55 return m_caller.get(); 62 return 0; 63 return m_debuggerCallFrame.scopeChain(); 70 return 0; 71 return m_debuggerCallFrame.dynamicGlobalObject(); 78 return String(); 81 return String(); 82 return functionName; 89 return DebuggerCallFrame::ProgramType; 90 return m_debuggerCallFrame.type() [all...] |
/external/webkit/WebCore/platform/graphics/ |
MediaPlayer.cpp | 71 virtual PlatformMedia platformMedia() const { return NoPlatformMedia; } 73 virtual IntSize naturalSize() const { return IntSize(0, 0); } 75 virtual bool hasVideo() const { return false; } 76 virtual bool hasAudio() const { return false; } 80 virtual float duration() const { return 0; } 82 virtual float currentTime() const { return 0; } 84 virtual bool seeking() const { return false; } 88 virtual bool paused() const { return false; } 92 virtual bool supportsMuting() const { return false; } 95 virtual bool hasClosedCaptions() const { return false; [all...] |
/external/webkit/WebCore/platform/network/ |
AuthenticationChallengeBase.cpp | 54 return m_previousFailureCount; 59 return m_proposedCredential; 64 return m_protectionSpace; 69 return m_failureResponse; 74 return m_error; 79 return m_isNull; 90 return true; 93 return false; 96 return false; 99 return false [all...] |
/external/webkit/WebCore/plugins/ |
MimeTypeArray.cpp | 44 return 0; 45 return data->mimes().size(); 52 return 0; 55 return 0; 56 return MimeType::create(data, index).get(); 63 return 0; 67 return true; 69 return false; 76 return 0; 80 return MimeType::create(data, i).get() [all...] |
PluginArray.cpp | 44 return 0; 45 return data->plugins().size(); 52 return 0; 55 return 0; 56 return Plugin::create(data, index).get(); 63 return 0; 67 return true; 69 return false; 76 return 0; 80 return Plugin::create(data, i).get() [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
MobileApple80211.c | 19 return aeropuerto ? 1 : 0; 27 return __Apple80211Open(ctx); 35 return __Apple80211Close(ctx); 44 return __Apple80211GetIfListCopy(handle, list); 54 return __Apple80211BindToInterface(handle, interface); 64 return __Apple80211GetInterfaceNameCopy(handle, name); 74 return __Apple80211GetInfoCopy(handle, info); 82 return __Apple80211GetPower(handle, pwr); 90 return __Apple80211SetPower(handle, pwr); 100 return __Apple80211Scan(handle, list, parameters) [all...] |
/frameworks/base/location/java/android/location/ |
GpsSatellite.java | 55 * @return PRN number 58 return mPrn; 64 * @return the signal to noise ratio 67 return mSnr; 74 * @return the elevation in degrees 77 return mElevation; 84 * @return the azimuth in degrees 87 return mAzimuth; 93 * @return true if the satellite has ephemeris data 96 return mHasEphemeris [all...] |
/frameworks/base/media/libdrm/mobile2/src/dcf/ |
DrmRawContent.cpp | 30 return; 41 return; 49 return; 57 return; 102 return mContainer; 107 return DCF_HASH_LEN; 117 return; 124 return false; 129 return false; 137 return false [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
SimTlv.java | 49 if (!hasValidTlvObject) return false; 52 return hasValidTlvObject; 56 return hasValidTlvObject; 61 * Return 0 if !isValidObject() 66 if (!hasValidTlvObject) return 0; 67 return record[curOffset] & 0xff; 76 if (!hasValidTlvObject) return null; 80 return ret; 85 * @return false on invalid record, true on valid record 93 return false [all...] |