HomeSort by relevance Sort by last modified time
    Searched refs:reversed (Results 51 - 75 of 624) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/llvm/test/MC/Sparc/
sparc-little-endian.s 7 ! Ensure instructions are emitted in reversed byte order:
  /external/autotest/client/cros/
service_stopper.py 76 for service in reversed(self._services_stopped):
  /external/python/cpython3/Tools/scripts/
rgrep.py 53 for line in reversed(lines):
  /external/v8/tools/
turbolizer-perf.py 20 for phase in reversed(json_obj['phases']):
  /external/webrtc/talk/
PRESUBMIT.py 30 allowed_years = (str(s) for s in reversed(xrange(2004, current_year + 1)))
  /prebuilts/go/darwin-x86/src/runtime/internal/sys/
intrinsics.go 53 // Bswap64 returns its input with byte order reversed
71 // Bswap32 returns its input with byte order reversed
  /prebuilts/go/linux-x86/src/runtime/internal/sys/
intrinsics.go 53 // Bswap64 returns its input with byte order reversed
71 // Bswap32 returns its input with byte order reversed
  /system/extras/simpleperf/scripts/inferno/
svg_renderer.py 38 r = 175 + int(50 * hash_to_float(reversed(method)))
40 b = 60 + int(55 * hash_to_float(reversed(method)))
45 r = 170 + int(80 * hash_to_float(reversed(method)))
47 b = 170 + int(80 * hash_to_float(reversed(method)))
  /system/tools/aidl/tests/
aidl_test_client_primitives.cpp 184 vector<sp<IBinder>> reversed; local
186 status = s->ReverseNamedCallbackList(input, &output, &reversed);
196 if (reversed.size() != 3) {
221 android::interface_cast<INamedCallback>(reversed[i]);
225 cerr << "Could not query INamedCallback from reversed output" << endl;
230 cerr << "Reversed output had wrong INamedCallback" << endl;
  /external/python/cpython3/Lib/test/
test_ordered_dict.py 172 self.assertEqual(list(reversed(od)),
173 [t[0] for t in reversed(pairs)])
174 self.assertEqual(list(reversed(od.keys())),
175 [t[0] for t in reversed(pairs)])
176 self.assertEqual(list(reversed(od.values())),
177 [t[1] for t in reversed(pairs)])
178 self.assertEqual(list(reversed(od.items())), list(reversed(pairs)))
201 self.assertEqual(sorted(reversed(od)),
202 sorted([t[0] for t in reversed(pairs)])
    [all...]
  /prebuilts/go/darwin-x86/src/math/bits/
bits.go 209 // Reverse returns the value of x with its bits in reversed order.
217 // Reverse8 returns the value of x with its bits in reversed order.
222 // Reverse16 returns the value of x with its bits in reversed order.
227 // Reverse32 returns the value of x with its bits in reversed order.
237 // Reverse64 returns the value of x with its bits in reversed order.
250 // ReverseBytes returns the value of x with its bytes in reversed order.
258 // ReverseBytes16 returns the value of x with its bytes in reversed order.
263 // ReverseBytes32 returns the value of x with its bytes in reversed order.
270 // ReverseBytes64 returns the value of x with its bytes in reversed order.
  /prebuilts/go/linux-x86/src/math/bits/
bits.go 209 // Reverse returns the value of x with its bits in reversed order.
217 // Reverse8 returns the value of x with its bits in reversed order.
222 // Reverse16 returns the value of x with its bits in reversed order.
227 // Reverse32 returns the value of x with its bits in reversed order.
237 // Reverse64 returns the value of x with its bits in reversed order.
250 // ReverseBytes returns the value of x with its bytes in reversed order.
258 // ReverseBytes16 returns the value of x with its bytes in reversed order.
263 // ReverseBytes32 returns the value of x with its bytes in reversed order.
270 // ReverseBytes64 returns the value of x with its bytes in reversed order.
  /frameworks/support/room/compiler/src/main/kotlin/androidx/room/vo/
Dao.kt 59 path.reversed().joinToString("_") + "${typeName.simpleName()}${suffix}_Impl"
  /external/autotest/client/site_tests/kernel_CpufreqMinMax/
kernel_CpufreqMinMax.py 105 self._test_freq_set(reversed(available_freqs[:2]),
  /external/autotest/client/site_tests/policy_KeyboardDefaultToFunctionKeys/
policy_KeyboardDefaultToFunctionKeys.py 64 key_actions = reversed(key_actions)
  /external/autotest/server/
standalone_profiler.py 62 for profiler in reversed(profilers):
  /external/python/cpython3/Lib/lib2to3/fixes/
fix_except.py 83 for child in reversed(suite_stmts[:i]):
  /prebuilts/clang/host/darwin-x86/clang-4579689/share/clang/
clang-format.py 71 for op in reversed(sequence.get_opcodes()):
120 for op in reversed(sequence.get_opcodes()):
  /prebuilts/clang/host/darwin-x86/clang-4630689/share/clang/
clang-format.py 71 for op in reversed(sequence.get_opcodes()):
120 for op in reversed(sequence.get_opcodes()):
  /prebuilts/clang/host/darwin-x86/clang-4639204/share/clang/
clang-format.py 71 for op in reversed(sequence.get_opcodes()):
120 for op in reversed(sequence.get_opcodes()):
  /prebuilts/clang/host/darwin-x86/clang-4691093/share/clang/
clang-format.py 71 for op in reversed(sequence.get_opcodes()):
120 for op in reversed(sequence.get_opcodes()):
  /prebuilts/clang/host/linux-x86/clang-4579689/share/clang/
clang-format.py 71 for op in reversed(sequence.get_opcodes()):
120 for op in reversed(sequence.get_opcodes()):
  /prebuilts/clang/host/linux-x86/clang-4630689/share/clang/
clang-format.py 71 for op in reversed(sequence.get_opcodes()):
120 for op in reversed(sequence.get_opcodes()):
  /prebuilts/clang/host/linux-x86/clang-4639204/share/clang/
clang-format.py 71 for op in reversed(sequence.get_opcodes()):
120 for op in reversed(sequence.get_opcodes()):
  /prebuilts/clang/host/linux-x86/clang-4691093/share/clang/
clang-format.py 71 for op in reversed(sequence.get_opcodes()):
120 for op in reversed(sequence.get_opcodes()):

Completed in 1282 milliseconds

1 23 4 5 6 7 8 91011>>