/external/icu/icu4c/source/data/translit/ |
D | lt_Title.txt | 10 [:cased:] [:case-ignorable:]* {I } [^[:ccc=Not_Reordered:][:ccc=Above:]]* [:ccc=Above:] → i \u0307; 11 [:cased:] [:case-ignorable:]* {J } [^[:ccc=Not_Reordered:][:ccc=Above:]]* [:ccc=Above:] → j \u0307; 12 [: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 | 18 I } [^[:ccc=Not_Reordered:][:ccc=Above:]]* [:ccc=Above:] → i \u0307; 19 J } [^[:ccc=Not_Reordered:][:ccc=Above:]]* [:ccc=Above:] → j \u0307; 20 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 | el_Upper.txt | 13 [:Greek:] [^[:ccc=Not_Reordered:][:ccc=Above:]]*? { [\u0313\u0314\u0301\u0300\u0306\u0342\u0308\u03…
|
D | az_Title.txt | 16 # do later I([^[:ccc=Not_Reordered:][:ccc=Above:]]*)\u0307 → i$1 ;
|
D | tr_Title.txt | 16 # do later I([^[:ccc=Not_Reordered:][:ccc=Above:]]*)\u0307 → i$1 ;
|
D | az_Lower.txt | 16 I([^[:ccc=Not_Reordered:][:ccc=Above:]]*)\u0307 → i$1 ;
|
D | tr_Lower.txt | 16 I([^[:ccc=Not_Reordered:][:ccc=Above:]]*)\u0307 → i$1 ;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | StratifiedSets.h | 49 StratifiedIndex Above; member 57 StratifiedLink() : Above(SetSentinel), Below(SetSentinel) {} in StratifiedLink() 60 bool hasAbove() const { return Above != SetSentinel; } in hasAbove() 63 void clearAbove() { Above = SetSentinel; } in clearAbove() 202 Link.Above = I; in setAbove() 224 return Link.Above; in getAbove() 282 auto &Above = linksAt(Link.Above); in finalizeSets() local 283 auto Iter = Remaps.find(Above.Number); in finalizeSets() 285 Link.Above = Iter->second; in finalizeSets() 311 Idx = Link->Above; in propagateAttrs() [all …]
|
/external/llvm/lib/Analysis/ |
D | StratifiedSets.h | 49 StratifiedIndex Above; member 57 StratifiedLink() : Above(SetSentinel), Below(SetSentinel) {} in StratifiedLink() 60 bool hasAbove() const { return Above != SetSentinel; } in hasAbove() 63 void clearAbove() { Above = SetSentinel; } in clearAbove() 211 Link.Above = I; in setAbove() 233 return Link.Above; in getAbove() 291 auto &Above = linksAt(Link.Above); in finalizeSets() local 292 auto Iter = Remaps.find(Above.Number); in finalizeSets() 294 Link.Above = Iter->second; in finalizeSets() 320 Idx = Link->Above; in propagateAttrs() [all …]
|
/external/libvpx/libvpx/vp8/common/ |
D | reconintra4x4.c | 51 unsigned char *Above = Aboveb + 4; in vp8_intra4x4_predict() local 71 memcpy(Above, above, 8); in vp8_intra4x4_predict() 72 Above[-1] = top_left; in vp8_intra4x4_predict() 74 pred[b_mode](dst, dst_stride, Above, Left); in vp8_intra4x4_predict()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | encodeintra.c | 51 unsigned char *Above = dst - dst_stride; in vp8_encode_intra4x4block() local 53 unsigned char top_left = Above[-1]; in vp8_encode_intra4x4block() 55 vp8_intra4x4_predict(Above, yleft, dst_stride, b->bmi.as_mode, b->predictor, in vp8_encode_intra4x4block()
|
D | pickinter.c | 187 unsigned char *Above = dst - dst_stride; in pick_intra4x4block() local 189 unsigned char top_left = Above[-1]; in pick_intra4x4block() 196 vp8_intra4x4_predict(Above, yleft, dst_stride, mode, b->predictor, 16, in pick_intra4x4block()
|
/external/llvm/test/Verifier/ |
D | fpmath.ll | 13 ; Above line is correct. 15 ; Above line is correct.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Verifier/ |
D | fpmath.ll | 13 ; Above line is correct. 15 ; Above line is correct.
|
/external/fonttools/Tests/mtiLib/data/mti/ |
D | gposkernset.txt | 10 % Below are the class definitions. Above are the exceptions.
|
/external/libvpx/libvpx/vp8/decoder/ |
D | threading.c | 162 unsigned char *Above; in mt_decode_macroblock() local 170 Above = xd->recon_above[0] + b->offset; in mt_decode_macroblock() 172 Above = dst - dst_stride; in mt_decode_macroblock() 186 top_left = Above[-1]; in mt_decode_macroblock() 189 vp8_intra4x4_predict(Above, yleft, left_stride, b_mode, dst, dst_stride, in mt_decode_macroblock()
|
D | decodeframe.c | 170 unsigned char *Above = dst - dst_stride; in decode_macroblock() local 173 unsigned char top_left = Above[-1]; in decode_macroblock() 175 vp8_intra4x4_predict(Above, yleft, left_stride, b_mode, dst, dst_stride, in decode_macroblock()
|
/external/bcc/tools/ |
D | cachetop_example.txt | 38 Above shows the run of `find /` on a newly booted system.
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_ffbarcode.cpp | 104 case XFA_AttributeValue::Above: in TextLocFromAttribute()
|
/external/u-boot/doc/driver-model/ |
D | fs_firmware_loader.rst | 38 Above example is a description for block storage, but for UBI storage
|
/external/skia/site/dev/chrome/ |
D | blink.md | 71 Above that you might still use [ NeedsRebaseline ], but it's best to coordinate with
|
/external/skqp/site/dev/chrome/ |
D | blink.md | 71 Above that you might still use [ NeedsRebaseline ], but it's best to coordinate with
|
/external/libxkbcommon/xkbcommon/test/data/symbols/ |
D | il | 304 key <AC06> { [ hebrew_he, VoidSymbol, U0336, U030A ] };//he - strikeout(DSS) Ring Above(DSS) 309 …ey <AC11> { [ U2019, U201D, U0323, U05C4 ] };//QuoteRight double R Quote punctum punctum Above
|
/external/pdfium/xfa/fxfa/parser/ |
D | attribute_values.inc | 174 VALUE____(0x9a83a3cdu, "above", Above)
|