| /external/google-java-format/core/src/main/java/com/google/googlejavaformat/ |
| D | DocBuilder.java | 68 Doc.Level level = Doc.Level.make(plusIndent); in open() local 74 Doc.Level top = stack.removeLast(); in close() local
|
| /external/lua/src/ |
| D | lfunc.c | 65 static UpVal *newupval (lua_State *L, int tbc, StkId level, UpVal **prev) { in newupval() 88 UpVal *luaF_findupval (lua_State *L, StkId level) { in luaF_findupval() 114 StkId top = L->top; in prepclosingmethod() local 130 static void varerror (lua_State *L, StkId level, const char *msg) { in varerror() 150 static int callclosemth (lua_State *L, StkId level, int status) { in callclosemth() 194 void luaF_newtbcupval (lua_State *L, StkId level) { in luaF_newtbcupval() 223 int luaF_close (lua_State *L, StkId level, int status) { in luaF_close()
|
| D | lauxlib.c | 52 static int findfield (lua_State *L, int objidx, int level) { in findfield() 80 int top = lua_gettop(L); in pushglobalfuncname() local 132 const char *msg, int level) { in luaL_traceback() 216 LUALIB_API void luaL_where (lua_State *L, int level) { in luaL_where()
|
| /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/cldr/tools/java/org/unicode/cldr/tool/ |
| D | ListCoverageLevels.java | 87 Level level = coverageLeveler.getLevel(path); in main() local 121 Level level = entry2.getKey(); in main() local 257 Map<T, Map> top = items; in getMap() local
|
| /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/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/python/cpython2/Lib/ |
| D | poplib.py | 176 def set_debuglevel(self, level): argument 299 def top(self, which, howmuch): member in POP3
|
| /external/tensorflow/tensorflow/core/platform/default/ |
| D | logging.cc | 181 int level = 0; in ParseInteger() local 201 for (const char* top = data + sdata.size; data < top; ++data) { in operator ()() local 345 bool LogMessage::VmoduleActivated(const char* fname, int level) { in VmoduleActivated()
|
| /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/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 1046 const int top = (y == 0) ? it->preds_[-preds_w + x] : modes[it->i4_ - 4]; in GetCostModeI4() local
|
| /external/python/cpython3/Lib/ |
| D | poplib.py | 197 def set_debuglevel(self, level): argument 339 def top(self, which, howmuch): member in POP3
|
| /external/deqp/modules/gles31/functional/ |
| D | es31fShaderFramebufferFetchTests.cpp | 1038 int top = height/2; in genReferenceTexture() local 1198 for (int level = 0; level < numLevels; level++) in create2DTextureArrayMipMaps() local 1213 tcu::TextureLevel TextureLevelTestCase::genReferenceTexture (int level, const vector<tcu::Vec4>& co… in genReferenceTexture() 1227 const int top = height / 2; in genReferenceMipmap() local 1250 for (int level = 0; level < (int)levelColors.size(); ++level) in iterate() local
|
| /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 GL_APIENTRY CompressedTexImage2D(GLenum target, GLint level, GLenum internalformat, GLsizei wi… in CompressedTexImage2D() 741 void GL_APIENTRY CompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, … in CompressedTexSubImage2D() 810 void GL_APIENTRY CopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y… in CopyTexImage2D() 937 void GL_APIENTRY CopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint … in CopyTexSubImage2D() 1461 …bufferTexture2DOES(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level) in FramebufferTexture2DOES() 1695 void GL_APIENTRY Frustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, … in Frustumf() 1712 void GL_APIENTRY Frustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, … in Frustumx() 3078 void GL_APIENTRY Orthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GL… in Orthof() 3095 void GL_APIENTRY Orthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GL… in Orthox() [all …]
|
| /external/python/cpython2/Lib/plat-mac/ |
| D | bundlebuilder.py | 220 def message(self, msg, level=0): argument 607 def walk(top): argument
|
| /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/skia/src/gpu/gl/ |
| D | GrGLGpu.cpp | 818 bool GrGLGpu::onWritePixels(GrSurface* surface, int left, int top, int width, int height, in onWritePixels() 854 bool GrGLGpu::onTransferPixelsTo(GrTexture* texture, int left, int top, int width, int height, in onTransferPixelsTo() 926 bool GrGLGpu::onTransferPixelsFrom(GrSurface* surface, int left, int top, int width, int height, in onTransferPixelsFrom() 1035 for (int level = 0; level < mipLevelCount; ++level, dims = {std::max(dims.width() >> 1, 1), in uploadTexData() local 1096 for (int level = 0; level < numMipLevels; ++level) { in uploadCompressedTexData() local 1121 for (int level = 0; level < numMipLevels; ++level) { in uploadCompressedTexData() local 1670 for (int level = 0; level < mipLevelCount && error == GR_GL_NO_ERROR; level++) { in createTexture() local 2101 bool GrGLGpu::readOrTransferPixelsFrom(GrSurface* surface, int left, int top, int width, int height, in readOrTransferPixelsFrom() 2159 bool GrGLGpu::onReadPixels(GrSurface* surface, int left, int top, int width, int height, in onReadPixels() 3498 for (GrGLint level = 1; level < levelCount; ++level) { in onRegenerateMipMapLevels() local
|
| /external/llvm-project/lldb/source/Expression/ |
| D | DWARFExpression.cpp | 89 lldb::DescriptionLevel level, in DumpLocation() 130 void DWARFExpression::GetDescription(Stream *s, lldb::DescriptionLevel level, in GetDescription() 624 lldb::DescriptionLevel level, in DumpLocationForAddress() 2413 Scalar &top = stack.back().ResolveValue(exe_ctx); in Evaluate() 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/libcups/filter/ |
| D | pstops.c | 1232 int level; /* Embedded document level */ in copy_page() local 2214 int level; /* Parenthesis level */ in parse_text() local 2671 int level; /* Embedded document level */ in skip_page() local 3168 float top, /* I - Top position in points */ in write_label_prolog()
|
| /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 …]
|