HomeSort by relevance Sort by last modified time
    Searched defs:depth (Results 26 - 50 of 336) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/doclava/src/com/google/doclava/
Hierarchy.java 57 int depth = depth(nodes, "java.lang.Object"); local
60 hdf.setValue("colspan", "" + depth);
62 recurse(nodes, "java.lang.Object", hdf.getChild("classes.0"), depth, depth);
76 private static int depth(HashMap<String, TreeSet<String>> nodes, String name) { method in class:Hierarchy
81 int n = depth(nodes, s);
  /external/grub/stage2/
mb_header.h 50 unsigned depth; member in struct:multiboot_header
  /external/openssl/crypto/pkcs7/
dec.c 204 int err,depth; local
208 depth= X509_STORE_CTX_get_error_depth(ctx);
211 BIO_printf(bio_err,"depth=%d %s\n",depth,buf);
216 if (depth < 6)
verify.c 219 int err,depth; local
223 depth= X509_STORE_CTX_get_error_depth(ctx);
226 BIO_printf(bio_err,"depth=%d %s\n",depth,buf);
231 if (depth < 6)
  /external/qemu-pc-bios/vgabios/
vbetables-gen.c 10 int depth; member in struct:__anon10145
104 if (pm->depth == 4)
107 pitch = pm->width * ((pm->depth + 7) / 8);
111 pm->mode, pm->width, pm->height, pm->depth);
112 if (pm->depth == 4)
150 if (pm->depth == 4) {
155 printf("/*Bit8u BitsPerPixel*/ %d,\n", pm->depth);
159 if (pm->depth == 4)
161 else if (pm->depth == 8)
167 if (pm->depth == 4
    [all...]
  /external/skia/include/core/
SkTDStack.h 43 int depth() const { return fTotalCount; } function in class:SkTDStack
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8HTMLCanvasElementCustom.cpp 67 v8::Handle<v8::String> depth = v8::String::New("depth"); local
68 if (jsAttrs->Has(depth))
69 webGLAttrs->setDepth(jsAttrs->Get(depth)->BooleanValue());
  /external/webkit/Source/WebCore/xml/
XPathNodeSet.cpp 38 static inline Node* parentWithDepth(unsigned depth, const Vector<Node*>& parents)
40 ASSERT(parents.size() >= depth + 1);
41 return parents[parents.size() - 1 - depth];
49 unsigned depth = parentMatrix[i].size() - 1; local
50 if (minDepth > depth)
51 minDepth = depth;
XSLTUnicodeSort.cpp 87 int depth; local
210 depth = 1;
211 while (depth < nbsorts) {
212 if (sorts[depth] == NULL)
214 comp = static_cast<xsltStylePreComp*>(sorts[depth]->psvi);
224 if (resultsTab[depth] == NULL)
225 resultsTab[depth] = xsltComputeSortResult(ctxt,
226 sorts[depth]);
227 res = resultsTab[depth];
268 depth++
    [all...]
  /external/webkit/Tools/android/flex-2.5.4a/MISC/Macintosh/
alloca.c 109 (b) keep track of stack depth.
125 char *deep; /* for stack depth measure */
144 auto char probe; /* probes stack depth: */
145 register char *depth = &probe; local
159 if ((STACK_DIR > 0 && hp->h.deep > depth)
160 || (STACK_DIR < 0 && hp->h.deep < depth))
185 ((header *)new)->h.deep = depth;
  /frameworks/base/sax/java/android/sax/
Element.java 36 final int depth; field in class:Element
48 Element(Element parent, String uri, String localName, int depth) {
52 this.depth = depth;
RootElement.java 100 int depth = -1; field in class:RootElement.Handler
112 int depth = ++this.depth; local
114 if (depth == 0) {
128 if (depth == current.depth + 1) {
183 if (depth == current.depth) {
204 depth--;
  /packages/apps/Camera/src/com/android/camera/
PreferenceInflater.java 87 int depth = parser.getDepth(); local
88 if (depth > list.size()) {
91 list.set(depth - 1, pref);
93 if (depth > 1) {
94 ((PreferenceGroup) list.get(depth - 2)).addChild(pref);
  /packages/apps/Email/emailcommon/src/org/apache/commons/io/
DirectoryWalker.java 32 * This class operates with a {@link FileFilter} and maximum depth to
65 * protected boolean handleDirectory(File directory, int depth, Collection results) {
76 * protected void handleFile(File file, int depth, Collection results) {
206 * private void handleIsCancelled(File file, int depth, Collection results) {
226 * protected boolean handleDirectory(File directory, int depth, Collection results) throws IOException {
229 * throw new CancelException(file, depth);
234 * protected void handleFile(File file, int depth, Collection results) throws IOException {
237 * throw new CancelException(file, depth);
258 * The limit on the directory depth to walk.
263 * Construct an instance with no filtering and unlimited <i>depth</i>.
574 private int depth = -1; field in class:DirectoryWalker.CancelException
    [all...]
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
ExternalSource.java 138 final int depth = parser.getDepth(); local
139 while (((type = parser.next()) != XmlPullParser.END_TAG || parser.getDepth() > depth)
  /dalvik/vm/
Debugger.h 66 JdwpStepDepth depth; member in struct:StepControl
282 JdwpStepDepth depth);
  /dalvik/vm/jdwp/
JdwpEvent.h 73 int depth; /* JdwpStepDepth */ member in struct:JdwpEventMod::__anon757
  /external/apache-xml/src/main/java/org/apache/xml/utils/
QName.java 269 int depth = namespaces.size(); local
271 for (int i = depth - 1; i >= 0; i--)
  /external/chromium/chrome/browser/password_manager/
password_form_manager.cc 436 // regardless of the matching depth in the URL path).
449 size_t depth = 0; local
452 while ((depth < max_dirs) && (form_path_tokens_[depth] ==
453 candidate_path_tokens[depth])) {
454 depth++;
458 score += (depth > 0) ? 1 << 4 : 0;
  /external/libvpx/nestegg/include/nestegg/
nestegg.h 130 unsigned int depth; /**< Bits per sample. */ member in struct:__anon7392
  /external/libvpx/vpx_mem/memory_manager/include/
cavl_if.h 147 ** node depth. The definition depends on whether the maximum depth is more
153 /* Maximum depth may be more than number of bits in a long. */
160 /* Maximum depth is definitely less than number of bits in a long. */
178 /* Zero-based depth of path into tree. */
179 unsigned depth; member in struct:__anon7505
  /external/mesa3d/src/mesa/program/
symbol_table.c 61 /** Scope depth where this symbol was defined. */
62 unsigned depth; member in struct:symbol
110 /** Current scope depth. */
111 unsigned depth; member in struct:_mesa_symbol_table
165 table->depth--;
193 table->depth++;
291 assert(sym->depth <= table->depth);
292 return sym->depth - table->depth;
    [all...]
  /external/opencv/cv/src/
cvsumpixels.cpp 326 int depth, cn; local
384 depth = CV_MAT_DEPTH(src->type);
394 func_c1 = (CvIntegralImageFuncC1)tab_c1.fn_2d[depth];
395 func_cn = (CvIntegralImageFuncCn)tab_cn.fn_2d[depth];
408 if( depth == CV_8U && !tilted && CV_MAT_DEPTH(sum->type) == CV_32S )
  /external/opencv/cxcore/src/
cxlut.cpp 222 int depth, cn, lut_cn; local
262 depth = CV_MAT_DEPTH( dst->type );
288 int half_size = CV_ELEM_SIZE1(depth)*cn*128;
298 if( lut_cn == 1 || (lut_cn <= 4 && depth == CV_8U) )
300 CvLUT_TransformFunc func = depth == CV_8U ? lut_8u_tab[cn-1] :
301 (CvLUT_TransformFunc)(lut_c1_tab.fn_2d[depth]);
312 (CvLUT_TransformCnFunc)(lut_cn_tab.fn_2d[depth]);
  /external/opencv/otherlibs/highgui/
loadsave.cpp 393 int depth = 8; local
429 depth = reader->GetDepth();
438 if(reader->IsFloat() && depth != 8)
441 type = ( depth <= 8 ) ? CV_8U : ( depth <= 16 ) ? CV_16U : CV_32S;
447 if(reader->IsFloat() && depth != 8)
450 type = ( depth <= 8 ) ? IPL_DEPTH_8U : ( depth <= 16 ) ? IPL_DEPTH_16U : IPL_DEPTH_32S;

Completed in 1786 milliseconds

12 3 4 5 6 7 8 91011>>