Home
last modified time | relevance | path

Searched defs:empty (Results 1 – 24 of 24) sorted by relevance

/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/
Dlprint.c160 uint8_t empty = 1; in printhexx() local
196 uint8_t empty = 1; in printhex() local
230 uint8_t empty = 1; in printdec() local
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
Dauto_goldfish_dma_context.cpp18 goldfish_dma_context empty() { in empty() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dsched.py76 def empty(self): member in scheduler
DQueue.py93 def empty(self): member in Queue
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Dfindfp.c106 static FILE empty; in moreglue() local
/device/generic/goldfish-opengl/android-emu/android/base/
DStringView.h132 constexpr bool empty() const { return !size(); } in empty() function
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/
Dxf-msg.h114 int empty = (queue->head == NULL); in xf_msg_enqueue() local
/device/google/marlin/camera/QCamera2/HAL3/
DQCamera3Mem.cpp486 bool empty = true; in getOldestFrameNumber() local
1049 bool empty = true; in getOldestFrameNumber() local
DQCamera3StreamMem.cpp456 bool empty = true; in getOldestFrameNumber() local
/device/generic/goldfish-opengl/android-emu/android/base/containers/
DSmallVector.h103 bool empty() const { return begin() == end(); } in empty() function
/device/google/cuttlefish_common/common/vsoc/lib/
Dsocket_forward_region_view.h71 bool empty() const { return IsData() && header_.payload_length == 0; } in empty() function
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/set/
Dset.c86 set empty = set_init; variable
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DRangeExpression.py52 def __init__(self, start, end, empty = False): argument
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
DFvImage.py90 def empty(m): member in Image
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
D_sre.c1834 state_getslice(SRE_STATE* state, Py_ssize_t index, PyObject* string, int empty) in state_getslice()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_sre.c1820 state_getslice(SRE_STATE* state, Py_ssize_t index, PyObject* string, int empty) in state_getslice()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dabstract.c726 PyObject *empty = NULL; local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
D_sre.c1820 state_getslice(SRE_STATE* state, Py_ssize_t index, PyObject* string, int empty) in state_getslice()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dabstract.c726 PyObject *empty = NULL; local
/device/google/crosshatch/sdm845/original-kernel-headers/sound/
Dasound.h372 empty:1; member
/device/google/crosshatch/sdm845/kernel-headers/sound/
Dasound.h288 unsigned int openmin : 1, openmax : 1, integer : 1, empty : 1; member
/device/google/bonito/sdm710/original-kernel-headers/sound/
Dasound.h372 empty:1; member
/device/google/bonito/sdm710/kernel-headers/sound/
Dasound.h288 unsigned int openmin : 1, openmax : 1, integer : 1, empty : 1; member
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregparse.c145 #define BITSET_IS_EMPTY(bs,empty) do {\ argument