Home
last modified time | relevance | path

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

/external/libxkbcommon/config/libxkbcommon.so.0.0.0.p/
Dparser.c1355 { FreeStmt((ParseCommon *) ((*yyvaluep).anyList).head); } in yydestruct()
1888 …file) = XkbFileCreate((yyvsp[-5].file_type), (yyvsp[-4].str), (yyvsp[-2].anyList).head, (yyvsp[-6]… in yyparse()
1999 if ((yyvsp[-1].anyList).head) { in yyparse()
2000 …(yyval.anyList).head = (yyvsp[-1].anyList).head; (yyvsp[-1].anyList).last->next = (yyvsp[0].any); … in yyparse()
2002 (yyval.anyList).head = (yyval.anyList).last = (yyvsp[0].any); in yyparse()
2014 if ((yyvsp[-2].anyList).head) { in yyparse()
2015 …(yyval.anyList).head = (yyvsp[-2].anyList).head; (yyvsp[-2].anyList).last->next = &(yyvsp[0].vmodL… in yyparse()
2017 …(yyval.anyList).head = &(yyvsp[0].vmodList).head->common; (yyval.anyList).last = &(yyvsp[0].vmodLi… in yyparse()
2025 { (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/spies/
DStubbingSpiesDoesNotYieldNPETest.java39 spy.size(anyList()); in shouldNotThrowNPE()
/external/mockito/src/test/java/org/mockitousage/matchers/
DGenericMatchersTest.java35 when(sorter.sort(ArgumentMatchers.<String>anyList())).thenReturn(null); in shouldCompile()
/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>