Home
last modified time | relevance | path

Searched refs:ice (Results 1 – 25 of 35) sorted by relevance

12

/external/webrtc/webrtc/api/objctests/
DRTCSessionDescriptionTest.mm72 "a=ice-ufrag:f3o+0HG7l9nwIWFY\r\n"
73 "a=ice-pwd:VDctmJNCptR2TB7+meDpw7w5\r\n"
98 "a=ice-ufrag:f3o+0HG7l9nwIWFY\r\n"
99 "a=ice-pwd:VDctmJNCptR2TB7+meDpw7w5\r\n"
/external/skia/src/pathops/
DSkOpCoincidence.cpp820 const SkOpPtT* ice = inner->coinPtTEnd(); in addMissing() local
821 FAIL_IF(ice->deleted()); in addMissing()
822 if (outerOpp != innerOpp && this->overlap(ocs, oce, ics, ice, &overS, &overE)) { in addMissing()
823 (void) this->addIfMissing(ocs->starter(oce), ics->starter(ice), in addMissing()
826 SkDEBUGPARAMS(ics->debugEnder(ice))); in addMissing()
842 const SkOpPtT* ice = inner->coinPtTEnd(); in addMissing() local
843 SkASSERT(!ice->deleted()); in addMissing()
845 if (this->overlap(oos, ooe, ics, ice, &overS, &overE)) { in addMissing()
846 (void) this->addIfMissing(oos->starter(ooe), ics->starter(ice), in addMissing()
849 SkDEBUGPARAMS(ics->debugEnder(ice))); in addMissing()
DSkPathOpsDebug.cpp1920 const SkOpPtT* ice = inner->coinPtTEnd(); in debugAddMissing() local
1921 SkASSERT(!ice->deleted()); in debugAddMissing()
1922 if (outerOpp != innerOpp && this->overlap(ocs, oce, ics, ice, &overS, &overE)) { in debugAddMissing()
1923 this->debugAddIfMissing(log, ocs->starter(oce), ics->starter(ice), in debugAddMissing()
1926 ics->debugEnder(ice)); in debugAddMissing()
1942 const SkOpPtT* ice = inner->coinPtTEnd(); in debugAddMissing() local
1943 SkASSERT(!ice->deleted()); in debugAddMissing()
1945 if (this->overlap(oos, ooe, ics, ice, &overS, &overE)) { in debugAddMissing()
1946 this->debugAddIfMissing(log, oos->starter(ooe), ics->starter(ice), in debugAddMissing()
1949 ics->debugEnder(ice)); in debugAddMissing()
/external/llvm/test/CodeGen/ARM/
D2013-05-13-AAPCS-byval-padding2.ll1 ;PR15293: ARM codegen ice - expected larger existing stack allocation
D2013-05-13-AAPCS-byval-padding.ll1 ;PR15293: ARM codegen ice - expected larger existing stack allocation
D2013-04-05-Small-ByVal-Structs-PR15293.ll1 ;PR15293: ARM codegen ice - expected larger existing stack allocation
/external/icu/icu4c/source/data/locales/
Dsl.txt908 arrows{"puščice"}
920 downwards_arrows{"puščice dol"}
921 downwards_upwards_arrows{"puščice gor-dol"}
946 leftwards_arrows{"puščice levo"}
947 leftwards_rightwards_arrows{"puščice levo-desno"}
969 rightwards_arrows{"puščice desno"}
983 upwards_arrows{"puščice navzgor"}
Dbs.txt880 emoji{"Emoji sličice"}
/external/icu/icu4c/source/data/curr/
Dga.txt483 "Dinar na hIaráice",
499 "Dollar na hIamáice",
1838 few{"dhinar na hIaráice"}
1839 many{"ndinar na hIaráice"}
1840 one{"dinar na hIaráice"}
1841 other{"dinar na hIaráice"}
1842 two{"dhinar na hIaráice"}
1866 few{"dhollar na hIamáice"}
1867 many{"ndollar na hIamáice"}
1868 one{"dollar na hIamáice"}
[all …]
/external/icu/icu4c/source/data/unit/
Dsk.txt978 dnam{"polievkové lyžice"}
979 few{"{0} polievkové lyžice"}
980 many{"{0} polievkovej lyžice"}
985 dnam{"čajové lyžice"}
986 few{"{0} čajové lyžice"}
987 many{"{0} čajovej lyžice"}
Dbs.txt856 dnam{"kašičice"}
857 few{"{0} kašičice"}
Dsr_Latn.txt857 dnam{"kašičice"}
858 few{"{0} kašičice"}
Dhr.txt880 dnam{"žličice"}
881 few{"{0} žličice"}
/external/fmtlib/doc/bootstrap/
Dglyphicons.less276 .glyphicon-ice-lolly { &:before { content: "\e231"; } }
277 .glyphicon-ice-lolly-tasted { &:before { content: "\e232"; } }
/external/clang/lib/AST/
DStmt.cpp108 while (auto *ice = dyn_cast<ImplicitCastExpr>(s)) in IgnoreImplicit() local
109 s = ice->getSubExpr(); in IgnoreImplicit()
DExpr.cpp3733 while (const ImplicitCastExpr *ice = dyn_cast<ImplicitCastExpr>(e)) in findInCopyConstruct() local
3734 e = ice->getSubExpr(); in findInCopyConstruct()
/external/clang/lib/CodeGen/
DCGObjC.cpp283 const ImplicitCastExpr *ice = dyn_cast<ImplicitCastExpr>(receiver); in shouldExtendReceiverForInnerPointerMessage() local
284 if (!ice || ice->getCastKind() != CK_LValueToRValue) return true; in shouldExtendReceiverForInnerPointerMessage()
285 receiver = ice->getSubExpr()->IgnoreParens(); in shouldExtendReceiverForInnerPointerMessage()
302 const DeclRefExpr *declRef = dyn_cast<DeclRefExpr>(ice->getSubExpr()); in shouldExtendReceiverForInnerPointerMessage()
/external/icu/icu4c/source/data/region/
Dga.txt152 JM{"Iamáice"}
/external/protobuf/docs/
Dthird_party.md92 * http://zeroc.com/ice.html (Multiple languages)
/external/icu/icu4c/source/data/lang/
Dbs.txt664 Zsye{"emoji sličice"}
/external/clang/lib/Sema/
DSemaExprObjC.cpp4220 if (ImplicitCastExpr *ice = dyn_cast<ImplicitCastExpr>(e)) in maybeUndoReclaimObject() local
4221 if (ice->getCastKind() == CK_ARCReclaimReturnedObject) in maybeUndoReclaimObject()
4222 return ice->getSubExpr(); in maybeUndoReclaimObject()
/external/icu/icu4j/main/shared/data/
DTransliterator_Han_Latin_Definition.txt271 冰炭不相容 < as\-incompatible\-or\-irreconcilable\-as\-ice\-and\-hot\-coals;
503 液態水 < liquid\-water\-\(as\-opposed\-to\-steam\-or\-ice\,\-e\.g\.\);
1374 冰消瓦解 < melt\-like\-ice\-and\-break\-like\-tiles;
3863 冰天雪地 < a\-world\-of\-ice\-and\-snow;
5153 冰場 < skating\-or\-ice\-rink;
7443 冰磚 < ice\-cream\-brick;
9191 不凍港 < ice\-free\-port;
9905 冰晶 < ice\-crystals;
11898 冰球 < ice\-hockey;
12105 冰刀 < ice\-skates;
[all …]
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/
DTransliterator_Kanji_English.txt375 冫>'[ice]';
377 冰>'[ice]';
2700 氷>'[ice]';
/external/tcpdump/tests/
Dprint-capXX.out290 0x0f60: 6963 6520 666f 7220 7765 6220 7369 7465 ice.for.web.site
/external/clang/include/clang/AST/
DExpr.h2779 while (ImplicitCastExpr *ice = dyn_cast<ImplicitCastExpr>(e)) in IgnoreImpCasts() local
2780 e = ice->getSubExpr(); in IgnoreImpCasts()

12