Searched defs:result (Results 501 - 523 of 523) sorted by relevance

<<21

/frameworks/support/renderscript/v8/jni/
H A Dandroid_renderscript_RenderScript.cpp882 jint result = -1; local
896 result = JNI_VERSION_1_4;
899 return result;
/frameworks/base/core/java/android/widget/
H A DGridLayout.java562 int result = valueIfEmpty;
564 result = Math.max(result, a[i]);
566 return result;
571 T[] result = (T[]) Array.newInstance(a.getClass().getComponentType(), a.length + b.length);
572 System.arraycopy(a, 0, result, 0, a.length);
573 System.arraycopy(b, 0, result, a.length, b.length);
574 return result;
922 int result = 1;
927 result
1424 addComponentSizes(List<Arc> result, PackedMap<Interval, MutableInt> links) argument
[all...]
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageManagerTests.java708 int result, int expInstallLocation) throws Exception {
724 invokeInstallPackageFail(packageURI, flags, result);
747 boolean cleanUp, boolean fail, int result, int expInstallLocation) throws Exception {
749 installFromRawResource(ip, flags, cleanUp, fail, result, expInstallLocation);
1697 int moveFlags, boolean cleanUp, boolean fail, int result) throws Exception {
1707 assertTrue(invokeMovePackageFail(ip.pkg.packageName, moveFlags, result));
1748 int result) throws Exception {
1751 fail, result);
1764 int result = PackageManager.MOVE_SUCCEEDED;
1765 sampleMoveFromRawResource(installFlags, moveFlags, fail, result);
707 installFromRawResource(InstallParams ip, int flags, boolean cleanUp, boolean fail, int result, int expInstallLocation) argument
746 installFromRawResource(String outFileName, int rawResId, int flags, boolean cleanUp, boolean fail, int result, int expInstallLocation) argument
1696 moveFromRawResource(String outFileName, int rawResId, int installFlags, int moveFlags, boolean cleanUp, boolean fail, int result) argument
1747 sampleMoveFromRawResource(int installFlags, int moveFlags, boolean fail, int result) argument
[all...]
/frameworks/base/tools/aapt/
H A DResourceTable.cpp1746 status_t result = NO_ERROR; local
1791 if ((result = e->makeItABag(sourcePos)) != NO_ERROR) {
1792 return result;
1798 return result;
/frameworks/native/opengl/libagl/
H A Degl.cpp2011 EGLBoolean result = EGL_FALSE; local
2012 return result;
2017 EGLBoolean result = EGL_FALSE; local
2018 return result;
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp2126 String8 result; local
2133 result.append(buffer);
2147 result.append(buffer);
2157 listLayersLocked(args, index, result, buffer, SIZE);
2164 dumpStatsLocked(args, index, result, buffer, SIZE);
2171 clearStatsLocked(args, index, result, buffer, SIZE);
2177 dumpAllLocked(result, buffer, SIZE);
2184 write(fd, result.string(), result.size());
2189 String8& result, cha
2188 listLayersLocked(const Vector<String16>& args, size_t& index, String8& result, char* buffer, size_t SIZE) const argument
2200 dumpStatsLocked(const Vector<String16>& args, size_t& index, String8& result, char* buffer, size_t SIZE) const argument
2223 clearStatsLocked(const Vector<String16>& args, size_t& index, String8& result, char* buffer, size_t SIZE) const argument
2242 appendSfConfigString(String8& result) argument
2262 dumpAllLocked( String8& result, char* buffer, size_t SIZE) const argument
2612 status_t result = PERMISSION_DENIED; local
2755 status_t result; member in class:android::MessageCaptureScreen
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhone.java321 * AsyncResult.result = a Connection. <p>
342 * AsyncResult.result = a Connection. <p>
359 * AsyncResult.result = boolean, true to start play ringback tone
388 * <li>AsyncResult.result = a Connection object that is
409 * <code>obj.result</code> will be an "MmiCode" object.
425 * <code>obj.result</code> will be an "MmiCode" object
470 * AsyncResult.result will be a ServiceState instance
483 * AsyncResult.result will be a SuppServiceNotification instance.
998 * <li><code>response.obj.result</code> will be a <code>List</code> of
1046 * @param result Callbac
1048 getSmscAddress(Message result) argument
1056 setSmscAddress(String address, Message result) argument
[all...]
H A DPhoneBase.java776 public void getSmscAddress(Message result) { argument
777 mCM.getSmscAddress(result);
780 public void setSmscAddress(String address, Message result) { argument
781 mCM.setSmscAddress(address, result);
1146 public void requestIsimAuthentication(String nonce, Message result) { argument
H A DRIL.java94 * @param result sent when operation completes
97 static RILRequest obtain(int request, Message result) { argument
117 rr.mResult = result;
120 if (result != null && result.getTarget() == null) {
655 public void getVoiceRadioTechnology(Message result) { argument
656 RILRequest rr = RILRequest.obtain(RIL_REQUEST_VOICE_RADIO_TECH, result);
678 getIccCardStatus(Message result) { argument
681 RILRequest rr = RILRequest.obtain(RIL_REQUEST_GET_SIM_STATUS, result);
689 supplyIccPin(String pin, Message result) { argument
694 supplyIccPinForApp(String pin, String aid, Message result) argument
709 supplyIccPuk(String puk, String newPin, Message result) argument
714 supplyIccPukForApp(String puk, String newPin, String aid, Message result) argument
730 supplyIccPin2(String pin, Message result) argument
735 supplyIccPin2ForApp(String pin, String aid, Message result) argument
750 supplyIccPuk2(String puk2, String newPin2, Message result) argument
755 supplyIccPuk2ForApp(String puk, String newPin2, String aid, Message result) argument
771 changeIccPin(String oldPin, String newPin, Message result) argument
776 changeIccPinForApp(String oldPin, String newPin, String aid, Message result) argument
792 changeIccPin2(String oldPin2, String newPin2, Message result) argument
797 changeIccPin2ForApp(String oldPin2, String newPin2, String aid, Message result) argument
813 changeBarringPassword(String facility, String oldPwd, String newPwd, Message result) argument
827 supplyNetworkDepersonalization(String netpin, Message result) argument
839 getCurrentCalls(Message result) argument
848 getPDPContextList(Message result) argument
853 getDataCallList(Message result) argument
862 dial(String address, int clirMode, Message result) argument
867 dial(String address, int clirMode, UUSInfo uusInfo, Message result) argument
889 getIMSI(Message result) argument
894 getIMSIForApp(String aid, Message result) argument
908 getIMEI(Message result) argument
917 getIMEISV(Message result) argument
927 hangupConnection(int gsmIndex, Message result) argument
942 hangupWaitingOrBackground(Message result) argument
952 hangupForegroundResumeBackground(Message result) argument
963 switchWaitingOrHoldingAndActive(Message result) argument
974 conference(Message result) argument
984 setPreferredVoicePrivacy(boolean enable, Message result) argument
994 getPreferredVoicePrivacy(Message result) argument
1001 separateConnection(int gsmIndex, Message result) argument
1015 acceptCall(Message result) argument
1025 rejectCall(Message result) argument
1035 explicitCallTransfer(Message result) argument
1045 getLastCallFailCause(Message result) argument
1058 getLastPdpFailCause(Message result) argument
1066 getLastDataCallFailCause(Message result) argument
1100 getSignalStrength(Message result) argument
1110 getVoiceRegistrationState(Message result) argument
1120 getDataRegistrationState(Message result) argument
1130 getOperator(Message result) argument
1140 sendDtmf(char c, Message result) argument
1152 startDtmf(char c, Message result) argument
1164 stopDtmf(Message result) argument
1174 sendBurstDtmf(String dtmfString, int on, int off, Message result) argument
1189 sendSMS(String smscPDU, String pdu, Message result) argument
1203 sendCdmaSms(byte[] pdu, Message result) argument
1339 setupDataCall(String radioTechnology, String profile, String apn, String user, String password, String authType, String protocol, Message result) argument
1364 deactivateDataCall(int cid, int reason, Message result) argument
1379 setRadioPower(boolean on, Message result) argument
1394 setSuppServiceNotifications(boolean enable, Message result) argument
1408 acknowledgeLastIncomingGsmSms(boolean success, int cause, Message result) argument
1423 acknowledgeLastIncomingCdmaSms(boolean success, int cause, Message result) argument
1438 acknowledgeIncomingGsmSmsWithPdu(boolean success, String ackPdu, Message result) argument
1453 iccIO(int command, int fileid, String path, int p1, int p2, int p3, String data, String pin2, Message result) argument
1458 iccIOForApp(int command, int fileid, String path, int p1, int p2, int p3, String data, String pin2, String aid, Message result) argument
1487 getCLIR(Message result) argument
1497 setCLIR(int clirMode, Message result) argument
1735 resetRadio(Message result) argument
1932 getSmscAddress(Message result) argument
1943 setSmscAddress(String address, Message result) argument
1957 reportSmsMemoryStatus(boolean available, Message result) argument
1971 reportStkServiceIsRunning(Message result) argument
[all...]
H A DCommandsInterface.java111 void getVoiceRadioTechnology(Message result); argument
187 * AsyncResult.result is a String containing the SMS PDU
197 * AsyncResult.result is a String containing the SMS PDU
205 * AsyncResult.result is a byte array containing the SMS-CB PDU
213 * AsyncResult.result is an int array containing the index of new SMS
221 * AsyncResult.result is a String containing the status report PDU
229 * AsyncResult.result is an Object[]
230 * ((Object[])AsyncResult.result)[0] is a String containing the NITZ time string
231 * ((Object[])AsyncResult.result)[1] is a Long containing the milliseconds since boot as
247 * AsyncResult.result i
383 setSuppServiceNotifications(boolean enable, Message result) argument
567 supplyIccPin(String pin, Message result) argument
583 supplyIccPinForApp(String pin, String aid, Message result) argument
597 supplyIccPuk(String puk, String newPin, Message result) argument
613 supplyIccPukForApp(String puk, String newPin, String aid, Message result) argument
629 supplyIccPin2(String pin2, Message result) argument
647 supplyIccPin2ForApp(String pin2, String aid, Message result) argument
663 supplyIccPuk2(String puk2, String newPin2, Message result) argument
681 supplyIccPuk2ForApp(String puk2, String newPin2, String aid, Message result) argument
683 changeIccPin(String oldPin, String newPin, Message result) argument
684 changeIccPinForApp(String oldPin, String newPin, String aidPtr, Message result) argument
685 changeIccPin2(String oldPin2, String newPin2, Message result) argument
686 changeIccPin2ForApp(String oldPin2, String newPin2, String aidPtr, Message result) argument
688 changeBarringPassword(String facility, String oldPwd, String newPwd, Message result) argument
690 supplyNetworkDepersonalization(String netpin, Message result) argument
700 getCurrentCalls(Message result) argument
711 getPDPContextList(Message result) argument
720 getDataCallList(Message result) argument
733 dial(String address, int clirMode, Message result) argument
746 dial(String address, int clirMode, UUSInfo uusInfo, Message result) argument
755 getIMSI(Message result) argument
764 getIMSIForApp(String aid, Message result) argument
773 getIMEI(Message result) argument
782 getIMEISV(Message result) argument
795 hangupConnection(int gsmIndex, Message result) argument
805 hangupWaitingOrBackground(Message result) argument
816 hangupForegroundResumeBackground(Message result) argument
827 switchWaitingOrHoldingAndActive(Message result) argument
837 conference(Message result) argument
845 setPreferredVoicePrivacy(boolean enable, Message result) argument
852 getPreferredVoicePrivacy(Message result) argument
859 separateConnection(int gsmIndex, Message result) argument
867 acceptCall(Message result) argument
875 rejectCall(Message result) argument
885 explicitCallTransfer(Message result) argument
895 getLastCallFailCause(Message result) argument
906 getLastPdpFailCause(Message result) argument
912 getLastDataCallFailCause(Message result) argument
965 sendDtmf(char c, Message result) argument
973 startDtmf(char c, Message result) argument
980 stopDtmf(Message result) argument
987 sendBurstDtmf(String dtmfString, int on, int off, Message result) argument
1224 resetRadio(Message result) argument
1285 getSmscAddress(Message result) argument
1293 setSmscAddress(String address, Message result) argument
1300 reportSmsMemoryStatus(boolean available, Message result) argument
1308 reportStkServiceIsRunning(Message result) argument
1368 setGsmBroadcastActivation(boolean activate, Message result) argument
1496 setupDataCall(String radioTechnology, String profile, String apn, String user, String password, String authType, String protocol, Message result) argument
1510 deactivateDataCall(int cid, int reason, Message result) argument
1520 setCdmaBroadcastActivation(boolean activate, Message result) argument
1529 setCdmaBroadcastConfig(int[] configValuesArray, Message result) argument
1537 getCdmaBroadcastConfig(Message result) argument
1553 getIccCardStatus(Message result) argument
[all...]
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java542 int result = valueIfEmpty;
544 result = Math.max(result, a[i]);
546 return result;
551 T[] result = (T[]) Array.newInstance(a.getClass().getComponentType(), a.length + b.length);
552 System.arraycopy(a, 0, result, 0, a.length);
553 System.arraycopy(b, 0, result, a.length, b.length);
554 return result;
868 int result = 1;
873 result
1345 addComponentSizes(List<Arc> result, PackedMap<Interval, MutableInt> links) argument
[all...]
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorMain.cpp502 M4OSA_ERR result = M4VSS3GPP_ERR_EDITING_UNSUPPORTED_VIDEO_PROFILE; local
566 result = M4VSS3GPP_ERR_EDITING_UNSUPPORTED_VIDEO_LEVEL;
568 result = M4VSS3GPP_ERR_EDITING_UNSUPPORTED_VIDEO_PROFILE;
571 return result;
603 M4OSA_ERR result = M4NO_ERROR; local
659 result = pContext->mPreviewController->clearSurface(previewSurface,
662 (M4NO_ERROR != result), result);
674 M4OSA_ERR result = M4NO_ERROR; local
805 result
1012 M4OSA_ERR result = M4NO_ERROR; local
1173 M4OSA_ERR result = M4NO_ERROR; local
1220 M4OSA_ERR result = M4NO_ERROR; local
1578 M4OSA_ERR result = M4NO_ERROR; local
2122 M4OSA_ERR result = M4NO_ERROR; local
2192 M4OSA_ERR result = M4NO_ERROR; local
2363 M4OSA_ERR result = M4NO_ERROR; local
2408 M4OSA_ERR result = M4NO_ERROR; local
2454 M4OSA_ERR result = M4NO_ERROR; local
2548 M4OSA_ERR result = M4NO_ERROR; local
2580 M4OSA_ERR result = M4NO_ERROR; local
2765 M4OSA_ERR result = M4NO_ERROR; local
2946 M4OSA_ERR result = M4NO_ERROR; local
3048 M4OSA_ERR result = M4NO_ERROR; local
3117 M4OSA_ERR result = M4NO_ERROR; local
3166 M4OSA_ERR result = M4NO_ERROR; local
3296 int result = -1; local
3609 M4OSA_ERR result = M4NO_ERROR; local
3676 jint result = -1; local
[all...]
/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp394 String8 result; local
396 result.append(buffer);
398 result.append(buffer);
399 ::write(fd, result.string(), result.size());
411 String8 result; local
413 result.append(buffer);
416 result.append(buffer);
418 result.append(buffer);
420 result
[all...]
/frameworks/base/core/java/android/app/
H A DIActivityManager.java422 public int result; field in class:IActivityManager.WaitResult
436 dest.writeInt(result);
455 result = source.readInt();
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp1553 jstring result = 0; local
1619 result = _env->NewStringUTF(buf);
1627 if (result == 0) {
1628 result = _env->NewStringUTF("");
1631 return result;
1649 jstring result = 0; local
1689 result = _env->NewStringUTF(buf);
1693 return result;
1883 jstring result = 0; local
1951 result
1978 jstring result = 0; local
3293 jstring result = _env->NewStringUTF(buf); local
3448 jstring result = _env->NewStringUTF(buf); local
3665 jstring result = _env->NewStringUTF(buf); local
[all...]
/frameworks/base/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp1538 jint result = -1; local
1552 result = JNI_VERSION_1_4;
1555 return result;
/frameworks/base/libs/hwui/
H A DOpenGLRenderer.cpp338 status_t result = DrawGlInfo::kStatusDone; local
357 result |= (*f)(DrawGlInfo::kModeProcess, &info);
359 if (result & DrawGlInfo::kStatusDraw) {
364 if (result & DrawGlInfo::kStatusInvoke) {
374 return result;
405 status_t result = (*functor)(DrawGlInfo::kModeDraw, &info) | DrawGlInfo::kStatusDrew; local
407 if (result != DrawGlInfo::kStatusDone) {
411 if (result & DrawGlInfo::kStatusInvoke) {
417 return result;
2009 * on the inside). This ends up giving the result w
[all...]
/frameworks/base/services/input/
H A DInputDispatcher.cpp2008 // Check the result.
2673 ALOGD("injectInputEvent - Timed out waiting for injection result "
2709 ALOGD("injectInputEvent - Finished with result %d. "
2726 ALOGD("Setting input event injection result to %d. "
2733 // Log the outcome since the injector did not wait for the injection result.
3742 uint32_t result = 0; local
3744 result += 1;
3746 return result;
H A DInputReader.cpp601 int32_t result = AKEY_STATE_UNKNOWN; local
607 result = (device->*getStateFunc)(sourceMask, code);
621 result = currentResult;
626 return result;
639 bool result = false; local
645 result = device->markSupportedKeyCodes(sourceMask,
654 result |= device->markSupportedKeyCodes(sourceMask,
659 return result;
1019 int32_t result = AKEY_STATE_UNKNOWN; local
1030 result
1039 bool result = false; local
1068 int32_t result = 0; local
1155 uint32_t result = 0; local
1347 uint32_t result = 0; local
[all...]
/frameworks/base/services/input/tests/
H A DInputReader_test.cpp610 bool result = false; local
617 result = true;
623 result = true;
628 return result;
887 bool result = false; local
892 result = true;
896 return result;
/frameworks/base/opengl/java/android/opengl/
H A DGLLogWrapper.java109 private void returns(String result) { argument
110 log(") returns " + result + ";\n");
114 private void returns(int result) { argument
115 returns(Integer.toString(result));
931 ByteBuffer result = null;
939 result = ByteBuffer.allocate(byteCount).order(input2.order());
941 result.put(input2.get());
950 result = ByteBuffer.allocate(byteCount).order(input2.order());
951 CharBuffer result2 = result.asCharBuffer();
962 result
[all...]
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp317 String8 result; local
319 result.append("Clients:\n");
324 result.append(buffer);
328 result.append("Global session refs:\n");
329 result.append(" session pid count\n");
333 result.append(buffer);
335 write(fd, result.string(), result.size());
343 String8 result; local
350 result
358 String8 result; local
875 status_t result = dev->set_parameters(dev, keyValuePairs.string()); local
1271 String8 result; local
1328 String8 result; local
1610 String8 result; local
1660 String8 result; local
2146 uint32_t result = 0; local
3587 String8 result; local
4262 bool result; local
4409 appendDumpHeader(String8& result) argument
5467 appendDumpHeader(String8& result) argument
5663 status_t result; local
6489 String8 result; local
6518 String8 result; local
6787 uint32_t result = 0; local
8829 String8 result; local
9543 String8 result; local
[all...]
/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java2604 void wallpaperCommandComplete(IBinder window, Bundle result) { argument
2638 // XXX Need to wait for result.
6320 boolean result = true;
6350 result = false;
6356 result = false;
6361 return result;
6377 boolean result = true;
6396 result = false;
6402 result = false;
6407 return result;
[all...]

Completed in 533 milliseconds

<<21