Home
last modified time | relevance | path

Searched refs:space (Results 1 – 23 of 23) sorted by relevance

/device/generic/goldfish/network/netmgr/
Dutils.cpp23 const char* space = nullptr; in explode() local
26 space = ::strchr(cur, divider); in explode()
27 if (space) { in explode()
28 result.emplace_back(cur, space); in explode()
29 cur = space + 1; in explode()
33 } while (space); in explode()
/device/google/contexthub/firmware/os/platform/stm32/
DeeData.c145 void *space; in eeDataSet() local
151 space = eeFind(EE_DATA_NAME_MAX, NULL, false, &sz); in eeDataSet()
152 if (!space || sz != EE_DATA_LEN_MAX) in eeDataSet()
159 if ((uint8_t*)__eedata_end - (uint8_t*)space < effectiveSz) in eeDataSet()
163 ret = eeWrite(((uint32_t*)space) - 1, &info, sizeof(info)) && ret; in eeDataSet()
164 ret = eeWrite(space, buf, len) && ret; in eeDataSet()
/device/google/muskie/
Dinit-common.rc52 # Write the dark theme magic to /misc partition. Offset 12360 (0x3048) in vendor space is
54 service vendor.darkboot /vendor/bin/misc_writer --set-dark-theme --override-vendor-space-offset 123…
59 service vendor.darkboot_clear --clear-dark-theme --override-vendor-space-offset 12360
DWCNSS_qcom_cfg.ini505 # Enable TDLS External Control. That is, user space application has to
/device/linaro/hikey/hifi/xaf/hifi-dpf/core/util/
Dtinyvprintf.c64 char c, space = ' ', buf[11]; /* largest 32-bit integer output (octal) */ in tiny_vsprintf() local
183 for (; len < width; len++) *out++ = space; in tiny_vsprintf()
/device/generic/goldfish-opengl/shared/GoldfishAddressSpace/
DAndroid.bp15 "-DLOG_TAG=\"goldfish-address-space\"",
DCMakeLists.txt8 …GL_GLEXT_PROTOTYPES" "-DPAGE_SIZE=4096" "-DGOLDFISH_VULKAN" "-DLOG_TAG=\"goldfish-address-space\"")
/device/google/bonito/
Dutils.mk31 $(eval wl:= $(colon)$(subst $(space),$(colon),$(strip $(2)))$(colon)) \
DWCNSS_qcom_cfg.ini485 # Enable TDLS External Control. That is, user space application has to
/device/google/crosshatch/
Dutils.mk31 $(eval wl:= $(colon)$(subst $(space),$(colon),$(strip $(2)))$(colon)) \
DWCNSS_qcom_cfg.ini485 # Enable TDLS External Control. That is, user space application has to
/device/google/wahoo/
Dutils.mk31 $(eval wl:= $(colon)$(subst $(space),$(colon),$(strip $(2)))$(colon)) \
/device/generic/goldfish-opengl/
DBUILD.gn151 "GOLDFISH_ADDRESS_SPACE_DEVICE_NAME=\"/dev/class/goldfish-address-space/000\"",
/device/google/contexthub/firmware/
DCodingStandard.txt30 15. All structures shall be packed to avoid space waste, as the compiler is not allowed to pack the…
/device/generic/goldfish-opengl/shared/GoldfishAddressSpace/include/
Dgoldfish_address_space_host.impl374 // same address space
/device/google/coral-kernel/sm8150/kernel-headers/sound/
Dasound.h711 unsigned int space; member
/device/google/bonito/sdm710/kernel-headers/sound/
Dasound.h705 unsigned int space; member
/device/google/crosshatch/sdm845/kernel-headers/sound/
Dasound.h705 unsigned int space; member
/device/google/bonito/sdm710/original-kernel-headers/sound/
Dasound.h880 unsigned int space; /* W: count of element IDs to get */ member
/device/google/coral-kernel/sm8150/original-kernel-headers/sound/
Dasound.h889 unsigned int space; /* W: count of element IDs to get */ member
/device/google/crosshatch/sdm845/original-kernel-headers/sound/
Dasound.h880 unsigned int space; /* W: count of element IDs to get */ member
/device/linaro/hikey/hifi/xaf/hifi-dpf/ipc/xt-shmem/hikey/
Dint_vector.S51 .space XCHAL_CP_MAX << 2,0
/device/google/taimen/
DWCNSS_qcom_cfg.ini505 # Enable TDLS External Control. That is, user space application has to