Home
last modified time | relevance | path

Searched defs:depth (Results 1 – 25 of 291) sorted by relevance

12345678910>>...12

/external/dbus/tools/
Ddbus-print-message.c50 indent (int depth) in indent()
57 print_hex (unsigned char *bytes, unsigned int len, int depth) in print_hex()
100 print_ay (DBusMessageIter *iter, int depth) in print_ay()
146 print_iter (DBusMessageIter *iter, dbus_bool_t literal, int depth) in print_iter()
/external/webkit/Source/WebCore/html/canvas/
DWebGLContextAttributes.cpp70 bool WebGLContextAttributes::depth() const in depth() function in WebCore::WebGLContextAttributes
75 void WebGLContextAttributes::setDepth(bool depth) in setDepth()
/external/valgrind/main/none/tests/
Dstackgrowth.c7 static void test(int depth) in test()
Dthread-exits.c47 static void grow(int depth) in grow()
/external/doclava/src/com/google/doclava/
DHierarchy.java57 int depth = depth(nodes, "java.lang.Object"); in makeHierarchy() local
76 private static int depth(HashMap<String, TreeSet<String>> nodes, String name) { in depth() method in Hierarchy
/external/clang/test/CodeGen/
DPR4611-bitfield-layout.c5 unsigned int type:3, pack_id:16, depth:13; member
/external/clang/bindings/python/examples/cindex/
Dcindex-dump.py39 def get_info(node, depth=0): argument
/external/valgrind/main/memcheck/tests/linux/
Dlsframe2.c13 int rec ( int depth ) in rec()
/external/chromium/base/json/
Djson_writer.cc53 int depth, in BuildJSONString()
197 void JSONWriter::IndentLine(int depth) { in IndentLine()
/external/webkit/Source/WebCore/xml/
DXPathNodeSet.cpp38 static inline Node* parentWithDepth(unsigned depth, const Vector<Node*>& parents) in parentWithDepth()
49 unsigned depth = parentMatrix[i].size() - 1; in sortBlock() local
/external/v8/test/mjsunit/
Ddeep-recursion.js33 function newdeep(start, depth) { argument
/external/javassist/src/main/javassist/runtime/
DCflow.java27 private int depth; field in Cflow.Depth
/external/webkit/Source/WebKit/chromium/public/
DWebScreenInfo.h40 int depth; member
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
Daccess-binary-trees.js16 function bottomUpTree(item,depth){ argument
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
Daccess-binary-trees.js16 function bottomUpTree(item,depth){ argument
/external/dbus/dbus/
Ddbus-message-factory.h47 int depth; member
/external/opencv/otherlibs/highgui/
Dgrfmt_png.cpp261 bool GrFmtPngWriter::IsFormatSupported( int depth ) in IsFormatSupported()
267 int width, int height, int depth, int channels ) in WriteImage()
Dgrfmt_pxm.cpp369 bool GrFmtPxMWriter::IsFormatSupported( int depth ) in IsFormatSupported()
376 int width, int height, int depth, int _channels ) in WriteImage()
/external/chromium/chrome/browser/resources/shared/js/cr/ui/
Dtree.js98 get depth() { getter in Tree
267 get depth() { getter in TreeItem
276 setDepth_: function(depth) { argument
/external/webkit/Source/WebCore/platform/qt/
DPlatformScreenQt.cpp61 int depth = QApplication::desktop()->screen(0)->depth(); in screenDepthPerComponent() local
/external/webkit/Source/JavaScriptCore/wtf/
DAVLTree.h332 unsigned depth; variable
361 unsigned depth = 0; in build() local
608 unsigned depth = 0, unbal_depth = 0; in insert() local
758 unsigned depth = 0, rm_depth; in remove() local
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
DSDL_cgxmodes.c38 int depth=8; in set_best_resolution() local
77 static void add_visual(_THIS, int depth, int class) in add_visual()
/external/expat/examples/
Delements.c49 int depth = 0; in main() local
/external/opencv/cxcore/include/
Dcxcore.hpp50 CvImage( CvSize size, int depth, int channels ) in CvImage()
86 void create( CvSize size, int depth, int channels ) in create()
153 int depth() const { return image ? image->depth : 0; } in depth() function in CvImage
321 int depth() const { return matrix ? CV_MAT_DEPTH(matrix->type) : 0; } in depth() function in CvMatrix
/external/chromium/base/
Dlogging_win.cc67 DWORD depth = 0; in LogMessage() local

12345678910>>...12