HomeSort by relevance Sort by last modified time
    Searched defs:depth (Results 76 - 100 of 477) sorted by null

1 2 34 5 6 7 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
IdeScanningContext.java 121 int depth = resource instanceof IFolder ? DEPTH_ONE : DEPTH_ZERO; local
122 resource.deleteMarkers(MARKER_AAPT_COMPILE, true, depth);
152 int depth = resource instanceof IFolder ? DEPTH_ONE : DEPTH_ZERO; local
155 true /*includeSubtypes*/, depth);
  /bionic/libc/kernel/common/linux/
irq.h 95 unsigned int depth; member in struct:irq_desc
  /dalvik/vm/
AllocTracker.cpp 40 * how many allocations it wants to see and what the stack depth should be.
41 * Changing the window size is easy, changing the max stack depth is harder
241 (1b) stack depth
395 /* compute depth */
396 int depth; local
397 for (depth = 0; depth < kMaxAllocRecordStackDepth; depth++) {
398 if (pRec->stackElem[depth].method == NULL)
408 set1(&ptr[8], depth);
    [all...]
  /development/ndk/platforms/android-3/include/linux/
irq.h 86 unsigned int depth; member in struct:irq_desc
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
SensorTest.java 64 final int depth = mDepth; local
67 for (int i = 0; i < depth; i++) {
71 index = depth - 1;
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
PKIXPolicyNode.java 14 protected int depth; field in class:PKIXPolicyNode
37 depth = _depth;
59 return depth;
151 depth,
  /external/chromium/third_party/libjingle/source/talk/base/
opensslstreamadapter.cc 564 int depth = X509_STORE_CTX_get_error_depth(store); local
567 LOG(LS_INFO) << "Error with certificate at depth: " << depth;
  /external/libvpx/vpx_mem/memory_manager/include/
cavl_impl.h 104 /* The maximum depth may be greater than the number of bits in a long,
106 ** depth. */
355 /* Zero-based depth in tree. */
356 unsigned depth = 0, unbal_depth = 0; variable
374 unbal_depth = depth;
388 L_BIT_ARR_1(branch, depth)
393 L_BIT_ARR_0(branch, depth)
397 depth++;
407 depth = unbal_depth;
413 cmp = L_BIT_ARR_VAL(branch, depth) ? 1 : -1
570 unsigned depth = 0, rm_depth; variable
865 unsigned depth = 0; variable
    [all...]
  /external/opencv/cxcore/include/
cxcore.hpp 50 CvImage( CvSize size, int depth, int channels )
52 image = cvCreateImage( size, depth, channels );
86 void create( CvSize size, int depth, int channels )
90 image->depth != depth || image->nChannels != channels )
91 attach( cvCreateImage( size, depth, channels ));
153 int depth() const { return image ? image->depth : 0; } function in class:CvImage
155 int pix_size() const { return image ? ((image->depth & 255)>>3)*image->nChannels : 0; }
173 image->roi->xOffset*((image->depth & 255)>>3)*image->nChannels)
321 int depth() const { return matrix ? CV_MAT_DEPTH(matrix->type) : 0; } function in class:CvMatrix
    [all...]
  /external/opencv/cxcore/src/
cxlogic.cpp 198 int elem_size, elem_size1, type, depth; local
232 depth = CV_MAT_DEPTH(type);
234 elem_size1 = CV_ELEM_SIZE1(depth);
259 depth = CV_MAT_DEPTH(type);
261 elem_size1 = CV_ELEM_SIZE1(depth);
cxminmaxloc.cpp 298 int type, depth, cn, coi = 0; local
320 depth = CV_MAT_DEPTH( type );
327 if( depth == CV_32S || depth == CV_64F )
360 CvFunc2D_1A4P func = (CvFunc2D_1A4P)(minmax_tab.fn_2d[depth]);
370 CvFunc2DnC_1A4P func = (CvFunc2DnC_1A4P)(minmaxcoi_tab.fn_2d[depth]);
383 CvFunc2D_2A4P func = (CvFunc2D_2A4P)(minmaxmask_tab.fn_2d[depth]);
394 CvFunc2DnC_2A4P func = (CvFunc2DnC_2A4P)(minmaxmaskcoi_tab.fn_2d[depth]);
437 if( depth != CV_32S && depth != CV_64F
    [all...]
cxnorm.cpp 977 int type, depth, cn, is_relative; local
    [all...]
cxrand.cpp 453 int type, depth, channels; local
505 depth = CV_MAT_DEPTH( type );
511 if( depth <= CV_32S )
537 CV_GET_FUNC_PTR( func, (CvFunc2D_1A2P)(fastrng_tab.fn_2d[depth]));
551 CV_GET_FUNC_PTR( func, (CvFunc2D_1A2P)(rng_tab[0].fn_2d[depth]));
565 CV_GET_FUNC_PTR( func, (CvFunc2D_1A2P)(rng_tab[1].fn_2d[depth]));
  /external/opencv/otherlibs/highgui/
grfmt_jpeg2000.cpp 125 int depth = jas_image_cmptprec( m_image, i ); local
126 if( depth > m_bit_depth )
127 m_bit_depth = depth;
396 bool GrFmtJpeg2000Writer::IsFormatSupported( int depth )
398 return depth == IPL_DEPTH_8U || depth == IPL_DEPTH_16U;
403 int width, int height, int depth, int channels )
417 component_info[i].prec = depth;
434 if( depth == 8 )
  /external/openssl/crypto/bn/
bn_ctx.c 103 /* Stack depth and allocation size */
124 unsigned int depth, size; member in struct:bignum_ctx_stack
147 /* Depth of stack overflow */
171 while(fpidx < stack->depth)
315 st->depth = st->size = 0;
326 st->depth = 0;
332 if(st->depth == st->size)
340 if(st->depth)
341 memcpy(newitems, st->indexes, st->depth *
347 st->indexes[(st->depth)++] = idx
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/
Xvlib.h 82 char depth; member in struct:__anon10785
135 int depth; member in struct:__anon10790
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxvideo.h 88 int depth; /* number of significant bits/pixel */ member in struct:SDL_PrivateVideoData::__anon10892
94 int depth; /* current visual depth (not bpp) */ member in struct:SDL_PrivateVideoData
  /external/qemu/distrib/sdl-1.2.12/src/video/xbios/
SDL_xbios.h 45 Uint16 depth; /* bits per plane */ member in struct:__anon10947
129 Uint16 depth, SDL_bool flags);
  /external/srec/portable/src/
plog.c 425 size_t depth; local
438 rc = PStackTraceGetDepth(&depth);
451 /* Remove PLogMessage() from depth */
452 --depth;
453 if (GlogLevel < depth)
  /external/valgrind/main/coregrind/
m_debuglog.c 873 Int indent, depth, i; local
889 depth = RUNNING_ON_VALGRIND;
890 for (i = 0; i < depth; i++) {
m_libcprint.c 395 Int i, depth; local
399 depth = RUNNING_ON_VALGRIND;
400 if (depth > 10)
401 depth = 10; // ?!?!
402 for (i = 0; i < depth; i++) {
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
TransferQueue.h 47 GLboolean depth[1]; member in struct:WebCore::GLState
  /external/webkit/Source/WebCore/rendering/
RenderQuote.cpp 36 static inline void adjustDepth(int &depth, QuoteType type)
41 ++depth;
45 if (depth)
46 --depth;
75 // (All quote renderers are linked and have the correct depth set)
79 // to "this", thus if "this" does not need to change its depth upon insertion, the other renderers in the list don't
98 tail = tail->m_next; // This marks the splicing point here there may be a depth discontinuity
113 if (head->m_depth == newDepth) { // All remaining depth should be correct except if splicing was done.
127 tail = 0; // Mark the possible depth discontinuity fixed.
299 int depth = removedQuote->m_depth local
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/x11/
NetscapePluginX11.cpp 95 return QApplication::desktop()->x11Info().depth();
136 int depth = displayDepth(); local
138 callbackStruct->depth = depth;
142 visualTemplate.depth = depth;
246 ASSERT(qtDrawable.depth() == static_cast<NPSetWindowCallbackStruct*>(m_npWindow.ws_info)->depth);
  /frameworks/base/core/java/android/animation/
AnimatorInflater.java 105 int depth = parser.getDepth(); local
107 while (((type=parser.next()) != XmlPullParser.END_TAG || parser.getDepth() > depth)

Completed in 553 milliseconds

1 2 34 5 6 7 8 91011>>