Home
last modified time | relevance | path

Searched refs:anyList (Results 1 – 18 of 18) sorted by relevance

/external/libxkbcommon/config/libxkbcommon.so.0.0.0.p/
Dparser.c1352 { 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()
Dparser.h137 struct { ParseCommon *head; ParseCommon *last; } anyList; member
/external/mockito/src/test/java/org/mockitousage/matchers/
DGenericMatchersTest.java35 when(sorter.sort(ArgumentMatchers.<String>anyList())).thenReturn(null); in shouldCompile()
/external/mockito/src/test/java/org/mockitousage/spies/
DStubbingSpiesDoesNotYieldNPETest.java39 spy.size(anyList()); in shouldNotThrowNPE()
/external/conscrypt/openjdk/src/test/java/org/conscrypt/
DApplicationProtocolSelectorAdapterTest.java80 when(selector.selectApplicationProtocol(same(engine), ArgumentMatchers.<String>anyList())) in mockSelection()
DConscryptEngineTest.java322 … when(selector.selectApplicationProtocol(same(serverEngine), ArgumentMatchers.<String>anyList())) in alpnWithServerProtocolSelectorShouldSucceed()
341 … when(selector.selectApplicationProtocol(same(serverEngine), ArgumentMatchers.<String>anyList())) in alpnWithServerProtocolSelectorShouldFail()
DConscryptSocketTest.java512 … when(selector.selectApplicationProtocol(any(SSLSocket.class), ArgumentMatchers.<String>anyList()))
532 … when(selector.selectApplicationProtocol(any(SSLSocket.class), ArgumentMatchers.<String>anyList()))
DNativeCryptoTest.java2117 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/
DApplicationProtocolSelectorAdapterTest.java84 when(selector.selectApplicationProtocol(same(engine), ArgumentMatchers.<String>anyList())) in mockSelection()
DConscryptEngineTest.java330 same(serverEngine), ArgumentMatchers.<String>anyList())) in alpnWithServerProtocolSelectorShouldSucceed()
350 same(serverEngine), ArgumentMatchers.<String>anyList())) in alpnWithServerProtocolSelectorShouldFail()
DConscryptSocketTest.java522 any(SSLSocket.class), ArgumentMatchers.<String>anyList()))
543 any(SSLSocket.class), ArgumentMatchers.<String>anyList()))
DNativeCryptoTest.java2126 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/
DArgumentMatchers.java489 public static <T> List<T> anyList() { in anyList() method in ArgumentMatchers
525 return anyList(); in anyListOf()
/external/libxkbcommon/src/xkbcomp/
Dparser.y173 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/
DSharedFileManagerTest.java23 import static org.mockito.ArgumentMatchers.anyList;
422 anyList())) in testNotifyCurrentSize_partialDownloadFile()
537 anyList())) in testStartDownload_newFile()
DMobileDataDownloadManagerTest.java26 import static org.mockito.ArgumentMatchers.anyList;
666 verify(mockFileGroupManager).removeFileGroups(anyList()); in testRemoveFileGroups()
695 verify(mockFileGroupManager).removeFileGroups(anyList()); in testRemoveFileGroups_onFailure()
DFileGroupManagerTest.java24 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/
DMobileDataDownloadTest.java26 import static org.mockito.ArgumentMatchers.anyList;
886 verify(mockMobileDataDownloadManager, times(1)).removeFileGroups(anyList()); in removeFileGroupsByFilter_withAccountSpecified_removesMatchingAccountGroups()