Home
last modified time | relevance | path

Searched refs:IE (Results 1 – 25 of 517) sorted by relevance

12345678910>>...21

/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/tests/yui/
Dopacity-filter.css5 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* IE 8 */
6 filter: PROGID:DXImageTransform.Microsoft.Alpha(Opacity=80); /* IE 4-7 */
7 zoom: 1; /* set "zoom", "width" or "height" to trigger "hasLayout" in IE 7 and lower */
12 -ms-filter: "PROGID:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* IE 8 */
13 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); /* IE 4-7 */
Die5mac.css1 /* Ignore the next rule in IE mac \*/
5 /* Stop ignoring in IE mac */
/external/llvm/lib/Analysis/
DOrderedBasicBlock.cpp43 auto IE = BB->end(); in comesBefore() local
44 if (LastInstFound != IE) in comesBefore()
48 for (; II != IE; ++II) { in comesBefore()
55 assert(II != IE && "Instruction not found?"); in comesBefore()
/external/icu/icu4c/source/data/translit/
DRussian_Latin_BGN.txt22 [$upperVowels [ЙЪЬ]] { Е } $upper → YE ; # CYRILLIC CAPITAL LETTER IE
23 [$upperVowels [ЙЪЬ]] { Е → Ye ; # CYRILLIC CAPITAL LETTER IE
24 [$upperVowels $lowerVowels [ЙйЪъЬь]] { е → ye ; # CYRILLIC SMALL LETTER IE
39 $wordBoundary{Е} $upper → YE ; # CYRILLIC CAPITAL LETTER IE
40 $wordBoundary{Е → Ye ; # CYRILLIC CAPITAL LETTER IE
41 Е → E ; # CYRILLIC CAPITAL LETTER IE
42 $wordBoundary{е → ye ; # CYRILLIC SMALL LETTER IE
43 е → e ; # CYRILLIC SMALL LETTER IE
DTurkmen_Latin_BGN.txt31 Е}[[$upperVowels - [Ә]] [ЙЪЬ]] → YE ; # CYRILLIC CAPITAL LETTER IE
32 Е}[[$lowerVowels - [ә]] [йъь]] → Ye ; # CYRILLIC CAPITAL LETTER IE
33 $wordBoundary{Е → Ye ; # CYRILLIC CAPITAL LETTER IE
34 Е → E ; # CYRILLIC CAPITAL LETTER IE
35 е}[[$upperVowels - [Ә]] [$lowerVowels - [ә]] [ЙйЪъЬь]] → ye ; # CYRILLIC SMALL LETTER IE
36 $wordBoundary{е → ye ; # CYRILLIC SMALL LETTER IE
37 е → e ; # CYRILLIC SMALL LETTER IE
DUzbek_Latin_BGN.txt37 Е}[$upperVowels [ЙЬ]] → YE ; # CYRILLIC CAPITAL LETTER IE
38 Е}[$lowerVowels [йь]] → Ye ; # CYRILLIC CAPITAL LETTER IE
39 $wordBoundary{Е → Ye ; # CYRILLIC CAPITAL LETTER IE
40 Е → E ; # CYRILLIC CAPITAL LETTER IE
41 е}[$upperVowels $lowerVowels [ЙйЬь]] → ye ; # CYRILLIC SMALL LETTER IE
42 $wordBoundary{е → ye ; # CYRILLIC SMALL LETTER IE
43 е → e ; # CYRILLIC SMALL LETTER IE
DCyrillic_Latin.txt29 є ↔ e $hat; # CYRILLIC SMALL LETTER UKRAINIAN IE
30 Є ↔ E $hat; # CYRILLIC CAPITAL LETTER UKRAINIAN IE
55 ӕ ↔ æ ; # CYRILLIC SMALL LIGATURE A IE
56 Ӕ ↔ Æ ; # CYRILLIC CAPITAL LIGATURE A IE
75 е ↔ e ; # CYRILLIC SMALL LETTER IE
76 Е ↔ E; # CYRILLIC CAPITAL LETTER IE
DUkrainian_Latin_BGN.txt34 Е → E ; # CYRILLIC CAPITAL LETTER IE
35 е → e ; # CYRILLIC SMALL LETTER IE
36 Є} $lower → Ye ; # CYRILLIC CAPITAL LETTER UKRAINIAN IE
37 Є → YE ; # CYRILLIC CAPITAL LETTER UKRAINIAN IE
38 є → ye ; # CYRILLIC SMALL LETTER UKRAINIAN IE
DMongolian_Latin_BGN.txt31 Е} $lower → Yö ; # CYRILLIC CAPITAL LETTER IE
32 Е → YÖ ; # CYRILLIC CAPITAL LETTER IE
33 е → yö ; # CYRILLIC SMALL LETTER IE
/external/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp198 } else if (InsertElementInst *IE = dyn_cast<InsertElementInst>(I)) { in visitExtractElementInst() local
200 if (IE->getOperand(2) == EI.getOperand(1)) in visitExtractElementInst()
201 return ReplaceInstUsesWith(EI, IE->getOperand(1)); in visitExtractElementInst()
204 if (isa<Constant>(IE->getOperand(2)) && isa<Constant>(EI.getOperand(1))) { in visitExtractElementInst()
206 EI.setOperand(0, IE->getOperand(0)); in visitExtractElementInst()
480 Instruction *InstCombiner::visitInsertElementInst(InsertElementInst &IE) { in visitInsertElementInst() argument
481 Value *VecOp = IE.getOperand(0); in visitInsertElementInst()
482 Value *ScalarOp = IE.getOperand(1); in visitInsertElementInst()
483 Value *IdxOp = IE.getOperand(2); in visitInsertElementInst()
487 ReplaceInstUsesWith(IE, VecOp); in visitInsertElementInst()
[all …]
/external/llvm/lib/Target/PowerPC/
DPPCLoopDataPrefetch.cpp115 for (auto I = LI->begin(), IE = LI->end(); I != IE; ++I) in runOnFunction() local
134 for (Loop::block_iterator I = L->block_begin(), IE = L->block_end(); in runOnLoop() local
135 I != IE; ++I) { in runOnLoop()
157 for (Loop::block_iterator I = L->block_begin(), IE = L->block_end(); in runOnLoop() local
158 I != IE; ++I) { in runOnLoop()
DPPCLoopPreIncPrep.cpp155 for (auto I = LI->begin(), IE = LI->end(); I != IE; ++I) in runOnFunction() local
181 for (Loop::block_iterator I = L->block_begin(), IE = L->block_end(); in runOnLoop() local
182 I != IE; ++I) { in runOnLoop()
381 IE = Buckets[i].Elements.end(); I != IE; ++I) { in runOnLoop() local
429 for (Loop::block_iterator I = L->block_begin(), IE = L->block_end(); in runOnLoop() local
430 I != IE; ++I) { in runOnLoop()
DPPCCTRLoops.cpp463 for (Loop::block_iterator I = L->block_begin(), IE = L->block_end(); in convertToCTRLoop() local
464 I != IE; ++I) in convertToCTRLoop()
475 IE = ExitingBlocks.end(); I != IE; ++I) { in convertToCTRLoop() local
624 for (MachineBasicBlock::iterator IE = MBB->begin();; --I) { in verifyCTRBranch() local
641 if (I == IE) in verifyCTRBranch()
679 for (MachineFunction::iterator I = MF.begin(), IE = MF.end(); in runOnMachineFunction() local
680 I != IE; ++I) { in runOnMachineFunction()
/external/llvm/include/llvm/CodeGen/
DRegisterScavenging.h123 IE = Scavenged.end(); I != IE; ++I) in isScavengingFrameIndex() local
133 IE = Scavenged.end(); I != IE; ++I) in getScavengingFrameIndices() local
/external/llvm/utils/TableGen/
DCodeEmitterGen.cpp291 std::map<std::string, std::vector<std::string> >::iterator IE, EE; in run() local
292 for (IE = CaseMap.begin(), EE = CaseMap.end(); IE != EE; ++IE) { in run()
293 const std::string &Case = IE->first; in run()
294 std::vector<std::string> &InstList = IE->second; in run()
/external/llvm/lib/CodeGen/AsmPrinter/
DOcamlGCPrinter.cpp112 IE = Info.funcinfo_end(); in finishAssembly() local
113 I != IE; ++I) { in finishAssembly()
131 IE = Info.funcinfo_end(); in finishAssembly() local
132 I != IE; ++I) { in finishAssembly()
DErlangGCPrinter.cpp60 IE = Info.funcinfo_end(); in finishAssembly() local
61 FI != IE; ++FI) { in finishAssembly()
DDwarfCompileUnit.h107 void addImportedEntity(const DIImportedEntity* IE) { in addImportedEntity() argument
108 ImportedEntities[IE->getScope()].push_back(IE); in addImportedEntity()
/external/libxml2/result/c14n/without-comments/
Dtest-13 CN=Merlin Hughes,O=Baltimore Technologies\, Ltd.,ST=Dublin,C=IE
7 CN=Test DSA CA,O=Baltimore Technologies\, Ltd.,ST=Dublin,C=IE
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineC.cpp610 void ExprEngine::VisitInitListExpr(const InitListExpr *IE, in VisitInitListExpr() argument
617 QualType T = getContext().getCanonicalType(IE->getType()); in VisitInitListExpr()
618 unsigned NumInitElements = IE->getNumInits(); in VisitInitListExpr()
620 if (!IE->isGLValue() && in VisitInitListExpr()
629 B.generateNode(IE, Pred, state->BindExpr(IE, LCtx, V)); in VisitInitListExpr()
633 for (InitListExpr::const_reverse_iterator it = IE->rbegin(), in VisitInitListExpr()
634 ei = IE->rend(); it != ei; ++it) { in VisitInitListExpr()
639 B.generateNode(IE, Pred, in VisitInitListExpr()
640 state->BindExpr(IE, LCtx, in VisitInitListExpr()
654 V = state->getSVal(IE->getInit(0), LCtx); in VisitInitListExpr()
[all …]
/external/chromium-trace/catapult/third_party/flot/
DFAQ.md6 depends on the browser. The excanvas emulation used for IE (built with
7 VML) makes IE by far the slowest browser so be sure to test with that
8 if IE users are in your target group (for large plots in IE, you can
/external/clang/lib/Sema/
DScopeInfo.cpp76 const ObjCIvarRefExpr *IE = cast<ObjCIvarRefExpr>(E); in getBaseInfo() local
77 D = IE->getDecl(); in getBaseInfo()
78 IsExact = IE->getBase()->isObjCSelfExpr(); in getBaseInfo()
/external/llvm/lib/ProfileData/
DSampleProf.cpp25 std::string message(int IE) const override { in message()
26 sampleprof_error E = static_cast<sampleprof_error>(IE); in message()
DInstrProf.cpp28 std::string message(int IE) const override { in message()
29 instrprof_error E = static_cast<instrprof_error>(IE); in message()
171 auto IE = ValueData.end(); in mergeValueData() local
175 while (I != IE && I->Value < J->Value) in mergeValueData()
177 if (I != IE && I->Value == J->Value) { in mergeValueData()
/external/llvm/lib/Transforms/Scalar/
DPartiallyInlineLibCalls.cpp70 for (BasicBlock::iterator II = CurrBB->begin(), IE = CurrBB->end(); in runOnFunction() local
71 II != IE; ++II) { in runOnFunction()

12345678910>>...21