Searched refs:result (Results 176 - 200 of 1828) sorted by relevance

1234567891011>>

/frameworks/base/packages/Osu/src/com/android/hotspot2/pps/
H A DCredential.java217 int result = (int) (mCtime ^ (mCtime >>> 32));
218 result = 31 * result + (int) (mExpTime ^ (mExpTime >>> 32));
219 result = 31 * result + mRealm.hashCode();
220 result = 31 * result + (mCheckAAACert ? 1 : 0);
221 result = 31 * result + (mUserName != null ? mUserName.hashCode() : 0);
222 result
[all...]
/frameworks/wilhelm/tests/sandbox/
H A Dconfigbq.c75 SLresult result; local
79 result = slCreateEngine(&engineObject, 0, NULL, 0, NULL, NULL);
80 assert(SL_RESULT_SUCCESS == result);
82 result = (*engineObject)->Realize(engineObject, SL_BOOLEAN_FALSE);
83 assert(SL_RESULT_SUCCESS == result);
84 result = (*engineObject)->GetInterface(engineObject, SL_IID_ENGINE, &engineEngine);
85 assert(SL_RESULT_SUCCESS == result);
89 result = (*engineEngine)->CreateOutputMix(engineEngine, &outputMixObject, 0, NULL, NULL);
90 assert(SL_RESULT_SUCCESS == result);
91 result
[all...]
/frameworks/base/core/java/com/android/internal/util/
H A DJournaledFile.java48 File result;
50 result = mReal;
55 result = mTemp;
60 return result;
/frameworks/base/keystore/java/android/security/keystore/
H A DAndroidKeyStorePublicKey.java49 int result = super.hashCode();
50 result = prime * result + Arrays.hashCode(mEncoded);
51 return result;
/frameworks/base/media/java/android/mtp/
H A DMtpPropertyList.java30 // result code for GetObjectPropList
44 public MtpPropertyList(int maxCount, int result) { argument
46 mResult = result;
75 public void setResult(int result) { argument
76 mResult = result;
/frameworks/base/services/net/java/android/net/dhcp/
H A DDhcpDeclinePacket.java44 ByteBuffer result = ByteBuffer.allocate(MAX_LENGTH);
46 fillInPacket(encap, mClientIp, mYourIp, destUdp, srcUdp, result,
48 result.flip();
49 return result;
H A DDhcpDiscoverPacket.java43 ByteBuffer result = ByteBuffer.allocate(MAX_LENGTH);
45 srcUdp, result, DHCP_BOOTREQUEST, mBroadcast);
46 result.flip();
47 return result;
H A DDhcpInformPacket.java44 ByteBuffer result = ByteBuffer.allocate(MAX_LENGTH);
46 fillInPacket(encap, mClientIp, mYourIp, destUdp, srcUdp, result,
48 result.flip();
49 return result;
/frameworks/base/telecomm/java/android/telecom/
H A DResponse.java28 * @param result The results.
30 void onResult(IN request, OUT... result); argument
/frameworks/base/telephony/java/android/telephony/
H A DPreciseDataConnectionState.java192 int result = 1;
193 result = prime * result + mState;
194 result = prime * result + mNetworkType;
195 result = prime * result + ((mAPNType == null) ? 0 : mAPNType.hashCode());
196 result = prime * result + ((mAPN == null) ? 0 : mAPN.hashCode());
197 result
[all...]
/frameworks/base/tools/aapt2/io/
H A DZipArchive.cpp36 bool result = fileMap.create(nullptr, fd, mZipEntry.offset, local
38 if (!result) {
46 int32_t result = ExtractToMemory(mZipHandle, &mZipEntry, data.get(), local
48 if (result != 0) {
68 IFile* result = mCurrent->second.get(); local
70 return result;
83 int32_t result = OpenArchive(path.data(), &collection->mHandle); local
84 if (result != 0) {
85 // If a zip is empty, result will be an error code. This is fine and we should
87 if (result
[all...]
/frameworks/base/wifi/java/android/net/wifi/nan/
H A DSubscribeData.java197 int result = 17;
199 result = 31 * result + mServiceName.hashCode();
200 result = 31 * result + mServiceSpecificInfoLength;
201 result = 31 * result + Arrays.hashCode(mServiceSpecificInfo);
202 result = 31 * result + mTxFilterLength;
203 result
[all...]
H A DPublishSettings.java119 int result = 17;
121 result = 31 * result + mPublishType;
122 result = 31 * result + mPublishCount;
123 result = 31 * result + mTtlSec;
125 return result;
H A DSubscribeSettings.java119 int result = 17;
121 result = 31 * result + mSubscribeType;
122 result = 31 * result + mSubscribeCount;
123 result = 31 * result + mTtlSec;
125 return result;
/frameworks/opt/chips/tests/src/com/android/ex/chips/
H A DRecipientAlternatesAdapterTest.java32 Cursor result;
42 result = RecipientAlternatesAdapter.removeUndesiredDestinations(c,
44 assertEquals(1, result.getCount());
45 assertRow(result, 0, "a", "1@android.com", 1, "home", 1000, 2000, "x", 0);
50 result = RecipientAlternatesAdapter.removeUndesiredDestinations(c,
52 assertEquals(2, result.getCount());
53 assertRow(result, 0, "a", "1@android.com", 1, "home", 1000, 2000, "x", 0);
54 assertRow(result, 1, "a", "2@android.com", 1, "home", 1000, 2000, "x", 0);
60 result = RecipientAlternatesAdapter.removeUndesiredDestinations(c,
62 assertEquals(2, result
[all...]
/frameworks/support/v4/java/android/support/v4/database/
H A DDatabaseUtilsCompat.java53 String[] result = new String[originalValues.length + newValues.length ];
54 System.arraycopy(originalValues, 0, result, 0, originalValues.length);
55 System.arraycopy(newValues, 0, result, originalValues.length, newValues.length);
56 return result;
/frameworks/wilhelm/src/itf/
H A DIAudioDecoderCapabilities.c28 result = SL_RESULT_PARAMETER_INVALID;
30 result = SL_RESULT_SUCCESS;
37 result = SL_RESULT_PARAMETER_INVALID;
54 result = GetCodecCapabilities(decoderId, pIndex, pDescriptor, DecoderDescriptors); local
H A DIAudioEncoder.c28 result = SL_RESULT_PARAMETER_INVALID;
35 result = SL_RESULT_SUCCESS;
48 result = SL_RESULT_PARAMETER_INVALID;
55 result = SL_RESULT_SUCCESS;
H A DIAudioEncoderCapabilities.c28 result = SL_RESULT_PARAMETER_INVALID;
30 result = SL_RESULT_SUCCESS;
37 result = SL_RESULT_PARAMETER_INVALID;
54 result = GetCodecCapabilities(encoderId, pIndex, pDescriptor, local
H A DIVisualization.c28 result = SL_RESULT_PARAMETER_INVALID;
36 result = SL_RESULT_SUCCESS;
48 result = SL_RESULT_PARAMETER_INVALID;
51 result = SL_RESULT_SUCCESS;
H A DIVolume.c28 result = SL_RESULT_PARAMETER_INVALID;
39 result = SL_RESULT_SUCCESS;
51 result = SL_RESULT_PARAMETER_INVALID;
58 result = SL_RESULT_SUCCESS;
70 result = SL_RESULT_PARAMETER_INVALID;
73 result = SL_RESULT_SUCCESS;
94 result = SL_RESULT_SUCCESS;
105 result = SL_RESULT_PARAMETER_INVALID;
112 result = SL_RESULT_SUCCESS;
133 result
[all...]
/frameworks/base/core/java/android/security/keymaster/
H A DKeyCharacteristics.java91 List<Integer> result = new ArrayList<Integer>();
92 result.addAll(hwEnforced.getEnums(tag));
93 result.addAll(swEnforced.getEnums(tag));
94 return result;
117 List<BigInteger> result = new ArrayList<BigInteger>();
118 result.addAll(hwEnforced.getUnsignedLongs(tag));
119 result.addAll(swEnforced.getUnsignedLongs(tag));
120 return result;
131 Date result = swEnforced.getDate(tag, null);
132 if (result !
[all...]
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaItemStatus.java256 StringBuilder result = new StringBuilder();
257 result.append("MediaItemStatus{ ");
258 result.append("timestamp=");
259 TimeUtils.formatDuration(SystemClock.elapsedRealtime() - getTimestamp(), result);
260 result.append(" ms ago");
261 result.append(", playbackState=").append(playbackStateToString(getPlaybackState()));
262 result.append(", contentPosition=").append(getContentPosition());
263 result.append(", contentDuration=").append(getContentDuration());
264 result.append(", extras=").append(getExtras());
265 result
[all...]
/frameworks/av/cmds/stagefright/filters/
H A Dnightvision.rs33 float3 result = dot(rgb, gMonoMult) * gNightVisionMult;
35 v_out->y = (uchar)clamp((result.r * 255.f + 0.5f), 0.f, 255.f);
36 v_out->z = (uchar)clamp((result.g * 255.f + 0.5f), 0.f, 255.f);
37 v_out->w = (uchar)clamp((result.b * 255.f + 0.5f), 0.f, 255.f);
/frameworks/base/tools/preload/
H A DRecord.java146 * @result the same field with any escaped characters replaced
149 String result = rawField;
150 int offset = result.indexOf("\\u");
152 String before = result.substring(0, offset);
153 String escaped = result.substring(offset+2, offset+6);
154 String after = result.substring(offset+6);
156 result = String.format("%s%c%s", before, Integer.parseInt(escaped, 16), after);
159 offset = result.indexOf("\\u", offset + 1);
161 return result;

Completed in 510 milliseconds

1234567891011>>