HomeSort by relevance Sort by last modified time
    Searched refs:reordering (Results 1 - 14 of 14) sorted by null

  /external/cldr/tools/java/org/unicode/cldr/util/
ArrayComparator.java 18 private int[] reordering; field in class:ArrayComparator
20 public ArrayComparator(Comparator[] comparators, int[] reordering) {
22 this.reordering = reordering;
23 if (this.reordering == null) {
24 this.reordering = new int[comparators.length];
25 for (int i = 0; i < this.reordering.length; ++i) {
26 this.reordering[i] = i;
29 if (this.reordering.length != this.comparators.length) {
30 throw new IllegalArgumentException("comparator and reordering lengths must match")
    [all...]
  /external/webrtc/webrtc/modules/video_coding/test/
rtp_player.h 95 bool reordering);
rtp_player.cc 326 bool reordering)
474 bool reordering) {
488 &packet_source, loss_rate, rtt_ms, reordering));
  /external/grpc-grpc-java/core/src/main/java/io/grpc/
InternalChannelz.java 752 public final int reordering; field in class:InternalChannelz.TcpInfo
758 int sndSsthresh, int sndCwnd, int advmss, int reordering) {
787 this.reordering = reordering;
819 private int reordering; field in class:InternalChannelz.TcpInfo.Builder
961 public Builder setReordering(int reordering) {
962 this.reordering = reordering;
972 sndCwnd, advmss, reordering);
    [all...]
  /external/libnl/lib/route/
route_utils.c 152 __ADD(RTAX_REORDERING, reordering)
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_framework.h 300 void set_reorderdering(bool reordering) { reordering_ = reordering; }
  /external/syzkaller/vendor/golang.org/x/text/unicode/bidi/
core.go 26 // - reordering array over entire paragraph
28 // - reordering array over line
31 // implementations are only required to generate correct reordering and
892 // getReordering returns the reordering of lines from a visual index to a
913 // Return multiline reordering array for a given level array. Reordering
931 // Return reordering array for a given level array. This reorders a single
932 // line. The reordering is a visual to logical map. For example, the
942 // Note the rules say text, but no reordering across line bounds is
bidi.go 21 // - Transformer for reordering?
  /external/grpc-grpc-java/services/src/main/java/io/grpc/services/
ChannelzProtoUtil.java 309 .setTcpiReordering(i.reordering)
  /art/compiler/optimizing/
code_generator_mips.cc 1388 bool reordering = __ SetReorder(false); local
1734 bool reordering = __ SetReorder(false); local
2003 bool reordering = __ SetReorder(false); local
7018 bool reordering; local
7199 bool reordering = __ SetReorder(false); local
7308 bool reordering = __ SetReorder(false); local
8279 bool reordering = __ SetReorder(false); variable
8489 bool reordering = __ SetReorder(false); variable
    [all...]
  /build/soong/cc/
cc_test.go 1414 // Tests of reordering
    [all...]
  /external/iproute2/misc/
ss.c 730 unsigned int reordering; member in struct:tcpstat
    [all...]
  /art/compiler/utils/mips/
assembler_mips.cc 160 // Commit the last branch target label (if any) and disable instruction reordering.
1840 bool reordering = SetReorder(false); local
4841 bool reordering = SetReorder(false); local
    [all...]
  /external/grpc-grpc-java/core/
grpc-core-1.14.0.jar 

Completed in 861 milliseconds