Searched refs:frames (Results 1 - 25 of 90) sorted by relevance

1234

/macosx-10.10/CPANInternal-159.1/Perl4-CoreLibs-0.003/lib/
H A Dassert.pl31 my ($p,$f,$l,$s,$h,$a,@a,@frames);
47 push(@frames, "$w&$s$a from file $f line $l\n");
49 for ($i=0; $i <= $#frames; $i++) {
50 print $frames[$i];
/macosx-10.10/JavaScriptCore-7600.1.17/inspector/
H A DScriptCallStackFactory.cpp53 CreateScriptCallStackFunctor(bool needToSkipAFrame, Vector<ScriptCallFrame>& frames, size_t remainingCapacity) argument
55 , m_frames(frames)
91 Vector<ScriptCallFrame> frames;
94 CreateScriptCallStackFunctor functor(false, frames, maxStackSize);
97 return ScriptCallStack::create(frames);
105 Vector<ScriptCallFrame> frames;
108 CreateScriptCallStackFunctor functor(true, frames, maxStackSize);
111 if (frames.isEmpty()) {
112 CreateScriptCallStackFunctor functor(false, frames, maxStackSize);
116 return ScriptCallStack::create(frames);
133 Vector<ScriptCallFrame> frames; local
[all...]
H A DScriptCallStack.cpp44 PassRefPtr<ScriptCallStack> ScriptCallStack::create(Vector<ScriptCallFrame>& frames) argument
46 return adoptRef(new ScriptCallStack(frames));
53 ScriptCallStack::ScriptCallStack(Vector<ScriptCallFrame>& frames) argument
55 m_frames.swap(frames);
112 RefPtr<Inspector::TypeBuilder::Array<Inspector::TypeBuilder::Console::CallFrame>> frames = Inspector::TypeBuilder::Array<Inspector::TypeBuilder::Console::CallFrame>::create(); local
114 frames->addItem(m_frames.at(i).buildInspectorObject());
115 return frames;
H A DJSGlobalObjectInspectorController.cpp125 int frames = framesToShow + framesToSkip; local
126 WTFGetBacktrace(samples, &frames);
129 int size = frames - framesToSkip;
/macosx-10.10/WebCore-7600.1.25/storage/
H A DStorageEventDispatcher.cpp47 Vector<RefPtr<Frame>> frames;
52 frames.append(frame);
55 dispatchSessionStorageEventsToFrames(*page, frames, key, oldValue, newValue, sourceFrame->document()->url(), securityOrigin);
64 Vector<RefPtr<Frame>> frames;
71 frames.append(frame);
75 dispatchLocalStorageEventsToFrames(page->group(), frames, key, oldValue, newValue, sourceFrame->document()->url(), securityOrigin);
78 void StorageEventDispatcher::dispatchSessionStorageEventsToFrames(Page& page, const Vector<RefPtr<Frame>>& frames, const String& key, const String& oldValue, const String& newValue, const String& url, SecurityOrigin* securityOrigin) argument
82 for (unsigned i = 0; i < frames.size(); ++i) {
84 Storage* storage = frames[i]->document()->domWindow()->sessionStorage(ec);
86 frames[
90 dispatchLocalStorageEventsToFrames(PageGroup& pageGroup, const Vector<RefPtr<Frame>>& frames, const String& key, const String& oldValue, const String& newValue, const String& url, SecurityOrigin* securityOrigin) argument
[all...]
H A DStorageEventDispatcher.h48 static void dispatchSessionStorageEventsToFrames(Page&, const Vector<RefPtr<Frame>>& frames, const String& key, const String& oldValue, const String& newValue, const String& url, SecurityOrigin*);
49 static void dispatchLocalStorageEventsToFrames(PageGroup&, const Vector<RefPtr<Frame>>& frames, const String& key, const String& oldValue, const String& newValue, const String& url, SecurityOrigin*);
/macosx-10.10/ruby-106/ruby/lib/irb/
H A Dframe.rb20 # Default number of stack frames
22 # Default number of frames offset
27 @frames = [TOPLEVEL_BINDING] * INIT_STACK_TIMES
34 @frames.push binding
36 @frames.pop
40 # Returns the +n+ number of frames on the call stack from the last frame
43 # Raises FrameUnderflow if there are no frames in the given stack range.
45 bind = @frames[-(n + CALL_STACK_OFFSET)]
50 # Returns the +n+ number of frames on the call stack from the first frame
53 # Raises FrameOverflow if there are no frames i
[all...]
/macosx-10.10/xnu-2782.1.97/osfmk/kperf/
H A Dcallstack.h44 uint64_t frames[MAX_CALLSTACK_FRAMES]; member in struct:callstack
H A Dcallstack.c75 cs->frames,
136 #define SCRUB_FRAME(x) (((x)<cs->nframes)?cs->frames[x]:0)
167 // (uint32_t*)frames, &frameCount, !collectingSupervisorStack);
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DProbeSetDataTable.js51 get frames()
96 for (var frame of this.frames)
103 for (var frame of this.frames)
/macosx-10.10/emacs-93/emacs/lisp/obsolete/
H A Drsz-mini.el39 :group 'frames)
/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dmisc.c102 int i, frames = backtrace(stack, sizeof(stack) / sizeof(stack[0])); local
103 if (frames > 0)
104 strs = backtrace_symbols(stack, frames);
106 for (i = 0; i < frames; i++)
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DCookieStorageContentView.js160 var frames = WebInspector.frameResourceManager.frames; variable
161 for (var i = 0; i < frames.length; ++i) {
162 var resources = frames[i].resources;
171 var mainResourceURLComponents = frames[i].mainResource.urlComponents;
173 resourcesForDomain.push(frames[i].mainResource.url);
H A DProbeSetDataGrid.js82 for (var frame of this._data.frames)
91 for (var frame of this._data.frames)
98 for (var frame of this._data.frames)
192 for (var frame of this._data.frames)
/macosx-10.10/emacs-93/emacs/lisp/
H A Dfringe.el7 ;; Keywords: frames
42 :group 'frames)
129 ;; Apply it to existing frames.
130 (let ((frames (frame-list)))
131 (while frames
133 (car frames)
140 (setq frames (cdr frames)))))
162 "*Specify appearance of fringes on all frames.
189 (defun fringe-query-style (&optional all-frames)
[all...]
H A Dscroll-bar.el105 ;; Apply it to existing frames.
106 (let ((frames (frame-list)))
107 (while frames
109 (car frames)
111 (setq frames (cdr frames))))))
123 :group 'frames
134 "Toggle display of vertical scroll bars on all frames.
135 This command applies to all frames that exist and frames t
[all...]
H A Dframe.el55 don't affect subsequent frames.
61 :group 'frames)
73 :group 'frames)
76 "*Alist of frame parameters used when creating pop-up frames.
77 Pop-up frames are used for completions, help, and the like.
81 for pop-up frames."
85 :group 'frames)
94 "*Alist of frame parameters used when creating special frames.
95 Special frames are used for buffers whose names are in
104 :group 'frames)
[all...]
/macosx-10.10/ruby-106/ruby/lib/
H A Ddebug.rb62 # w[here] display frames
216 @frames = []
396 @frames[0] = [binding, file, line, id]
548 @no_step = @frames.size - frame_pos
582 if frame_pos >= @frames.size
583 frame_pos = @frames.size - 1
586 binding, binding_file, binding_line = @frames[frame_pos]
601 binding, binding_file, binding_line = @frames[frame_pos]
605 if frame_pos == @frames.size
608 @finish_pos = @frames
[all...]
/macosx-10.10/gnuserv-7/gnuserv/
H A Ddevices.el184 "Return a list of all frames on DEVICE.
216 (let ((frames (device-frame-list device)))
218 (while frames
219 (delete-frame (car frames) force)
220 (setq frames (cdr frames)))))
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Storage/
H A DStorageAreaMap.cpp313 Vector<RefPtr<Frame>> frames;
331 frames.append(frame);
334 StorageEventDispatcher::dispatchLocalStorageEventsToFrames(page->group(), frames, key, oldValue, newValue, urlString, m_securityOrigin.get());
341 Vector<RefPtr<Frame>> frames; local
361 frames.append(frame);
365 StorageEventDispatcher::dispatchLocalStorageEventsToFrames(pageGroup, frames, key, oldValue, newValue, urlString, m_securityOrigin.get());
/macosx-10.10/WebCore-7600.1.25/platform/graphics/win/
H A DImageCGWin.cpp91 size_t frames = frameCount(); local
92 for (size_t i = 0; i < frames; ++i) {
H A DImageCairoWin.cpp94 size_t frames = frameCount(); local
95 for (size_t i = 0; i < frames; ++i) {
/macosx-10.10/WebKit2-7600.1.25/UIProcess/
H A DWebProcessProxy.cpp156 Vector<RefPtr<WebFrameProxy>> frames; local
157 copyValuesToVector(m_frameMap, frames);
159 for (size_t i = 0, size = frames.size(); i < size; ++i)
160 frames[i]->disconnect();
560 Vector<RefPtr<WebFrameProxy>> frames; local
561 copyValuesToVector(m_frameMap, frames);
562 for (size_t i = 0, size = frames.size(); i < size; ++i) {
563 if (frames[i]->page() == page)
564 frames[i]->disconnect();
/macosx-10.10/xnu-2782.1.97/osfmk/chud/i386/
H A Dchud_thread_i386.c221 uint64_t *frames,
237 return KERN_RESOURCE_SHORTAGE; // no frames traced
239 frames[ct++] = chudxnu_vm_unslide(currPC, supervisor);
282 frames[ct++] = chudxnu_vm_unslide(currPC, supervisor);
300 uint64_t *frames,
315 return KERN_RESOURCE_SHORTAGE; // no frames traced
317 frames[ct++] = chudxnu_vm_unslide(currPC, supervisor);
358 frames[ct++] = chudxnu_vm_unslide(currPC, supervisor);
375 uint64_t *frames,
409 return KERN_RESOURCE_SHORTAGE; // no frames trace
217 do_backtrace32( task_t task, thread_t thread, x86_saved_state32_t *regs, uint64_t *frames, mach_msg_type_number_t *start_idx, mach_msg_type_number_t max_idx, boolean_t supervisor) argument
296 do_backtrace64( task_t task, thread_t thread, x86_saved_state64_t *regs, uint64_t *frames, mach_msg_type_number_t *start_idx, mach_msg_type_number_t max_idx, boolean_t supervisor) argument
372 do_kernel_backtrace( thread_t thread, struct x86_kernel_state *regs, uint64_t *frames, mach_msg_type_number_t *start_idx, mach_msg_type_number_t max_idx) argument
[all...]
/macosx-10.10/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/tests/old/
H A Duplevel.test115 commands at the global scope with local call frames} {

Completed in 234 milliseconds

1234