/external/libvpx/vpx_scale/arm/neon/ |
vp8_vpxyv12_extendframeborders_neon.asm | 83 ;Now copy the top and bottom source lines into each line of the respective borders 196 ;Now copy the top and bottom source lines into each line of the respective borders 354 ;Now copy the top and bottom source lines into each line of the respective borders 467 ;Now copy the top and bottom source lines into each line of the respective borders
|
/external/v8/ |
Android.v8common.mk | 65 src/top.cc \
|
/external/webkit/WebCore/css/ |
mediaControlsQuickTime.css | 117 margin-top: 2px;
|
html.css | 270 margin-top: 0; 278 margin-top: 0__qem
|
/external/webkit/WebKitExamplePlugins/NetscapeCocoaPlugin/ |
main.m | 256 rect.top = 0;
|
/frameworks/base/core/java/android/widget/ |
ExpandableListView.java | 308 indicatorRect.top = t;// - mDividerHeight; 311 indicatorRect.top = t; [all...] |
/frameworks/base/core/java/com/android/internal/widget/ |
PointerLocationView.java | 157 + " top=" + mTextMetrics.top 171 mReusableOvalRect.top = y - major / 2;
|
/frameworks/base/core/jni/android/graphics/ |
Path.cpp | 165 static void addRect__FFFFI(JNIEnv* env, jobject clazz, SkPath* obj, jfloat left, jfloat top, jfloat right, jfloat bottom, SkPath::Direction dir) { 167 SkScalar top_ = SkFloatToScalar(top);
|
/frameworks/base/core/jni/ |
android_opengl_GLES10.cpp | 862 /* void glFrustumf ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar ) */ 865 (JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) { 870 (GLfloat)top, 876 /* void glFrustumx ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar ) */ 879 (JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar) { 884 (GLfixed)top, [all...] |
android_opengl_GLES11Ext.cpp | 670 /* void glFrustumxOES ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar ) */ 673 (JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar) { 678 (GLfixed)top, [all...] |
/frameworks/base/include/private/opengles/ |
gl_context.h | 467 matrixf_t& top() { return stack[depth]; } function in struct:android::gl::matrix_stack_t 468 const matrixf_t& top() const { return stack[depth]; } function in struct:android::gl::matrix_stack_t
|
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
PhoneWindow.java | 100 // This is the top-level view of the window, containing the window decor. [all...] |
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
Paint.java | 361 metrics.top = - javaMetrics.getMaxAscent(); 379 metrics.top = - javaMetrics.getMaxAscent(); [all...] |
/packages/apps/Contacts/src/com/android/contacts/ |
ContactListItemView.java | 188 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { 189 int height = bottom - top;
|
/bionic/libc/kernel/common/linux/ |
msm_vidc_dec.h | 431 uint32_t top; member in struct:vdec_framesize
|
/external/chromium/third_party/icu/source/i18n/ |
ucol_bld.cpp | 123 uint32_t bottom = 0, top = src->invUCA->tableSize; local 129 while(bottom < top-1) { 130 i = (top+bottom)/2; 135 top = i; [all...] |
/external/chromium/third_party/icu/source/test/perf/perldriver/ |
Output.pm | 218 th.sourceType { border-right-width: 1; border-top-width: 1; border-bottom-width: 1 }
|
/external/elfutils/src/ |
ldscript.c | 733 | TOP (included). | 738 yy_stack_print (short *bottom, short *top) 741 yy_stack_print (bottom, top) 743 short *top; 747 for (/* Nothing. */; bottom <= top; ++bottom) 752 # define YY_STACK_PRINT(Bottom, Top) \ 755 yy_stack_print ((Bottom), (Top)); \ 795 # define YY_STACK_PRINT(Bottom, Top) [all...] |
/external/icu4c/i18n/ |
ucol_bld.cpp | 123 uint32_t bottom = 0, top = src->invUCA->tableSize; local 129 while(bottom < top-1) { 130 i = (top+bottom)/2; 135 top = i; [all...] |
/external/icu4c/test/perf/perldriver/ |
Output.pm | 218 th.sourceType { border-right-width: 1; border-top-width: 1; border-bottom-width: 1 }
|
/external/nist-sip/java/gov/nist/javax/sip/message/ |
SIPMessage.java | 632 * @param top Location in the header list to insert the header. 639 public void attachHeader(SIPHeader header, boolean replaceFlag, boolean top) 691 hdrlist.concatenate((SIPHeaderList) h, top); 718 * top flag determines which end to remove headers from. 721 * @param top -- flag that indicates which end of header list to process. 723 public void removeHeader(String headerName, boolean top) { 732 if (top) [all...] |
/external/openssl/crypto/err/ |
err.h | 157 int top,bottom; member in struct:err_state_st
|
/external/openssl/include/openssl/ |
err.h | 157 int top,bottom; member in struct:err_state_st
|
/external/skia/src/core/ |
SkCanvas.cpp | 64 The clip/matrix/proc are fields that reflect the top of the save/restore 67 values: they reflect the top of the save stack, but translated and clipped 162 /* If there are any layers in the stack, this points to the top-most 938 bool SkCanvas::quickRejectY(SkScalar top, SkScalar bottom, EdgeType et) const { 948 SkScalarCompareType userT = SkScalarToCompareType(top); [all...] |
/external/skia/src/gl/ |
SkGL.h | 231 static void Ortho(float left, float right, float bottom, float top,
|