Home
last modified time | relevance | path

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

12345678910>>...38

/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/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/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/libxml2/test/relaxng/
Dempty0.rng8 <define name="top"> namedPattern
9 <element name="top"> element
Dempty1.rng8 <define name="top"> namedPattern
9 <element name="top"> element
/external/skia/tests/
DCanvasStateHelpers.cpp25 void complex_layers_draw(SkCanvas* canvas, float left, float top, in complex_layers_draw()
38 float left, float top, float right, float bottom, int32_t spacer) { in complex_layers_draw_from_canvas_state()
47 void complex_clips_draw(SkCanvas* canvas, int32_t left, int32_t top, in complex_clips_draw()
61 int32_t left, int32_t top, int32_t right, int32_t bottom, int32_t clipOp, in complex_clips_draw_from_canvas_state()
DPathOpsLineIntersectionTest.cpp135 double top = std::min(line1[0].fY, line1[1].fY); in testOne() local
142 double top = std::min(line2[0].fY, line2[1].fY); in testOne() local
182 double top = std::min(line1[0].fY, line1[1].fY); in testOneCoincident() local
191 double top = std::min(line2[0].fY, line2[1].fY); in testOneCoincident() local
/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()
DPathOpsLineIntersectionTest.cpp135 double top = SkTMin(line1[0].fY, line1[1].fY); in testOne() local
142 double top = SkTMin(line2[0].fY, line2[1].fY); in testOne() local
182 double top = SkTMin(line1[0].fY, line1[1].fY); in testOneCoincident() local
191 double top = SkTMin(line2[0].fY, line2[1].fY); in testOneCoincident() local
/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/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/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/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 uint32_t VP8LPredictor0_C(uint32_t left, const uint32_t* const top) { in VP8LPredictor0_C()
115 uint32_t VP8LPredictor1_C(uint32_t left, const uint32_t* const top) { in VP8LPredictor1_C()
119 uint32_t VP8LPredictor2_C(uint32_t left, const uint32_t* const top) { in VP8LPredictor2_C()
123 uint32_t VP8LPredictor3_C(uint32_t left, const uint32_t* const top) { in VP8LPredictor3_C()
127 uint32_t VP8LPredictor4_C(uint32_t left, const uint32_t* const top) { in VP8LPredictor4_C()
131 uint32_t VP8LPredictor5_C(uint32_t left, const uint32_t* const top) { in VP8LPredictor5_C()
135 uint32_t VP8LPredictor6_C(uint32_t left, const uint32_t* const top) { in VP8LPredictor6_C()
139 uint32_t VP8LPredictor7_C(uint32_t left, const uint32_t* const top) { in VP8LPredictor7_C()
143 uint32_t VP8LPredictor8_C(uint32_t left, const uint32_t* const top) { in VP8LPredictor8_C()
148 uint32_t VP8LPredictor9_C(uint32_t left, const uint32_t* const top) { in VP8LPredictor9_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/libkmsxx/py/pykms/
Dpyvid.cpp33 uint32_t left, top, width, height; in init_pyvid() local
37 ….def("set_selection", [](VideoStreamer* self, uint32_t left, uint32_t top, uint32_t width, uint32_… in init_pyvid()
/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/python/cpython3/Lib/idlelib/
Dzoomheight.py110 def get_window_geometry(top): argument
116 def set_window_geometry(top, geometry): argument
/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()
/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/support/image/
DBoundingBoxUtil.java194 float top = values[1]; in convertFromBoundaries() local
203 float top = values[1]; in convertFromUpperLeft() local
217 float top = centerY - h / 2; in convertFromCenter() local
225 float top, in getRectF()
/external/oboe/samples/RhythmGame/third_party/glm/gtc/
Dmatrix_transform.inl103 T bottom, T top,
118 T bottom, T top,
143 T bottom, T top,
168 T bottom, T top
184 T bottom, T top,
199 T bottom, T top,
225 T bottom, T top,
384 T const top = range; local
402 T const top = range; local
421 T const top = range; local

12345678910>>...38