Searched refs:shell (Results 1 - 25 of 26) sorted by relevance

12

/hardware/bsp/intel/soc/edison/
H A Dinit.edison.rc32 mkdir /dev/usb-ffs 0770 shell shell
33 mkdir /dev/usb-ffs/adb 0770 shell shell
/hardware/intel/common/libva/debian.upstream/
H A Drules9 DEBIAN_BUILD_NCPUS = $(shell /usr/bin/getconf _NPROCESSORS_ONLN)
/hardware/intel/common/libva/test/common/
H A Dva_display_wayland.c38 struct wl_shell *shell; member in struct:display
62 d->shell = wl_registry_bind(registry, id, &wl_shell_interface, 1);
120 if (d->shell) {
121 wl_shell_destroy(d->shell);
122 d->shell = NULL;
150 d->shell_surface = wl_shell_get_shell_surface(d->shell, d->surface);
/hardware/intel/common/libva/test/putsurface/
H A Dputsurface_wayland.c104 struct wl_shell *shell; member in struct:display
192 d->shell = wl_registry_bind(registry, id, &wl_shell_interface, 1);
226 if (d->shell) {
227 wl_shell_destroy(d->shell);
228 d->shell = NULL;
254 shell_surface = wl_shell_get_shell_surface(d->shell, surface1);
269 shell_surface_2 = wl_shell_get_shell_surface(d->shell, surface2);
/hardware/qcom/camera/QCamera2/HAL/test/
H A DAndroid.mk22 ifneq (1,$(filter 1,$(shell echo "$$(( $(PLATFORM_SDK_VERSION) >= 18 ))" )))
54 ifeq (1,$(filter 1,$(shell echo "$$(( $(PLATFORM_SDK_VERSION) >= 20 ))" )))
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/
H A DAndroid.mk46 ifneq (1,$(filter 1,$(shell echo "$$(( $(PLATFORM_SDK_VERSION) >= 17 ))" )))
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
H A Dall_builds.py11 run = subprocess.Popen(command, shell=True)
/hardware/invensense/65xx/libsensors_iio/
H A DAndroid.mk35 MAJOR_VERSION :=$(shell echo $(PLATFORM_VERSION) | cut -f1 -d.)
36 MINOR_VERSION :=$(shell echo $(PLATFORM_VERSION) | cut -f2 -d.)
37 VERSION_JB :=$(shell test $(MAJOR_VERSION) -gt 4 -o $(MAJOR_VERSION) -eq 4 -a $(MINOR_VERSION) -gt 0 && echo true)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/android/
H A DAndroid.mk10 # The test app itself runs on the command line through adb shell
/hardware/invensense/6515/libsensors_iio/
H A DAndroid.mk29 MAJOR_VERSION :=$(shell echo $(PLATFORM_VERSION) | cut -f1 -d.)
30 MINOR_VERSION :=$(shell echo $(PLATFORM_VERSION) | cut -f2 -d.)
31 VERSION_KK :=$(shell test $(MAJOR_VERSION) -eq 4 -a $(MINOR_VERSION) -gt 3 && echo true)
32 VERSION_L :=$(shell test $(MAJOR_VERSION) -eq 5 -a $(MINOR_VERSION) -eq 0 && echo true)
/hardware/invensense/6515/libsensors_iio/software/build/android/
H A Dcommon.mk8 #--yd BUILD_ANDROID_JELLYBEAN = $(shell test -d $(ANDROID_ROOT)/frameworks/native && echo 1)
12 BUILD_ANDROID_LOLLIPOP = $(shell test -d $(ANDROID_ROOT)/bionic/libc/kernel/uapi && echo 1)
/hardware/invensense/6515/libsensors_iio/software/core/mllite/build/android/
H A Dshared.mk7 BUILD_ANDROID_LOLLIPOP = $(shell test -d $(ANDROID_ROOT)/bionic/libc/kernel/uapi && echo 1)
/hardware/invensense/6515/libsensors_iio/software/core/mpl/build/android/
H A Dshared.mk7 BUILD_ANDROID_LOLLIPOP = $(shell test -d $(ANDROID_ROOT)/bionic/libc/kernel/uapi && echo 1)
/hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/build/android/
H A Dshared.mk6 BUILD_ANDROID_LOLLIPOP = $(shell test -d $(ANDROID_ROOT)/bionic/libc/kernel/uapi && echo 1)
/hardware/invensense/6515/libsensors_iio/software/simple_apps/gesture_test/build/android/
H A Dshared.mk6 BUILD_ANDROID_LOLLIPOP = $(shell test -d $(ANDROID_ROOT)/bionic/libc/kernel/uapi && echo 1)
/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/build/android/
H A Dshared.mk6 BUILD_ANDROID_LOLLIPOP = $(shell test -d $(ANDROID_ROOT)/bionic/libc/kernel/uapi && echo 1)
/hardware/invensense/6515/libsensors_iio/software/simple_apps/self_test/build/android/
H A Dshared.mk6 BUILD_ANDROID_LOLLIPOP = $(shell test -d $(ANDROID_ROOT)/bionic/libc/kernel/uapi && echo 1)
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/build/android/
H A Dshared.mk6 BUILD_ANDROID_LOLLIPOP = $(shell test -d $(ANDROID_ROOT)/bionic/libc/kernel/uapi && echo 1)
/hardware/invensense/65xx/libsensors_iio/software/build/android/
H A Dcommon.mk8 BUILD_ANDROID_JELLYBEAN = $(shell test -d $(ANDROID_ROOT)/frameworks/native && echo 1)
/hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/build/android/
H A Dshared.mk6 BUILD_ANDROID_LOLLIPOP = $(shell test -d $(ANDROID_ROOT)/bionic/libc/kernel/uapi && echo 1)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
H A Dgen_msvs_sln.sh199 found_devenv := \$(shell which \$(MSBUILD_TOOL) >/dev/null 2>&1 && echo yes)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/
H A Dlibvpx.mk40 libvpx_codec_srcs := $(shell cat $(libvpx_config_dir)/libvpx_srcs.txt)
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/
H A DAndroid.mk57 ifneq (1,$(filter 1,$(shell echo "$$(( $(PLATFORM_SDK_VERSION) >= 18 ))" )))
/hardware/ti/omap4-aah/domx/make/
H A Dbuild.mk345 @$(SHELLCMD) echo of your command shell
/hardware/ti/omap4xxx/domx/make/
H A Dbuild.mk345 @$(SHELLCMD) echo of your command shell

Completed in 2068 milliseconds

12