/third_party/node/deps/v8/src/deoptimizer/ |
H A D | translated-state.h | 354 // frame (replacing it with one or several unoptimized frames). It is used by 375 std::vector<TranslatedFrame>& frames() { return frames_; } in frames() function in v8::internal::TranslatedState
|
/third_party/node/deps/v8/src/wasm/ |
H A D | c-api.cc | 1048 own<Frame> CreateFrameFromInternal(i::Handle<i::FixedArray> frames, int index, in CreateFrameFromInternal() argument 1050 i::Handle<i::CallSiteInfo> frame(i::CallSiteInfo::cast(frames->get(index)), in CreateFrameFromInternal() 1067 i::Handle<i::FixedArray> frames = in origin() local 1069 if (frames->length() == 0) { in origin() 1072 return CreateFrameFromInternal(frames, 0, isolate, impl(this)->store()); in origin() 1079 i::Handle<i::FixedArray> frames = in trace() local 1081 int num_frames = frames->length(); in trace() 1086 CreateFrameFromInternal(frames, i, isolate, impl(this)->store()); in trace()
|
/third_party/node/lib/internal/util/ |
H A D | inspect.js | 1244 const frames = StringPrototypeSplit(stack, '\n'); 1253 // Remove stack frames identical to frames in cause. 1259 const { len, offset } = identicalSequenceRange(frames, causeFrames); 1263 frames.splice(offset + 1, skipped, ctx.stylize(msg, 'undefined')); 1267 return frames;
|
/drivers/peripheral/audio/hdi_service/primary_impl/src/ |
H A D | audio_adapter.c | 291 hwRender->renderParam.frameRenderMode.frames = 0; in InitHwRenderParam() 769 hwCapture->captureParam.frameCaptureMode.frames = 0; in InitHwCaptureParam()
|
/third_party/backends/backend/ |
H A D | v4l.c | 1001 s->mbuf.size, s->mbuf.frames, s->mbuf.offsets[0]); in sane_start() 1022 for (loop = 0; loop <= s->mbuf.frames; loop++) in sane_start()
|
H A D | teco1.c | 2063 SANE_Frame frames[] = { 0, SANE_FRAME_BLUE, in sane_start() local 2066 dev->params.format = frames[dev->pass]; in sane_start()
|
/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/ |
H A D | audio_adapter.cpp | 219 hwRender->renderParam.frameRenderMode.frames = 0; in InitHwRenderParam()
|
/third_party/FreeBSD/sys/dev/usb/net/ |
H A D | if_axge.c | 90 .frames = 16,
|
H A D | if_axe.c | 164 .frames = USB_AXE_MAX_FRAMES,
|
/third_party/FreeBSD/sys/dev/usb/ |
H A D | usbdi.h | 83 #define USB_MULTI_SHORT_OK 0x0040 /* allow multiple short frames */ 190 uint8_t short_frames_ok:1; /* allow short frames */ 202 uint8_t pre_scale_frames:1; /* "usb_config->frames" is 207 * number of frames when the 221 usb_frcount_t frames; /* maximum number of USB frames */ member
|
/third_party/NuttX/drivers/usbdev/gadget/ |
H A D | f_uvc.h | 830 const struct fuvc_frame_info *frames; member
|
/third_party/libsnd/src/ |
H A D | gsm610.c | 153 psf->sf.frames = (sf_count_t) pgsm610->samplesperblock * pgsm610->blocks ; in gsm610_init()
|
H A D | ms_adpcm.c | 175 psf->sf.frames = (psf->datalength / pms->blocksize) * pms->samplesperblock ; in wavlike_msadpcm_init()
|
H A D | common.c | 1240 if (psf->sf.frames == SF_COUNT_MAX) in psf_log_SF_INFO() 1243 psf_log_printf (psf, " Frames : %D\n", psf->sf.frames) ; in psf_log_SF_INFO()
|
H A D | nms_adpcm.c | 1094 psf->sf.frames = pnms->blocks_total * NMS_SAMPLES_PER_BLOCK ; in nms_adpcm_init()
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-isolate.h | 821 * \param frames Caller allocated buffer to store stack frames. 822 * \param frames_limit Maximum number of frames to capture. The buffer must 823 * be large enough to hold the number of frames. 825 * provides number of actual captured stack frames and 830 void GetStackSample(const RegisterState& state, void** frames, 1086 * still JavaScript frames on the stack and the termination 1096 * the isolate can not resume execution until all JavaScript frames 1100 * JavaScript frames remain on the stack.
|
/third_party/node/deps/v8/include/ |
H A D | v8-isolate.h | 815 * \param frames Caller allocated buffer to store stack frames. 816 * \param frames_limit Maximum number of frames to capture. The buffer must 817 * be large enough to hold the number of frames. 819 * provides number of actual captured stack frames and 824 void GetStackSample(const RegisterState& state, void** frames, 1105 * still JavaScript frames on the stack and the termination 1115 * the isolate can not resume execution until all JavaScript frames 1119 * JavaScript frames remain on the stack.
|
/drivers/peripheral/audio/test/unittest/supportlibs/interface_lib_render/src/ |
H A D | audio_alsa_if_lib_render_test.cpp | 607 EXPECT_EQ(handleData->frameRenderMode.frames, mmapFrameData / mmapFrameSize); in HWTEST_F()
|
/drivers/hdf_core/framework/model/audio/dispatch/src/ |
H A D | audio_stream_dispatch.c | 776 if (!HdfSbufReadUint32(data, (uint32_t *)&(transfer.frames))) { in StreamHostWrite() 777 ADM_LOG_ERR("read request frames failed!"); in StreamHostWrite() 834 if (!HdfSbufWriteUint32(reply, (uint32_t)(rxData.frames))) { in StreamHostRead() 835 ADM_LOG_ERR("write frames failed!"); in StreamHostRead() 851 ADM_LOG_ERR("render mmap read request total buffer frames failed!"); in StreamHostParseTxMmapData() 944 ADM_LOG_ERR("capture mmap read request total buffer frames failed!"); in StreamHostParseRxMmapData()
|
/drivers/peripheral/audio/hal/hdi_binder/server/src/ |
H A D | hdf_audio_server_common.c | 230 uint64_t frames, struct AudioTimeStamp time) in HdiServicePositionWrite() 235 if (!HdfSbufWriteUint64(reply, frames)) { in HdiServicePositionWrite() 229 HdiServicePositionWrite(struct HdfSBuf *reply, uint64_t frames, struct AudioTimeStamp time) HdiServicePositionWrite() argument
|
/third_party/python/Lib/tkinter/test/test_tkinter/ |
H A D | test_widgets.py | 218 frames = [] 223 frames.append(f)
|
/third_party/node/deps/v8/src/debug/ |
H A D | debug.cc | 25 #include "src/execution/frames-inl.h" 1125 // Iterate frames, including inlined frames. First, find the handler frame. in PrepareStepOnThrow() 1207 // PrepareFunctionForDebugExecution can invalidate Baseline frames in PrepareStep() 2155 // Uncaught exception is blackboxed if all current frames are blackboxed, in IsExceptionBlackboxed() 2548 std::vector<FrameSummary> frames; in PrintBreakLocation() local 2549 frame->Summarize(&frames); in PrintBreakLocation() 2550 int inlined_frame_index = static_cast<int>(frames.size() - 1); in PrintBreakLocation() 2595 // Create the new break info. If there is no proper frames there is no break in DebugScope()
|
/third_party/alsa-utils/alsaloop/ |
H A D | pcmjob.c | 100 snd_pcm_uframes_t frames) in frames_to_time() 102 return (frames * 1000000ULL) / rate; in frames_to_time() 389 snd_output_printf(out, "%s %li frames, %.3fus, %.6fms (%.4fHz)\n", prefix, (long)latency, d * 1000000, d * 1000, (double)1 / d); in showlatency() 99 frames_to_time(unsigned int rate, snd_pcm_uframes_t frames) frames_to_time() argument
|
/third_party/python/Lib/tkinter/test/test_ttk/ |
H A D | test_widgets.py | 279 frames = [] 284 frames.append(f)
|
/third_party/FreeBSD/sys/dev/usb/serial/ |
H A D | u3g.c | 127 .frames = U3G_TXFRAMES,
|