Home
last modified time | relevance | path

Searched refs:frame (Results 1376 - 1400 of 1514) sorted by relevance

1...<<5152535455565758596061

/third_party/python/Modules/
H A D_xxsubinterpretersmodule.c1841 _PyInterpreterFrame *frame = tstate->cframe->current_frame; in _is_running() local
1842 if (frame == NULL) { in _is_running()
/third_party/python/Lib/test/test_import/
H A D__init__.py456 def delay_has_deadlock(frame, event, arg):
457 if event == 'call' and frame.f_code.co_name == 'has_deadlock':
/third_party/python/Lib/test/
H A Dtest_patma.py3079 def trace(frame, event, arg):
3080 if event == "line" and frame.f_code.co_name == func.__name__:
3082 relative_lineno = frame.f_lineno - func.__code__.co_firstlineno
H A Dtest_gc.py300 frame = sys._getframe()
/third_party/ffmpeg/libavcodec/mips/
H A Dhevcpred_msa.c1925 ptrdiff_t stride = s->frame->linesize[c_idx] / sizeof(uint8_t); in ff_intra_pred_8_16x16_msa()
1926 uint8_t *src = (uint8_t *) s->frame->data[c_idx] + x + y * stride; in ff_intra_pred_8_16x16_msa()
2442 ptrdiff_t stride = s->frame->linesize[c_idx] / sizeof(uint8_t); in ff_intra_pred_8_32x32_msa()
2443 uint8_t *src = (uint8_t *) s->frame->data[c_idx] + x + y * stride; in ff_intra_pred_8_32x32_msa()
/third_party/ffmpeg/libavformat/
H A Dmxfenc.c92 int closed_gop; ///< gop is closed, used in mpeg-2 frame parsing
95 int frame_size; ///< frame size in bytes
406 int last_key_index; ///< index of last key frame
1239 // frame layout in mxf_write_cdci_common()
1837 if (!(mxf->index_entries[i].flags & 0x33)) { // I-frame in mxf_write_index_table_segment()
1861 avio_w8(pb, key_index - i); // key frame offset in mxf_write_index_table_segment()
1867 if (!(mxf->index_entries[i].flags & 0x33) && // I-frame in mxf_write_index_table_segment()
2148 // Check for minimal frame size in mxf_parse_dv_frame()
2394 sc->interlaced = !(pkt->data[i+5] & 0x80); // progressive frame in mxf_parse_mpeg2_frame()
2423 if (pict_type == 2) { // P-frame in mxf_parse_mpeg2_frame()
2759 unsigned frame; mxf_write_system_item() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dexr.c1550 static int decode_header(EXRContext *s, AVFrame *frame) in decode_header() argument
2022 av_log(s->avctx, AV_LOG_ERROR, "Incomplete frame.\n"); in decode_header()
2027 frame->metadata = metadata; in decode_header()
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/chacha/
H A Dchacha-armv4.S1284 @ from NEON frame, but save to integer-only one; distance
1305 add sp,sp,#4*(20) @ switch frame
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/chacha/
H A Dchacha-armv4.S1284 @ from NEON frame, but save to integer-only one; distance
1305 add sp,sp,#4*(20) @ switch frame
/third_party/skia/tools/debugger/
H A DDrawCommand.cpp1329 const int frame, in DrawImageRectLayerCommand()
1338 , fFrame(frame) in DrawImageRectLayerCommand()
1327 DrawImageRectLayerCommand(DebugLayerManager* layerManager, const int nodeId, const int frame, const SkRect& src, const SkRect& dst, const SkSamplingOptions& sampling, const SkPaint* paint, SkCanvas::SrcRectConstraint constraint) DrawImageRectLayerCommand() argument
/third_party/node/deps/v8/src/debug/
H A Dliveedit.cc898 it.frame()->GetFunctions(&sfis);
1039 // correspond to the bytecode of the JSFunction for that frame. As a result in PatchScript()
/third_party/node/deps/openssl/openssl/crypto/camellia/asm/
H A Dcmll-x86_64.pl712 # place stack frame just "above mod 1024" the key schedule,
942 # EXCEPTION_DISPOSITION handler (EXCEPTION_RECORD *rec,ULONG64 frame,
946 $frame="%rdx";
/third_party/node/deps/openssl/openssl/crypto/ec/asm/
H A Dx25519-x86_64.pl915 # EXCEPTION_DISPOSITION handler (EXCEPTION_RECORD *rec,ULONG64 frame,
919 $frame="%rdx";
/third_party/node/deps/openssl/openssl/crypto/aes/asm/
H A Dvpaes-x86_64.pl1110 # EXCEPTION_DISPOSITION handler (EXCEPTION_RECORD *rec,ULONG64 frame,
1113 $frame="%rdx";
/third_party/python/Lib/test/test_asyncio/
H A Dtest_futures.py311 frame = f_pending_debug._source_traceback[-1]
314 f'<{self.cls.__name__} pending created at {frame[0]}:{frame[1]}>')
H A Dtest_tasks.py41 frame = source_traceback[-1]
43 % (qualname, state, src, frame[0], frame[1]))
/third_party/openssl/crypto/ec/asm/
H A Dx25519-x86_64.pl915 # EXCEPTION_DISPOSITION handler (EXCEPTION_RECORD *rec,ULONG64 frame,
919 $frame="%rdx";
/third_party/openssl/crypto/aes/asm/
H A Dvpaes-x86_64.pl1110 # EXCEPTION_DISPOSITION handler (EXCEPTION_RECORD *rec,ULONG64 frame,
1113 $frame="%rdx";
/third_party/openssl/crypto/camellia/asm/
H A Dcmll-x86_64.pl712 # place stack frame just "above mod 1024" the key schedule,
942 # EXCEPTION_DISPOSITION handler (EXCEPTION_RECORD *rec,ULONG64 frame,
946 $frame="%rdx";
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_hostap.c74 printf("Not ToDS data frame (fc=0x%04x)\n", fc); in handle_data()
88 printf("Too short data frame\n"); in handle_data()
93 printf("Data frame with no RFC1042 header\n"); in handle_data()
100 printf("No ethertype in data frame\n"); in handle_data()
113 printf("Unknown ethertype 0x%04x in data frame\n", ethertype); in handle_data()
162 wpa_hexdump(MSG_MSGDUMP, "Received management frame", in handle_frame()
168 /* protocol version 2 is reserved for indicating ACKed frame (TX in handle_frame()
169 * callbacks), and version 1 for indicating failed frame (no ACK, TX in handle_frame()
182 event.rx_mgmt.frame = buf; in handle_frame()
194 wpa_printf(MSG_DEBUG, "unknown frame typ in handle_frame()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dmesh_mpm.c311 } else { /* Peer closing frame */ in mesh_mpm_send_plink_action()
413 wpa_msg(wpa_s, MSG_DEBUG, "Mesh MPM: Sending peering frame type %d to " in mesh_mpm_send_plink_action()
421 "Mesh MPM: failed to send peering frame"); in mesh_mpm_send_plink_action()
688 * Beacon (secure or open mesh) or a peering open frame (for open mesh) is
827 "mesh: Process pending Authentication frame from %u.%06u seconds ago", in wpa_mesh_new_mesh_peer()
860 ieee802_11_mgmt(wpa_s->ifmsh->bss[0], rx_mgmt->frame, in mesh_mpm_mgmt_rx()
1147 "MPM: Ignore too short action frame %u ie_len %u", in mesh_mpm_action_rx()
1195 wpa_printf(MSG_DEBUG, "MPM: Mesh parsing rejected frame"); in mesh_mpm_action_rx()
1212 * If this is an open frame from an unknown STA, and this is an in mesh_mpm_action_rx()
1245 "MPM: RSN process rejected frame (re in mesh_mpm_action_rx()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_hostap.c74 printf("Not ToDS data frame (fc=0x%04x)\n", fc); in handle_data()
88 printf("Too short data frame\n"); in handle_data()
93 printf("Data frame with no RFC1042 header\n"); in handle_data()
100 printf("No ethertype in data frame\n"); in handle_data()
113 printf("Unknown ethertype 0x%04x in data frame\n", ethertype); in handle_data()
162 wpa_hexdump(MSG_MSGDUMP, "Received management frame", in handle_frame()
168 /* protocol version 2 is reserved for indicating ACKed frame (TX in handle_frame()
169 * callbacks), and version 1 for indicating failed frame (no ACK, TX in handle_frame()
182 event.rx_mgmt.frame = buf; in handle_frame()
194 wpa_printf(MSG_DEBUG, "unknown frame typ in handle_frame()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dmesh_mpm.c313 } else { /* Peer closing frame */ in mesh_mpm_send_plink_action()
416 wpa_msg(wpa_s, MSG_DEBUG, "Mesh MPM: Sending peering frame type %d to " in mesh_mpm_send_plink_action()
424 "Mesh MPM: failed to send peering frame"); in mesh_mpm_send_plink_action()
701 * Beacon (secure or open mesh) or a peering open frame (for open mesh) is
843 "mesh: Process pending Authentication frame from %u.%06u seconds ago", in wpa_mesh_new_mesh_peer()
876 ieee802_11_mgmt(wpa_s->ifmsh->bss[0], rx_mgmt->frame, in mesh_mpm_mgmt_rx()
1177 "MPM: Ignore too short action frame %u ie_len %u", in mesh_mpm_action_rx()
1225 wpa_printf(MSG_DEBUG, "MPM: Mesh parsing rejected frame"); in mesh_mpm_action_rx()
1242 * If this is an open frame from an unknown STA, and this is an in mesh_mpm_action_rx()
1275 "MPM: RSN process rejected frame (re in mesh_mpm_action_rx()
[all...]
/third_party/node/deps/v8/src/codegen/arm/
H A Dmacro-assembler-arm.cc368 // once an exit frame has been constructed. in StoreReturnAddressAndCall()
1381 // Drop the execution stack down to the frame pointer and restore in CallRecordWriteStub()
1382 // the caller frame pointer and return address. in CallRecordWriteStub()
1439 // Set up the frame structure on the stack. in CallRecordWriteStub()
1452 // Save the frame pointer and the context in top. in CallRecordWriteStub()
1469 // Reserve place for the return address and stack space and align the frame in CallRecordWriteStub()
1478 // Set the exit frame sp value to point just before the return address in CallRecordWriteStub()
1515 // Clear top frame. in CallRecordWriteStub()
1532 // Tear down the exit frame, pop the arguments, and return. in CallRecordWriteStub()
1649 FrameScope frame( in CallRecordWriteStub()
[all...]
/third_party/node/deps/v8/src/codegen/arm64/
H A Dmacro-assembler-arm64.cc19 #include "src/execution/frame-constants.h"
1758 // Save the frame pointer and PC so that the stack layout remains iterable, in CallCFunction()
2212 // once an exit frame has been constructed. in StoreReturnAddressAndCall()
2398 FrameScope frame( in InvokePrologue()
2413 FrameScope frame( in CallDebugOnFunctionCall()
2436 // You can't call a function without a valid frame. in InvokeFunctionCode()
2496 // You can't call a function without a valid frame. in InvokeFunctionWithNewTarget()
2526 // You can't call a function without a valid frame. in InvokeFunction()
2663 // Users of this frame type push a context pointer after the type field, in TruncateDoubleToI()
2667 // The context pointer isn't part of the fixed frame, s in TruncateDoubleToI()
[all...]

Completed in 58 milliseconds

1...<<5152535455565758596061