/aosp_15_r20/libcore/ojluni/src/test/java/lang/invoke/ |
H A D | MethodHandlesPermuteArgumentsTest.java | 94 int[] reorder = new int[outargs]; in testPermuteArguments() local 127 int[] reorder = new int[outargs]; in testPermuteArguments() local 140 static int[] reverse(int[] reorder) { in reverse() 153 void testPermuteArguments(Object[] args, Class<?>[] types, int[] reorder) throws Throwable { in testPermuteArguments()
|
/aosp_15_r20/external/llvm/test/MC/Mips/ |
H A D | elf-tls.s | 45 .set reorder define 77 .set reorder define 113 .set reorder define
|
H A D | mips_gprel16.s | 36 .set reorder define 60 .set reorder define
|
H A D | cprestore-warning-unused.s | 7 .set reorder define
|
H A D | cpload.s | 39 .set reorder define
|
H A D | cprestore-reorder.s | 25 .set reorder define
|
H A D | cpload-bad.s | 12 .set reorder define
|
H A D | xgot.s | 55 .set reorder define
|
H A D | elf-N64.s | 52 .set reorder define
|
H A D | elf-relsym.s | 70 .set reorder define
|
H A D | r-mips-got-disp.s | 45 .set reorder define
|
H A D | do_switch2.s | 64 .set reorder define
|
H A D | do_switch1.s | 62 .set reorder define
|
H A D | do_switch3.s | 69 .set reorder define
|
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/elementwise_binary/generic/neon/ |
H A D | impl.h | 74 …roadcast(const typename VectorType::type &a, const ScalarType &broadcast_value, const bool reorder) in elementwise_arithm_op_broadcast() 255 …broadcast_input_ptr, const ScalarType &broadcast_value, ScalarType *output_ptr, const bool reorder) in elementwise_arithm_op_broadcast_loop() 341 …_op_broadcast(const InputVectorType &a, const InputScalarType &broadcast_value, const bool reorder) in elementwise_comp_op_broadcast() 349 …oadcast_input_ptr, const InputScalarType &broadcast_value, uint8_t *output_ptr, const bool reorder) in elementwise_comp_op_broadcast_8_loop() 362 …oadcast_input_ptr, const InputScalarType &broadcast_value, uint8_t *output_ptr, const bool reorder) in elementwise_comp_op_broadcast_16_loop() 375 …oadcast_input_ptr, const InputScalarType &broadcast_value, uint8_t *output_ptr, const bool reorder) in elementwise_comp_op_broadcast_32_loop() 651 … float32x4_t voffseto, float32x4_t invvscaleo, bool reorder) in elementwise_arithm_op_quantized_broadcast_loop() 666 … float32x4_t voffseto, float32x4_t invvscaleo, bool reorder) in elementwise_arithm_op_quantized_signed_broadcast_loop() 718 … float32x4_t voffseto, float32x4_t invvscaleo, bool reorder) in elementwise_comp_op_quantized_broadcast_loop() 735 … float32x4_t voffseto, float32x4_t invvscaleo, bool reorder) in elementwise_comp_op_quantized_signed_broadcast_loop()
|
/aosp_15_r20/external/google-java-format/core/src/test/java/com/google/googlejavaformat/java/ |
H A D | ImportOrdererTest.java | 559 public void reorder() throws FormatterException { in reorder() method in ImportOrdererTest.GoogleStyle 831 public void reorder() throws FormatterException { in reorder() method in ImportOrdererTest.AospStyle
|
/aosp_15_r20/external/llvm/test/ExecutionEngine/RuntimeDyld/Mips/ |
H A D | ELF_Mips64r2N64_PIC_relocations.s | 67 .set reorder define 155 .set reorder define
|
/aosp_15_r20/external/cldr/docs/ldml/ |
H A D | tr35-keyboards.md | 2575 #### Using `<import>` with `<reorder>` elements 2640 #### Example Post-reorder transforms 2675 #### Reorder and Markers
|
/aosp_15_r20/external/pffft/ |
H A D | pffft.hpp | 442 void reorder(const Scalar* input, Scalar* output, pffft_direction_t direction) in reorder() function in pffft::__anon611d95580311::Setup 503 void reorder(const Scalar* input, Scalar* output, pffft_direction_t direction) in reorder() function in pffft::__anon611d95580311::Setup 564 void reorder(const Scalar* input, Scalar* output, pffft_direction_t direction) in reorder() function in pffft::__anon611d95580311::Setup 625 void reorder(const Scalar* input, Scalar* output, pffft_direction_t direction) in reorder() function in pffft::__anon611d95580311::Setup
|
/aosp_15_r20/external/iproute2/tc/ |
H A D | q_netem.c | 179 struct tc_netem_reorder reorder = {}; in netem_parse_opt() local 534 const struct tc_netem_reorder *reorder = NULL; in netem_print_opt() local
|
/aosp_15_r20/external/libffi/src/mips/ |
H A D | o32.S | 260 .set reorder define 315 .set reorder define
|
/aosp_15_r20/external/icu/icu4c/source/i18n/ |
H A D | collationdata.cpp | 206 CollationData::makeReorderRanges(const int32_t *reorder, int32_t length, in makeReorderRanges() 212 CollationData::makeReorderRanges(const int32_t *reorder, int32_t length, in makeReorderRanges()
|
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/ |
H A D | collationdata.cpp | 206 CollationData::makeReorderRanges(const int32_t *reorder, int32_t length, in makeReorderRanges() 212 CollationData::makeReorderRanges(const int32_t *reorder, int32_t length, in makeReorderRanges()
|
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
H A D | CollationData.java | 296 void makeReorderRanges(int[] reorder, UVector32 ranges) { in makeReorderRanges() 300 private void makeReorderRanges(int[] reorder, boolean latinMustMove, UVector32 ranges) { in makeReorderRanges()
|
/aosp_15_r20/external/icu/icu4j/main/collate/src/main/java/com/ibm/icu/impl/coll/ |
H A D | CollationData.java | 294 void makeReorderRanges(int[] reorder, UVector32 ranges) { in makeReorderRanges() 298 private void makeReorderRanges(int[] reorder, boolean latinMustMove, UVector32 ranges) { in makeReorderRanges()
|