/device/google/wahoo/ |
D | utils.mk | 2 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/ |
D | utils.mk | 2 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/ |
D | test_startfile.py | 27 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")
|
D | test_queue.py | 88 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")
|
D | test_binascii.py | 203 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/ |
D | lprint.c | 160 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/ |
D | BaseDebugLibNull.uni | 2 // 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/ |
D | BaseReportStatusCodeLibNull.uni | 2 // 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/ |
D | BasePerformanceLibNull.uni | 2 // 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/ |
D | BasePalLibNull.uni | 2 // 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/ |
D | DebugAgentLibNull.uni | 2 // 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/ |
D | BaseSerialPortLibNull.uni | 2 // 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/ |
D | CpuExceptionHandlerLibNull.uni | 2 // 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/ |
D | PeCoffExtraActionLibNull.uni | 2 // 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/ |
D | OemHookStatusCodeLibNull.uni | 2 // 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/ |
D | QCamera3StreamMem.cpp | 456 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()
|
D | QCamera3Mem.cpp | 486 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/ |
D | gentest.sh | 53 echo forward-empty 58 echo backward-empty
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/set/ |
D | set.c | 86 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 );
|
D | set.h | 63 (a) = empty;} 119 extern set empty;
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
D | pred.c | 435 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/ |
D | BaseCpuLib.uni | 5 // 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/ |
D | test_refactor.py | 69 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/ |
D | README | 1 This empty directory serves as destination for temporary files
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/ |
D | main.c | 255 used_chars = empty; in init() 256 used_classes = empty; in init() 258 normal_chars = empty; in init()
|