Home
last modified time | relevance | path

Searched refs:empty (Results 1 – 25 of 154) sorted by relevance

1234567

/device/google/wahoo/
Dutils.mk2 empty :=
3 space := $(empty) $(empty)
4 colon := $(empty):$(empty)
5 underscore := $(empty)_$(empty)
18 $(if $(or $(subst $(1),$(empty),$(2)),$(subst $(2),$(empty),$(1))),,true) \
133 $(eval delim_a := $(empty)a$(empty)) \
185 $(eval acn := $(empty)) \
/device/google/marlin/common/
Dutils.mk2 empty :=
3 space := $(empty) $(empty)
4 colon := $(empty):$(empty)
5 underscore := $(empty)_$(empty)
18 $(if $(or $(subst $(1),$(empty),$(2)),$(subst $(2),$(empty),$(1))),,true) \
133 $(eval delim_a := $(empty)a$(empty)) \
185 $(eval acn := $(empty)) \
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_startfile.py27 empty = path.join(path.dirname(__file__), "empty.vbs")
28 startfile(empty)
29 startfile(empty, "open")
36 empty = path.join(path.dirname(__file__), "empty.vbs")
37 startfile(unicode(empty, "mbcs"))
38 startfile(unicode(empty, "mbcs"), "open")
Dtest_queue.py88 if not q.empty():
102 self.assertTrue(not q.empty(), "Queue should not be empty")
124 self.assertTrue(q.empty(), "Queue should be empty")
228 if not q.empty():
278 self.assertTrue(q.empty(), "Queue should be empty")
286 self.assertTrue(not q.empty(), "Queue should not be empty")
293 self.assertTrue(not q.empty(), "Queue should not be empty")
295 self.assertTrue(q.empty(), "Queue should be empty")
304 self.assertTrue(not q.empty(), "Queue should not be empty")
306 self.assertTrue(q.empty(), "Queue should be empty")
Dtest_binascii.py203 empty = self.type2test('')
207 binascii.crc_hqx(empty, 0)
211 f(empty)
213 self.fail("{}({!r}) raises {!r}".format(func, empty, err))
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/
Dlprint.c160 uint8_t empty = 1; in printhexx() local
178 empty = 0; in printhexx()
182 if (!empty || i <= width) in printhexx()
196 uint8_t empty = 1; in printhex() local
212 empty = 0; in printhex()
216 if (!empty || i <= width) in printhex()
230 uint8_t empty = 1; in printdec() local
249 empty = 0; in printdec()
253 if (!empty || i < width) in printdec()
/device/linaro/bootloader/edk2/MdePkg/Library/BaseDebugLibNull/
DBaseDebugLibNull.uni2 // Debug Library with empty functions.
4 // Debug Library with empty functions.
18 #string STR_MODULE_ABSTRACT #language en-US "Debug Library with empty functions"
20 #string STR_MODULE_DESCRIPTION #language en-US "Debug Library with empty functions."
/device/linaro/bootloader/edk2/MdePkg/Library/BaseReportStatusCodeLibNull/
DBaseReportStatusCodeLibNull.uni2 // Report Status Code Library with empty functions.
4 // Report Status Code Library with empty functions.
18 #string STR_MODULE_ABSTRACT #language en-US "Report Status Code Library with empty func…
20 #string STR_MODULE_DESCRIPTION #language en-US "Report Status Code Library with empty func…
/device/linaro/bootloader/edk2/MdePkg/Library/BasePerformanceLibNull/
DBasePerformanceLibNull.uni2 // Instance of Performance Library with empty functions.
4 // Instance of Performance Library with empty functions.
18 #string STR_MODULE_ABSTRACT #language en-US "Instance of Performance Library with empty
20 #string STR_MODULE_DESCRIPTION #language en-US "Instance of Performance Library with empty
/device/linaro/bootloader/edk2/MdePkg/Library/BasePalLibNull/
DBasePalLibNull.uni2 // Null instance of PAL Library with empty functions.
4 // Null instance of PAL Library with empty functions.
18 #string STR_MODULE_ABSTRACT #language en-US "Null instance of PAL Library with empty fu…
20 #string STR_MODULE_DESCRIPTION #language en-US "Null instance of PAL Library with empty fu…
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DebugAgentLibNull/
DDebugAgentLibNull.uni2 // Null instance of Debug Agent Library with empty functions.
4 // Null instance of Debug Agent Library with empty functions.
18 …LE_ABSTRACT #language en-US "Null instance of Debug Agent Library with empty functions"
20 …E_DESCRIPTION #language en-US "Null instance of Debug Agent Library with empty functions."
/device/linaro/bootloader/edk2/MdePkg/Library/BaseSerialPortLibNull/
DBaseSerialPortLibNull.uni2 // Null instance of Serial Port Library with empty functions.
4 // Null instance of Serial Port Library with empty functions.
18 …LE_ABSTRACT #language en-US "Null instance of Serial Port Library with empty functions"
20 …E_DESCRIPTION #language en-US "Null instance of Serial Port Library with empty functions."
/device/linaro/bootloader/edk2/MdeModulePkg/Library/CpuExceptionHandlerLibNull/
DCpuExceptionHandlerLibNull.uni2 // Null instance of CPU Exception Handler Library with empty functions.
4 // Null instance of CPU Exception Handler Library with empty functions.
18 … #language en-US "Null instance of CPU Exception Handler Library with empty functions."
20 …ION #language en-US "Null instance of CPU Exception Handler Library with empty functions."
/device/linaro/bootloader/edk2/MdePkg/Library/BasePeCoffExtraActionLibNull/
DPeCoffExtraActionLibNull.uni2 // Null PE/Coff Extra Action library instances with empty functions.
4 // Null PE/Coff Extra Action library instances with empty functions.
18 …RACT #language en-US "Null PE/Coff Extra Action library instances with empty functions"
20 …IPTION #language en-US "Null PE/Coff Extra Action library instances with empty functions."
/device/linaro/bootloader/edk2/MdeModulePkg/Library/OemHookStatusCodeLibNull/
DOemHookStatusCodeLibNull.uni2 // Null instance of OEM Hook Status Code Library with empty functions.
4 // Null instance of OEM Hook Status Code Library with empty functions.
18 …CT #language en-US "Null instance of OEM Hook Status Code Library with empty functions"
20 …TION #language en-US "Null instance of OEM Hook Status Code Library with empty functions."
/device/google/marlin/camera/QCamera2/HAL3/
DQCamera3StreamMem.cpp456 bool empty = true; in getOldestFrameNumber() local
458 empty = false; in getOldestFrameNumber()
466 if (empty || (!empty && (oldestGrallocFrameNumber < oldest))){ in getOldestFrameNumber()
470 empty = false; in getOldestFrameNumber()
473 if (empty ) in getOldestFrameNumber()
DQCamera3Mem.cpp486 bool empty = true; in getOldestFrameNumber() local
491 if ((empty) || (!empty && oldest > mCurrentFrameNumbers[index] in getOldestFrameNumber()
496 empty = false; in getOldestFrameNumber()
499 if (empty) in getOldestFrameNumber()
1049 bool empty = true; in getOldestFrameNumber() local
1053 if ((empty) || in getOldestFrameNumber()
1054 (!empty && oldest > mCurrentFrameNumbers[index] in getOldestFrameNumber()
1059 empty = false; in getOldestFrameNumber()
1062 if (empty) in getOldestFrameNumber()
/device/linaro/bootloader/edk2/AppPkg/Applications/OrderedCollectionTest/
Dgentest.sh53 echo forward-empty
58 echo backward-empty
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/set/
Dset.c86 set empty = set_init; variable
164 t = empty;
199 t = empty;
230 t = empty;
265 if ( b == nil ) return( empty );
344 t = empty;
345 if ( a.n == 0 ) return( empty );
704 b = empty;
705 if ( a.n == 0 ) return( empty );
Dset.h63 (a) = empty;}
119 extern set empty;
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dpred.c435 pred->scontext[1] = empty;
593 p->scontext[0]=empty; in new_pred()
594 p->scontext[1]=empty; in new_pred()
595 p->completionTree=empty; in new_pred()
596 p->completionSet=empty; in new_pred()
597 p->plainSet=empty; in new_pred()
623 rk2 = b = empty;
671 rk2 = empty;
711 a = empty;
/device/linaro/bootloader/edk2/MdePkg/Library/BaseCpuLib/
DBaseCpuLib.uni5 // PAL CALLs for IPF, and empty functions for EBC.
23 …implemented using ASM functions for IA-32 and X64, PAL CALLs for IPF, and empty functions for EBC."
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/
Dtest_refactor.py69 empty = fs()
70 self.assertEqual(run(""), empty)
99 self.assertEqual(run(inp), empty)
103 self.assertEqual(run(inp), empty)
109 self.assertEqual(run(inp), empty)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/data/
DREADME1 This empty directory serves as destination for temporary files
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
Dmain.c255 used_chars = empty; in init()
256 used_classes = empty; in init()
258 normal_chars = empty; in init()

1234567