/external/libxkbcommon/config/libxkbcommon.so.0.0.0.p/ |
D | parser.c | 1352 { FreeStmt((ParseCommon *) ((*yyvaluep).anyList).head); } in yydestruct() 1887 …file) = XkbFileCreate((yyvsp[-5].file_type), (yyvsp[-4].str), (yyvsp[-2].anyList).head, (yyvsp[-6]… in yyparse() 1998 if ((yyvsp[-1].anyList).head) { in yyparse() 1999 …(yyval.anyList).head = (yyvsp[-1].anyList).head; (yyvsp[-1].anyList).last->next = (yyvsp[0].any); … in yyparse() 2001 (yyval.anyList).head = (yyval.anyList).last = (yyvsp[0].any); in yyparse() 2013 if ((yyvsp[-2].anyList).head) { in yyparse() 2014 …(yyval.anyList).head = (yyvsp[-2].anyList).head; (yyvsp[-2].anyList).last->next = &(yyvsp[0].vmodL… in yyparse() 2016 …(yyval.anyList).head = &(yyvsp[0].vmodList).head->common; (yyval.anyList).last = &(yyvsp[0].vmodLi… in yyparse() 2024 { (yyval.anyList).head = (yyval.anyList).last = NULL; } in yyparse()
|
D | parser.h | 137 struct { ParseCommon *head; ParseCommon *last; } anyList; member
|
/external/mockito/src/test/java/org/mockitousage/matchers/ |
D | GenericMatchersTest.java | 35 when(sorter.sort(ArgumentMatchers.<String>anyList())).thenReturn(null); in shouldCompile()
|
/external/mockito/src/test/java/org/mockitousage/spies/ |
D | StubbingSpiesDoesNotYieldNPETest.java | 39 spy.size(anyList()); in shouldNotThrowNPE()
|
/external/conscrypt/openjdk/src/test/java/org/conscrypt/ |
D | ApplicationProtocolSelectorAdapterTest.java | 80 when(selector.selectApplicationProtocol(same(engine), ArgumentMatchers.<String>anyList())) in mockSelection()
|
D | ConscryptEngineTest.java | 322 … when(selector.selectApplicationProtocol(same(serverEngine), ArgumentMatchers.<String>anyList())) in alpnWithServerProtocolSelectorShouldSucceed() 341 … when(selector.selectApplicationProtocol(same(serverEngine), ArgumentMatchers.<String>anyList())) in alpnWithServerProtocolSelectorShouldFail()
|
D | ConscryptSocketTest.java | 512 … when(selector.selectApplicationProtocol(any(SSLSocket.class), ArgumentMatchers.<String>anyList())) 532 … when(selector.selectApplicationProtocol(any(SSLSocket.class), ArgumentMatchers.<String>anyList()))
|
D | NativeCryptoTest.java | 2117 when(selector.selectApplicationProtocol(same(engine), ArgumentMatchers.<String>anyList())) in alpnWithServerProtocolSelectorShouldSucceed() 2156 when(selector.selectApplicationProtocol(same(engine), ArgumentMatchers.<String>anyList())) in alpnWithServerProtocolSelectorShouldFail()
|
/external/conscrypt/repackaged/openjdk/src/test/java/com/android/org/conscrypt/ |
D | ApplicationProtocolSelectorAdapterTest.java | 84 when(selector.selectApplicationProtocol(same(engine), ArgumentMatchers.<String>anyList())) in mockSelection()
|
D | ConscryptEngineTest.java | 330 same(serverEngine), ArgumentMatchers.<String>anyList())) in alpnWithServerProtocolSelectorShouldSucceed() 350 same(serverEngine), ArgumentMatchers.<String>anyList())) in alpnWithServerProtocolSelectorShouldFail()
|
D | ConscryptSocketTest.java | 522 any(SSLSocket.class), ArgumentMatchers.<String>anyList())) 543 any(SSLSocket.class), ArgumentMatchers.<String>anyList()))
|
D | NativeCryptoTest.java | 2126 when(selector.selectApplicationProtocol(same(engine), ArgumentMatchers.<String>anyList())) in alpnWithServerProtocolSelectorShouldSucceed() 2165 when(selector.selectApplicationProtocol(same(engine), ArgumentMatchers.<String>anyList())) in alpnWithServerProtocolSelectorShouldFail()
|
/external/mockito/src/main/java/org/mockito/ |
D | ArgumentMatchers.java | 489 public static <T> List<T> anyList() { in anyList() method in ArgumentMatchers 525 return anyList(); in anyListOf()
|
/external/libxkbcommon/src/xkbcomp/ |
D | parser.y | 173 struct { ParseCommon *head; ParseCommon *last; } anyList; 205 %type <anyList> DeclList 233 <anyList> <exprList> <varList> <vmodList>
|
/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/internal/ |
D | SharedFileManagerTest.java | 23 import static org.mockito.ArgumentMatchers.anyList; 422 anyList())) in testNotifyCurrentSize_partialDownloadFile() 537 anyList())) in testStartDownload_newFile()
|
D | MobileDataDownloadManagerTest.java | 26 import static org.mockito.ArgumentMatchers.anyList; 666 verify(mockFileGroupManager).removeFileGroups(anyList()); in testRemoveFileGroups() 695 verify(mockFileGroupManager).removeFileGroups(anyList()); in testRemoveFileGroups_onFailure()
|
D | FileGroupManagerTest.java | 24 import static org.mockito.ArgumentMatchers.anyList; 3640 anyList())) in testDownloadFileGroup_pending() 3733 anyList())) in testDownloadFileGroup_nullDownloadCondition() 3797 anyList())) in testDownloadFileGroup_nonNullDownloadCondition() 4292 anyList())) in testDownloadFileGroup_pending_oneBlobExistsAfterDownload() 4511 anyList())) in testDownloadFileGroup_oneFileCanBeCopiedAfterDownload() 4789 anyList()); in testDownloadFileGroup_skipsSideloadedFiles() 4915 anyList())) in testDownloadAllPendingGroups_onWifi() 5054 anyList())) in testDownloadAllPendingGroups_wifiFirst_without_Wifi() 6949 anyList())) in fileDownloadSucceeds() [all …]
|
/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/ |
D | MobileDataDownloadTest.java | 26 import static org.mockito.ArgumentMatchers.anyList; 886 verify(mockMobileDataDownloadManager, times(1)).removeFileGroups(anyList()); in removeFileGroupsByFilter_withAccountSpecified_removesMatchingAccountGroups()
|