/external/v8/src/compiler/ |
ast-graph-builder.h | 499 void Poke(int depth, Node* node) { 500 DCHECK(depth >= 0 && depth < stack_height()); 501 int index = static_cast<int>(values()->size()) - depth - 1; 504 Node* Peek(int depth) { 505 DCHECK(depth >= 0 && depth < stack_height()); 506 int index = static_cast<int>(values()->size()) - depth - 1; 509 void Drop(int depth) { 510 DCHECK(depth >= 0 && depth <= stack_height()) 514 int depth = stack_height() - trim_to_height; local [all...] |
/external/webrtc/webrtc/modules/desktop_capture/x11/ |
x_server_pixel_buffer.h | 61 bool InitPixmaps(int depth);
|
/frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/ |
StackOverflowXmlParser.java | 150 // Skips tags the parser isn't interested in. Uses depth to handle nested tags. i.e., 152 // finds the matching END_TAG (as indicated by the value of "depth" being 0). 157 int depth = 1; local 158 while (depth != 0) { 161 depth--; 164 depth++;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/ |
Xdbe.h | 44 int depth; /* depth of visual in bits */ member in struct:__anon38473
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/ |
Xdbe.h | 42 int depth; /* depth of visual in bits */ member in struct:__anon40331
|
/prebuilts/go/darwin-x86/src/reflect/ |
deepequal.go | 22 func deepValueEqual(v1, v2 Value, visited map[visit]bool, depth int) bool { 30 // if depth > 10 { panic("deepValueEqual") } // for debugging 66 if !deepValueEqual(v1.Index(i), v2.Index(i), visited, depth+1) { 82 if !deepValueEqual(v1.Index(i), v2.Index(i), visited, depth+1) { 91 return deepValueEqual(v1.Elem(), v2.Elem(), visited, depth+1) 93 return deepValueEqual(v1.Elem(), v2.Elem(), visited, depth+1) 96 if !deepValueEqual(v1.Field(i), v2.Field(i), visited, depth+1) { 112 if !deepValueEqual(v1.MapIndex(k), v2.MapIndex(k), visited, depth+1) {
|
/prebuilts/go/linux-x86/src/reflect/ |
deepequal.go | 22 func deepValueEqual(v1, v2 Value, visited map[visit]bool, depth int) bool { 30 // if depth > 10 { panic("deepValueEqual") } // for debugging 66 if !deepValueEqual(v1.Index(i), v2.Index(i), visited, depth+1) { 82 if !deepValueEqual(v1.Index(i), v2.Index(i), visited, depth+1) { 91 return deepValueEqual(v1.Elem(), v2.Elem(), visited, depth+1) 93 return deepValueEqual(v1.Elem(), v2.Elem(), visited, depth+1) 96 if !deepValueEqual(v1.Field(i), v2.Field(i), visited, depth+1) { 112 if !deepValueEqual(v1.MapIndex(k), v2.MapIndex(k), visited, depth+1) {
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/voxel/ |
VoxelChunk.java | 26 public final int depth;
field in class:VoxelChunk 36 public VoxelChunk (int width, int height, int depth) {
37 this.voxels = new byte[width * height * depth];
40 this.depth = depth;
41 this.topOffset = width * depth;
42 this.bottomOffset = -width * depth;
53 if (z < 0 || z >= depth) return 0;
64 if (z < 0 || z >= depth) return;
78 for (int z = 0; z < depth; z++) { [all...] |
/external/opencv3/samples/cpp/ |
intelperc_capture.cpp | 37 cout << " -dsp IDX, set profile index of the depth stream" << endl; 69 else if ((0 == strcmp( argv[i], "--depth-stream-prof")) || (0 == strcmp( argv[i], "-dsp"))) 101 cerr << "For --show-closed depth profile has be selected" << endl; 134 cout << "Depth stream." << endl; 140 cout << "Depth streams profiles:" << endl; 227 static void imshowDepth(const char *winname, Mat &depth, VideoCapture &capture) 235 image.create(depth.rows, depth.cols, CV_8UC3); 236 for (int row = 0; row < depth.rows; row++) 239 short* ptrSrc = (short*)depth.ptr(row) [all...] |
/hardware/ti/omap4-aah/ |
heaptracker.c | 99 void print_backtrace(const intptr_t *bt, int depth) 106 depth = heaptracker_stacktrace(self_bt, MAX_BACKTRACE_DEPTH); 111 for (cnt = 0; cnt < depth && cnt < MAX_BACKTRACE_DEPTH; cnt++) { 371 int depth; local 372 depth = heaptracker_stacktrace(bt, MAX_BACKTRACE_DEPTH); 385 print_backtrace(bt, depth); 390 print_backtrace(bt, depth); 419 int depth; local 420 depth = heaptracker_stacktrace(bt, MAX_BACKTRACE_DEPTH); 433 print_backtrace(bt, depth); [all...] |
/hardware/ti/omap4xxx/ |
heaptracker.c | 99 void print_backtrace(const intptr_t *bt, int depth) 106 depth = heaptracker_stacktrace(self_bt, MAX_BACKTRACE_DEPTH); 111 for (cnt = 0; cnt < depth && cnt < MAX_BACKTRACE_DEPTH; cnt++) { 371 int depth; local 372 depth = heaptracker_stacktrace(bt, MAX_BACKTRACE_DEPTH); 385 print_backtrace(bt, depth); 390 print_backtrace(bt, depth); 419 int depth; local 420 depth = heaptracker_stacktrace(bt, MAX_BACKTRACE_DEPTH); 433 print_backtrace(bt, depth); [all...] |
/art/tools/ahat/src/ |
ObjectsHandler.java | 37 int depth = query.getInt("depth", 0); local 40 Site site = mSnapshot.getSite(stackId, depth);
|
/build/kati/testcase/tools/ |
findleaves.py | 47 depth = 1 + root.count("/") - rootdepth 48 if depth < mindepth:
|
/build/tools/ |
findleaves.py | 47 depth = 1 + root.count("/") - rootdepth 48 if depth < mindepth:
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/ |
RefocusFilter.java | 55 * is reserved for invalid padded pixels. Depth here refers to inverse depth 59 * filtering, including: the number of blending layers, the depth levels in 60 * each blending layer, focal depth, etc. For details, please refer to the 76 // Processes layers from back-most to focal depth (including the focal 77 // depth). 82 // Processes layers from front-most to focal depth (excluding the focal 83 // depth). 97 * Process layers from back-most to focal depth (including the focal depth) [all...] |
/external/ImageMagick/tests/ |
cli-colorspace.tap | 20 depth=`eval ${MAGICK} xc:none -format '%[fx:QuantumRange]' info:-` 21 if [ "X$depth" = "X255" ]; then
|
/external/boringssl/src/crypto/asn1/ |
asn1_par.c | 69 int offset, int depth, int indent, int dump); 114 int depth, int indent, int dump) 131 if (depth > ASN1_PARSE_MAXDEPTH) 133 BIO_puts(bp, "BAD RECURSION DEPTH\n"); 163 depth,(long)hl,len) <= 0) 169 depth,(long)hl) <= 0) 172 if (!asn1_print_info(bp,tag,xclass,j,(indent)?depth:0)) 190 offset+(p - *pp),depth+1, 200 offset+(p - *pp),depth+1,
|
/external/deqp/framework/common/ |
tcuCompressedTexture.hpp | 114 CompressedTexture (CompressedTexFormat format, int width, int height, int depth = 1); 118 void setStorage (CompressedTexFormat format, int width, int height, int depth = 1);
|
/external/gemmlowp/test/ |
correctness_meta_gemm.cc | 62 std::int32_t rows, std::int32_t cols, std::int32_t depth, 71 for (int k = 0; k < depth; ++k) { 73 (static_cast<std::int32_t>(left[depth * i + k]) + lhs_offset) * 74 (static_cast<std::int32_t>(right[depth * j + k]) + rhs_offset); 118 std::int32_t rows, std::int32_t cols, std::int32_t depth, 125 for (int k = 0; k < depth; ++k) { 127 (static_cast<std::int32_t>(left[depth * i + k]) + lhs_offset) * 128 (static_cast<std::int32_t>(right[depth * j + k]) + rhs_offset);
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/ |
btContactArray.java | 65 public void push_contact(Vector3 point, Vector3 normal, float depth, int feature1, int feature2) { 66 CollisionJNI.btContactArray_push_contact(swigCPtr, this, point, normal, depth, feature1, feature2);
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_transfer.c | 48 assert(box->depth == 1); 56 for (i = 0; i < box->depth; i++) {
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_state_blend.c | 109 softpipe_delete_depth_stencil_state(struct pipe_context *pipe, void *depth) 111 FREE( depth );
|
/external/mesa3d/src/mesa/main/ |
texstore.h | 51 * \param srcWidth/Height/Depth source image size, in pixels 104 GLint width, GLint height, GLint depth, 119 GLsizei width, GLsizei height, GLsizei depth,
|
/external/opencv/otherlibs/highgui/ |
grfmt_jpeg.h | 79 int width, int height, int depth, int channels ); 191 int width, int height, int depth, int channels );
|
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;
|