/device/generic/goldfish/network/netmgr/ |
D | utils.cpp | 23 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/ |
D | eeData.c | 145 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/ |
D | init-common.rc | 52 # 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
|
D | WCNSS_qcom_cfg.ini | 505 # Enable TDLS External Control. That is, user space application has to
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/core/util/ |
D | tinyvprintf.c | 64 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/ |
D | Android.bp | 15 "-DLOG_TAG=\"goldfish-address-space\"",
|
D | CMakeLists.txt | 8 …GL_GLEXT_PROTOTYPES" "-DPAGE_SIZE=4096" "-DGOLDFISH_VULKAN" "-DLOG_TAG=\"goldfish-address-space\"")
|
/device/google/bonito/ |
D | utils.mk | 31 $(eval wl:= $(colon)$(subst $(space),$(colon),$(strip $(2)))$(colon)) \
|
D | WCNSS_qcom_cfg.ini | 485 # Enable TDLS External Control. That is, user space application has to
|
/device/google/crosshatch/ |
D | utils.mk | 31 $(eval wl:= $(colon)$(subst $(space),$(colon),$(strip $(2)))$(colon)) \
|
D | WCNSS_qcom_cfg.ini | 485 # Enable TDLS External Control. That is, user space application has to
|
/device/google/wahoo/ |
D | utils.mk | 31 $(eval wl:= $(colon)$(subst $(space),$(colon),$(strip $(2)))$(colon)) \
|
/device/generic/goldfish-opengl/ |
D | BUILD.gn | 151 "GOLDFISH_ADDRESS_SPACE_DEVICE_NAME=\"/dev/class/goldfish-address-space/000\"",
|
/device/google/contexthub/firmware/ |
D | CodingStandard.txt | 30 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/ |
D | goldfish_address_space_host.impl | 374 // same address space
|
/device/google/coral-kernel/sm8150/kernel-headers/sound/ |
D | asound.h | 711 unsigned int space; member
|
/device/google/bonito/sdm710/kernel-headers/sound/ |
D | asound.h | 705 unsigned int space; member
|
/device/google/crosshatch/sdm845/kernel-headers/sound/ |
D | asound.h | 705 unsigned int space; member
|
/device/google/bonito/sdm710/original-kernel-headers/sound/ |
D | asound.h | 880 unsigned int space; /* W: count of element IDs to get */ member
|
/device/google/coral-kernel/sm8150/original-kernel-headers/sound/ |
D | asound.h | 889 unsigned int space; /* W: count of element IDs to get */ member
|
/device/google/crosshatch/sdm845/original-kernel-headers/sound/ |
D | asound.h | 880 unsigned int space; /* W: count of element IDs to get */ member
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/ipc/xt-shmem/hikey/ |
D | int_vector.S | 51 .space XCHAL_CP_MAX << 2,0
|
/device/google/taimen/ |
D | WCNSS_qcom_cfg.ini | 505 # Enable TDLS External Control. That is, user space application has to
|