Home
last modified time | relevance | path

Searched refs:system (Results 1 – 25 of 128) sorted by relevance

123456

/development/build/
Dsdk-android-armeabi-v7a.atree18 prebuilts/qemu-kernel/${TARGET_ARCH}/kernel-qemu-armv7 system-images/${PLATFORM_NAME}/${TARGET_CPU_…
19 prebuilts/qemu-kernel/${TARGET_ARCH}/ranchu/kernel-qemu system-images/${PLATFORM_NAME}/${TARGET_CPU…
22 ${HOST_OUT}/development/sys-img-${TARGET_CPU_ABI}/images_armeabi-v7a_source.properties system-image…
25 development/sys-img/images_armeabi-v7a_hardware.ini system-images/${PLATFORM_NAME}/${TARGET_CPU_…
28 development/sys-img/advancedFeatures.ini system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/advancedF…
Dsdk-android-armeabi.atree17 prebuilts/qemu-kernel/${TARGET_ARCH}/kernel-qemu system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/k…
18 prebuilts/qemu-kernel/${TARGET_ARCH}/ranchu/kernel-qemu system-images/${PLATFORM_NAME}/${TARGET_CPU…
21 ${HOST_OUT}/development/sys-img-${TARGET_CPU_ABI}/images_armeabi_source.properties system-images/${…
24 development/sys-img/advancedFeatures.ini system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/advancedF…
Dsdk-android-arm64-v8a.atree17 prebuilts/qemu-kernel/${TARGET_ARCH}/kernel-qemu system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/k…
18 prebuilts/qemu-kernel/${TARGET_ARCH}/kernel-qemu system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/k…
21 ${HOST_OUT}/development/sys-img-${TARGET_CPU_ABI}/images_arm64-v8a_source.properties system-images/…
24 development/sys-img/advancedFeatures.ini system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/advancedF…
Dsdk-android-x86_64.atree17 prebuilts/qemu-kernel/${TARGET_ARCH}/kernel-qemu system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/k…
18 prebuilts/qemu-kernel/${TARGET_ARCH}/ranchu/kernel-qemu system-images/${PLATFORM_NAME}/${TARGET_CPU…
21 ${HOST_OUT}/development/sys-img-${TARGET_CPU_ABI}/images_${TARGET_ARCH}_source.properties system-im…
24 development/sys-img/advancedFeatures.ini system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/advancedF…
Dsdk-android-x86.atree17 prebuilts/qemu-kernel/${TARGET_ARCH}/kernel-qemu system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/k…
18 prebuilts/qemu-kernel/${TARGET_ARCH}/ranchu/kernel-qemu system-images/${PLATFORM_NAME}/${TARGET_CPU…
21 ${HOST_OUT}/development/sys-img-${TARGET_CPU_ABI}/images_${TARGET_ARCH}_source.properties system-im…
24 development/sys-img/advancedFeatures.ini system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/advancedF…
Dsdk-android-mips64.atree18 prebuilts/qemu-kernel/${TARGET_ARCH}/kernel-qemu system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/k…
21 development/sys-img-${TARGET_CPU_ABI}/images_mips64_source.properties system-images/${PLATFORM_NA…
24 development/sys-img/advancedFeatures.ini system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/advancedF…
Dsdk-android-mips.atree18 prebuilts/qemu-kernel/${TARGET_ARCH}/kernel-qemu system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/k…
21 development/sys-img-${TARGET_CPU_ABI}/images_mips_source.properties system-images/${PLATFORM_NAME…
24 development/sys-img/advancedFeatures.ini system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/advancedF…
/development/scripts/
Dgdbclient80 mkdir -p $SYMBOLS_DIR/system/bin
132 adb pull /system/bin/linker$USE64BIT $SYMBOLS_DIR/system/bin/linker$USE64BIT
171 local OUT_SO_SYMBOLS=$SYMBOLS_DIR/system/lib$USE64BIT
172 local TAPAS_OUT_SO_SYMBOLS=$TAPAS_SYMBOLS_DIR/system/lib$USE64BIT
/development/ndk/platforms/
DREADME.CRT.TXT18 run on any Linux system, but cannot perform dynamic linking at all.
27 These executables always link to the system C library dynamically.
30 dynamic linker (/system/bin/linker), which loads and relocates the
31 executable (possibly loading any dependent system libraries as well),
162 the system's C library (i.e. /system/lib/libc.so) needs to exports symbols
170 The NDK libc.a, on the other hand, is a copy of a given version of the system
178 However, on ARM, the system C library needs to export some of them to
199 - the system's libc.so shall always export its __dso_handle, as *global*
211 it is a copy of a release-specific system libc.so.
216 Note that existing NDK machine code that links against the system libc's
[all …]
/development/samples/training/basic/ActivityLifecycle/
Dant.properties1 # This file is used to override default values used by the Ant build system.
4 # integral to the build system of your project.
Dbuild.properties1 # This file is used to override default values used by the Ant build system.
4 # integral to the build system of your project.
/development/ndk/samples/hello-neon/
Dbuild.properties1 # This file is used to override default values used by the Ant build system.
4 # integral to the build system of your project.
/development/samples/browseable/RuntimePermissions/src/com.example.android.system.runtimepermissions/camera/
DCameraPreviewFragment.java17 package com.example.android.system.runtimepermissions.camera;
20 import com.example.android.system.runtimepermissions.R;
/development/samples/browseable/RuntimePermissions/src/com.example.android.system.runtimepermissions/
DPermissionUtil.java17 package com.example.android.system.runtimepermissions;
/development/build/tools/
Dsdk_repo.mk123 $(eval $(call mk-sdk-repo-pkg-3,SDK_SYSIMG_XML_ARGS,$(HOST_OS),$(MAIN_SDK_ZIP),system-images,system
126 $(call sdk-repo-pkg-zip,$(HOST_OS),$(MAIN_SDK_ZIP),system-images) \
213 …ADDON_SDK_IMG_ZIP):$(notdir $(call sdk-repo-pkg-zip,$(HOST_OS),$(ADDON_SDK_IMG_ZIP),system-images))
223 $(SDK_ADDON_IMG_XML) $(SDK_SYSIMG_XSD) system-image $(HOST_OS) $(RENAMED_ADDON_IMG_ZIP)
/development/cmds/monkey/
Dmonkey4 base=/system
/development/ndk/platforms/android-3/include/linux/
Dkernel_stat.h25 cputime64_t system; member
/development/samples/browseable/BasicNotifications/
D_index.jd8 This sample demonstrates how to display events in the system\'s notification bar. The
/development/ndk/platforms/android-9/samples/native-plasma/
Ddefault.properties6 # To customize properties used by the Ant build system use,
/development/samples/training/multiscreen/newsreader/
Dproject.properties6 # To customize properties used by the Ant build system use,
/development/ndk/platforms/android-9/samples/native-activity/
Ddefault.properties6 # To customize properties used by the Ant build system use,
/development/ndk/platforms/android-4/samples/san-angeles/
Ddefault.properties6 # To customize properties used by the Ant build system use,
/development/samples/training/AnimationsDemo/
Dproject.properties6 # To customize properties used by the Ant build system use,
/development/ndk/samples/hello-jni/tests/
Ddefault.properties6 # To customize properties used by the Ant build system use,
/development/ndk/samples/two-libs/tests/
Ddefault.properties6 # To customize properties used by the Ant build system use,

123456