/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/tests/ |
H A D | cell.rs | 395 let val: &mut [i32] = unsafe { &mut *cell.get() }; in unsafe_cell_unsized() localVariable 399 let comp: &mut [i32] = &mut [4, 2, 5]; in unsafe_cell_unsized() localVariable 411 let comp: &mut [i32] = &mut [4, 2, 5]; in refcell_unsized() localVariable 425 let comp: &mut [i32] = &mut [4, 2, 5]; in refcell_ref_coercion() localVariable
|
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
H A D | ArraysTest.java | 303 Comparator comp = new ReversedIntegerComparator(); in test_binarySearch$Ljava_lang_ObjectLjava_lang_ObjectLjava_util_Comparator() local 497 short val = Short.MAX_VALUE; in test_fill$SIIS() local 544 char val = 'T'; in test_fill$CIIC() local 592 int val = Integer.MAX_VALUE; in test_fill$IIII() local 687 float val = Float.MAX_VALUE; in test_fill$FIIF() local 736 double val = Double.MAX_VALUE; in test_fill$DIID() local 820 Object val = new Object(); in test_fill$Ljava_lang_ObjectLjava_lang_Object() local 834 Object val = new Object(); in test_fill$Ljava_lang_ObjectIILjava_lang_Object() local 1524 ReversedIntegerComparator comp = new ReversedIntegerComparator(); in test_sort$Ljava_lang_ObjectIILjava_util_Comparator() local 1579 ReversedIntegerComparator comp = new ReversedIntegerComparator(); in test_sort$Ljava_lang_ObjectLjava_util_Comparator() local [all …]
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/util/ |
H A D | MathArrays.java | 87 public static double[] scale(double val, final double[] arr) { in scale() 104 public static void scaleInPlace(double val, final double[] arr) { in scaleInPlace() 323 T[] val, OrderDirection dir, boolean strict) { in isMonotonic() 327 final int comp; in isMonotonic() local 371 public static boolean isMonotonic(double[] val, OrderDirection dir, boolean strict) { in isMonotonic() 453 double[] val, OrderDirection dir, boolean strict, boolean abort) in checkOrder() 514 public static void checkOrder(double[] val, OrderDirection dir, boolean strict) in checkOrder() 526 public static void checkOrder(double[] val) throws NonMonotonicSequenceException { in checkOrder() 817 final Comparator<PairDoubleInteger> comp = in sortInPlace() local
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
D | tree-flow-inline.h | 174 set_ssa_use_from_ptr (use_operand_p use, tree val) in set_ssa_use_from_ptr() 607 tree *val = gimple_op_ptr (ptr->stmt, ptr->i); in op_iter_next_def() local 629 tree val; in op_iter_next_tree() local 873 int comp; in op_iter_init_phiuse() local 903 int comp; in op_iter_init_phidef() local
|
/aosp_15_r20/hardware/google/gfxstream/third-party/stb/include/stb/ |
D | stb_image_write.h | 418 static void stbiw__write_pixel(stbi__write_context *s, int rgb_dir, int comp, int write_alpha, int … in stbiw__write_pixel() 451 …ite_pixels(stbi__write_context *s, int rgb_dir, int vdir, int x, int y, int comp, void *data, int … in stbiw__write_pixels() 478 static int stbiw__outfile(stbi__write_context *s, int rgb_dir, int vdir, int x, int y, int comp, in… in stbiw__outfile() 492 static int stbi_write_bmp_core(stbi__write_context *s, int x, int y, int comp, const void *data) in stbi_write_bmp_core() 512 STBIWDEF int stbi_write_bmp_to_func(stbi_write_func *func, void *context, int x, int y, int comp, c… in stbi_write_bmp_to_func() 520 STBIWDEF int stbi_write_bmp(char const *filename, int x, int y, int comp, const void *data) in stbi_write_bmp() 532 static int stbi_write_tga_core(stbi__write_context *s, int x, int y, int comp, void *data) in stbi_write_tga_core() 611 STBIWDEF int stbi_write_tga_to_func(stbi_write_func *func, void *context, int x, int y, int comp, c… in stbi_write_tga_to_func() 619 STBIWDEF int stbi_write_tga(char const *filename, int x, int y, int comp, const void *data) in stbi_write_tga() 723 unsigned char *comp = &scratch[width*c]; in stbiw__write_hdr_scanline() local [all …]
|
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | stb_image_write.h | 418 static void stbiw__write_pixel(stbi__write_context *s, int rgb_dir, int comp, int write_alpha, int … in stbiw__write_pixel() 451 …ite_pixels(stbi__write_context *s, int rgb_dir, int vdir, int x, int y, int comp, void *data, int … in stbiw__write_pixels() 478 static int stbiw__outfile(stbi__write_context *s, int rgb_dir, int vdir, int x, int y, int comp, in… in stbiw__outfile() 492 static int stbi_write_bmp_core(stbi__write_context *s, int x, int y, int comp, const void *data) in stbi_write_bmp_core() 512 STBIWDEF int stbi_write_bmp_to_func(stbi_write_func *func, void *context, int x, int y, int comp, c… in stbi_write_bmp_to_func() 520 STBIWDEF int stbi_write_bmp(char const *filename, int x, int y, int comp, const void *data) in stbi_write_bmp() 532 static int stbi_write_tga_core(stbi__write_context *s, int x, int y, int comp, void *data) in stbi_write_tga_core() 611 STBIWDEF int stbi_write_tga_to_func(stbi_write_func *func, void *context, int x, int y, int comp, c… in stbi_write_tga_to_func() 619 STBIWDEF int stbi_write_tga(char const *filename, int x, int y, int comp, const void *data) in stbi_write_tga() 723 unsigned char *comp = &scratch[width*c]; in stbiw__write_hdr_scanline() local [all …]
|
/aosp_15_r20/external/armnn/third-party/stb/ |
H A D | stb_image_write.h | 308 static void stbiw__write_pixel(stbi__write_context *s, int rgb_dir, int comp, int write_alpha, int … in stbiw__write_pixel() 341 …ite_pixels(stbi__write_context *s, int rgb_dir, int vdir, int x, int y, int comp, void *data, int … in stbiw__write_pixels() 363 static int stbiw__outfile(stbi__write_context *s, int rgb_dir, int vdir, int x, int y, int comp, in… in stbiw__outfile() 377 static int stbi_write_bmp_core(stbi__write_context *s, int x, int y, int comp, const void *data) in stbi_write_bmp_core() 386 STBIWDEF int stbi_write_bmp_to_func(stbi_write_func *func, void *context, int x, int y, int comp, c… in stbi_write_bmp_to_func() 394 STBIWDEF int stbi_write_bmp(char const *filename, int x, int y, int comp, const void *data) in stbi_write_bmp() 406 static int stbi_write_tga_core(stbi__write_context *s, int x, int y, int comp, void *data) in stbi_write_tga_core() 474 STBIWDEF int stbi_write_tga_to_func(stbi_write_func *func, void *context, int x, int y, int comp, c… in stbi_write_tga_to_func() 482 STBIWDEF int stbi_write_tga(char const *filename, int x, int y, int comp, const void *data) in stbi_write_tga() 584 unsigned char *comp = &scratch[width*c]; in stbiw__write_hdr_scanline() local [all …]
|
/aosp_15_r20/external/mesa3d/src/compiler/glsl/ |
H A D | ir.cpp | 1824 ir_swizzle::init_mask(const unsigned *comp, unsigned count) in init_mask() 1865 ir_swizzle::ir_swizzle(ir_rvalue *val, unsigned x, unsigned y, unsigned z, in ir_swizzle() 1873 ir_swizzle::ir_swizzle(ir_rvalue *val, const unsigned *comp, in ir_swizzle() 1880 ir_swizzle::ir_swizzle(ir_rvalue *val, ir_swizzle_mask mask) in ir_swizzle() 1892 ir_swizzle::create(ir_rvalue *val, const char *str, unsigned vector_length) in create()
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_nir_soa.c | 366 LLVMValueRef val = LLVMBuildExtractElement(builder, values, ii, "scatter_val"); in emit_mask_scatter() local 589 unsigned location, unsigned comp, in emit_store_chan() 620 unsigned comp, in emit_store_tcs_chan() 715 unsigned comp, in emit_store_mesh_chan() 792 unsigned comp = var->data.location_frac; in emit_store_var() local 1085 LLVMValueRef val = (nc == 1) ? dst : LLVMBuildExtractValue(builder, dst, c, ""); in emit_store_global() local 1102 LLVMValueRef val, LLVMValueRef val2, in emit_atomic_global() 1520 LLVMValueRef val = (nc == 1) ? dst : LLVMBuildExtractValue(builder, dst, c, ""); in emit_store_mem() local 1559 LLVMValueRef val = (nc == 1) ? dst : LLVMBuildExtractValue(builder, dst, c, ""); in emit_store_mem() local 1589 LLVMValueRef val, LLVMValueRef val2, in emit_atomic_mem() [all …]
|
/aosp_15_r20/external/perfetto/src/trace_processor/db/column/ |
H A D | string_storage.cc | 146 NullTermStringView val, in LowerBoundIntrinsic() 155 NullTermStringView val, in UpperBoundIntrinsic() 157 Greater comp{pool}; in UpperBoundIntrinsic() local 160 [comp](NullTermStringView val, StringPool::Id id) { in UpperBoundIntrinsic() 354 StringPool::Id val = in IndexSearchValidated() local 413 StringPool::Id val = in LinearSearch() local 503 StringPool::Id val = in BinarySearchIntrinsic() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/algorithm/test/ |
D | partition_point_test1.cpp | 41 void test_sequence ( Container &v, Predicate comp, int expected ) { in test_sequence() 70 T val; member
|
D | partition_copy_test1.cpp | 28 void test_sequence ( const Container &c, Predicate comp ) { in test_sequence() 57 T val; member
|
D | find_if_not_test1.cpp | 64 void test_sequence ( Container &v, Predicate comp, int expected ) { in test_sequence() 84 T val; member
|
/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir_opt_constant_folding.c | 206 nir_def *val = nir_build_imm(b, intrin->def.num_components, in try_fold_intrinsic() local 228 nir_def *val; in try_fold_intrinsic() local 383 nir_scalar comp = nir_scalar_resolved(src->src.ssa, i); in try_fold_texel_offset_src() local
|
H A D | nir_mod_analysis.c | 34 nir_alu_arg(const nir_alu_instr *alu, unsigned arg, unsigned comp) in nir_alu_arg() 48 nir_mod_analysis(nir_scalar val, nir_alu_type val_type, unsigned div, unsigned *mod) in nir_mod_analysis()
|
H A D | nir_lower_vars_to_ssa.c | 638 nir_def *val = in rename_variables() local 662 nir_def *comp = deref_vec_component(deref); in rename_variables() local 698 nir_def *comp = deref_vec_component(deref); in rename_variables() local
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/tables/ |
H A D | apr_hash.c | 52 const void *val; member 158 void **val) in apr_hash_this() 183 void *val; in apr_hash_this_val() local 288 const void *val) in find_entry() 377 const void *val) in apr_hash_set() 527 APR_DECLARE(int) apr_hash_do(apr_hash_do_callback_fn_t *comp, in apr_hash_do()
|
/aosp_15_r20/external/mesa3d/src/asahi/lib/ |
H A D | agx_nir_prolog_epilog.c | 189 unsigned comp = nir_intrinsic_component(intr); in lower_input_to_prolog() local 195 nir_def *val = nir_load_exported_agx( in lower_input_to_prolog() local 546 unsigned comp = nir_intrinsic_component(intr); in lower_output_to_epilog() local
|
/aosp_15_r20/packages/apps/TV/libs/ |
D | google-java-format-1.7-all-deps.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/aosp_15_r20/external/mesa3d/src/amd/llvm/ |
H A D | ac_nir_to_llvm.c | 391 LLVMValueRef comp[2]; in emit_pack_2x16() local 403 LLVMValueRef temps[2], val; in emit_unpack_half_2x16() local 475 LLVMValueRef comp = ac_llvm_extract_elem(&ctx->ac, value, i); in enter_waterfall() local 530 ac_build_const_int_vec(struct ac_llvm_context *ctx, LLVMTypeRef type, long long val, bool sign_exte… in ac_build_const_int_vec() 1063 LLVMValueRef comp[2]; in visit_alu() local 1072 LLVMValueRef comp[2]; in visit_alu() local 1913 LLVMValueRef val; in visit_load_global() local 1932 LLVMValueRef val; in visit_store_global() local 2636 LLVMValueRef val; in visit_var_atomic() local 2779 for (unsigned comp = 0; comp < num_components; comp++) { in load_interpolated_input() local [all …]
|
/aosp_15_r20/external/libaom/aom_dsp/x86/ |
H A D | variance_avx2.c | 19 static inline __m128i mm256_add_hi_lo_epi16(const __m256i val) { in mm256_add_hi_lo_epi16() 24 static inline __m128i mm256_add_hi_lo_epi32(const __m256i val) { in mm256_add_hi_lo_epi32() 434 const __m256i comp = _mm256_packs_epi32(pred_l, pred_h); in highbd_comp_mask_pred_line_avx2() local 465 const __m256i comp = highbd_comp_mask_pred_line_avx2(s0, s1, m_16); in aom_highbd_comp_mask_pred_avx2() local 485 const __m256i comp = highbd_comp_mask_pred_line_avx2(s0, s1, m_16); in aom_highbd_comp_mask_pred_avx2() local 508 const __m256i comp = highbd_comp_mask_pred_line_avx2(s0, s1, m01_16); in aom_highbd_comp_mask_pred_avx2() local
|
/aosp_15_r20/frameworks/av/media/codec2/sfplugin/ |
H A D | C2OMXNode.cpp | 47 C2OMXNode::C2OMXNode(const std::shared_ptr<Codec2Client::Component> &comp) in C2OMXNode() 68 uint64_t val; in getParameter() local 78 uint64_t val; in getParameter() local
|
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/text/ |
H A D | StringPrep.java | 235 private static VersionInfo getVersionInfo(int comp){ in getVersionInfo() 381 Values val = new Values(); in map() local 517 Values val = new Values(); in prepare() local
|
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/text/ |
H A D | StringPrep.java | 247 private static VersionInfo getVersionInfo(int comp){ in getVersionInfo() 394 Values val = new Values(); in map() local 531 Values val = new Values(); in prepare() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/test/x3/ |
D | tst.cpp | 38 …void docheck(TST const& tst, CaseCompare const& comp, Char const* s, bool expected, int N = 0, int… in docheck()
|