/frameworks/base/services/tests/servicestests/src/com/android/server/content/ |
D | ObserverNodeTest.java | 68 ArrayList<ObserverCall> calls = new ArrayList<ObserverCall>(); in testUri() local 71 root.collectObserversLocked(uris[i], 0, null, false, 0, myUserHandle, calls); in testUri() 72 assertEquals(nums[i], calls.size()); in testUri() 73 calls.clear(); in testUri() 98 ArrayList<ObserverCall> calls = new ArrayList<ObserverCall>(); in testUriNotNotify() local 101 root.collectObserversLocked(uris[i], 0, null, false, 0, myUserHandle, calls); in testUriNotNotify() 102 assertEquals(nums[i], calls.size()); in testUriNotNotify() 103 calls.clear(); in testUriNotNotify()
|
/frameworks/base/core/tests/benchmarks/src/android/util/ |
D | StreamsBenchmark.java | 43 private SparseIntArray calls; field in StreamsBenchmark 47 calls = new SparseIntArray(); in setUp() 50 calls.put(i, r.nextInt(Integer.MAX_VALUE)); in setUp() 56 calls = null; in tearDown() 61 final int N = calls.size(); in timeDirect() 64 values[j] = ((long) calls.valueAt(j) << 32) | calls.keyAt(j); in timeDirect() 86 getOpenSessionCallsList(calls).stream().sorted( in timeStreams()
|
/frameworks/rs/script_api/ |
D | GenerateStubsWhiteList.cpp | 442 static void generateTestCall(GeneratedFile* file, ostringstream* calls, in generateTestCall() argument 445 *calls << " "; in generateTestCall() 450 *calls << "*(" << ret->rsType << "*)" << addVariable(file, variableNumber) << " = "; in generateTestCall() 453 *calls << permutation.getName() << "("; in generateTestCall() 458 *calls << separator; in generateTestCall() 461 *calls << "context"; in generateTestCall() 464 *calls << addVariable(file, variableNumber); in generateTestCall() 466 *calls << "(" << p->rsType << "*) " << addVariable(file, variableNumber); in generateTestCall() 468 *calls << "*(" << p->rsType << "*)" << addVariable(file, variableNumber); in generateTestCall() 472 *calls << ");\n"; in generateTestCall() [all …]
|
/frameworks/opt/net/ims/ |
D | README.txt | 2 especially making and taking VoLTE calls using IMS. 3 At the moment, this only supports VoLTE calls which is compliant to GSMA IR.92 specification. 16 With the ImsManager, you can initiate VoLTE calls with ImsManager#makeCall() 27 To receive calls, an IMS application MUST provide a BroadcastReceiver that 47 Provides APIs for IMS services, such as initiating IMS calls, and provides access to 51 Provides IMS voice / video calls over LTE network. 54 Manages all IMS calls which are established hereafter the initial 1-to-1 call is established. 55 It's for providing the dummy calls which are disconnected with the IMS network after 95 Manages all calls which are established hereafter the initial 1-to-1 call is established. 96 It's for providing the dummy calls which are disconnected with the IMS network after [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | RadioResponse.java | 190 ArrayList<android.hardware.radio.V1_0.Call> calls) { in getCurrentCallsResponse() argument 191 responseCurrentCalls(responseInfo, calls); in getCurrentCallsResponse() 199 ArrayList<android.hardware.radio.V1_2.Call> calls) { in getCurrentCallsResponse_1_2() argument 200 responseCurrentCalls_1_2(responseInfo, calls); in getCurrentCallsResponse_1_2() 1652 ArrayList<android.hardware.radio.V1_0.Call> calls) { in responseCurrentCalls() argument 1656 int num = calls.size(); in responseCurrentCalls() 1664 dc.state = DriverCall.stateFromCLCC((int) (calls.get(i).state)); in responseCurrentCalls() 1665 dc.index = calls.get(i).index; in responseCurrentCalls() 1666 dc.TOA = calls.get(i).toa; in responseCurrentCalls() 1667 dc.isMpty = calls.get(i).isMpty; in responseCurrentCalls() [all …]
|
D | CallManager.java | 1759 private Call getFirstNonIdleCall(List<Call> calls) { in getFirstNonIdleCall() argument 1761 for (Call call : calls) { in getFirstNonIdleCall() 1773 private Call getFirstNonIdleCall(List<Call> calls, int subId) { in getFirstNonIdleCall() argument 1775 for (Call call : calls) { in getFirstNonIdleCall() 1975 private Call getFirstActiveCall(ArrayList<Call> calls) { in getFirstActiveCall() argument 1976 for (Call call : calls) { in getFirstActiveCall() 1987 private Call getFirstActiveCall(ArrayList<Call> calls, int subId) { in getFirstActiveCall() argument 1988 for (Call call : calls) { in getFirstActiveCall() 2000 private Call getFirstCallOfState(ArrayList<Call> calls, Call.State state) { in getFirstCallOfState() argument 2001 for (Call call : calls) { in getFirstCallOfState() [all …]
|
/frameworks/av/drm/libmediadrm/protos/ |
D | metrics.proto | 82 // Count and execution time of getKeyRequest calls. 85 // Count and execution time of provideKeyResponse calls. 88 // Count of getProvisionRequest calls. 91 // Count of provideProvisionResponse calls. 100 // Count getPropertyByteArray calls to retrieve the device unique id.
|
/frameworks/base/core/proto/android/ |
D | section.proto | 38 // incidentd calls dumpsys for annotated field 41 // incidentd calls logs for annotated field 47 // incidentd calls tombstoned for annotated field
|
/frameworks/rs/rsov/compiler/tests/multi_function/ |
D | blend_mf.ll | 16 ; Function calls to _Z14convert_uchar4Dv4_j should be translated into OpUConvert instructions 47 attributes #0 = { norecurse nounwind readnone "disable-tail-calls"="false" "less-precise-fpmad"="fa… 48 attributes #1 = { nounwind readnone "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-f…
|
/frameworks/rs/rsov/compiler/tests/single_kernel/ |
D | mixed.ll | 44 attributes #0 = { nounwind "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-poin… 45 attributes #1 = { "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-pointer-elim"… 46 attributes #2 = { norecurse nounwind readnone "disable-tail-calls"="false" "less-precise-fpmad"="fa…
|
D | oldroot.ll | 11 attributes #0 = { norecurse nounwind readnone "disable-tail-calls"="false" "less-precise-fpmad"="fa…
|
D | identity.ll | 13 attributes #0 = { norecurse nounwind readnone "disable-tail-calls"="false" "less-precise-fpmad"="fa…
|
/frameworks/rs/rsov/compiler/tests/image/ |
D | contrast.ll | 74 attributes #0 = { nounwind "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-poin… 75 attributes #1 = { nounwind readnone "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-f… 76 attributes #2 = { nounwind readonly "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-f…
|
D | blend.ll | 37 attributes #0 = { nounwind readonly "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-f… 38 attributes #1 = { nounwind readnone "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-f…
|
/frameworks/rs/rsov/compiler/tests/rs_allocation/ |
D | write.ll | 41 attributes #0 = { nounwind "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-poin… 42 attributes #1 = { "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-pointer-elim"…
|
D | read.ll | 48 attributes #0 = { nounwind "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-poin… 49 attributes #1 = { "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-pointer-elim"…
|
D | rewrite_getdim.ll | 50 attributes #0 = { nounwind "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-poin… 51 attributes #1 = { "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-pointer-elim"…
|
D | getdimx.ll | 55 attributes #0 = { nounwind "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-poin… 56 attributes #1 = { "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-pointer-elim"…
|
D | access_same.ll | 57 attributes #0 = { nounwind "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-poin… 58 attributes #1 = { "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-pointer-elim"…
|
D | read_write.ll | 49 attributes #0 = { nounwind "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-poin… 50 attributes #1 = { "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-pointer-elim"…
|
D | multi_read.ll | 58 attributes #0 = { nounwind "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-poin… 59 attributes #1 = { "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-pointer-elim"…
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/ |
D | TelephonyMetrics.java | 469 for (RilCall call : event.calls) { in printAllMetrics() 1438 RilCall[] calls = convertConnectionsToRilCalls(connections, countryIso); in writeRilCallList() local 1442 .setRilCalls(calls) in writeRilCallList() 1445 if (callSession.isPhoneIdle() && disconnectReasonsKnown(calls)) { in writeRilCallList() 1451 private boolean disconnectReasonsKnown(RilCall[] calls) { in disconnectReasonsKnown() argument 1452 for (RilCall call : calls) { in disconnectReasonsKnown() 1460 RilCall[] calls = new RilCall[mConnections.size()]; in convertConnectionsToRilCalls() local 1462 calls[i] = new RilCall(); in convertConnectionsToRilCalls() 1463 calls[i].index = i; in convertConnectionsToRilCalls() 1464 convertConnectionToRilCall(mConnections.get(i), calls[i], countryIso); in convertConnectionsToRilCalls() local [all …]
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | ZenModeFiltering.java | 318 private synchronized void cleanUp(ArrayMap<String, Long> calls, long now) { in cleanUp() argument 319 final int N = calls.size(); in cleanUp() 323 calls.removeAt(i); in cleanUp()
|
/frameworks/compile/mclinker/lib/Support/Windows/ |
D | System.inc | 44 /// srandom - set the initial seed value for future calls to random().
|
/frameworks/base/services/robotests/backup/src/com/android/server/backup/ |
D | TransportManagerTest.java | 637 List<String> calls = new ArrayList<>(); in testForEachRegisteredTransport() local 639 transportManager.forEachRegisteredTransport(calls::add); in testForEachRegisteredTransport() 641 assertThat(calls) in testForEachRegisteredTransport() 651 List<String> calls = new ArrayList<>(); in testForEachRegisteredTransport_whenNoTransportsRegistered() local 653 transportManager.forEachRegisteredTransport(calls::add); in testForEachRegisteredTransport_whenNoTransportsRegistered() 655 assertThat(calls).isEmpty(); in testForEachRegisteredTransport_whenNoTransportsRegistered()
|