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

1 2 3 4 5 6 7 8 91011>>

  /cts/tests/tests/bionic/
Android.build.copy.libs.mk 15 dt_runpath_a/libtest_dt_runpath_a.so \
16 dt_runpath_b_c_x/libtest_dt_runpath_b.so \
17 dt_runpath_b_c_x/libtest_dt_runpath_c.so \
18 dt_runpath_b_c_x/libtest_dt_runpath_x.so \
19 inaccessible_libs/libtestshared.so \
20 inaccessible_libs/libtestshared.so \
22 ld_config_test_helper_lib3.so \
24 ld_preload_test_helper_lib1.so \
25 ld_preload_test_helper_lib2.so \
26 libatest_simple_zip/libatest_simple_zip.so \
    [all...]
  /device/google/wahoo/sensors/
hals.conf 1 sensors.msm8998.so
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib/
libtermcap.so 3 GROUP( libtinfo.so )
libc.so 3 the static library, so try that secondarily. */
5 GROUP ( libc.so.6 libc_nonshared.a AS_NEEDED ( ld-linux-x86-64.so.2 ) )
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libtermcap.so 3 GROUP( libtinfo.so )
libc.so 3 the static library, so try that secondarily. */
5 GROUP ( libc.so.6 libc_nonshared.a AS_NEEDED ( ld-linux.so.2 ) )
  /toolchain/binutils/binutils-2.27/gold/testsuite/
weak_plt.sh 28 LD_PRELOAD=./weak_plt_shared.so ./weak_plt
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_zsa.c 9 * Software is furnished to do so, subject to the following conditions:
35 const struct pipe_depth_stencil_alpha_state *so)
42 cs->base = *so;
47 (!so->depth.enabled || so->depth.func == PIPE_FUNC_ALWAYS) &&
48 !so->depth.writemask;
58 if(so->stencil[i].writemask == 0)
60 so->stencil[i].fail_op = so->stencil[i].zfail_op = so->stencil[i].zpass_op = PIPE_STENCIL_OP_KEEP
    [all...]
etnaviv_rasterizer.c 9 * Software is furnished to do so, subject to the following conditions:
36 const struct pipe_rasterizer_state *so)
43 bool flatshade = ctx->screen->model < 880 ? so->flatshade : false;
45 if (so->fill_front != so->fill_back)
52 cs->base = *so;
55 translate_cull_face(so->cull_face, so->front_ccw) |
56 translate_polygon_mode(so->fill_front) |
57 COND(so->point_quad_rasterization, VIVS_PA_CONFIG_POINT_SPRITE_ENABLE)
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/a4xx/
fd4_rasterizer.c 11 * Software is furnished to do so, subject to the following conditions:
42 struct fd4_rasterizer_stateobj *so; local
45 so = CALLOC_STRUCT(fd4_rasterizer_stateobj);
46 if (!so)
49 so->base = *cso;
68 so->gras_cl_clip_cntl = 0x80000; /* ??? */
69 so->gras_su_point_minmax =
72 so->gras_su_point_size = A4XX_GRAS_SU_POINT_SIZE(cso->point_size);
73 so->gras_su_poly_offset_scale =
75 so->gras_su_poly_offset_offset
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/a3xx/
fd3_rasterizer.c 11 * Software is furnished to do so, subject to the following conditions:
42 struct fd3_rasterizer_stateobj *so; local
45 so = CALLOC_STRUCT(fd3_rasterizer_stateobj);
46 if (!so)
49 so->base = *cso;
68 so->gras_cl_clip_cntl = A3XX_GRAS_CL_CLIP_CNTL_IJ_PERSP_CENTER /* ??? */ |
70 so->gras_su_point_minmax =
73 so->gras_su_point_size = A3XX_GRAS_SU_POINT_SIZE(cso->point_size);
74 so->gras_su_poly_offset_scale =
76 so->gras_su_poly_offset_offset
    [all...]
fd3_zsa.c 11 * Software is furnished to do so, subject to the following conditions:
42 struct fd3_zsa_stateobj *so; local
44 so = CALLOC_STRUCT(fd3_zsa_stateobj);
45 if (!so)
48 so->base = *cso;
50 so->rb_depth_control |=
54 so->rb_depth_control |=
59 so->rb_depth_control |= A3XX_RB_DEPTH_CONTROL_Z_WRITE_ENABLE;
64 so->rb_stencil_control |=
71 so->rb_stencilrefmask |
    [all...]
  /external/valgrind/none/tests/solaris/
coredump_many_threads.post.exp 9 libc.so.1`_thrp_setup
10 libc.so.1`_lwp_start
13 libc.so.1`sleep
18 libc.so.1`sleep
20 libc.so.1`_thrp_setup
21 libc.so.1`_lwp_start
24 libc.so.1`sleep
26 libc.so.1`_thrp_setup
27 libc.so.1`_lwp_start
30 libc.so.1`slee
    [all...]
  /art/test/115-native-bridge/
run 23 ln -sf ${LIBPATH}/libnativebridgetest.so .
24 touch libarttest.so
25 touch libarttestd.so
26 touch libinvalid.so
27 ln -sf ${LIBPATH}/libarttest.so libarttest2.so
28 ln -sf ${LIBPATH}/libarttestd.so libarttestd2.so
30 # pwd likely has /, so it's a pain to put that into a sed rule.
34 exec ${RUN} --runtime-option -Xforce-nb-testing --runtime-option -XX:NativeBridge=libnativebridgetest.so ${MODARGS} NativeBridgeMai
    [all...]
  /build/make/target/board/generic/
system.prop 5 rild.libpath=/vendor/lib/libreference-ril.so
  /build/make/target/board/generic_arm64/
system.prop 5 rild.libpath=/vendor/lib64/libreference-ril.so
  /build/make/target/board/generic_x86/
system.prop 5 rild.libpath=/vendor/lib/libreference-ril.so
  /build/make/target/board/generic_x86_64/
system.prop 5 rild.libpath=/vendor/lib64/libreference-ril.so
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-plugin/
pr14918.d 3 0x0+1 \(NEEDED\) +Shared library: \[libgcc_s.so.[0-9]+\]
  /external/mesa3d/src/gallium/drivers/freedreno/a2xx/
fd2_rasterizer.c 11 * Software is furnished to do so, subject to the following conditions:
43 struct fd2_rasterizer_stateobj *so; local
46 so = CALLOC_STRUCT(fd2_rasterizer_stateobj);
47 if (!so)
59 so->base = *cso;
61 so->pa_sc_line_stipple = cso->line_stipple_enable ?
65 so->pa_cl_clip_cntl = 0; // TODO
67 so->pa_su_vtx_cntl =
71 so->pa_su_point_size =
75 so->pa_su_point_minmax
    [all...]
fd2_compiler.h 11 * Software is furnished to do so, subject to the following conditions:
36 struct fd2_shader_stateobj *so);
fd2_zsa.c 11 * Software is furnished to do so, subject to the following conditions:
42 struct fd2_zsa_stateobj *so; local
44 so = CALLOC_STRUCT(fd2_zsa_stateobj);
45 if (!so)
48 so->base = *cso;
50 so->rb_depthcontrol |=
54 so->rb_depthcontrol |= A2XX_RB_DEPTHCONTROL_Z_ENABLE;
56 so->rb_depthcontrol |= A2XX_RB_DEPTHCONTROL_Z_WRITE_ENABLE;
61 so->rb_depthcontrol |=
67 so->rb_stencilrefmask |
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/a5xx/
fd5_rasterizer.c 9 * Software is furnished to do so, subject to the following conditions:
40 struct fd5_rasterizer_stateobj *so; local
43 so = CALLOC_STRUCT(fd5_rasterizer_stateobj);
44 if (!so)
47 so->base = *cso;
58 so->gras_cl_clip_cntl = 0x80000; /* ??? */
59 so->gras_su_point_minmax =
62 so->gras_su_point_size = A5XX_GRAS_SU_POINT_SIZE(cso->point_size);
63 so->gras_su_poly_offset_scale =
65 so->gras_su_poly_offset_offset
    [all...]
  /bionic/tools/relocation_packer/
Android.mk 33 $(eval $(call copy-test-library,elf_file_unittest_relocs_arm32.so))
34 $(eval $(call copy-test-library,elf_file_unittest_relocs_arm32_packed.so))
35 $(eval $(call copy-test-library,elf_file_unittest_relocs_arm64.so))
36 $(eval $(call copy-test-library,elf_file_unittest_relocs_arm64_packed.so))
37 $(eval $(call copy-test-library,elf_file_unittest_relocs_ia32.so))
38 $(eval $(call copy-test-library,elf_file_unittest_relocs_ia32_packed.so))
39 $(eval $(call copy-test-library,elf_file_unittest_relocs_x64.so))
40 $(eval $(call copy-test-library,elf_file_unittest_relocs_x64_packed.so))
41 $(eval $(call copy-test-library,elf_file_unittest_relocs_mips32.so))
42 $(eval $(call copy-test-library,elf_file_unittest_relocs_mips32_packed.so))
    [all...]
  /development/vndk/tools/definition-tool/assets/visual/
dep-data.js 5 ["/system/lib/test.so", 1]],
7 ["/vendor/lib/libvendor.so", 2],
8 ["/vendor/lib/vendor_2_lib.so", 1]]};
10 {"name": "/system/lib/oklib.so",
15 {"name": "/system/lib/oklib2.so",
18 "depends": ["/system/lib/oklib.so"],
22 "violates": ["/vendor/lib/libvendor.so", "/vendor/lib/vendor_2_lib.so"],
23 "depends": ["/system/lib/oklib.so"],
27 "violates": ["/vendor/lib/libvendor.so"],
    [all...]

Completed in 424 milliseconds

1 2 3 4 5 6 7 8 91011>>