/external/icu/icu4c/source/data/translit/ |
D | lt_Title.txt | 11 [:cased:] [:case-ignorable:]* {I } [^[:ccc=Not_Reordered:][:ccc=Above:]]* [:ccc=Above:] → i \u0307; 12 [:cased:] [:case-ignorable:]* {J } [^[:ccc=Not_Reordered:][:ccc=Above:]]* [:ccc=Above:] → j \u0307; 13 [:cased:] [:case-ignorable:]* {I \u0328 } [^[:ccc=Not_Reordered:][:ccc=Above:]]* [:ccc=Above:] → i … 18 [:Soft_Dotted:] [^[:ccc=Not_Reordered:][:ccc=Above:]]* { \u0307 → ;
|
D | lt_Lower.txt | 11 I } [^[:ccc=Not_Reordered:][:ccc=Above:]]* [:ccc=Above:] → i \u0307; 12 J } [^[:ccc=Not_Reordered:][:ccc=Above:]]* [:ccc=Above:] → j \u0307; 13 I \u0328 } [^[:ccc=Not_Reordered:][:ccc=Above:]]* [:ccc=Above:] → i \u0328 \u0307;
|
D | lt_Upper.txt | 11 [:Soft_Dotted:] [^[:ccc=Not_Reordered:][:ccc=Above:]]* { \u0307 → ;
|
D | az_Lower.txt | 11 I([^[:ccc=Not_Reordered:][:ccc=Above:]]*)\u0307 → i$1 ;
|
D | tr_Lower.txt | 11 I([^[:ccc=Not_Reordered:][:ccc=Above:]]*)\u0307 → i$1 ;
|
D | el_Upper.txt | 11 [:Greek:] [^[:ccc=Not_Reordered:][:ccc=Above:]]*? { [\u0313\u0314\u0301\u0300\u0306\u0342\u0308\u03…
|
/external/libvpx/libvpx/vp8/common/ |
D | reconintra4x4.c | 44 unsigned char Aboveb[12], *Above = Aboveb + 4; in vp8_intra4x4_predict() local 50 memcpy(Above, above, 8); in vp8_intra4x4_predict() 51 Above[-1] = top_left; in vp8_intra4x4_predict() 53 pred[b_mode](dst, dst_stride, Above, Left); in vp8_intra4x4_predict()
|
D | reconintra4x4.h | 36 void vp8_intra4x4_predict(unsigned char *Above,
|
/external/llvm/lib/Analysis/ |
D | StratifiedSets.h | 60 StratifiedIndex Above; member 68 StratifiedLink() : Above(SetSentinel), Below(SetSentinel) {} in StratifiedLink() 71 bool hasAbove() const { return Above != SetSentinel; } in hasAbove() 74 void clearAbove() { Above = SetSentinel; } in clearAbove() 241 Link.Above = I; in setAbove() 263 return Link.Above; in getAbove() 328 auto &Above = linksAt(Link.Above); in finalizeSets() local 329 auto Iter = Remaps.find(Above.Number); in finalizeSets() 331 Link.Above = Iter->second; in finalizeSets() 357 Idx = Link->Above; in propagateAttrs() [all …]
|
D | CFLAliasAnalysis.cpp | 111 enum class Level { Same, Above, Below }; enumerator 273 if (Current->Above == Index2) in getIndexRelation() 274 return Level::Above; in getIndexRelation() 275 Current = &Sets.getLink(Current->Above); in getIndexRelation() 773 return Level::Above; in directionOfEdgeType() 951 case Level::Above: in buildSetsFrom()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | encodeintra.c | 60 unsigned char *Above = dst - dst_stride; in vp8_encode_intra4x4block() local 62 unsigned char top_left = Above[-1]; in vp8_encode_intra4x4block() 64 vp8_intra4x4_predict(Above, yleft, dst_stride, b->bmi.as_mode, in vp8_encode_intra4x4block()
|
D | pickinter.c | 251 unsigned char *Above = dst - dst_stride; in pick_intra4x4block() local 253 unsigned char top_left = Above[-1]; in pick_intra4x4block() 261 vp8_intra4x4_predict(Above, yleft, dst_stride, mode, in pick_intra4x4block()
|
D | rdopt.c | 660 unsigned char *Above = dst - dst_stride; in rd_pick_intra4x4block() local 662 unsigned char top_left = Above[-1]; in rd_pick_intra4x4block() 671 vp8_intra4x4_predict(Above, yleft, dst_stride, mode, in rd_pick_intra4x4block()
|
/external/llvm/test/Verifier/ |
D | fpmath.ll | 13 ; Above line is correct. 15 ; Above line is correct.
|
/external/libvpx/libvpx/vp8/decoder/ |
D | threading.c | 193 unsigned char *Above; in mt_decode_macroblock() local 200 Above = xd->recon_above[0] + b->offset; in mt_decode_macroblock() 202 Above = dst - dst_stride; in mt_decode_macroblock() 218 top_left = Above[-1]; in mt_decode_macroblock() 220 vp8_intra4x4_predict(Above, yleft, left_stride, in mt_decode_macroblock()
|
D | decodeframe.c | 198 unsigned char *Above = dst - dst_stride; in decode_macroblock() local 201 unsigned char top_left = Above[-1]; in decode_macroblock() 203 vp8_intra4x4_predict(Above, yleft, left_stride, b_mode, in decode_macroblock()
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/box2d/ |
D | OneSidedPlatform.java | 44 Unknown, Above, Below enumConstant
|
/external/jmonkeyengine/engine/src/core-effects/Common/MatDefs/Post/ |
D | DepthOfField.frag | 35 // Above could be the same for any depth-based filter
|
/external/skia/site/dev/chrome/ |
D | blink.md | 85 Above that you might still use [ NeedsRebaseline ], but it's best to coordinate with
|
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/data/tokenization/ |
D | test4.test | 139 {"description":"Above maximum numeric entity",
|
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
D | PathDiagnostic.h | 340 enum DisplayHint { Above, Below }; enumerator
|
/external/llvm/docs/tutorial/ |
D | LangImpl6.rst | 312 language, we'll need to add everything to support them. Above, we added
|
D | OCamlLangImpl6.rst | 271 language, we'll need to add everything to support them. Above, we added
|
/external/libxml2/os400/libxmlrpg/ |
D | parser.rpgle | 283 d maxatts like(xmlCint) Above array size
|
/external/icu/icu4c/source/data/unidata/ |
D | ppucd.txt | 454 value;ccc;230;A;Above 811 value;lccc;230;A;Above 1064 value;tccc;230;A;Above
|