HomeSort by relevance Sort by last modified time
    Searched refs:Frames (Results 1 - 13 of 13) sorted by null

  /external/llvm/include/llvm/DebugInfo/
DIContext.h 54 SmallVector<DILineInfo, 4> Frames;
58 assert(Index < Frames.size());
59 return Frames[Index];
62 return Frames.size();
65 Frames.push_back(Frame);
  /external/chromium_org/chrome/browser/history/
visit_tracker_unittest.cc 67 TEST(VisitTracker, Frames) {
  /external/lldb/examples/interposing/darwin/fd_interposing/
FDInterposing.cpp 168 typedef std::vector<void *> Frames;
170 typedef std::vector<void *> Frames;
186 FDEvent (int fd, int err, const StringSP &string_sp, bool is_create, const Frames& frames) :
188 m_frames (frames.begin(), frames.end()),
208 Frames &
214 const Frames &
245 // The frames for the stack backtrace for this event
246 Frames m_frames
376 void *frames[2048]; local
562 Frames frames; local
588 Frames frames; local
598 Frames frames; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelinePanel.js 132 Frames: "Frames"
336 var framesToggleButton = new WebInspector.StatusBarButton(WebInspector.UIString("Frames mode"), "timeline-frames-status-bar-item");
337 framesToggleButton.toggled = this._overviewModeSetting.get() === WebInspector.TimelinePanel.OverviewMode.Frames;
561 this._overviewModeSetting.set(WebInspector.TimelinePanel.OverviewMode.Frames);
586 var isFrameMode = this._overviewModeSetting.get() === WebInspector.TimelinePanel.OverviewMode.Frames;
    [all...]
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/bullet/
NaClAM.js 7 this.frames = new Array();
12 this.frames = new Array();
58 if (typeof(header['frames']) != "number") {
59 console.log('Header message frames is not a number.');
62 this.framesLeft = header['frames'];
67 this.message.frames.push(event.data);
85 if (header['frames'] == undefined) {
86 console.log('NaClAM: Message header does not contain frames.');
89 if (typeof(header['frames']) != "number") {
90 console.log('NaClAm: Message frames is not a number.')
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_context_menu_browsertest.cc 525 // Tests that items with a context of frames only appear when the menu is
527 IN_PROC_BROWSER_TEST_F(ExtensionContextMenuBrowserTest, Frames) {
529 ASSERT_TRUE(LoadContextMenuExtension("frames"));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxvahd.h 323 UINT Frames;
ks.h     [all...]
dbgeng.h     [all...]
netmon.h 442 FRAME_DESCRIPTOR Frames[1];
    [all...]
  /external/chromium_org/chrome/renderer/resources/
offline.js 75 * Frames per second.
    [all...]
  /external/chromium_org/v8/src/
d8.js 653 // Default is to show top 10 frames.
662 // Show top frames.
666 // Show bottom frames.
    [all...]
  /external/chromium_org/third_party/lcov/bin/
genhtml 276 our $frames; # If set, use frames for source code view
397 "frames|f" => \$frames,
499 # Issue a warning if --no-sourceview is enabled together with --frames
500 if ($no_sourceview && defined($frames))
502 warn("WARNING: option --frames disabled because --no-sourceview ".
504 $frames = undef;
525 if ($frames)
594 -f, --frames Use HTML frames for source code vie
    [all...]

Completed in 755 milliseconds