Home
last modified time | relevance | path

Searched defs:frame (Results 1 – 25 of 52) sorted by relevance

123

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dbdb.py44 def trace_dispatch(self, frame, event, arg): argument
64 def dispatch_line(self, frame): argument
70 def dispatch_call(self, frame, arg): argument
83 def dispatch_return(self, frame, arg): argument
89 def dispatch_exception(self, frame, arg): argument
105 def stop_here(self, frame): argument
121 def break_here(self, frame): argument
146 def break_anywhere(self, frame): argument
152 def user_call(self, frame, argument_list): argument
157 def user_line(self, frame): argument
[all …]
Dprofile.py212 def trace_dispatch(self, frame, event, arg): argument
230 def trace_dispatch_i(self, frame, event, arg): argument
245 def trace_dispatch_mac(self, frame, event, arg): argument
259 def trace_dispatch_l(self, frame, event, arg): argument
278 def trace_dispatch_exception(self, frame, t): argument
286 def trace_dispatch_call(self, frame, t): argument
308 def trace_dispatch_c_call (self, frame, t): argument
319 def trace_dispatch_return(self, frame, t): argument
Dtrace.py537 def file_module_function_of(self, frame): argument
578 def globaltrace_trackcallers(self, frame, why, arg): argument
589 def globaltrace_countfuncs(self, frame, why, arg): argument
598 def globaltrace_lt(self, frame, why, arg): argument
621 def localtrace_trace_and_count(self, frame, why, arg): argument
636 def localtrace_trace(self, frame, why, arg): argument
649 def localtrace_count(self, frame, why, arg): argument
Dcgitb.py65 def lookup(name, frame, locals): argument
81 def scanvars(reader, frame, locals): argument
Dinspect.py819 def getargvalues(frame): argument
985 def getframeinfo(frame, context=1): argument
1018 def getlineno(frame): argument
1023 def getouterframes(frame, context=1): argument
Dpdb.py141 def user_call(self, frame, argument_list): argument
150 def user_line(self, frame): argument
160 def bp_commands(self,frame): argument
184 def user_return(self, frame, return_value): argument
192 def user_exception(self, frame, exc_info): argument
207 def interaction(self, frame, traceback): argument
/device/generic/goldfish/network/wifi_forwarder/
Dlocal_connection.cpp103 uint32_t LocalConnection::transferFrame(std::unique_ptr<Frame> frame, in transferFrame()
140 uint32_t LocalConnection::cloneFrame(const Frame& frame, in cloneFrame()
217 std::unique_ptr<Frame> frame = std::move(frameIt->second); in onTimeout() local
279 std::unique_ptr<Frame> frame = parseFrame(hdr); in onFrame() local
348 Frame* frame = pendingFrame->second.get(); in onAck() local
376 Frame* frame = frameIt->second.get(); in onError() local
Dwifi_forwarder.cpp33 , mLocalConnection([this](std::unique_ptr<Frame> frame) { in WifiForwarder()
38 , mRemoteConnection([this](std::unique_ptr<Frame> frame) { in __anone7eb97f60402()
157 void WifiForwarder::forwardFrame(std::unique_ptr<Frame> frame, in forwardFrame()
Dremote_connection.cpp232 auto frame = std::make_unique<Frame>(frameData, in receive() local
250 bool RemoteConnection::sendFrame(std::unique_ptr<Frame> frame) { in sendFrame()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_sys_setprofile.py30 def callback(self, frame, event, arg): argument
36 def add_event(self, event, frame=None): argument
63 def callback(self, frame, event, arg): argument
67 def trace_call(self, frame): argument
71 def trace_return(self, frame): argument
75 def trace_exception(self, frame): argument
79 def trace_pass(self, frame): argument
Dtest_signal.py51 def format_frame(self, frame, limit=None): argument
54 def handlerA(self, signum, frame): argument
60 def handlerB(self, signum, frame): argument
Dtest_threadsignals.py26 def handle_signals(sig,frame): argument
Dtest_pty.py62 def handle_sig(self, sig, frame): argument
Dtest_sys_settrace.py239 def trace(self, frame, event, arg): argument
242 def traceWithGenexp(self, frame, event, arg): argument
391 def trace(self, frame, event, arg): argument
439 def g(frame, why, extra): argument
471 def trace(self, frame, event, arg): argument
/device/generic/goldfish/camera/
DEmulatedQemuCameraDevice.cpp234 uint8_t* frame = frameBufferPair->first; in getCurrentFrame() local
284 uint8_t* frame = frameBufferPair->first; in getCurrentFrame() local
DQemuClient.cpp533 const uint8_t* frame = reinterpret_cast<const uint8_t*>(query.mReplyData); in queryFrame() local
598 const uint8_t* frame = reinterpret_cast<const uint8_t*>(query.mReplyData); in queryFrame() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dtraceback.c84 newtracebackobject(PyTracebackObject *next, PyFrameObject *frame) in newtracebackobject()
106 PyTraceBack_Here(PyFrameObject *frame) in PyTraceBack_Here()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dtraceback.c84 newtracebackobject(PyTracebackObject *next, PyFrameObject *frame) in newtracebackobject()
106 PyTraceBack_Here(PyFrameObject *frame) in PyTraceBack_Here()
/device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
Dcpu.h138 #define CLKF_BASEPRI(frame) (0) /*XXX: CHECKME */ argument
139 #define CLKF_INTR(frame) (curcpu()->ci_intrdepth) argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
Dsignals.py14 def __call__(self, signum, frame): argument
/device/google/cuttlefish/host/frontend/vnc_server/
Djpeg_compressor.cpp43 cvd::Message JpegCompressor::Compress(const Message& frame, in Compress()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dinspect.py822 def getargvalues(frame): argument
988 def getframeinfo(frame, context=1): argument
1021 def getlineno(frame): argument
1026 def getouterframes(frame, context=1): argument
/device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/Xen/
Dgrant_table.h140 UINT32 frame; member
245 UINT64 frame; member
257 UINT64 frame; member
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/
Dlldbefi.py357 def LoadEmulatorEfiSymbols(frame, bp_loc , internal_dict): argument
/device/amlogic/yukawa/audio/
Daudio_aec.c109 size_t frame, ch; in get_reference_audio_in_place() local
428 size_t frame, ch; in get_reference_samples() local

123