| /external/eigen/doc/ |
| D | eigen_navtree_hacks.js | 74 sidenav.css({height:(windowHeight) + "px",top: headerHeight+"px"}); property 153 function createIndent(o,domNode,node,level) argument
|
| /external/replicaisland/src/com/replica/replicaisland/ |
| D | BackgroundCollisionComponent.java | 145 final int top = bottom + mHeight; in update() local 186 LevelSystem level = sSystemRegistry.levelSystem; in update() local 360 int bottom, int top, float centerX, Vector2 hitPoint, Vector2 hitNormal, in sweepVertical()
|
| D | GLErrorLogger.java | 138 public void glCompressedTexImage2D(int target, int level, in glCompressedTexImage2D() 146 public void glCompressedTexSubImage2D(int target, int level, in glCompressedTexSubImage2D() 155 public void glCopyTexImage2D(int target, int level, int internalformat, in glCopyTexImage2D() 163 public void glCopyTexSubImage2D(int target, int level, int xoffset, in glCopyTexSubImage2D() 281 float top, float zNear, float zFar) { in glFrustumf() 287 public void glFrustumx(int left, int right, int bottom, int top, in glFrustumx() 510 public void glOrthof(float left, float right, float bottom, float top, in glOrthof() 517 public void glOrthox(int left, int right, int bottom, int top, in glOrthox() 658 public void glTexImage2D(int target, int level, int internalformat, in glTexImage2D() 677 public void glTexSubImage2D(int target, int level, int xoffset, in glTexSubImage2D()
|
| /external/tensorflow/tensorflow/core/platform/default/ |
| D | logging.cc | 103 int level = 0; in ParseInteger() local 123 for (const char* top = data + sdata.size; data < top; ++data) { in operator ()() local 231 bool LogMessage::VmoduleActivated(const char* fname, int level) { in VmoduleActivated()
|
| /external/webp/src/dsp/ |
| 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 …]
|
| D | enc_mips_dsp_r2.c | 484 const uint8_t* top) { in DCMode16() 547 const uint8_t* top) { in DCMode8() 591 static void DC4(uint8_t* dst, const uint8_t* top) { in DC4() 612 static void TM4(uint8_t* dst, const uint8_t* top) { in TM4() 667 static void VE4(uint8_t* dst, const uint8_t* top) { in VE4() 698 static void HE4(uint8_t* dst, const uint8_t* top) { in HE4() 734 static void RD4(uint8_t* dst, const uint8_t* top) { in RD4() 783 static void VR4(uint8_t* dst, const uint8_t* top) { in VR4() 833 static void LD4(uint8_t* dst, const uint8_t* top) { in LD4() 880 static void VL4(uint8_t* dst, const uint8_t* top) { in VL4() [all …]
|
| /external/v8/src/compiler/ |
| D | state-values-utils.cc | 98 size_t level) { in GetWorkingSpace() 173 int liveness_offset, size_t level) { in BuildTree() 343 SparseInputMask::InputIterator* top = Top(); in EnsureValid() local
|
| /external/python/cpython2/Lib/ |
| D | poplib.py | 176 def set_debuglevel(self, level): argument 299 def top(self, which, howmuch): member in POP3
|
| /external/antlr/runtime/Cpp/include/ |
| D | antlr3baserecognizer.inl | 337 void BaseRecognizer<ImplTraits, StreamType>::beginBacktrack(ANTLR_UINT32 level) 346 void BaseRecognizer<ImplTraits, StreamType>::endBacktrack(ANTLR_UINT32 level, bool successful) 371 ANTLR_UINT32 top; local
|
| /external/python/cpython3/Lib/ |
| D | poplib.py | 192 def set_debuglevel(self, level): argument 334 def top(self, which, howmuch): member in POP3
|
| /external/webp/src/enc/ |
| D | quant_enc.c | 471 const uint8_t* const top = it->y_ ? it->y_top_ : NULL; in VP8MakeLuma16Preds() local 477 const uint8_t* const top = it->y_ ? it->uv_top_ : NULL; in VP8MakeChroma8Preds() local 561 int16_t level; // level member 660 int level = level0 + m; in TrellisQuantizeBlock() local 868 const int8_t* const top = it->top_derr_[it->x_][ch]; in CorrectDCValues() local 893 int8_t* const top = it->top_derr_[it->x_][ch]; in StoreDiffusionErrors() local 1041 const int top = (y == 0) ? it->preds_[-preds_w + x] : modes[it->i4_ - 4]; in GetCostModeI4() local
|
| /external/lua/src/ |
| D | lauxlib.c | 46 static int findfield (lua_State *L, int objidx, int level) { in findfield() 74 int top = lua_gettop(L); in pushglobalfuncname() local 126 const char *msg, int level) { in luaL_traceback() 128 int top = lua_gettop(L); in luaL_traceback() local 205 LUALIB_API void luaL_where (lua_State *L, int level) { in luaL_where()
|
| /external/deqp/modules/gles31/functional/ |
| D | es31fShaderFramebufferFetchTests.cpp | 1007 int top = height/2; in genReferenceTexture() local 1167 for (int level = 0; level < numLevels; level++) in create2DTextureArrayMipMaps() local 1182 tcu::TextureLevel TextureLevelTestCase::genReferenceTexture (int level, const vector<tcu::Vec4>& co… in genReferenceTexture() 1196 const int top = height / 2; in genReferenceMipmap() local 1219 for (int level = 0; level < (int)levelColors.size(); ++level) in iterate() local
|
| /external/python/cpython2/Lib/plat-mac/ |
| D | bundlebuilder.py | 220 def message(self, msg, level=0): argument 607 def walk(top): argument
|
| /external/swiftshader/src/OpenGL/libGLES_CM/ |
| D | main.cpp | 686 GL_API void GL_APIENTRY glCompressedTexImage2D(GLenum target, GLint level, GLenum internalformat, G… in glCompressedTexImage2D() 692 GL_API void GL_APIENTRY glCompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint … in glCompressedTexSubImage2D() 698 GL_API void GL_APIENTRY glCopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x… in glCopyTexImage2D() 703 GL_API void GL_APIENTRY glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffse… in glCopyTexSubImage2D() 798 …bufferTexture2DOES(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level) in glFramebufferTexture2DOES() 828 GL_API void GL_APIENTRY glFrustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloa… in glFrustumf() 833 GL_API void GL_APIENTRY glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixe… in glFrustumx() 1133 GL_API void GL_APIENTRY glOrthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat … in glOrthof() 1138 GL_API void GL_APIENTRY glOrthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed … in glOrthox() 1303 GL_API void GL_APIENTRY glTexImage2D(GLenum target, GLint level, GLint internalformat, GLsizei widt… in glTexImage2D() [all …]
|
| D | libGLES_CM.cpp | 41 static bool validImageSize(GLint level, GLsizei width, GLsizei height) in validImageSize() 668 void CompressedTexImage2D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei… in CompressedTexImage2D() 741 void CompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei widt… in CompressedTexSubImage2D() 810 void CopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei wi… in CopyTexImage2D() 937 void CopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, … in CopyTexSubImage2D() 1461 …bufferTexture2DOES(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level) in FramebufferTexture2DOES() 1695 void Frustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) in Frustumf() 1712 void Frustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) in Frustumx() 3078 void Orthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) in Orthof() 3095 void Orthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) in Orthox() [all …]
|
| /external/antlr/runtime/C/src/ |
| D | antlr3baserecognizer.c | 751 beginBacktrack (pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_UINT32 level) in beginBacktrack() 760 endBacktrack (pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_UINT32 level, ANTLR3_BOOLEAN successful) in endBacktrack() 951 ANTLR3_UINT32 top; in combineFollows() local
|
| /external/deqp/framework/platform/null/ |
| D | tcuNullRenderContextFuncs.inl | 125 GLW_APICALL void GLW_APIENTRY glBindImageTexture (GLuint unit, GLuint texture, GLint level, GLboole… 571 GLW_APICALL void GLW_APIENTRY glClearTexImage (GLuint texture, GLint level, GLenum format, GLenum t… 581 GLW_APICALL void GLW_APIENTRY glClearTexSubImage (GLuint texture, GLint level, GLint xoffset, GLint… 644 …PIENTRY glCompressedMultiTexImage1DEXT (GLenum texunit, GLenum target, GLint level, GLenum interna… 657 …PIENTRY glCompressedMultiTexImage2DEXT (GLenum texunit, GLenum target, GLint level, GLenum interna… 671 …PIENTRY glCompressedMultiTexImage3DEXT (GLenum texunit, GLenum target, GLint level, GLenum interna… 686 …NTRY glCompressedMultiTexSubImage1DEXT (GLenum texunit, GLenum target, GLint level, GLint xoffset,… 699 …NTRY glCompressedMultiTexSubImage2DEXT (GLenum texunit, GLenum target, GLint level, GLint xoffset,… 714 …NTRY glCompressedMultiTexSubImage3DEXT (GLenum texunit, GLenum target, GLint level, GLint xoffset,… 731 GLW_APICALL void GLW_APIENTRY glCompressedTexImage1D (GLenum target, GLint level, GLenum internalfo… [all …]
|
| /external/deqp/framework/opengl/ |
| D | gluCallLogWrapper.inl | 119 void CallLogWrapper::glBindImageTexture (glw::GLuint unit, glw::GLuint texture, glw::GLint level, g… 499 void CallLogWrapper::glClearTexImage (glw::GLuint texture, glw::GLint level, glw::GLenum format, gl… 506 void CallLogWrapper::glClearTexSubImage (glw::GLuint texture, glw::GLint level, glw::GLint xoffset,… 558 …pressedMultiTexImage1DEXT (glw::GLenum texunit, glw::GLenum target, glw::GLint level, glw::GLenum … 565 …pressedMultiTexImage2DEXT (glw::GLenum texunit, glw::GLenum target, glw::GLint level, glw::GLenum … 572 …pressedMultiTexImage3DEXT (glw::GLenum texunit, glw::GLenum target, glw::GLint level, glw::GLenum … 579 …ssedMultiTexSubImage1DEXT (glw::GLenum texunit, glw::GLenum target, glw::GLint level, glw::GLint x… 586 …ssedMultiTexSubImage2DEXT (glw::GLenum texunit, glw::GLenum target, glw::GLint level, glw::GLint x… 593 …ssedMultiTexSubImage3DEXT (glw::GLenum texunit, glw::GLenum target, glw::GLint level, glw::GLint x… 600 void CallLogWrapper::glCompressedTexImage1D (glw::GLenum target, glw::GLint level, glw::GLenum inte… [all …]
|
| /external/deqp/framework/opengl/wrapper/ |
| D | glwImpl.inl | 135 void glwBindImageTexture (GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer,… 559 void glwClearTexImage (GLuint texture, GLint level, GLenum format, GLenum type, const void *data) 567 void glwClearTexSubImage (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset,… 623 void glwCompressedMultiTexImage1DEXT (GLenum texunit, GLenum target, GLint level, GLenum internalfo… 631 void glwCompressedMultiTexImage2DEXT (GLenum texunit, GLenum target, GLint level, GLenum internalfo… 639 void glwCompressedMultiTexImage3DEXT (GLenum texunit, GLenum target, GLint level, GLenum internalfo… 647 void glwCompressedMultiTexSubImage1DEXT (GLenum texunit, GLenum target, GLint level, GLint xoffset,… 655 void glwCompressedMultiTexSubImage2DEXT (GLenum texunit, GLenum target, GLint level, GLint xoffset,… 663 void glwCompressedMultiTexSubImage3DEXT (GLenum texunit, GLenum target, GLint level, GLint xoffset,… 671 void glwCompressedTexImage1D (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLi… [all …]
|
| /external/libcups/filter/ |
| D | pstops.c | 1237 int level; /* Embedded document level */ in copy_page() local 2219 int level; /* Parenthesis level */ in parse_text() local 2676 int level; /* Embedded document level */ in skip_page() local 3173 float top, /* I - Top position in points */ in write_label_prolog()
|
| /external/doclava/res/assets/templates-sdk/assets/js/ |
| D | android_3p-bundle.js | 2478 …|$)"));return b},H=function(a,b){var c=a.attributes||{};return(!b[1]||a.nodeName.toLowerCase()===b… 2614 …aj;q=Z/v;az=q>1;aE=y>1;if(!(aE||az)){D.removeClass("jspScrollable");Y.css({top:0,width:al.width()-… property 2658 (function(a,b){a.ui=a.ui||{};var c=/left|center|right/,d=/top|center|bottom/,e="center",f={},g=a.fn… property 2662 …llParent(),this.offset=this.positionAbs=this.element.offset(),this.offset={top:this.offset.top-thi… property 2670 …sition"),width:this.element.outerWidth(),height:this.element.outerHeight(),top:this.element.css("t… property 2674 …ffset();a.data(this,"selectable-item",{element:this,$element:b,left:c.left,top:c.top,right:c.left+… property 2678 …parent",axis:!1,connectWith:!1,containment:!1,cursor:"auto",cursorAt:!1,dropOnEmpty:!0,forcePlaceh… 2686 …ons:{appendTo:"body",autoFocus:!1,delay:300,minLength:1,position:{my:"left top",at:"left bottom",c… property 2694 …t:"center",collision:"fit",using:function(b){var c=a(this).css(b).offset().top;c<0&&a(this).css("t… property 2698 …istance:0,max:100,min:0,orientation:"horizontal",range:!1,step:1,value:0,values:null},_create:func… [all …]
|
| /external/tinyxml2/docs/ |
| D | jquery.js | 23 …'"]|[^\[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,bC="sizcache"+(Math.rando… 53 …tClickEvent")){b.removeData(e.target,d.widgetName+".preventClickEvent");e.stopImmediatePropagation… property 68 …false,windowWidth:0,windowHeight:0,scrollTop:0,scrollLeft:0};var p={none:0,top:1,bottom:2,left:4,r… property 87 …bject"&&typeof module.exports==="object"){module.exports=a(require("jquery"))}else{a(jQuery)}}}(fu…
|
| /external/epid-sdk/doc/html/ |
| D | jquery.js | 51 …'"]|[^\[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,bC="sizcache"+(Math.rando… 81 …tClickEvent")){b.removeData(e.target,d.widgetName+".preventClickEvent");e.stopImmediatePropagation… property 96 …false,windowWidth:0,windowHeight:0,scrollTop:0,scrollLeft:0};var p={none:0,top:1,bottom:2,left:4,r… property 115 …bject"&&typeof module.exports==="object"){module.exports=a(require("jquery"))}else{a(jQuery)}}}(fu…
|
| /external/mesa3d/src/gallium/drivers/ddebug/ |
| D | dd_draw.c | 955 const char *top = dd_fence_state(screen, record->top_of_pipe, &top_not_reached); in dd_report_hang() local 1460 unsigned level, in dd_context_clear_texture() 1481 struct pipe_resource *resource, unsigned level, in dd_context_transfer_map() 1595 unsigned level, unsigned usage, in dd_context_texture_subdata()
|