/art/compiler/utils/arm/ |
assembler_arm32.h | 43 void and_(Register rd, Register rn, const ShifterOperand& so, Condition cond = AL) OVERRIDE; 45 void eor(Register rd, Register rn, const ShifterOperand& so, Condition cond = AL) OVERRIDE; 47 void sub(Register rd, Register rn, const ShifterOperand& so, Condition cond = AL) OVERRIDE; 48 void subs(Register rd, Register rn, const ShifterOperand& so, Condition cond = AL) OVERRIDE; 50 void rsb(Register rd, Register rn, const ShifterOperand& so, Condition cond = AL) OVERRIDE; 51 void rsbs(Register rd, Register rn, const ShifterOperand& so, Condition cond = AL) OVERRIDE; 53 void add(Register rd, Register rn, const ShifterOperand& so, Condition cond = AL) OVERRIDE; 55 void adds(Register rd, Register rn, const ShifterOperand& so, Condition cond = AL) OVERRIDE; 57 void adc(Register rd, Register rn, const ShifterOperand& so, Condition cond = AL) OVERRIDE; 59 void sbc(Register rd, Register rn, const ShifterOperand& so, Condition cond = AL) OVERRIDE [all...] |
/art/tools/ |
art | 17 lib=-XXlib:libart.so 26 lib="-XXlib:libartd.so"
|
/bionic/libc/arch-mips/bionic/ |
__bionic_clone.S | 57 # Clear return address in child so we don't unwind further.
|
/device/asus/deb/ |
device.mk | 42 rild.libpath=/system/lib/libril-qc-qmi-1.so
|
/device/asus/grouper/self-extractors/nxp/staging/proprietary/ |
Android.mk | 21 LOCAL_SRC_FILES := libpn544_fw.so 22 LOCAL_MODULE_SUFFIX := .so
|
/device/asus/tilapia/self-extractors/nxp/staging/proprietary/ |
Android.mk | 21 LOCAL_SRC_FILES := libpn544_fw.so 22 LOCAL_MODULE_SUFFIX := .so
|
/device/htc/flounder/ |
device.mk | 54 # Copy flounder files as flounder64 so that ${ro.hardware} can find them 125 $(LOCAL_PATH)/gps/bcm/lib64/gps.bcm47521.so:system/lib64/hw/gps.bcm47521.so \ 126 $(LOCAL_PATH)/gps/bcm/gps.bcm47521.so:system/lib/hw/gps.bcm47521.so 132 $(LOCAL_PATH)/gps/qct/libgeofence.so:system/lib/libgeofence.so \ 133 $(LOCAL_PATH)/gps/qct/libloc_api_v02.so:system/lib/libloc_api_v02.so \ 134 $(LOCAL_PATH)/gps/qct/libloc_ds_api.so:system/lib/libloc_ds_api.so [all...] |
/device/htc/flounder/sensor_hub/libsensors/ |
Android.mk | 21 # hw/<SENSORS_HARDWARE_MODULE_ID>.<ro.hardware.sensor>.so 22 # hw/<SENSORS_HARDWARE_MODULE_ID>.<ro.product.board>.so
|
/external/chromium_org/native_client_sdk/src/examples/api/url_loader/ |
example.js | 7 // The module is not hidden by default so we can easily see if the plugin 26 // '\n' characters, so split() won't work here.
|
/external/chromium_org/native_client_sdk/src/tools/ |
nacl_gcc.mk | 198 # SO Macro 202 # file is part of LIB_RULE, so users of the DEPS system are currently required to 214 all: $(X86_32_OUTDIR)/lib$(1)_x86_32.so 215 $(X86_32_OUTDIR)/lib$(1)_x86_32.so: $(foreach src,$(2),$(call SRC_TO_OBJ,$(src),_x86_32_pic)) $(foreach dep,$(4),$(STAMPDIR)/$(dep).stamp) 220 $(STAMPDIR)/$(1).stamp: $(LIBDIR)/$(TOOLCHAIN)_x86_32/$(CONFIG)/lib$(1).so 221 install: $(LIBDIR)/$(TOOLCHAIN)_x86_32/$(CONFIG)/lib$(1).so 222 $(LIBDIR)/$(TOOLCHAIN)_x86_32/$(CONFIG)/lib$(1).so: $(X86_32_OUTDIR)/lib$(1)_x86_32.so 226 GLIBC_SO_LIST += $(X86_32_OUTDIR)/lib$(1)_x86_32.so 227 GLIBC_REMAP += -n lib$(1)_x86_32.so,lib$(1).s [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_simple_shaders.h | 11 * permit persons to whom the Software is furnished to do so, subject to 57 const struct pipe_stream_output_info *so);
|
/external/chromium_org/third_party/mesa/src/src/gallium/targets/dri-r300/ |
Makefile | 4 LIBNAME = r300_dri.so
|
/external/chromium_org/third_party/mesa/src/src/gallium/targets/dri-r600/ |
Makefile | 4 LIBNAME = r600_dri.so
|
/external/chromium_org/third_party/mesa/src/src/gallium/targets/dri-radeonsi/ |
Makefile | 4 LIBNAME = radeonsi_dri.so
|
/external/chromium_org/third_party/mesa/src/src/gallium/targets/dri-vmwgfx/ |
Makefile | 4 LIBNAME = vmwgfx_dri.so
|
/external/chromium_org/third_party/mesa/src/src/gallium/targets/xorg-i915/ |
Makefile | 4 LIBNAME = i915_drv.so
|
/external/chromium_org/third_party/mesa/src/src/gallium/targets/xorg-r300/ |
Makefile | 4 LIBNAME = r300_drv.so
|
/external/chromium_org/third_party/mesa/src/src/gallium/targets/xorg-r600/ |
Makefile | 4 LIBNAME = r600g_drv.so
|
/external/chromium_org/third_party/mesa/src/src/gallium/targets/xorg-radeonsi/ |
Makefile | 4 LIBNAME = radeonsi_drv.so
|
/external/chromium_org/third_party/skia/tools/ |
reformat-json.py | 12 so that subsequent runs of rebaseline.py will generate useful diffs 26 # We need to add the 'gm' directory, so that we can import gm_json.py within 30 # so any dirs that are already in the PYTHONPATH will be preferred.
|
/external/chromium_org/third_party/tcmalloc/vendor/packages/deb/ |
rules | 33 # option 2, assuming the library is created as src/.libs/libfoo.so.2.0.5 or so 34 version=`ls src/.libs/lib*.so.* | \ 36 major=`ls src/.libs/lib*.so.* | \ 37 awk '{if (match($$0,/\.so\.[0-9]+$$/)) print substr($$0,RSTART+4)}'`
|
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/ |
sctp_constants.h | 283 * hiwat by 8, so for 200k rwnd we need to read 24k. For a 64k rwnd we need 285 * min of a MTU on it so if the rwnd is real small we will insist 773 * So, with our default, we split only if the piece we [all...] |
/external/cmockery/cmockery_0_1_2/packages/deb/ |
rules | 33 # option 2, assuming the library is created as src/.libs/libfoo.so.2.0.5 or so 34 version=`ls src/.libs/lib*.so.* | \ 36 major=`ls src/.libs/lib*.so.* | \ 37 awk '{if (match($$0,/\.so\.[0-9]+$$/)) print substr($$0,RSTART+4)}'`
|
/external/iproute2/tc/ |
Makefile | 53 TCSO += q_atm.so 57 TCSO += m_xt.so 60 TCSO += m_xt_old.so 64 TCSO += m_xt_old.so 96 %.so: %.c 113 if [ ! -f $(MODDESTDIR)/m_ipt.so ]; then \ 114 if [ -f $(MODDESTDIR)/m_xt.so ]; \ 115 then ln -s m_xt.so $(MODDESTDIR)/m_ipt.so ; \ 116 elif [ -f $(MODDESTDIR)/m_xt_old.so ]; \ [all...] |
/external/libexif/ |
libexif.spec | 45 %{_libdir}/libexif.so.* 54 %{_libdir}/libexif.so
|