/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/hotshot/ |
D | stats.py | 66 back = self._stack[-1] 68 back = None 69 frame = FakeFrame(code, back) 87 def __init__(self, code, back): argument 88 self.f_back = back
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/ |
D | EfiCopyMemSSE2.c | 89 jmp _StartByteCopy ; back to top of loop in EfiCommonLibCopyMem() 95 shl eax, 6 ; convert back to bytes in EfiCommonLibCopyMem() 131 jmp _CopyRemainingDWords ; back to top in EfiCommonLibCopyMem() 141 jmp SHORT _CopyRemainingBytes ; back to top of loop in EfiCommonLibCopyMem() 146 ; your way back. Since this is the atypical case, this code has not in EfiCommonLibCopyMem() 165 jmp _CopyOverlappedLoop ; back to top of loop in EfiCommonLibCopyMem()
|
D | EfiCopyMem.c | 92 jmp _StartByteCopy ; back to top of loop in EfiCommonLibCopyMem() 98 shl eax, 6 ; convert back to bytes in EfiCommonLibCopyMem() 147 jmp _CopyRemainingDWords ; back to top in EfiCommonLibCopyMem() 157 jmp SHORT _CopyRemainingBytes ; back to top of loop in EfiCommonLibCopyMem() 162 ; your way back. Since this is the atypical case, this code has not in EfiCommonLibCopyMem() 181 jmp _CopyOverlappedLoop ; back to top of loop in EfiCommonLibCopyMem()
|
D | EfiCopyMem.S | 104 jmp _StartByteCopy # back to top of loop 110 shll $6, %eax # convert back to bytes 159 jmp _CopyRemainingDWords # back to top 169 jmp _CopyRemainingBytes # back to top of loop 174 # your way back. Since this is the atypical case, this code has not 193 jmp _CopyOverlappedLoop # back to top of loop
|
D | EfiCopyMem.asm | 102 jmp _StartByteCopy ; back to top of loop 108 shl eax, 6 ; convert back to bytes 157 jmp _CopyRemainingDWords ; back to top 167 jmp SHORT _CopyRemainingBytes ; back to top of loop 172 ; your way back. Since this is the atypical case, this code has not 191 jmp _CopyOverlappedLoop ; back to top of loop
|
D | EfiZeroMemSSE2.c | 67 jmp _StartByteZero ; back to top of loop in EfiCommonLibZeroMem() 74 shl ecx, 6 ; convert back to bytes in EfiCommonLibZeroMem()
|
D | EfiZeroMem.c | 68 jmp _StartByteZero ; back to top of loop in EfiCommonLibZeroMem() 75 shl ecx, 6 ; convert back to bytes in EfiCommonLibZeroMem()
|
D | EfiZeroMem.S | 79 jmp _StartByteZero # back to top of loop 86 shll $6, %ecx # convert back to bytes
|
D | EfiZeroMem.asm | 77 jmp _StartByteZero ; back to top of loop 84 shl ecx, 6 ; convert back to bytes
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/classes/ |
D | Rev.py | 65 self.back = self 87 outstrs = [str(item) for item in self.back]
|
/device/google/cuttlefish_common/host/commands/adbshell/ |
D | main.cpp | 88 new_argv.back() = nullptr; in main() 97 std::snprintf(new_argv.back(), buf_size, "\"%s\"", argv[i]); in main()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/ |
D | bdist_msi.py | 43 def back(self, title, next, name = "Back", active = 1): member in PyDialog 464 fatal.back("< Back", "Finish", active = 0) 476 user_exit.back("< Back", "Finish", active = 0) 489 exit_dialog.back("< Back", "Finish", active = 0) 511 c=inuse.back("Exit", "Ignore", name="Exit") 568 prep.back("Back", None, active=0) 583 seldlg.back("< Back", None, active=0) 656 whichusers.back("Back", None, active=0) 686 progress.back("< Back", "Next", active=False) 703 maint.back("< Back", None, active=False)
|
/device/google/cuttlefish_common/guest/hals/hwcomposer/cutf_cvm/ |
D | vsoc_composer.cpp | 394 BufferSpec& dst_buffer_spec = dest_buffer_stack.back(); in CompositeLayer() 431 BufferSpec& dst_buffer_spec = dest_buffer_stack.back(); in CompositeLayer() 455 retval = DoRotation(src_layer_spec, dest_buffer_stack.back(), rotation, in CompositeLayer() 461 src_layer_spec = dest_buffer_stack.back(); in CompositeLayer() 467 DoAttenuation(src_layer_spec, dest_buffer_stack.back(), needs_vflip); in CompositeLayer() 472 src_layer_spec = dest_buffer_stack.back(); in CompositeLayer() 477 retval = DoCopy(src_layer_spec, dest_buffer_stack.back(), needs_vflip); in CompositeLayer() 482 src_layer_spec = dest_buffer_stack.back(); in CompositeLayer() 489 retval = DoBlending(src_layer_spec, dest_buffer_stack.back(), needs_vflip); in CompositeLayer()
|
/device/google/cuttlefish_common/guest/hals/hwcomposer/vsoc/ |
D | vsoc_composer.cpp | 397 BufferSpec& dst_buffer_spec = dest_buffer_stack.back(); in CompositeLayer() 434 BufferSpec& dst_buffer_spec = dest_buffer_stack.back(); in CompositeLayer() 458 retval = DoRotation(src_layer_spec, dest_buffer_stack.back(), rotation, in CompositeLayer() 464 src_layer_spec = dest_buffer_stack.back(); in CompositeLayer() 470 DoAttenuation(src_layer_spec, dest_buffer_stack.back(), needs_vflip); in CompositeLayer() 475 src_layer_spec = dest_buffer_stack.back(); in CompositeLayer() 480 retval = DoCopy(src_layer_spec, dest_buffer_stack.back(), needs_vflip); in CompositeLayer() 485 src_layer_spec = dest_buffer_stack.back(); in CompositeLayer() 492 retval = DoBlending(src_layer_spec, dest_buffer_stack.back(), needs_vflip); in CompositeLayer()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/ |
D | RCSProxy.py | 41 self.back() 51 def back(self): member in DirSupport 165 while self._dirstack: self.back()
|
D | sumtree.py | 22 proxy.back()
|
/device/generic/car/common/ |
D | config.ini | 4 hw.camera.back=none key
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
D | gzio.c | 71 int back; /* one character push-back */ member 122 s->back = EOF; 412 if (s->stream.avail_out && s->back != EOF) { 413 *next_out++ = s->back; 416 s->back = EOF; 521 if (s == NULL || s->mode != 'r' || c == EOF || s->back != EOF) return EOF; 522 s->back = c; 816 s->back = EOF; 837 if (offset && s->back != EOF) { 838 s->back = EOF; [all …]
|
/device/generic/goldfish/wifi/wifi_hal/ |
D | info.cpp | 23 auto handle = reinterpret_cast<wifi_interface_handle>(&mInterfaces.back()); in Info()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/ |
D | README | 5 scheme to fail, but passes when lib2to3 falls back to iterative pattern matching.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/ |
D | msi.py | 307 def back(self, title, next, name = "Back", active = 1): member in PyDialog 471 fatal.back("< Back", "Finish", active = 0) 486 user_exit.back("< Back", "Finish", active = 0) 499 exit_dialog.back("< Back", "Finish", active = 0) 532 c=inuse.back("Exit", "Ignore", name="Exit") 592 prep.back("Back", None, active=0) 608 seldlg.back("< Back", None, active=0) 643 c=features.back("< Back", "Next") 718 whichusers.back("Back", None, active=0) 773 progress.back("< Back", "Next", active=False) [all …]
|
/device/generic/goldfish/data/etc/ |
D | config.ini | 6 hw.camera.back=emulated key
|
D | config.ini.nexus5 | 6 hw.camera.back=emulated
|
D | config.ini.xl | 6 hw.camera.back=emulated
|
D | config.ini.tv | 6 hw.camera.back=emulated
|