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

1 2

  /prebuilts/go/darwin-x86/test/fixedbugs/
bug221.go 7 // function call arg reordering was picking out 1 call that
  /prebuilts/go/linux-x86/test/fixedbugs/
bug221.go 7 // function call arg reordering was picking out 1 call that
  /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/libnl/lib/route/
route_utils.c 152 __ADD(RTAX_REORDERING, reordering)
  /external/v8/src/js/
arraybuffer.js 64 // %ArrayBufferSliceImpl; the reordering of checks does not violate
  /prebuilts/go/darwin-x86/test/
reorder.go 7 // Test reordering of assignments.
  /prebuilts/go/linux-x86/test/
reorder.go 7 // Test reordering of assignments.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
looprotate.go 104 f.Fatalf("bad reordering in looprotate")
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
looprotate.go 104 f.Fatalf("bad reordering in looprotate")
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_framework.h 300 void set_reorderdering(bool reordering) { reordering_ = reordering; }
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/bidi/
core.go 28 // - reordering array over entire paragraph
30 // - reordering array over line
33 // implementations are only required to generate correct reordering and
894 // getReordering returns the reordering of lines from a visual index to a
915 // Return multiline reordering array for a given level array. Reordering
933 // Return reordering array for a given level array. This reorders a single
934 // line. The reordering is a visual to logical map. For example, the
944 // Note the rules say text, but no reordering across line bounds is
bidi.go 21 // - Transformer for reordering?
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/bidi/
core.go 28 // - reordering array over entire paragraph
30 // - reordering array over line
33 // implementations are only required to generate correct reordering and
894 // getReordering returns the reordering of lines from a visual index to a
915 // Return multiline reordering array for a given level array. Reordering
933 // Return reordering array for a given level array. This reorders a single
934 // line. The reordering is a visual to logical map. For example, the
944 // Note the rules say text, but no reordering across line bounds is
bidi.go 21 // - Transformer for reordering?
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/m32r/
m32rx.s 136 # Including apparent instruction sequence reordering.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/
loadstore.go 13 // testLoadStoreOrder tests for reordering of stores/loads.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/testdata/
loadstore.go 13 // testLoadStoreOrder tests for reordering of stores/loads.
  /frameworks/support/fragment/src/androidTest/java/androidx/fragment/app/
FragmentTransitionTest.java 75 public FragmentTransitionTest(final boolean reordering) {
76 mReorderingAllowed = reordering;
    [all...]
  /art/compiler/optimizing/
code_generator_mips.cc 1380 bool reordering = __ SetReorder(false); local
1700 bool reordering = __ SetReorder(false); local
1908 bool reordering = __ SetReorder(false); local
6876 bool reordering; local
7057 bool reordering = __ SetReorder(false); local
7166 bool reordering = __ SetReorder(false); local
8107 bool reordering = __ SetReorder(false); variable
8301 bool reordering = __ SetReorder(false); variable
    [all...]
  /build/soong/cc/
cc_test.go 1102 // Tests of reordering
1166 // duplicates with reordering
1245 // reordering the inputs produces the expected outputs.
    [all...]
  /external/iproute2/misc/
ss.c 730 unsigned int reordering; member in struct:tcpstat
    [all...]
  /prebuilts/go/darwin-x86/src/fmt/
print.go 117 // reordered records whether the format string used argument reordering.
119 // goodArgNum records whether the most recent reordering directive was valid.
  /prebuilts/go/linux-x86/src/fmt/
print.go 117 // reordered records whether the format string used argument reordering.
119 // goodArgNum records whether the most recent reordering directive was valid.
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/
parse.go 158 // was AX:DX, for which the new syntax is DX, AX. Note the reordering.

Completed in 1934 milliseconds

1 2