Home
last modified time | relevance | path

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

12345678910>>...33

/external/guava/guava-tests/test/com/google/common/collect/
DTopKSelectorTest.java60 TopKSelector<Integer> top = TopKSelector.least(0); in testZeroK() local
68 TopKSelector<Integer> top = TopKSelector.least(10); in testNoElementsOffered() local
73 TopKSelector<Integer> top = TopKSelector.least(10); in testOfferedFewerThanK() local
82 TopKSelector<Integer> top = TopKSelector.least(4); in testOfferedKPlusOne() local
90 TopKSelector<Integer> top = TopKSelector.least(2); in testOfferedThreeK() local
97 TopKSelector<String> top = TopKSelector.least(3, String.CASE_INSENSITIVE_ORDER); in testDifferentComparator() local
114 TopKSelector<Integer> top = TopKSelector.least(k, cmp); in testWorstCase() local
/external/guava/android/guava-tests/test/com/google/common/collect/
DTopKSelectorTest.java60 TopKSelector<Integer> top = TopKSelector.least(0); in testZeroK() local
68 TopKSelector<Integer> top = TopKSelector.least(10); in testNoElementsOffered() local
73 TopKSelector<Integer> top = TopKSelector.least(10); in testOfferedFewerThanK() local
82 TopKSelector<Integer> top = TopKSelector.least(4); in testOfferedKPlusOne() local
90 TopKSelector<Integer> top = TopKSelector.least(2); in testOfferedThreeK() local
97 TopKSelector<String> top = TopKSelector.least(3, String.CASE_INSENSITIVE_ORDER); in testDifferentComparator() local
114 TopKSelector<Integer> top = TopKSelector.least(k, cmp); in testWorstCase() local
/external/libaom/libaom/av1/common/arm/
Dcfl_neon.c50 const uint16x4_t top = vpaddl_u8(vldh_dup_u8(input)); in cfl_luma_subsampling_420_lbd_neon() local
54 const uint16x4_t top = vpaddl_u8(vld1_u8(input)); in cfl_luma_subsampling_420_lbd_neon() local
58 const uint16x8_t top = vpaddlq_u8(vld1q_u8(input)); in cfl_luma_subsampling_420_lbd_neon() local
62 const uint8x8x4_t top = vld4_u8(input); in cfl_luma_subsampling_420_lbd_neon() local
88 const uint16x4_t top = vpaddl_u8(vldh_dup_u8(input)); in cfl_luma_subsampling_422_lbd_neon() local
91 const uint16x4_t top = vpaddl_u8(vld1_u8(input)); in cfl_luma_subsampling_422_lbd_neon() local
94 const uint16x8_t top = vpaddlq_u8(vld1q_u8(input)); in cfl_luma_subsampling_422_lbd_neon() local
97 const uint8x8x4_t top = vld4_u8(input); in cfl_luma_subsampling_422_lbd_neon() local
115 const uint16x8_t top = vshll_n_u8(vldh_dup_u8(input), 3); in cfl_luma_subsampling_444_lbd_neon() local
118 const uint16x8_t top = vshll_n_u8(vld1_u8(input), 3); in cfl_luma_subsampling_444_lbd_neon() local
[all …]
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DViewInnerTextTest.java27 LinearLayout top = new LinearLayout(context); in testInnerText() local
48 LinearLayout top = new LinearLayout(context); in shouldOnlyIncludeViewTextViewsText() local
58 LinearLayout top = new LinearLayout(context); in shouldNotPrefixBogusSpaces() local
/external/pdfium/fpdfsdk/
Dfpdf_transformpage.cpp47 float* top) { in GetBoundingBox()
109 float top) { in FPDFPage_SetMediaBox()
118 float top) { in FPDFPage_SetCropBox()
127 float top) { in FPDFPage_SetBleedBox()
136 float top) { in FPDFPage_SetTrimBox()
145 float top) { in FPDFPage_SetArtBox()
154 float* top) { in FPDFPage_GetMediaBox()
164 float* top) { in FPDFPage_GetCropBox()
174 float* top) { in FPDFPage_GetBleedBox()
184 float* top) { in FPDFPage_GetTrimBox()
[all …]
/external/skqp/tests/
DCanvasStateHelpers.cpp22 void complex_layers_draw(SkCanvas* canvas, float left, float top, in complex_layers_draw()
35 float left, float top, float right, float bottom, int32_t spacer) { in complex_layers_draw_from_canvas_state()
44 void complex_clips_draw(SkCanvas* canvas, int32_t left, int32_t top, in complex_clips_draw()
58 int32_t left, int32_t top, int32_t right, int32_t bottom, int32_t clipOp, in complex_clips_draw_from_canvas_state()
/external/skia/tests/
DCanvasStateHelpers.cpp22 void complex_layers_draw(SkCanvas* canvas, float left, float top, in complex_layers_draw()
35 float left, float top, float right, float bottom, int32_t spacer) { in complex_layers_draw_from_canvas_state()
44 void complex_clips_draw(SkCanvas* canvas, int32_t left, int32_t top, in complex_clips_draw()
58 int32_t left, int32_t top, int32_t right, int32_t bottom, int32_t clipOp, in complex_clips_draw_from_canvas_state()
/external/webrtc/webrtc/modules/video_render/mac/
Dvideo_render_mac_carbon_impl.cc122 const float top, in AddIncomingRenderStream()
159 float& top, in GetIncomingRenderStreamProperties()
230 const float top, in SetStreamCropping()
240 const float top, in ConfigureRenderer()
259 const float top, in SetText()
270 const float top, in SetBitmap()
/external/libaom/libaom/av1/common/x86/
Dcfl_ssse3.c50 __m128i top = _mm_loadh_epi32((__m128i *)input); in cfl_luma_subsampling_420_lbd_ssse3() local
57 __m128i top = _mm_loadl_epi64((__m128i *)input); in cfl_luma_subsampling_420_lbd_ssse3() local
64 __m128i top = _mm_loadu_si128((__m128i *)input); in cfl_luma_subsampling_420_lbd_ssse3() local
104 __m128i top = _mm_loadh_epi32((__m128i *)input); in cfl_luma_subsampling_422_lbd_ssse3() local
108 __m128i top = _mm_loadl_epi64((__m128i *)input); in cfl_luma_subsampling_422_lbd_ssse3() local
112 __m128i top = _mm_loadu_si128((__m128i *)input); in cfl_luma_subsampling_422_lbd_ssse3() local
190 const __m128i top = _mm_loadl_epi64((__m128i *)input); in cfl_luma_subsampling_420_hbd_ssse3() local
196 const __m128i top = _mm_loadu_si128((__m128i *)input); in cfl_luma_subsampling_420_hbd_ssse3() local
245 const __m128i top = _mm_loadl_epi64((__m128i *)input); in cfl_luma_subsampling_422_hbd_ssse3() local
249 const __m128i top = _mm_loadu_si128((__m128i *)input); in cfl_luma_subsampling_422_hbd_ssse3() local
/external/libchrome/ui/gfx/geometry/
Dinsets_f.h25 constexpr InsetsF(float top, float left, float bottom, float right) in InsetsF()
28 constexpr float top() const { return top_; } in top() function
44 void Set(float top, float left, float bottom, float right) { in Set()
Dinsets.h34 constexpr Insets(int top, int left, int bottom, int right) in Insets()
37 constexpr int top() const { return top_; } in top() function
53 void Set(int top, int left, int bottom, int right) { in Set()
/external/webp/src/enc/
Dpicture_rescale_enc.c40 int* const left, int* const top) { in SnapTopLeftPosition()
49 int* const left, int* const top, in AdjustAndCheckRectangle()
94 int left, int top, int width, int height, in WebPPictureView()
127 int left, int top, int width, int height) { in WebPPictureCrop()
282 int left, int top, int width, int height, in WebPPictureView()
294 int left, int top, int width, int height) { in WebPPictureCrop()
/external/webrtc/webrtc/modules/video_render/external/
Dvideo_render_external_impl.cc45 const float top, in AddIncomingRenderStream()
64 float& top, in GetIncomingRenderStreamProperties()
136 const float top, in SetStreamCropping()
148 const float top, in ConfigureRenderer()
170 const float top, in SetText()
182 const float top, in SetBitmap()
/external/libkmsxx/py/pykms/
Dpyvid.cpp34 uint32_t left, top, width, height; in init_pyvid() local
38 ….def("set_selection", [](VideoStreamer *self, uint32_t left, uint32_t top, uint32_t width, uint32_… in init_pyvid()
/external/libxml2/doc/
Dindex.py690 def analyzeAPIFile(top): argument
705 def analyzeAPIFiles(top): argument
720 def analyzeAPIEnum(top): argument
735 def analyzeAPIConst(top): argument
750 def analyzeAPIType(top): argument
764 def analyzeAPIFunctype(top): argument
778 def analyzeAPIStruct(top): argument
801 def analyzeAPIMacro(top): argument
840 def analyzeAPIFunction(top): argument
891 def analyzeAPISymbols(top): argument
/external/webp/src/dsp/
Dlossless.c110 static uint32_t Predictor0_C(uint32_t left, const uint32_t* const top) { in Predictor0_C()
115 static uint32_t Predictor1_C(uint32_t left, const uint32_t* const top) { in Predictor1_C()
119 static uint32_t Predictor2_C(uint32_t left, const uint32_t* const top) { in Predictor2_C()
123 static uint32_t Predictor3_C(uint32_t left, const uint32_t* const top) { in Predictor3_C()
127 static uint32_t Predictor4_C(uint32_t left, const uint32_t* const top) { in Predictor4_C()
131 static uint32_t Predictor5_C(uint32_t left, const uint32_t* const top) { in Predictor5_C()
135 static uint32_t Predictor6_C(uint32_t left, const uint32_t* const top) { in Predictor6_C()
139 static uint32_t Predictor7_C(uint32_t left, const uint32_t* const top) { in Predictor7_C()
143 static uint32_t Predictor8_C(uint32_t left, const uint32_t* const top) { in Predictor8_C()
148 static uint32_t Predictor9_C(uint32_t left, const uint32_t* const top) { in Predictor9_C()
[all …]
Dlossless_mips_dsp_r2.c191 static uint32_t Predictor5_MIPSdspR2(uint32_t left, const uint32_t* const top) { in Predictor5_MIPSdspR2()
195 static uint32_t Predictor6_MIPSdspR2(uint32_t left, const uint32_t* const top) { in Predictor6_MIPSdspR2()
199 static uint32_t Predictor7_MIPSdspR2(uint32_t left, const uint32_t* const top) { in Predictor7_MIPSdspR2()
203 static uint32_t Predictor8_MIPSdspR2(uint32_t left, const uint32_t* const top) { in Predictor8_MIPSdspR2()
208 static uint32_t Predictor9_MIPSdspR2(uint32_t left, const uint32_t* const top) { in Predictor9_MIPSdspR2()
214 const uint32_t* const top) { in Predictor10_MIPSdspR2()
219 const uint32_t* const top) { in Predictor11_MIPSdspR2()
224 const uint32_t* const top) { in Predictor12_MIPSdspR2()
229 const uint32_t* const top) { in Predictor13_MIPSdspR2()
Denc.c239 const uint8_t* top, int size) { in VerticalPred()
261 const uint8_t* top, int size) { in TrueMotion()
291 const uint8_t* top, in DCMode()
317 const uint8_t* top) { in IntraChromaPreds_C()
337 const uint8_t* left, const uint8_t* top) { in Intra16Preds_C()
351 static void VE4(uint8_t* dst, const uint8_t* top) { // vertical in VE4()
364 static void HE4(uint8_t* dst, const uint8_t* top) { // horizontal in HE4()
376 static void DC4(uint8_t* dst, const uint8_t* top) { in DC4()
383 static void RD4(uint8_t* dst, const uint8_t* top) { in RD4()
402 static void LD4(uint8_t* dst, const uint8_t* top) { in LD4()
[all …]
/external/webrtc/webrtc/modules/video_render/windows/
Dvideo_render_windows_impl.cc91 const float top, in AddIncomingRenderStream()
129 float& top, in GetIncomingRenderStreamProperties()
239 const float top, in SetStreamCropping()
260 const float top, in ConfigureRenderer()
300 const float top, in SetText()
321 const float left, const float top, in SetBitmap()
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/extensions/compactnotation/
DBox.java21 private Item top; field in Box
34 public void setTop(Item top) { in setTop()
/external/webrtc/webrtc/modules/video_render/linux/
Dvideo_render_linux_impl.cc84 const float top, in AddIncomingRenderStream()
134 float& top, in GetIncomingRenderStreamProperties()
224 const float top, in ConfigureRenderer()
239 const float left, const float top, in SetText()
252 const float top, in SetBitmap()
/external/python/cpython3/Lib/idlelib/
Dzoomheight.py110 def get_window_geometry(top): argument
116 def set_window_geometry(top, geometry): argument
/external/v8/src/heap/
Dconcurrent-allocator.cc79 Address top = lab_.top(); in MarkLinearAllocationAreaBlack() local
88 Address top = lab_.top(); in UnmarkLinearAllocationArea() local
116 Address top = result->first; in EnsureLab() local
Dspaces.h364 LinearAllocationArea(Address top, Address limit) in LinearAllocationArea()
367 void Reset(Address top, Address limit) { in Reset()
377 V8_INLINE void set_top(Address top) { in set_top()
382 V8_INLINE Address top() const { in top() function
470 Address top() const { return allocation_info_.top(); } in top() function
491 Address top() { return allocation_info_.top(); } in top() function
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/mock/
DMockRectF.java47 public void $init(float left, float top, float right, float bottom) { in $init()
69 public void offsetTo(float left, float top) { in offsetTo()

12345678910>>...33