/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_functools.py | 20 def capture(*args, **kw): function 33 p = self.thetype(capture, 1, 2, a=10, b=20) 40 p = self.thetype(capture, 1, 2, a=10, b=20) 42 self.assertEqual(p.func, capture) 83 p = self.thetype(capture) 86 p = self.thetype(capture, 1, 2) 93 p = self.thetype(capture) 96 p = self.thetype(capture, a=1) 105 p = self.thetype(capture, *args) 113 p = self.thetype(capture, a=a) [all …]
|
D | test_descr.py | 3562 capture = cStringIO.StringIO() 3564 print >> capture, o 3565 print >> capture, str(o) 3566 self.assertEqual(capture.getvalue(), '41\n41\n') 3567 capture.close()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
D | lstrlib.c | 208 } capture[LUA_MAXCAPTURES]; member 228 if (l < 0 || l >= ms->level || ms->capture[l].len == CAP_UNFINISHED) in check_capture() 237 if (ms->capture[level].len == CAP_UNFINISHED) return level; in capture_to_close() 379 ms->capture[level].init = s; in start_capture() 380 ms->capture[level].len = what; in start_capture() 392 ms->capture[l].len = s - ms->capture[l].init; /* close capture */ in end_capture() 394 ms->capture[l].len = CAP_UNFINISHED; /* undo capture */ in end_capture() 402 len = ms->capture[l].len; in match_capture() 404 memcmp(ms->capture[l].init, s, len) == 0) in match_capture() 545 ptrdiff_t l = ms->capture[i].len; in push_onecapture() [all …]
|
/device/linaro/hikey/bluetooth/ |
D | Android.bp | 33 "-Wno-error=unused-lambda-capture",
|
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/ |
D | PeiCoreEntry.S | 88 # We need to implement a long-term solution for BIST capture. For now, we just copy BSP BIST
|
D | PeiCoreEntry.asm | 95 ; We need to implement a long-term solution for BIST capture. For now, we just copy BSP BIST
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/ |
D | README | 102 sample/listcap.c example of the capture history. 127 regtrav.c capture history tree data traverse functions.
|
/device/linaro/bootloader/edk2/IntelFsp2WrapperPkg/Library/SecFspWrapperPlatformSecLibSample/Ia32/ |
D | PeiCoreEntry.nasm | 93 ; We need to implement a long-term solution for BIST capture. For now, we just copy BSP BIST
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/Ia32/ |
D | PeiCoreEntry.asm | 96 ; We need to implement a long-term solution for BIST capture. For now, we just copy BSP BIST
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/ |
D | Python.asdl | 39 -- Doesn't capture requirement that locals must be
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/ |
D | __init__.py | 1693 def captureWarnings(capture): argument 1700 if capture:
|
/device/linaro/bootloader/edk2/OvmfPkg/ |
D | README | 94 the next section), and in order to capture the serial output qemu needs to
|
/device/google/crosshatch/sdm845/kernel-headers/linux/ |
D | videodev2.h | 1198 struct v4l2_captureparm capture; member
|
/device/google/bonito/sdm710/kernel-headers/linux/ |
D | videodev2.h | 1198 struct v4l2_captureparm capture; member
|
/device/google/crosshatch/sdm845/original-kernel-headers/linux/ |
D | videodev2.h | 2165 struct v4l2_captureparm capture; member
|
/device/google/bonito/sdm710/original-kernel-headers/linux/ |
D | videodev2.h | 2165 struct v4l2_captureparm capture; member
|
/device/linaro/bootloader/arm-trusted-firmware/docs/ |
D | firmware-design.rst | 595 ``param_header`` is defined to capture this information: 2396 Additionally, it defines necessary functions to capture and 2414 used to capture a timestamp at the location where it is used. The macro 2418 instructs PMF to do cache maintenance following the capture. Cache 2422 To capture a timestamp in assembly code, the caller should use
|
D | porting-guide.rst | 1959 default implementation will use PMF to capture timestamps. 1977 default implementation will use PMF to capture timestamps.
|
/device/google/marlin/camera/QCamera2/stack/mm-camera-interface/src/ |
D | mm_camera_stream.c | 1713 my_obj->fd, rc, s_parm.parm.capture.extendedmode); in mm_stream_set_ext_mode() 1716 my_obj->server_stream_id = s_parm.parm.capture.extendedmode; in mm_stream_set_ext_mode()
|