Home
last modified time | relevance | path

Searched refs:reordering (Results 1 – 25 of 86) sorted by relevance

1234

/external/cldr/tools/java/org/unicode/cldr/util/
DArrayComparator.java18 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/
DThaiLogical_Latin.txt40 ห | $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
DZawgyi_my.txt12 # 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/
Dcheck-dag-not-dag.txt41 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
Dcheck-dag-overlap.txt171 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/
Drng.ll20 ; 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
Dreorder-basic-blocks.ll1 ; Trivial smoke test of basic block reordering. Different random seeds should
Dreorder-functions.ll1 ; This is a smoke test of function reordering.
Dreorder-global-variables.ll1 ; Test of global variable reordering.
/external/grpc-grpc-java/core/src/main/java/io/grpc/
DInternalChannelz.java752 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/
Dtestnorm.txt69 E002=E001 308 # recursive mapping needs reordering
70 E003>62 307 327 337 # mapping needs reordering
/external/tensorflow/tensorflow/core/util/sparse/
DREADME.md52 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/
Drtp_player.cc326 bool reordering) in RtpPlayerImpl() argument
474 bool reordering) { in Create() argument
488 &packet_source, loss_rate, rtt_ms, reordering)); in Create()
Drtp_player.h95 bool reordering);
/external/deqp-deps/glslang/Test/
Dspv.swizzle.frag16 vec4 w_reorder = u; // test reordering
Dswizzle.frag16 vec4 w_reorder = u; // test reordering
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Dldst-opt-zr-clobber.mir10 # schedulers reordering instructions such that SUBS doesn't appear
Dtst-br.ll3 ; We've got the usual issues with LLVM reordering blocks here. The
/external/eigen/Eigen/
DMetisSupport26 …* 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/
Dpost-ra-kill-update.mir8 # Check for no-kill of r9 in the first instruction, after reordering:
/external/libnl/lib/route/
Droute_utils.c152 __ADD(RTAX_REORDERING, reordering)
/external/llvm/test/CodeGen/AArch64/
Dtst-br.ll3 ; We've got the usual issues with LLVM reordering blocks here. The
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_test_framework.h300 void set_reorderdering(bool reordering) { reordering_ = reordering; } in set_reorderdering() argument
/external/iptables/
DINSTALL70 (-O0 is used to turn off instruction reordering, which makes debugging
/external/clang/include/clang/Basic/
DDiagnosticFrontendKinds.td49 "allow reordering by specifying '#pragma clang loop vectorize(enable)' "
53 "allow reordering by specifying '#pragma clang loop vectorize(enable)' "

1234