/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/tests/yui/ |
D | opacity-filter.css | 5 -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 */
|
D | ie5mac.css | 1 /* Ignore the next rule in IE mac \*/ 5 /* Stop ignoring in IE mac */
|
/external/llvm/lib/Analysis/ |
D | OrderedBasicBlock.cpp | 43 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/ |
D | Russian_Latin_BGN.txt | 22 [$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
|
D | Turkmen_Latin_BGN.txt | 31 Е}[[$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
|
D | Uzbek_Latin_BGN.txt | 37 Е}[$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
|
D | Cyrillic_Latin.txt | 29 є ↔ 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
|
D | Ukrainian_Latin_BGN.txt | 34 Е → 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
|
D | Mongolian_Latin_BGN.txt | 31 Е} $lower → Yö ; # CYRILLIC CAPITAL LETTER IE 32 Е → YÖ ; # CYRILLIC CAPITAL LETTER IE 33 е → yö ; # CYRILLIC SMALL LETTER IE
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineVectorOps.cpp | 198 } 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/ |
D | PPCLoopDataPrefetch.cpp | 115 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()
|
D | PPCLoopPreIncPrep.cpp | 155 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()
|
D | PPCCTRLoops.cpp | 463 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/ |
D | RegisterScavenging.h | 123 IE = Scavenged.end(); I != IE; ++I) in isScavengingFrameIndex() local 133 IE = Scavenged.end(); I != IE; ++I) in getScavengingFrameIndices() local
|
/external/llvm/utils/TableGen/ |
D | CodeEmitterGen.cpp | 291 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/ |
D | OcamlGCPrinter.cpp | 112 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()
|
D | ErlangGCPrinter.cpp | 60 IE = Info.funcinfo_end(); in finishAssembly() local 61 FI != IE; ++FI) { in finishAssembly()
|
D | DwarfCompileUnit.h | 107 void addImportedEntity(const DIImportedEntity* IE) { in addImportedEntity() argument 108 ImportedEntities[IE->getScope()].push_back(IE); in addImportedEntity()
|
/external/libxml2/result/c14n/without-comments/ |
D | test-1 | 3 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/ |
D | ExprEngineC.cpp | 610 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/ |
D | FAQ.md | 6 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/ |
D | ScopeInfo.cpp | 76 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/ |
D | SampleProf.cpp | 25 std::string message(int IE) const override { in message() 26 sampleprof_error E = static_cast<sampleprof_error>(IE); in message()
|
D | InstrProf.cpp | 28 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/ |
D | PartiallyInlineLibCalls.cpp | 70 for (BasicBlock::iterator II = CurrBB->begin(), IE = CurrBB->end(); in runOnFunction() local 71 II != IE; ++II) { in runOnFunction()
|