Home
last modified time | relevance | path

Searched defs:top (Results 1 – 25 of 817) sorted by relevance

12345678910>>...33

/external/linux-tools-perf/perf-3.12.0/tools/perf/
Dbuiltin-top.c76 static void perf_top__update_print_entries(struct perf_top *top) in perf_top__update_print_entries()
84 struct perf_top *top = arg; in perf_top__sig_winch() local
90 static int perf_top__parse_source(struct perf_top *top, struct hist_entry *he) in perf_top__parse_source()
173 static void perf_top__record_precise_ip(struct perf_top *top, in perf_top__record_precise_ip()
209 static void perf_top__show_details(struct perf_top *top) in perf_top__show_details()
260 static void perf_top__print_sym_table(struct perf_top *top) in perf_top__print_sym_table()
338 static void perf_top__prompt_symbol(struct perf_top *top, const char *msg) in perf_top__prompt_symbol()
379 static void perf_top__print_mapped_keys(struct perf_top *top) in perf_top__print_mapped_keys()
411 static int perf_top__key_mapped(struct perf_top *top, int c) in perf_top__key_mapped()
435 static bool perf_top__handle_keypress(struct perf_top *top, int c) in perf_top__handle_keypress()
[all …]
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DViewInnerTextTest.java27 LinearLayout top = new LinearLayout(activity); in testInnerText() local
48 LinearLayout top = new LinearLayout(activity); in shouldOnlyIncludeViewTextViewsText() local
58 LinearLayout top = new LinearLayout(activity); in shouldNotPrefixBogusSpaces() local
/external/chromium_org/chrome/browser/resources/net_internals/
Dview.js23 setGeometry: function(left, top, width, height) { argument
133 setGeometry: function(left, top, width, height) { argument
134 superClass.prototype.setGeometry.call(this, left, top, width, height); argument
185 setGeometry: function(left, top, width, height) { argument
186 superClass.prototype.setGeometry.call(this, left, top, width, height); argument
243 setGeometry: function(left, top, width, height) { argument
244 superClass.prototype.setGeometry.call(this, left, top, width, height); argument
305 setGeometry: function(left, top, width, height) { argument
306 superClass.prototype.setGeometry.call(this, left, top, width, height); argument
/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
DAnimatableLengthBox.h41 …> left, PassRefPtrWillBeRawPtr<AnimatableValue> right, PassRefPtrWillBeRawPtr<AnimatableValue> top in create()
47 const AnimatableValue* top() const { return m_top.get(); } in top() function
56 …> left, PassRefPtrWillBeRawPtr<AnimatableValue> right, PassRefPtrWillBeRawPtr<AnimatableValue> top in AnimatableLengthBox()
/external/chromium_org/ui/gfx/geometry/
Dinsets_base.h17 Type top() const { return top_; } in top() function
33 void Set(Type top, Type left, Type bottom, Type right) { in Set()
61 InsetsBase(Type top, Type left, Type bottom, Type right) in InsetsBase()
/external/chromium_org/chrome/browser/ui/views/frame/
Dbrowser_view_layout.cc83 const int top = browser_view_layout_->web_contents_modal_dialog_top_y_; in GetDialogPosition() local
90 const int top = browser_view_layout_->web_contents_modal_dialog_top_y_; in GetMaximumDialogSize() local
321 int top = delegate_->GetTopInsetInBrowserView(); in Layout() local
380 int BrowserViewLayout::LayoutTabStripRegion(int top) { in LayoutTabStripRegion()
396 int BrowserViewLayout::LayoutToolbar(int top) { in LayoutToolbar()
409 int BrowserViewLayout::LayoutBookmarkAndInfoBars(int top, int browser_view_y) { in LayoutBookmarkAndInfoBars()
429 int BrowserViewLayout::LayoutBookmarkBar(int top) { in LayoutBookmarkBar()
452 int BrowserViewLayout::LayoutInfoBar(int top) { in LayoutInfoBar()
471 void BrowserViewLayout::LayoutContentsContainerView(int top, int bottom) { in LayoutContentsContainerView()
/external/chromium_org/third_party/skia/tests/
DCanvasStateHelpers.cpp16 void complex_layers_draw(SkCanvas* canvas, float left, float top, in complex_layers_draw()
29 float left, float top, float right, float bottom, int32_t spacer) { in complex_layers_draw_from_canvas_state()
39 void complex_clips_draw(SkCanvas* canvas, int32_t left, int32_t top, in complex_clips_draw()
53 int32_t left, int32_t top, int32_t right, int32_t bottom, int32_t clipOp, in complex_clips_draw_from_canvas_state()
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DIntRectExtent.h47 IntRectExtent(int top, int right, int bottom, int left) in IntRectExtent()
55 int top() const { return m_top; } in top() function
56 void setTop(int top) { m_top = top; } in setTop()
DFloatBoxExtent.h47 FloatBoxExtent(float top, float right, float bottom, float left) in FloatBoxExtent()
55 float top() const { return m_top; } in top() function
56 void setTop(float top) { m_top = top; } in setTop()
/external/chromium_org/third_party/polymer/components-chromium/core-layout-trbl/
Dcore-layout-trbl-extracted.js86 top: v + 'px', right: mxp, height: info.h + 'px', left: mxp property
90 top: myp, width: info.w + 'px', bottom: myp, left: v + 'px' property
98 top: v + 'px', right: mxp, bottom: hh + 'px', left: mxp property
102 top: myp, right: ww + 'px', bottom: myp, left: v + 'px' property
114 top: myp, right: v + 'px', bottom: myp, width: info.w + 'px' property
/external/chromium_org/third_party/WebKit/Source/core/css/
DRect.h34 CSSPrimitiveValue* top() const { return m_top.get(); } in top() function
39 void setTop(PassRefPtrWillBeRawPtr<CSSPrimitiveValue> top) { m_top = top; } in setTop()
85 …static String generateCSSString(const String& top, const String& right, const String& bottom, cons… in generateCSSString()
109 …static String generateCSSString(const String& top, const String& right, const String& bottom, cons… in generateCSSString()
/external/chromium_org/v8/src/heap/
Dstore-buffer-inl.h22 Address* top = reinterpret_cast<Address*>(heap_->store_buffer_top()); in Mark() local
40 Address* top = old_top_; in EnterDirectlyIntoStoreBuffer() local
/external/chromium_org/third_party/webrtc/modules/video_render/mac/
Dvideo_render_mac_carbon_impl.cc139 const float top, in AddIncomingRenderStream()
176 float& top, in GetIncomingRenderStreamProperties()
247 const float top, in SetStreamCropping()
257 const float top, in ConfigureRenderer()
276 const float top, in SetText()
287 const float top, in SetBitmap()
/external/chromium_org/third_party/webrtc/modules/video_render/external/
Dvideo_render_external_impl.cc52 const float top, in AddIncomingRenderStream()
71 float& top, in GetIncomingRenderStreamProperties()
143 const float top, in SetStreamCropping()
155 const float top, in ConfigureRenderer()
177 const float top, in SetText()
189 const float top, in SetBitmap()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/toolbox/
DInspectedPagePlaceholder.js14 this._margins = { top: 0, right: 0, bottom: 0, left: 0 }; property
27 var margins = { top: 0, right: 0, bottom: 0, left: 0 }; property
30 var adjacent = { top: true, right: true, bottom: true, left: true }; property
/external/webp/src/dsp/
Dlossless_neon.c179 static uint32_t Predictor5(uint32_t left, const uint32_t* const top) { in Predictor5()
183 static uint32_t Predictor6(uint32_t left, const uint32_t* const top) { in Predictor6()
187 static uint32_t Predictor7(uint32_t left, const uint32_t* const top) { in Predictor7()
191 static uint32_t Predictor8(uint32_t left, const uint32_t* const top) { in Predictor8()
196 static uint32_t Predictor9(uint32_t left, const uint32_t* const top) { in Predictor9()
201 static uint32_t Predictor10(uint32_t left, const uint32_t* const top) { in Predictor10()
222 static uint32_t Predictor11(uint32_t left, const uint32_t* const top) { in Predictor11()
238 static uint32_t Predictor12(uint32_t left, const uint32_t* const top) { in Predictor12()
255 static uint32_t Predictor13(uint32_t left, const uint32_t* const top) { in Predictor13()
/external/chromium_org/third_party/libwebp/dsp/
Dlossless_neon.c179 static uint32_t Predictor5(uint32_t left, const uint32_t* const top) { in Predictor5()
183 static uint32_t Predictor6(uint32_t left, const uint32_t* const top) { in Predictor6()
187 static uint32_t Predictor7(uint32_t left, const uint32_t* const top) { in Predictor7()
191 static uint32_t Predictor8(uint32_t left, const uint32_t* const top) { in Predictor8()
196 static uint32_t Predictor9(uint32_t left, const uint32_t* const top) { in Predictor9()
201 static uint32_t Predictor10(uint32_t left, const uint32_t* const top) { in Predictor10()
222 static uint32_t Predictor11(uint32_t left, const uint32_t* const top) { in Predictor11()
238 static uint32_t Predictor12(uint32_t left, const uint32_t* const top) { in Predictor12()
255 static uint32_t Predictor13(uint32_t left, const uint32_t* const top) { in Predictor13()
Denc.c208 const uint8_t* top, int size) { in VerticalPred()
230 const uint8_t* top, int size) { in TrueMotion()
260 const uint8_t* top, in DCMode()
286 const uint8_t* top) { in IntraChromaPreds()
306 const uint8_t* left, const uint8_t* top) { in Intra16Preds()
319 static void VE4(uint8_t* dst, const uint8_t* top) { // vertical in VE4()
332 static void HE4(uint8_t* dst, const uint8_t* top) { // horizontal in HE4()
344 static void DC4(uint8_t* dst, const uint8_t* top) { in DC4()
351 static void RD4(uint8_t* dst, const uint8_t* top) { in RD4()
370 static void LD4(uint8_t* dst, const uint8_t* top) { in LD4()
[all …]
/external/openssl/crypto/bn/
Dbn_rand.c119 static int bnrand(int pseudorand, BIGNUM *rnd, int bits, int top, int bottom) in bnrand()
212 int BN_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_rand()
217 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_pseudo_rand()
223 int BN_bntest_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_bntest_rand()
/external/chromium_org/third_party/webrtc/modules/video_render/windows/
Dvideo_render_windows_impl.cc99 const float top, in AddIncomingRenderStream()
137 float& top, in GetIncomingRenderStreamProperties()
247 const float top, in SetStreamCropping()
268 const float top, in ConfigureRenderer()
308 const float top, in SetText()
329 const float left, const float top, in SetBitmap()
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/
Djquery.isonscreen.js18 top: $(window).scrollTop(), property
40 top: $(window).scrollTop(), property
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DBorderImageLengthBox.h60 BorderImageLengthBox(const BorderImageLength& top, const BorderImageLength& right, in BorderImageLengthBox()
71 const BorderImageLength& top() const { return m_top; } in top() function
/external/chromium_org/third_party/webrtc/modules/video_render/linux/
Dvideo_render_linux_impl.cc92 const float top, in AddIncomingRenderStream()
142 float& top, in GetIncomingRenderStreamProperties()
232 const float top, in ConfigureRenderer()
247 const float left, const float top, in SetText()
260 const float top, in SetBitmap()
/external/robolectric/src/main/java/com/xtremelabs/robolectric/matchers/
DHasCompoundDrawablesMatcher.java16 public HasCompoundDrawablesMatcher(int left, int top, int right, int bottom) { in HasCompoundDrawablesMatcher()
42 public static Matcher<TextView> hasCompoundDrawables(int left, int top, int right, int bottom) { in hasCompoundDrawables()
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowRect.java14 public void __constructor__(int left, int top, int right, int bottom) { in __constructor__()
34 public void set(int left, int top, int right, int bottom) { in set()
104 public boolean intersect(int left, int top, int right, int bottom) { in intersect()

12345678910>>...33