/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/ |
D | asdl_c.py | 28 def reflow_lines(s, depth): argument 89 def emit(self, s, depth, reflow=True): argument 105 def visitType(self, type, depth=0): argument 108 def visitSum(self, sum, name, depth): argument 114 def simple_sum(self, sum, name, depth): argument 125 def sum_with_constructors(self, sum, name, depth): argument 131 def visitProduct(self, product, name, depth): argument 145 def visitType(self, type, depth=0): argument 148 def visitSum(self, sum, name, depth): argument 152 def sum_with_constructors(self, sum, name, depth): argument [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_runpy.py | 116 def _make_pkg(self, source, depth, mod_base="runpy_test"): argument 136 def _del_pkg(self, top, depth, mod_name): argument 161 def _check_module(self, depth): argument 182 def _check_package(self, depth): argument 204 def _add_relative_modules(self, base_dir, source, depth): argument 229 def _check_relative_imports(self, depth, run_name=None): argument
|
D | script_helper.py | 136 source, depth=1, compiled=False): argument
|
D | test_cmd_line_script.py | 43 source=test_source, depth=1): argument
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/FdtLib/ |
D | fdt.c | 161 int fdt_next_node(const void *fdt, int offset, int *depth) in fdt_next_node() 203 int depth = 0; in fdt_first_subnode() local 214 int depth = 1; in fdt_next_subnode() local
|
D | fdt_wip.c | 99 int depth = 0; in _fdt_node_end_offset() local
|
D | fdt_ro.c | 135 int depth; in fdt_subnode_offset_namelen() local 361 int offset, depth, namelen; in fdt_get_path() local 413 int offset, depth; in fdt_supernode_atdepth_offset() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | pprint.py | 52 def pprint(object, stream=None, indent=1, width=80, depth=None): argument 58 def pformat(object, indent=1, width=80, depth=None): argument 82 def __init__(self, indent=1, width=80, depth=None, stream=None): argument
|
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/ |
D | GLESTextureUtils.cpp | 210 GLsizei width, GLsizei height, GLsizei depth, in computeTextureStartEnd() 238 GLsizei width, GLsizei height, GLsizei depth, in computeTotalImageSize() 263 GLsizei width, GLsizei height, GLsizei depth, in computeNeededBufferSize()
|
D | GLClientState.cpp | 592 size_t GLClientState::pixelDataSize(GLsizei width, GLsizei height, GLsizei depth, GLenum format, GL… in pixelDataSize() 623 size_t GLClientState::pboNeededDataSize(GLsizei width, GLsizei height, GLsizei depth, GLenum format… in pboNeededDataSize() 854 …::setBoundTextureDims(GLenum target, GLsizei level, GLsizei width, GLsizei height, GLsizei depth) { in setBoundTextureDims()
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
D | mrhoist.c | 188 void MR_xxxIndent(FILE *f,int depth) in MR_xxxIndent() 203 void MR_stderrIndent(int depth) in MR_stderrIndent() 213 void MR_outputIndent(int depth) in MR_outputIndent() 266 void MR_dumpTreeF(FILE *f,int depth,Tree *tree,int across) in MR_dumpTreeF() 308 void MR_dumpTreeX(int depth,Tree *tree,int across) in MR_dumpTreeX() 320 void MR_dumpTokenSet(FILE *f,int depth,set s) in MR_dumpTokenSet() 357 void MR_dumpPred1(int depth,Predicate *p,int withContext) in MR_dumpPred1() 2248 int MR_all_leaves_same_height(Tree *t,int depth) 2872 int depth; local
|
D | fset2.c | 1790 Tree *tTrunc(Tree *t,int depth) in tTrunc() 1841 int depth; local 1944 int depth; local 2156 int depth; in MR_backTraceReport() local
|
D | dumpnode.c | 50 void dumppred1(int depth,Predicate *p) in dumppred1()
|
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | GL2EncoderUtils.cpp | 32 size_t pixelDataSize3D(void *self, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLe… in pixelDataSize3D()
|
D | gl2_entry.cpp | 529 void glClearDepthf(GLclampf depth) in glClearDepthf() 1330 …t, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border,… in glTexImage3DOES() 1336 …xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format… in glTexSubImage3DOES() 1348 …t, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border,… in glCompressedTexImage3DOES() 1355 …xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format… in glCompressedTexSubImage3DOES() 1604 …xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format… in glExtGetTexSubImageQCOM() 1822 void glClearBufferfi(GLenum buffer, GLint drawBuffer, GLfloat depth, GLint stencil) in glClearBufferfi() 2420 …et, GLint level, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLint border,… in glTexImage3D() 2426 …et, GLint level, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLint border,… in glTexImage3DOffsetAEMU() 2432 …GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) in glTexStorage3D() [all …]
|
D | GLESv2Validation.cpp | 355 GLsizei compressedTexImageSize(GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth)… in compressedTexImageSize()
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/EblCmdLib/ |
D | EblCmdFdt.c | 115 UINTN depth; in DumpFdt() local
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/FdtPlatformDxe/ |
D | ShellDumpFdt.c | 100 UINTN depth; in DumpFdt() local
|
/device/google/contexthub/util/common/ |
D | JSONObject.cpp | 563 AString JSONValue::toString(size_t depth, bool indentFirstLine) const { in toString() 651 AString JSONCompound::toString(size_t depth, bool indentFirstLine) const { in toString()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | traceback.c | 239 long depth = 0; in tb_printinternal() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
D | traceback.c | 239 long depth = 0; in tb_printinternal() local
|
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/ |
D | X11GraphicsWindow.c | 48 int depth; member
|
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | gles.cpp | 66 void glClearDepthf(GLclampf depth) in glClearDepthf() 291 void glClearDepthx(GLclampx depth) in glClearDepthx() 856 void glClearDepthxOES(GLclampx depth) in glClearDepthxOES() 1181 void glClearDepthfOES(GLclampf depth) in glClearDepthfOES() 1371 …xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format… in glExtGetTexSubImageQCOM()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
D | deflate.h | 213 uch depth[2*L_CODES+1]; member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
D | trees.c | 445 #define smaller(tree, n, m, depth) \ argument
|