/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | ViewInnerTextTest.java | 27 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/skia/tests/ |
D | CanvasStateHelpers.cpp | 16 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()
|
D | PathOpsLineIntersectionTest.cpp | 135 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/webrtc/webrtc/modules/video_render/mac/ |
D | video_render_mac_carbon_impl.cc | 122 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/webp/src/dsp/ |
D | lossless.c | 116 static uint32_t Predictor0(uint32_t left, const uint32_t* const top) { in Predictor0() 121 static uint32_t Predictor1(uint32_t left, const uint32_t* const top) { in Predictor1() 125 static uint32_t Predictor2(uint32_t left, const uint32_t* const top) { in Predictor2() 129 static uint32_t Predictor3(uint32_t left, const uint32_t* const top) { in Predictor3() 133 static uint32_t Predictor4(uint32_t left, const uint32_t* const top) { in Predictor4() 137 static uint32_t Predictor5(uint32_t left, const uint32_t* const top) { in Predictor5() 141 static uint32_t Predictor6(uint32_t left, const uint32_t* const top) { in Predictor6() 145 static uint32_t Predictor7(uint32_t left, const uint32_t* const top) { in Predictor7() 149 static uint32_t Predictor8(uint32_t left, const uint32_t* const top) { in Predictor8() 154 static uint32_t Predictor9(uint32_t left, const uint32_t* const top) { in Predictor9() [all …]
|
D | lossless_mips_dsp_r2.c | 190 static uint32_t Predictor5(uint32_t left, const uint32_t* const top) { in Predictor5() 194 static uint32_t Predictor6(uint32_t left, const uint32_t* const top) { in Predictor6() 198 static uint32_t Predictor7(uint32_t left, const uint32_t* const top) { in Predictor7() 202 static uint32_t Predictor8(uint32_t left, const uint32_t* const top) { in Predictor8() 207 static uint32_t Predictor9(uint32_t left, const uint32_t* const top) { in Predictor9() 212 static uint32_t Predictor10(uint32_t left, const uint32_t* const top) { in Predictor10() 216 static uint32_t Predictor11(uint32_t left, const uint32_t* const top) { in Predictor11() 220 static uint32_t Predictor12(uint32_t left, const uint32_t* const top) { in Predictor12() 224 static uint32_t Predictor13(uint32_t left, const uint32_t* const top) { in Predictor13()
|
D | enc.c | 229 const uint8_t* top, int size) { in VerticalPred() 251 const uint8_t* top, int size) { in TrueMotion() 281 const uint8_t* top, in DCMode() 307 const uint8_t* top) { in IntraChromaPreds() 327 const uint8_t* left, const uint8_t* top) { in Intra16Preds() 341 static void VE4(uint8_t* dst, const uint8_t* top) { // vertical in VE4() 354 static void HE4(uint8_t* dst, const uint8_t* top) { // horizontal in HE4() 366 static void DC4(uint8_t* dst, const uint8_t* top) { in DC4() 373 static void RD4(uint8_t* dst, const uint8_t* top) { in RD4() 392 static void LD4(uint8_t* dst, const uint8_t* top) { in LD4() [all …]
|
D | enc_sse2.c | 584 static WEBP_INLINE void VE8uv(uint8_t* dst, const uint8_t* top) { in VE8uv() 592 static WEBP_INLINE void VE16(uint8_t* dst, const uint8_t* top) { in VE16() 601 const uint8_t* top, int size) { in VerticalPred() 645 const uint8_t* top, int size) { in TM() 673 const uint8_t* top, int size) { in TrueMotion() 694 const uint8_t* top) { in DC8uv() 704 static WEBP_INLINE void DC8uvNoLeft(uint8_t* dst, const uint8_t* top) { in DC8uvNoLeft() 722 const uint8_t* top) { in DC8uvMode() 737 const uint8_t* top) { in DC16() 752 static WEBP_INLINE void DC16NoLeft(uint8_t* dst, const uint8_t* top) { in DC16NoLeft() [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/webrtc/webrtc/modules/video_render/external/ |
D | video_render_external_impl.cc | 45 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/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/js/ |
D | effect.js | 256 {left: '0px', top: '200px', opacity: 1}, property 257 {left: '200px', top: '0px'}, property 258 {left: '0px', top: '200px', opacity: 0}, property 259 {top: '0px', opacity: 1}, property 260 {left: '200px', top: '200px', opacity: 0} property 323 {left: '0px', top: '0px'}, property 324 {left: '10px', top: '10px'}, property 325 {top: '20px'} property 334 {left: '10px', top: '10px'}, property 335 {left: '20px', top: '20px'} property [all …]
|
/external/opencv3/3rdparty/libwebp/dsp/ |
D | enc.c | 237 const uint8_t* top, int size) { in VerticalPred() 259 const uint8_t* top, int size) { in TrueMotion() 289 const uint8_t* top, in DCMode() 315 const uint8_t* top) { in IntraChromaPreds() 335 const uint8_t* left, const uint8_t* top) { in Intra16Preds() 348 static void VE4(uint8_t* dst, const uint8_t* top) { // vertical in VE4() 361 static void HE4(uint8_t* dst, const uint8_t* top) { // horizontal in HE4() 373 static void DC4(uint8_t* dst, const uint8_t* top) { in DC4() 380 static void RD4(uint8_t* dst, const uint8_t* top) { in RD4() 399 static void LD4(uint8_t* dst, const uint8_t* top) { in LD4() [all …]
|
/external/webrtc/webrtc/modules/video_render/windows/ |
D | video_render_windows_impl.cc | 91 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/pdfium/fpdfsdk/src/ |
D | fpdf_transformpage.cpp | 18 float top) { in SetBoundingBox() 33 float* top) { in GetBoundingBox() 52 float top) { in FPDFPage_SetMediaBox() 64 float top) { in FPDFPage_SetCropBox() 76 float* top) { in FPDFPage_GetMediaBox() 85 float* top) { in FPDFPage_GetCropBox() 211 float top) { in FPDF_CreateClipPath()
|
/external/libxml2/test/relaxng/ |
D | empty1.rng | 8 <define name="top"> namedPattern 9 <element name="top"> element
|
D | empty0.rng | 8 <define name="top"> namedPattern 9 <element name="top"> element
|
/external/skia/src/gpu/ |
D | GrSurface.cpp | 49 int* left, int* top, int* width, int* height, in adjust_params() 75 int* left, int* top, int* width, int* height, in AdjustReadPixelParams() 85 int* left, int* top, int* width, int* height, in AdjustWritePixelParams() 95 bool GrSurface::writePixels(int left, int top, int width, int height, in writePixels() 107 bool GrSurface::readPixels(int left, int top, int width, int height, in readPixels()
|
/external/webrtc/webrtc/modules/video_render/linux/ |
D | video_render_linux_impl.cc | 84 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/v8/src/heap/ |
D | store-buffer-inl.h | 17 Address* top = reinterpret_cast<Address*>(heap_->store_buffer_top()); in Mark() local 39 Address* top = old_top_; in EnterDirectlyIntoStoreBuffer() local
|
/external/webp/src/enc/ |
D | picture_rescale.c | 36 int* const left, int* const top) { in SnapTopLeftPosition() 45 int* const left, int* const top, in AdjustAndCheckRectangle() 90 int left, int top, int width, int height, in WebPPictureView() 123 int left, int top, int width, int height) { in WebPPictureCrop()
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowRect.java | 14 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()
|
/external/skia/src/core/ |
D | SkEdge.cpp | 61 int top = SkFDot6Round(y0); in setLine() local 102 int top = SkFDot6Round(y0); in updateLine() local 127 int top = fFirstY; in chopLineWithClip() local 208 int top = SkFDot6Round(y0); in setQuadratic() local 371 int top = SkFDot6Round(y0); in setCubic() local
|
/external/webrtc/webrtc/modules/video_render/android/ |
D | video_render_android_impl.cc | 78 const float left, const float top, in AddIncomingRenderStream() 126 float& top, in GetIncomingRenderStreamProperties() 284 const float top, in ConfigureRenderer() 298 const float left, const float top, in SetText() 308 const float left, const float top, in SetBitmap()
|
/external/chromium-trace/catapult/third_party/coverage/coverage/htmlfiles/ |
D | jquery.isonscreen.js | 18 top: $(window).scrollTop(), property 40 top: $(window).scrollTop(), property
|
/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()
|