/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/ |
D | CallInfoTest.java | 96 ArrayList<BluetoothCall> calls = new ArrayList<>(); in getActiveCall() local 108 ArrayList<BluetoothCall> calls = new ArrayList<>(); in getHeldCall() local 121 ArrayList<BluetoothCall> calls = new ArrayList<>(); in getOutgoingCall() local 133 ArrayList<BluetoothCall> calls = new ArrayList<>(); in getRingingOrSimulatedRingingCall() local 152 ArrayList<BluetoothCall> calls = new ArrayList<>(); in hasOnlyDisconnectedCalls_withConnectedCall() local 164 ArrayList<BluetoothCall> calls = new ArrayList<>(); in hasOnlyDisconnectedCalls_withDisconnectedCallOnly() local 176 ArrayList<BluetoothCall> calls = new ArrayList<>(); in getForegroundCall_withConnectingCall() local 188 ArrayList<BluetoothCall> calls = new ArrayList<>(); in getForegroundCall_withPullingCall() local 200 ArrayList<BluetoothCall> calls = new ArrayList<>(); in getForegroundCall_withRingingCall() local 212 ArrayList<BluetoothCall> calls = new ArrayList<>(); in getForegroundCall_withNoMatchingCall() local [all …]
|
D | BluetoothInCallServiceTest.java | 616 List<BluetoothCall> calls = new ArrayList<>(); in callClccCache() local 701 ArrayList<BluetoothCall> calls = new ArrayList<>(); in holdingCallClccResponse() local 855 List<BluetoothCall> calls = new ArrayList<>(); in listCurrentCallsConferenceEmptyChildrenInference() local 989 List<BluetoothCall> calls = new ArrayList<>(); in conferenceLastCallIndexIsMaintained() local 1602 List<Integer> calls = new ArrayList<>(); in onParentOnChildrenChanged() local
|
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
H A D | ShadowPhoneTest.java | 22 Call[] calls = new Call[] {}; in getZeroCall_noCall() local 29 Call[] calls = new Call[] {call}; in getOneCall_hasOneCall() local 37 Call[] calls = new Call[] {call1, call2}; in getTwoCall_hasTwoCall() local 59 public static void testAddCallGetCall(Call[] calls) { in testAddCallGetCall()
|
H A D | ShadowInCallServiceTest.java | 35 Call[] calls = new Call[] {}; in setCallListEmpty_getCallListEmpty() local 42 Call[] calls = new Call[] {call}; in setCallListOne_getCallListOne() local 50 Call[] calls = new Call[] {call1, call2}; in setCallListTwo_getCallListTwo() local 99 public void testSetCallListGetCallList(Call[] calls) { in testSetCallListGetCallList()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/cloud/ |
H A D | ram_file_block_cache_test.cc | 60 int calls = 0; in TEST() local 92 int calls = 0; in TEST() local 174 std::set<size_t> calls; in TEST() local 273 std::list<size_t> calls; in TEST() local 321 int calls = 0; in TEST() local 361 int calls = 0; in TEST() local 423 int calls = 0; in TEST() local 551 int calls = 0; in TEST() local
|
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/gcs/ |
H A D | ram_file_block_cache_test.cc | 65 int calls = 0; in TEST() local 97 int calls = 0; in TEST() local 183 std::set<size_t> calls; in TEST() local 285 std::list<size_t> calls; in TEST() local 334 int calls = 0; in TEST() local 378 int calls = 0; in TEST() local 440 int calls = 0; in TEST() local 575 int calls = 0; in TEST() local
|
/aosp_15_r20/external/cronet/base/timer/ |
H A D | mock_timer_unittest.cc | 17 int calls = 0; in TEST() local 30 int calls = 0; in TEST() local 44 int calls = 0; in TEST() local 55 int calls = 0; in TEST() local
|
/aosp_15_r20/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/ |
D | ReadWriteDraftMessageActionTest.java | 76 final ArrayList<StubActionServiceCallLog> calls = mService.getCalls(); in testWriteDraft() local 135 final ArrayList<StubActionServiceCallLog> calls = mService.getCalls(); in testReadDraft() local 200 final ArrayList<StubActionServiceCallLog> calls = mService.getCalls(); in testReadDraftForNewConversation() local 236 final ArrayList<StubActionServiceCallLog> calls = mService.getCalls(); in testWriteAndReadDraft() local 293 final ArrayList<StubActionServiceCallLog> calls = mService.getCalls(); in testUpdateDraft() local
|
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/g3doc/reference/ |
H A D | functions.md | 11 ### Function calls 43 #### Function conversion rules 63 ### Nested functions
|
/aosp_15_r20/external/ot-br-posix/third_party/Simple-web-server/repo/tests/ |
H A D | io_test.cpp | 419 size_t calls = 0; in main() local 436 size_t calls = 0; in main() local 494 vector<int> calls(4, 0); in main() local 522 vector<int> calls(4, 0); in main() local 552 vector<int> calls(100, 0); in main() local 579 vector<int> calls(5, 0); in main() local 604 vector<int> calls(10, 0); in main() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/g3doc/ |
H A D | custom_call.md | 232 ### Tuple outputs as temp buffers 253 ### Tuples in CPU custom-calls 260 ### Tuples in GPU custom-calls
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/ |
D | BluetoothInCallService.java | 837 Collection<BluetoothCall> calls = mCallInfo.getBluetoothCalls(); in sendListOfCalls() local 1481 List<BluetoothCall> calls = new ArrayList<>(); in getBluetoothCallsByIds() local 1525 List<BluetoothCall> calls = getBluetoothCalls(); in getCallByStates() local 1535 List<BluetoothCall> calls = getBluetoothCalls(); in getCallByState() local 1546 List<BluetoothCall> calls = getBluetoothCalls(); in getNumHeldCalls() local 1556 List<BluetoothCall> calls = getBluetoothCalls(); in hasOnlyDisconnectedCalls() local 1632 List<BluetoothCall> calls = getBluetoothCalls(); in getCallByCallId() local
|
/aosp_15_r20/packages/providers/CallLogProvider/tests/src/com/android/calllogbackup/ |
D | CallLogBackupAgentTest.java | 275 List<Call> calls = new LinkedList<>(); in testRunBackup_NoCalls() local 291 List<Call> calls = new LinkedList<>(); in testRunBackup_OneNewCall_ErrorAddingCall() local 309 List<Call> calls = new LinkedList<>(); in testRunBackup_OneNewCall_NullBackupDataOutput() local 325 List<Call> calls = new LinkedList<>(); in testRunBackup_OneNewCall() local 423 List<Call> calls = new LinkedList<>(); in testRunBackup_MultipleCall() local 450 List<Call> calls = new LinkedList<>(); in testRunBackup_PartialMultipleCall() local
|
/aosp_15_r20/cts/hostsidetests/sustainedperf/dhrystone/ |
H A D | Drystone-2.1.sh | 297 X reason is that the percentage of procedure and function calls is part function 591 X * procedure, function calls 17 (16.7 %) function 654 X * The average number of parameters in procedure or function calls function
|
/aosp_15_r20/external/libchrome/base/timer/ |
H A D | mock_timer_unittest.cc | 17 int calls = 0; in TEST() local 31 int calls = 0; in TEST() local 46 int calls = 0; in TEST() local
|
/aosp_15_r20/libcore/ojluni/src/test/java/util/concurrent/tck/ |
H A D | SubmissionPublisherTest.java | 814 AtomicInteger calls = new AtomicInteger(); in testHandledDroppedOffer() local 843 AtomicInteger calls = new AtomicInteger(); in testRecoveredHandledDroppedOffer() local 961 AtomicInteger calls = new AtomicInteger(); in testHandledDroppedTimedOffer() local 992 AtomicInteger calls = new AtomicInteger(); in testRecoveredHandledDroppedTimedOffer() local
|
/aosp_15_r20/packages/services/Telecomm/src/com/android/server/telecom/ |
D | CallEndpointController.java | 202 List<Call> calls = new ArrayList<>(mCallsManager.getTrackedCalls()); in notifyCallEndpointChange() local 232 List<Call> calls = new ArrayList<>(mCallsManager.getTrackedCalls()); in notifyAvailableCallEndpointsChange() local 263 List<Call> calls = new ArrayList<>(mCallsManager.getTrackedCalls()); in notifyMuteStateChange() local
|
/aosp_15_r20/hardware/interfaces/radio/aidl/compat/libradiocompat/voice/ |
H A D | RadioResponse-voice.cpp | 110 const hidl_vec<V1_0::Call>& calls) { in getCurrentCallsResponse() 117 const hidl_vec<V1_2::Call>& calls) { in getCurrentCallsResponse_1_2() 124 const hidl_vec<V1_6::Call>& calls) { in getCurrentCallsResponse_1_6()
|
/aosp_15_r20/external/perfetto/ui/src/base/ |
H A D | events_unittest.ts | 22 const calls: string[] = []; constant 59 const calls: string[] = []; constant
|
/aosp_15_r20/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CallManager.java | 1746 private Call getFirstNonIdleCall(List<Call> calls) { in getFirstNonIdleCall() 1760 private Call getFirstNonIdleCall(List<Call> calls, int subId) { in getFirstNonIdleCall() 1960 private Call getFirstActiveCall(ArrayList<Call> calls) { in getFirstActiveCall() 1972 private Call getFirstActiveCall(ArrayList<Call> calls, int subId) { in getFirstActiveCall() 1984 private Call getFirstCallOfState(ArrayList<Call> calls, Call.State state) { in getFirstCallOfState() 1996 private Call getFirstCallOfState(ArrayList<Call> calls, Call.State state, in getFirstCallOfState()
|
/aosp_15_r20/frameworks/base/services/companion/java/com/android/server/companion/ |
H A D | CompanionDeviceManagerServiceInternal.java | 61 void crossDeviceSync(int userId, Collection<CrossDeviceCall> calls); in crossDeviceSync() 66 void crossDeviceSync(AssociationInfo associationInfo, Collection<CrossDeviceCall> calls); in crossDeviceSync()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/tuple/tuple.tuple/tuple.special/ |
H A D | non_member_swap_const.pass.cpp | 22 int* calls; member 29 int* calls; member
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/smart_ptr/test/ |
D | lsp_array_n_test.cpp | 60 static int calls; member in array_deleter 73 template< class T > int array_deleter< T >::calls = 0; member in array_deleter< T >
|
D | sp_array_n_test.cpp | 60 static int calls; member in array_deleter 73 template< class T > int array_deleter< T >::calls = 0; member in array_deleter< T >
|
D | lsp_array_test.cpp | 60 static int calls; member in array_deleter 73 template< class T > int array_deleter< T >::calls = 0; member in array_deleter< T >
|