Home
last modified time | relevance | path

Searched refs:back (Results 1 – 25 of 131) sorted by relevance

123456

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/hotshot/
Dstats.py66 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/
DEfiCopyMemSSE2.c89 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()
DEfiCopyMem.c92 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()
DEfiCopyMem.S104 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
DEfiCopyMem.asm102 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
DEfiZeroMemSSE2.c67 jmp _StartByteZero ; back to top of loop in EfiCommonLibZeroMem()
74 shl ecx, 6 ; convert back to bytes in EfiCommonLibZeroMem()
DEfiZeroMem.c68 jmp _StartByteZero ; back to top of loop in EfiCommonLibZeroMem()
75 shl ecx, 6 ; convert back to bytes in EfiCommonLibZeroMem()
DEfiZeroMem.S79 jmp _StartByteZero # back to top of loop
86 shll $6, %ecx # convert back to bytes
DEfiZeroMem.asm77 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/
DRev.py65 self.back = self
87 outstrs = [str(item) for item in self.back]
/device/google/cuttlefish_common/host/commands/adbshell/
Dmain.cpp88 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/
Dbdist_msi.py43 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/
Dvsoc_composer.cpp394 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/
Dvsoc_composer.cpp397 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/
DRCSProxy.py41 self.back()
51 def back(self): member in DirSupport
165 while self._dirstack: self.back()
Dsumtree.py22 proxy.back()
/device/generic/car/common/
Dconfig.ini4 hw.camera.back=none key
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dgzio.c71 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/
Dinfo.cpp23 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/
DREADME5 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/
Dmsi.py307 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/
Dconfig.ini6 hw.camera.back=emulated key
Dconfig.ini.nexus56 hw.camera.back=emulated
Dconfig.ini.xl6 hw.camera.back=emulated
Dconfig.ini.tv6 hw.camera.back=emulated

123456