/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | bz2module.c | 535 goto cleanup; in BZ2File_read() 539 goto cleanup; in BZ2File_read() 543 goto cleanup; in BZ2File_read() 548 goto cleanup; in BZ2File_read() 558 goto cleanup; in BZ2File_read() 562 goto cleanup; in BZ2File_read() 582 goto cleanup; in BZ2File_read() 587 goto cleanup; in BZ2File_read() 595 cleanup: in BZ2File_read() 624 goto cleanup; in BZ2File_readline() [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
D | _warnings.c | 316 goto cleanup; in warn_explicit() 321 goto cleanup; in warn_explicit() 328 goto cleanup; in warn_explicit() 333 goto cleanup; in warn_explicit() 338 goto cleanup; in warn_explicit() 343 goto cleanup; in warn_explicit() 351 goto cleanup; in warn_explicit() 355 goto cleanup; in warn_explicit() 364 goto cleanup; in warn_explicit() 371 goto cleanup; in warn_explicit() [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | _warnings.c | 316 goto cleanup; in warn_explicit() 321 goto cleanup; in warn_explicit() 328 goto cleanup; in warn_explicit() 333 goto cleanup; in warn_explicit() 338 goto cleanup; in warn_explicit() 343 goto cleanup; in warn_explicit() 351 goto cleanup; in warn_explicit() 355 goto cleanup; in warn_explicit() 364 goto cleanup; in warn_explicit() 371 goto cleanup; in warn_explicit() [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/ |
D | bgenHeapBuffer.py | 44 def cleanup(self, name): member in HeapInputOutputBufferType 46 FixedInputOutputBufferType.cleanup(self, name) 144 def cleanup(self, name): member in MallocHeapOutputBufferType
|
D | bgenVariable.py | 110 def cleanup(self): member in Variable 112 return self.type.cleanup(self.name)
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/ |
D | HexeditStrings.uni | 36 #string STR_HEXEDIT_LIBEDITOR_TITLEBAR_CLEAN #language en-US "TitleBar cleanup failed\n" 37 #string STR_HEXEDIT_LIBEDITOR_MENUBAR_CLEAN #language en-US "MenuBar cleanup failed\n" 38 #string STR_HEXEDIT_LIBEDITOR_STATUSBAR_CLEAN #language en-US "StatusBar cleanup failed\n" 39 #string STR_HEXEDIT_LIBEDITOR_INPUTBAR_CLEAN #language en-US "InputBar cleanup failed\n" 40 #string STR_HEXEDIT_LIBEDITOR_BUFFERIMAGE_CLEAN #language en-US "BufferImage cleanup failed\n" 41 #string STR_HEXEDIT_LIBEDITOR_CLIPBOARD_CLEAN #language en-US "ClipBoard cleanup failed\n"
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/compiler/ |
D | regrtest.py | 67 def cleanup(dir): function 75 cleanup(lib_dir)
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/PlatformVarCleanupLib/ |
D | VfrStrings.uni | 2 // String definitions for platform variable cleanup. 24 #string STR_TITLE_HELP #language en-US "Select and cleanup variables" 25 … #language fr-FR "fr-FR: Select and cleanup variables"
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/ |
D | TextEditStrings.uni | 28 #string STR_EDIT_LIBEDITOR_TITLEBAR_CLEANUP #language en-US "TitleBar cleanup was not successful\… 29 #string STR_EDIT_LIBEDITOR_MENUBAR_CLEANUP #language en-US "MenuBar cleanup was not successful\r… 30 #string STR_EDIT_LIBEDITOR_STATUSBAR_CLEANUP #language en-US "StatusBar cleanup was not successful… 31 #string STR_EDIT_LIBEDITOR_INPUTBAR_CLEANUP #language en-US "InputBar cleanup was not successful\… 32 #string STR_EDIT_LIBEDITOR_FILEBUFFER_CLEANUP #language en-US "FileBuffer cleanup was not successfu…
|
/device/google/cuttlefish/tools/ |
D | network-setup.sh | 27 cleanup() { function 145 cleanup 1 152 cleanup 1 226 cleanup
|
/device/linaro/bootloader/edk2/StdLib/LibC/StdLib/ |
D | Environs.c | 51 if (gMD->cleanup != NULL) { in abort() 52 gMD->cleanup(); in abort()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | codeobject.c | 263 goto cleanup; in code_new() 270 goto cleanup; in code_new() 275 goto cleanup; in code_new() 278 goto cleanup; in code_new() 284 goto cleanup; in code_new() 290 goto cleanup; in code_new() 296 cleanup: in code_new()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | codeobject.c | 263 goto cleanup; in code_new() 270 goto cleanup; in code_new() 275 goto cleanup; in code_new() 278 goto cleanup; in code_new() 284 goto cleanup; in code_new() 290 goto cleanup; in code_new() 296 cleanup: in code_new()
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibMmx/Ia32/ |
D | CopyMem.asm | 62 pop ecx ; stack cleanup 63 pop ecx ; stack cleanup
|
D | CopyMem.nasm | 62 pop ecx ; stack cleanup 63 pop ecx ; stack cleanup
|
D | CopyMem.S | 71 popl %ecx # stack cleanup 72 popl %ecx # stack cleanup
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/CompilerStub/Ia32/ |
D | memcpy.asm | 65 pop ecx ; stack cleanup 66 pop ecx ; stack cleanup
|
/device/generic/goldfish/network/netmgr/ |
D | wifi_forwarder.h | 46 void cleanup();
|
D | wifi_forwarder.cpp | 118 cleanup(); in ~WifiForwarder() 396 void WifiForwarder::cleanup() { in cleanup() function in WifiForwarder 409 cleanup(); in onClose()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_site.py | 90 pth_file.cleanup(prep=True) # to make sure that nothing is 97 pth_file.cleanup() 155 pth_file.cleanup(prep=True) # Make sure that nothing is pre-existing 162 pth_file.cleanup() 292 def cleanup(self, prep=False): member in PthFile
|
/device/generic/goldfish/gnss/ |
D | data_sink.h | 38 void cleanup();
|
D | data_sink.cpp | 56 void DataSink::cleanup() { in cleanup() function in goldfish::DataSink
|
D | gnss.cpp | 114 Return<void> Gnss20::cleanup() { in cleanup() function in goldfish::Gnss20 120 m_dataSink.cleanup(); in cleanup()
|
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/ |
D | MainData.h | 77 void (*cleanup)(void); // Stdio Cleanup Function Pointer member
|
/device/linaro/hikey/gralloc/ |
D | gralloc_module.cpp | 153 goto cleanup; in gralloc_register_buffer() 169 goto cleanup; in gralloc_register_buffer() 179 goto cleanup; in gralloc_register_buffer() 195 cleanup: in gralloc_register_buffer()
|