/external/guava/android/guava-tests/test/com/google/common/collect/ |
D | TopKSelectorTest.java | 62 TopKSelector<Integer> top = TopKSelector.least(0); in testZeroK() local 70 TopKSelector<Integer> top = TopKSelector.least(10); in testNoElementsOffered() local 75 TopKSelector<Integer> top = TopKSelector.least(10); in testOfferedFewerThanK() local 84 TopKSelector<Integer> top = TopKSelector.least(4); in testOfferedKPlusOne() local 92 TopKSelector<Integer> top = TopKSelector.least(2); in testOfferedThreeK() local 99 TopKSelector<String> top = TopKSelector.least(3, String.CASE_INSENSITIVE_ORDER); in testDifferentComparator() local 116 TopKSelector<Integer> top = TopKSelector.least(k, cmp); in testWorstCase() local 129 TopKSelector<Integer> top = TopKSelector.least(7); in testExceedMaxIteration() local
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | TopKSelectorTest.java | 62 TopKSelector<Integer> top = TopKSelector.least(0); in testZeroK() local 70 TopKSelector<Integer> top = TopKSelector.least(10); in testNoElementsOffered() local 75 TopKSelector<Integer> top = TopKSelector.least(10); in testOfferedFewerThanK() local 84 TopKSelector<Integer> top = TopKSelector.least(4); in testOfferedKPlusOne() local 92 TopKSelector<Integer> top = TopKSelector.least(2); in testOfferedThreeK() local 99 TopKSelector<String> top = TopKSelector.least(3, String.CASE_INSENSITIVE_ORDER); in testDifferentComparator() local 116 TopKSelector<Integer> top = TopKSelector.least(k, cmp); in testWorstCase() local 129 TopKSelector<Integer> top = TopKSelector.least(7); in testExceedMaxIteration() local
|
/external/libaom/libaom/av1/common/arm/ |
D | cfl_neon.c | 50 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/pdfium/fpdfsdk/ |
D | fpdf_transformpage.cpp | 47 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/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/_includes/scripts/lib/ |
D | affix.js | 31 function top() { function 35 top: 0 property 44 top: 0 property 53 top: rootBottomTop + 'px' property
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/_includes/scripts/lib/ |
D | affix.js | 31 function top() { function 35 top: 0 property 44 top: 0 property 53 top: rootBottomTop + 'px' property
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ViewInnerTextTest.java | 27 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/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
D | ViewInnerTextTest.java | 27 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/skia/tests/ |
D | CanvasStateHelpers.cpp | 25 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()
|
D | PathOpsLineIntersectionTest.cpp | 135 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/libaom/libaom/av1/common/x86/ |
D | cfl_ssse3.c | 50 __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/ |
D | picture_rescale_enc.c | 40 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() 289 int left, int top, int width, int height, in WebPPictureView() 301 int left, int top, int width, int height) { in WebPPictureCrop()
|
/external/webp/src/dsp/ |
D | lossless.c | 111 const uint32_t* const top) { in VP8LPredictor0_C() 117 const uint32_t* const top) { in VP8LPredictor1_C() 122 const uint32_t* const top) { in VP8LPredictor2_C() 127 const uint32_t* const top) { in VP8LPredictor3_C() 132 const uint32_t* const top) { in VP8LPredictor4_C() 137 const uint32_t* const top) { in VP8LPredictor5_C() 142 const uint32_t* const top) { in VP8LPredictor6_C() 147 const uint32_t* const top) { in VP8LPredictor7_C() 152 const uint32_t* const top) { in VP8LPredictor8_C() 158 const uint32_t* const top) { in VP8LPredictor9_C() [all …]
|
D | lossless_mips_dsp_r2.c | 192 const uint32_t* const top) { in Predictor5_MIPSdspR2() 197 const uint32_t* const top) { in Predictor6_MIPSdspR2() 202 const uint32_t* const top) { in Predictor7_MIPSdspR2() 207 const uint32_t* const top) { in Predictor8_MIPSdspR2() 213 const uint32_t* const top) { in Predictor9_MIPSdspR2() 219 const uint32_t* const top) { in Predictor10_MIPSdspR2() 224 const uint32_t* const top) { in Predictor11_MIPSdspR2() 229 const uint32_t* const top) { in Predictor12_MIPSdspR2() 234 const uint32_t* const top) { in Predictor13_MIPSdspR2()
|
D | enc.c | 239 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/libxml2/doc/ |
D | index.py | 690 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/libchrome/ui/gfx/geometry/ |
D | insets_f.h | 25 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()
|
D | insets.h | 34 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/libgav1/libgav1/src/dsp/arm/ |
D | intrapred_smooth_neon.cc | 60 const auto* const top = static_cast<const uint8_t*>(top_row); in Smooth4xN_NEON() local 113 const auto* const top = static_cast<const uint8_t*>(top_row); in Smooth8xN_NEON() local 146 const uint8x16_t top, const uint8x8_t left, const uint8x8_t top_right, in CalculateWeightsAndPred() 171 const auto* const top = static_cast<const uint8_t*>(top_row); in Smooth16PlusxN_NEON() local 253 const auto* const top = static_cast<const uint8_t*>(top_row); in SmoothVertical4Or8xN_NEON() local 287 const uint8x16_t top, const uint8x8_t weights_y, in CalculateVerticalWeightsAndPred() 304 const auto* const top = static_cast<const uint8_t*>(top_row); in SmoothVertical16PlusxN_NEON() local 356 const auto* const top = static_cast<const uint8_t*>(top_row); in SmoothHorizontal4Or8xN_NEON() local 409 const auto* const top = static_cast<const uint8_t*>(top_row); in SmoothHorizontal16PlusxN_NEON() local 640 const auto* const top = static_cast<const uint16_t*>(top_row); in Smooth4xH_NEON() local [all …]
|
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowNativeRegion.java | 35 protected void __constructor__(int left, int top, int right, int bottom) { in __constructor__() 74 protected static boolean nativeSetRect(long nativeDst, int left, int top, int right, int bottom) { in nativeSetRect() 95 long nativeDst, int left, int top, int right, int bottom, int op) { in nativeOp() 148 protected boolean quickContains(int left, int top, int right, int bottom) { in quickContains() 153 protected boolean quickReject(int left, int top, int right, int bottom) { in quickReject()
|
/external/libkmsxx/py/pykms/ |
D | pyvid.cpp | 33 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/ |
D | Box.java | 21 private Item top; field in Box 34 public void setTop(Item top) { in setTop()
|
/external/oboe/samples/RhythmGame/third_party/glm/gtc/ |
D | matrix_transform.inl | 103 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
|
/external/python/cpython3/Lib/idlelib/ |
D | zoomheight.py | 110 def get_window_geometry(top): argument 116 def set_window_geometry(top, geometry): argument
|
/external/skia/src/core/ |
D | SkEdge.cpp | 64 int top = SkFDot6Round(y0); in setLine() local 105 int top = SkFDot6Round(y0); in updateLine() local 130 int top = fFirstY; in chopLineWithClip() local 213 int top = SkFDot6Round(y0); in setQuadraticWithoutUpdate() local 388 int top = SkFDot6Round(y0); in setCubicWithoutUpdate() local
|