/external/cldr/tools/java/org/unicode/cldr/util/ |
D | ArrayComparator.java | 18 private int[] reordering; field in ArrayComparator 20 public ArrayComparator(Comparator[] comparators, int[] reordering) { in ArrayComparator() argument 22 this.reordering = reordering; in ArrayComparator() 23 if (this.reordering == null) { in ArrayComparator() 24 this.reordering = new int[comparators.length]; in ArrayComparator() 25 for (int i = 0; i < this.reordering.length; ++i) { in ArrayComparator() 26 this.reordering[i] = i; in ArrayComparator() 29 if (this.reordering.length != this.comparators.length) { in ArrayComparator() 48 int i = reordering[j]; in compare()
|
/external/icu/icu4c/source/data/translit/ |
D | ThaiLogical_Latin.txt | 40 ห | $1 ← h ($notAbove*) \u0304; # backward case, account for reordering 78 ฝ | $1 ← f ($notAbove*) \u0304; # backward case, account for reordering 86 ศ | $1 ← s \u0323 ($notAbove*) \u0304; # backward case, account for reordering 89 ส | $1 ← s ($notAbove*) \u0304; # backward case, account for reordering 98 า | $1 ← a ($notAbove*) \u0304; # backward case, account for reordering 101 ำ | $1 ← a ($notAbove*) \u0309 ; # backward case, account for reordering 104 \u0E35 | $1 ← i ($notAbove*) \u0304 ; # backward case, account for reordering 106 \u0E37 | $1 ← u \u0323 ($notAbove*) \u0304 ; # backward case, account for reordering 109 \u0E39 | $1 ← u ($notAbove*) \u0304 ; # backward case, account for reordering
|
D | Zawgyi_my.txt | 12 # there is reordering of codepoints needed to match the expected 13 # unicode order. This reordering is context-based. 17 # (2) Perform reordering. 158 # Asat and dot below reordering, to Unicode NFC.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/FileCheck/ |
D | check-dag-not-dag.txt | 41 reordering complaint if the match range was in the first DAG group's match 43 preceding DAG group, so reordering detection wasn't possible. Now, the 44 first DAG behaves like the others, and so reordering detection is no longer 45 implemented. As a result, matches that used to produce the reordering
|
D | check-dag-overlap.txt | 171 1. X. Otherwise, we used to get a spurious reordering complaint (back 172 when reordering complaints on DAG-NOT-DAG were still implemented).
|
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/ |
D | rng.ll | 20 ; Command for checking global variable reordering 34 ; Command for checking basic block reordering 46 ; Command for checking function reordering 82 ; Command for checking pooled constants reordering 237 ; Check for function reordering 245 ; Check for global variable reordering 256 ; Check for pooled constant reordering
|
D | reorder-basic-blocks.ll | 1 ; Trivial smoke test of basic block reordering. Different random seeds should
|
D | reorder-functions.ll | 1 ; This is a smoke test of function reordering.
|
D | reorder-global-variables.ll | 1 ; Test of global variable reordering.
|
/external/grpc-grpc-java/core/src/main/java/io/grpc/ |
D | InternalChannelz.java | 752 public final int reordering; field in InternalChannelz.TcpInfo 758 int sndSsthresh, int sndCwnd, int advmss, int reordering) { in TcpInfo() argument 787 this.reordering = reordering; in TcpInfo() 819 private int reordering; field in InternalChannelz.TcpInfo.Builder 961 public Builder setReordering(int reordering) { in setReordering() argument 962 this.reordering = reordering; in setReordering() 972 sndCwnd, advmss, reordering); in build()
|
/external/icu/icu4c/source/test/testdata/ |
D | testnorm.txt | 69 E002=E001 308 # recursive mapping needs reordering 70 E003>62 307 327 337 # mapping needs reordering
|
/external/tensorflow/tensorflow/core/util/sparse/ |
D | README.md | 52 values tensors in-place) will update the order. The cost of reordering the 54 a reordering index. If the default order is not specified and reordering is not
|
/external/webrtc/webrtc/modules/video_coding/test/ |
D | rtp_player.cc | 326 bool reordering) in RtpPlayerImpl() argument 474 bool reordering) { in Create() argument 488 &packet_source, loss_rate, rtt_ms, reordering)); in Create()
|
D | rtp_player.h | 95 bool reordering);
|
/external/deqp-deps/glslang/Test/ |
D | spv.swizzle.frag | 16 vec4 w_reorder = u; // test reordering
|
D | swizzle.frag | 16 vec4 w_reorder = u; // test reordering
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | ldst-opt-zr-clobber.mir | 10 # schedulers reordering instructions such that SUBS doesn't appear
|
D | tst-br.ll | 3 ; We've got the usual issues with LLVM reordering blocks here. The
|
/external/eigen/Eigen/ |
D | MetisSupport | 26 …* This module defines an interface to the METIS reordering package (http://glaros.dtc.umn.edu/gkho…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/ |
D | post-ra-kill-update.mir | 8 # Check for no-kill of r9 in the first instruction, after reordering:
|
/external/libnl/lib/route/ |
D | route_utils.c | 152 __ADD(RTAX_REORDERING, reordering)
|
/external/llvm/test/CodeGen/AArch64/ |
D | tst-br.ll | 3 ; We've got the usual issues with LLVM reordering blocks here. The
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
D | bwe_test_framework.h | 300 void set_reorderdering(bool reordering) { reordering_ = reordering; } in set_reorderdering() argument
|
/external/iptables/ |
D | INSTALL | 70 (-O0 is used to turn off instruction reordering, which makes debugging
|
/external/clang/include/clang/Basic/ |
D | DiagnosticFrontendKinds.td | 49 "allow reordering by specifying '#pragma clang loop vectorize(enable)' " 53 "allow reordering by specifying '#pragma clang loop vectorize(enable)' "
|