/external/webrtc/webrtc/modules/ |
D | modules_unittests.isolate | 13 '<(DEPTH)/data/audio_processing/output_data_fixed.pb', 20 '<(DEPTH)/data/audio_processing/output_data_float.pb', 21 '<(DEPTH)/data/audio_processing/output_data_mac.pb', 22 '<(DEPTH)/data/voice_engine/audio_tiny48.wav', 23 '<(DEPTH)/resources/att-downlink.rx', 24 '<(DEPTH)/resources/att-uplink.rx', 25 '<(DEPTH)/resources/audio_coding/neteq4_network_stats.dat', 26 '<(DEPTH)/resources/audio_coding/neteq4_rtcp_stats.dat', 27 '<(DEPTH)/resources/audio_coding/neteq4_universal_ref.pcm', 28 '<(DEPTH)/resources/audio_coding/neteq4_universal_ref_win_32.pcm', [all …]
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | one_hot_op_test.py | 57 depth = 3 69 depth=depth, 78 depth=depth, 87 depth = 3 94 self._testBothOneHot(indices=indices, depth=depth, truth=truth) 98 indices=indices, depth=depth, axis=0, 127 depth = 3 140 depth=depth, 149 depth=depth, 158 depth = 3 [all …]
|
/external/tensorflow/tensorflow/contrib/slim/python/slim/nets/ |
D | inception_v3.py | 79 min_depth: Minimum depth value (number of channels) for all convolution ops. 82 depth_multiplier: Float multiplier for the depth (number of channels) 103 depth = lambda d: max(int(d * depth_multiplier), min_depth) function 112 net = layers.conv2d(inputs, depth(32), [3, 3], stride=2, scope=end_point) 118 net = layers.conv2d(net, depth(32), [3, 3], scope=end_point) 125 net, depth(64), [3, 3], padding='SAME', scope=end_point) 137 net = layers.conv2d(net, depth(80), [1, 1], scope=end_point) 143 net = layers.conv2d(net, depth(192), [3, 3], scope=end_point) 165 net, depth(64), [1, 1], scope='Conv2d_0a_1x1') 168 net, depth(48), [1, 1], scope='Conv2d_0a_1x1') [all …]
|
D | inception_v2.py | 53 min_depth: Minimum depth value (number of channels) for all convolution ops. 56 depth_multiplier: Float multiplier for the depth (number of channels) 79 depth = lambda d: max(int(d * depth_multiplier), min_depth) function 102 depthwise_multiplier = min(int(depth(64) / 3), 8) 105 depth(64), [7, 7], 123 depth(64), [1, 1], 131 net = layers.conv2d(net, depth(192), [3, 3], scope=end_point) 147 net, depth(64), [1, 1], scope='Conv2d_0a_1x1') 151 depth(64), [1, 1], 155 branch_1, depth(64), [3, 3], scope='Conv2d_0b_3x3') [all …]
|
/external/oj-libjdwp/make/src/classes/build/tools/jdwpgen/ |
D | OutNode.java | 46 void genProcessMethod(PrintWriter writer, int depth) { in genProcessMethod() argument 48 indent(writer, depth); in genProcessMethod() 54 indent(writer, depth+5); in genProcessMethod() 58 indent(writer, depth+6); in genProcessMethod() 60 indent(writer, depth+1); in genProcessMethod() 68 indent(writer, depth+1); in genProcessMethod() 70 indent(writer, depth); in genProcessMethod() 74 void genEnqueueMethod(PrintWriter writer, int depth) { in genEnqueueMethod() argument 76 indent(writer, depth); in genEnqueueMethod() 82 indent(writer, depth+5); in genEnqueueMethod() [all …]
|
D | SelectNode.java | 87 void genJavaClassSpecifics(PrintWriter writer, int depth) { in genJavaClassSpecifics() argument 88 indent(writer, depth); in genJavaClassSpecifics() 91 indent(writer, depth+1); in genJavaClassSpecifics() 94 indent(writer, depth+1); in genJavaClassSpecifics() 97 indent(writer, depth); in genJavaClassSpecifics() 99 typeNode.genJavaDeclaration(writer, depth); in genJavaClassSpecifics() 100 indent(writer, depth); in genJavaClassSpecifics() 102 super.genJavaClassSpecifics(writer, depth); in genJavaClassSpecifics() 105 void genJavaClassBodyComponents(PrintWriter writer, int depth) { in genJavaClassBodyComponents() argument 109 void genJavaWritingClassBody(PrintWriter writer, int depth, in genJavaWritingClassBody() argument [all …]
|
D | AbstractGroupNode.java | 42 void genJava(PrintWriter writer, int depth) { in genJava() argument 43 genJavaClass(writer, depth); in genJava() 46 void genJavaWriteMethod(PrintWriter writer, int depth) { in genJavaWriteMethod() argument 47 genJavaWriteMethod(writer, depth, "private "); in genJavaWriteMethod() 50 void genJavaWriteMethod(PrintWriter writer, int depth, String modifier) { in genJavaWriteMethod() argument 52 indent(writer, depth); in genJavaWriteMethod() 55 genJavaWrites(writer, depth+1); in genJavaWriteMethod() 56 indent(writer, depth); in genJavaWriteMethod() 60 void genJavaClassSpecifics(PrintWriter writer, int depth) { in genJavaClassSpecifics() argument 63 genJavaReadingClassBody(writer, depth, name()); in genJavaClassSpecifics() [all …]
|
D | Node.java | 82 void indent(PrintWriter writer, int depth) { in indent() argument 83 for (int i = 0; i < depth; i++) { in indent() 106 void genJavaComment(PrintWriter writer, int depth) { in genJavaComment() argument 108 indent(writer, depth); in genJavaComment() 111 indent(writer, depth); in genJavaComment() 114 indent(writer, depth); in genJavaComment() 123 void genJava(PrintWriter writer, int depth) { in genJava() argument 125 node.genJava(writer, depth); in genJava() 139 void genJavaDebugWrite(PrintWriter writer, int depth, in genJavaDebugWrite() argument 141 genJavaDebugWrite(writer, depth, writeLabel, debugValue(writeLabel)); in genJavaDebugWrite() [all …]
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | hlsl.depthGreater.frag.out | 8 0:2 'depth' ( out float) 11 0:3 'depth' ( out float) 18 0:? 'depth' ( temp float) 20 0:? 'depth' ( out float FragDepth) 21 0:? 'depth' ( temp float) 23 0:? 'depth' ( out float FragDepth) 35 0:2 'depth' ( out float) 38 0:3 'depth' ( out float) 45 0:? 'depth' ( temp float) 47 0:? 'depth' ( out float FragDepth) [all …]
|
D | hlsl.pp.line.frag.out | 6 …on Definition: @main( ( temp structure{ temp 4-component vector of float Color, temp float Depth}) 16 0:126 'psout' ( temp structure{ temp 4-component vector of float Color, temp float Depth}) 29 0:127 Depth: direct index for structure ( temp float) 30 0:127 'psout' ( temp structure{ temp 4-component vector of float Color, temp float Depth}) 36 0:129 'psout' ( temp structure{ temp 4-component vector of float Color, temp float Depth}) 41 … child to first child ( temp structure{ temp 4-component vector of float Color, temp float Depth}) 42 … 'flattenTemp' ( temp structure{ temp 4-component vector of float Color, temp float Depth}) 43 …Function Call: @main( ( temp structure{ temp 4-component vector of float Color, temp float Depth}) 47 … 'flattenTemp' ( temp structure{ temp 4-component vector of float Color, temp float Depth}) 51 0:? '@entryPointOutput.Depth' ( out float FragDepth) [all …]
|
/external/libcxxabi/test/ |
D | dynamic_cast_stress.pass.cpp | 16 template <std::size_t Indx, std::size_t Depth> 18 : public virtual C<Indx, Depth-1>, 19 public virtual C<Indx+1, Depth-1> 30 template <std::size_t Indx, std::size_t Depth> 32 : public virtual C<Indx, Depth-1>, 33 public virtual C<Indx+1, Depth-1> 37 template <class Indx, std::size_t Depth> 40 template <std::size_t ...Indx, std::size_t Depth> 41 struct makeB<std::__tuple_indices<Indx...>, Depth> 42 : public B<Indx, Depth>... [all …]
|
/external/libchrome/mojo/public/cpp/bindings/tests/ |
D | sample_service_unittest.cc | 138 void PrintSpacer(int depth) { in PrintSpacer() argument 139 for (int i = 0; i < depth; ++i) in PrintSpacer() 143 void Print(int depth, const char* name, bool value) { in Print() argument 144 PrintSpacer(depth); in Print() 148 void Print(int depth, const char* name, int32_t value) { in Print() argument 149 PrintSpacer(depth); in Print() 153 void Print(int depth, const char* name, uint8_t value) { in Print() argument 154 PrintSpacer(depth); in Print() 159 void Print(int depth, in Print() argument 162 PrintSpacer(depth); in Print() [all …]
|
/external/python/cpython3/Lib/test/ |
D | test_runpy.py | 220 def _make_pkg(self, source, depth, mod_base="runpy_test", argument 223 if (namespace or parent_namespaces) and not depth: 232 if depth: 233 namespace_flags = [parent_namespaces] * depth 245 mod_name = (pkg_name+".")*depth + mod_base 287 def _check_module(self, depth, alter_sys=False, argument 290 self._make_pkg(example_source, depth, 327 def _check_package(self, depth, alter_sys=False, argument 330 self._make_pkg(example_source, depth, "__main__", 368 def _add_relative_modules(self, base_dir, source, depth): argument [all …]
|
/external/python/cpython2/Parser/ |
D | asdl_c.py | 28 def reflow_lines(s, depth): argument 29 """Reflow the line s indented depth tabs. 33 exclusively on depth * TABSIZE. All following lines -- these are 38 size = MAX_COL - depth * TABSIZE 89 def emit(self, s, depth, reflow=True): argument 92 lines = reflow_lines(s, depth) 96 line = (" " * TABSIZE * depth) + line + "\n" 105 def visitType(self, type, depth=0): argument 106 self.visit(type.value, type.name, depth) 108 def visitSum(self, sum, name, depth): argument [all …]
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | array4d.h | 47 // Second dimension: depth, feature, z, n2 58 Array4D(int64 planes, int64 depth, int64 height, int64 width) in Array4D() argument 59 : Array<T>(std::vector<int64>{planes, depth, height, width}) {} in Array4D() 62 Array4D(int64 planes, int64 depth, int64 height, int64 width, T value) in Array4D() argument 63 : Array<T>(std::vector<int64>{planes, depth, height, width}, value) {} in Array4D() 71 Array4D(int64 planes, int64 depth, int64 height, int64 width, in Array4D() argument 73 : Array4D(planes, depth, height, width) { in Array4D() 105 int64 depth() const { return this->dim(1); } in depth() function 113 for (int64 depth = 0; depth < this->depth(); ++depth) { in FillWithYX() local 116 (*this)(plane, depth, height, width) = value(height, width); in FillWithYX() [all …]
|
/external/python/cpython3/Parser/ |
D | asdl_c.py | 21 def reflow_lines(s, depth): argument 22 """Reflow the line s indented depth tabs. 26 exclusively on depth * TABSIZE. All following lines -- these are 31 size = MAX_COL - depth * TABSIZE 90 def emit(self, s, depth, reflow=True): argument 93 lines = reflow_lines(s, depth) 98 line = (" " * TABSIZE * depth) + line 107 def visitType(self, type, depth=0): argument 108 self.visit(type.value, type.name, depth) 110 def visitSum(self, sum, name, depth): argument [all …]
|
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/ |
D | esextcTextureCubeMapArraySubImage3D.cpp | 49 /* Width , Height, Depth */ 151 glw::GLuint depth = resolutions[resolution_index][DL_DEPTH]; in iterate() local 153 configureCubeMapArrayTexture(width, height, depth, static_cast<STORAGE_TYPE>(storage_index), 0); in iterate() 159 configureDataBuffer(width, height, depth, copy_params, 0); in iterate() 162 testTexSubImage3D(width, height, depth, copy_params, test_passed); in iterate() 163 testCopyTexSubImage3D(width, height, depth, copy_params, test_passed); in iterate() 170 configureDataBuffer(width, height, depth, copy_params, 0); in iterate() 173 testTexSubImage3D(width, height, depth, copy_params, test_passed); in iterate() 174 testCopyTexSubImage3D(width, height, depth, copy_params, test_passed); in iterate() 181 configureDataBuffer(width, height, depth, copy_params, 0); in iterate() [all …]
|
/external/mesa3d/src/mesa/main/ |
D | texgetimage.c | 74 * glGetTexImage for depth/Z pixels. 79 GLsizei width, GLsizei height, GLint depth, in get_tex_depth() argument 91 for (img = 0; img < depth; img++) { in get_tex_depth() 123 * glGetTexImage for depth/stencil pixels. 128 GLsizei width, GLsizei height, GLint depth, in get_tex_depth_stencil() argument 138 for (img = 0; img < depth; img++) { in get_tex_depth_stencil() 177 GLsizei width, GLsizei height, GLint depth, in get_tex_stencil() argument 185 for (img = 0; img < depth; img++) { in get_tex_stencil() 223 GLsizei width, GLsizei height, GLint depth, in get_tex_ycbcr() argument 229 for (img = 0; img < depth; img++) { in get_tex_ycbcr() [all …]
|
D | depth.c | 29 #include "depth.h" 42 _mesa_ClearDepth( GLclampd depth ) in _mesa_ClearDepth() argument 47 _mesa_debug(ctx, "glClearDepth(%f)\n", depth); in _mesa_ClearDepth() 49 ctx->Depth.Clear = CLAMP( depth, 0.0, 1.0 ); in _mesa_ClearDepth() 54 _mesa_ClearDepthf( GLclampf depth ) in _mesa_ClearDepthf() argument 56 _mesa_ClearDepth(depth); in _mesa_ClearDepthf() 63 if (ctx->Depth.Func == func) in depth_func() 85 ctx->Depth.Func = func; in depth_func() 122 * GL_TRUE indicates depth buffer writing is enabled (default) in _mesa_DepthMask() 123 * GL_FALSE indicates depth buffer writing is disabled in _mesa_DepthMask() [all …]
|
D | texstorage.c | 143 GLsizei width, GLsizei height, GLsizei depth, in initialize_texture_fields() argument 148 GLint level, levelWidth = width, levelHeight = height, levelDepth = depth; in initialize_texture_fields() 276 GLsizei height, GLsizei depth) in _mesa_AllocTextureStorage_sw() argument 284 (void) depth; in _mesa_AllocTextureStorage_sw() 310 GLsizei width, GLsizei height, GLsizei depth, in tex_storage_error_check() argument 320 if (!_mesa_valid_tex_storage_dim(width, height, depth)) { in tex_storage_error_check() 322 "glTex%sStorage%uD(width, height or depth < 1)", in tex_storage_error_check() 352 /* check levels against width/height/depth */ in tex_storage_error_check() 353 if (levels > _mesa_get_tex_max_num_levels(target, width, height, depth)) { in tex_storage_error_check() 376 /* additional checks for depth textures */ in tex_storage_error_check() [all …]
|
/external/bcc/tools/old/ |
D | offwaketime.py | 12 # The Off-CPU stack is currently limited to a stack trace depth of 20 110 int depth = 0; 115 if (!(woke.ret[depth++] = get_frame(&bp))) goto out; 116 if (!(woke.ret[depth++] = get_frame(&bp))) goto out; 117 if (!(woke.ret[depth++] = get_frame(&bp))) goto out; 118 if (!(woke.ret[depth++] = get_frame(&bp))) goto out; 119 if (!(woke.ret[depth++] = get_frame(&bp))) goto out; 120 if (!(woke.ret[depth++] = get_frame(&bp))) goto out; 121 if (!(woke.ret[depth++] = get_frame(&bp))) goto out; 122 if (!(woke.ret[depth++] = get_frame(&bp))) goto out; [all …]
|
/external/eigen/test/ |
D | product_small.cpp | 43 template<typename T, int Rows, int Cols, int Depth, int OC, int OA, int OB> 44 typename internal::enable_if<! ( (Rows ==1&&Depth!=1&&OA==ColMajor) 45 || (Depth==1&&Rows !=1&&OA==RowMajor) 46 || (Cols ==1&&Depth!=1&&OB==RowMajor) 47 || (Depth==1&&Cols !=1&&OB==ColMajor) 50 test_lazy_single(int rows, int cols, int depth) in test_lazy_single() argument 52 Matrix<T,Rows,Depth,OA> A(rows,depth); A.setRandom(); in test_lazy_single() 53 Matrix<T,Depth,Cols,OB> B(depth,cols); B.setRandom(); in test_lazy_single() 59 template<typename T, int Rows, int Cols, int Depth, int OC, int OA, int OB> 60 typename internal::enable_if< ( (Rows ==1&&Depth!=1&&OA==ColMajor) [all …]
|
/external/tensorflow/tensorflow/core/kernels/ |
D | dilation_ops_gpu.cu.cc | 41 int input_cols, int depth, int filter_rows, in DilationKernel() argument 47 // out_idx = d + depth * (w_out + output_cols * (h_out + output_rows * b)) in DilationKernel() 48 const int d = out_idx % depth; in DilationKernel() 49 const int out_idx2 = out_idx / depth; in DilationKernel() 64 input_ptr[d + depth * (w_in + in DilationKernel() 66 filter_ptr[d + depth * (w + filter_cols * h)]; in DilationKernel() 82 int depth, int filter_rows, int filter_cols, int output_rows, in DilationBackpropInputKernel() argument 86 // out_idx = d + depth * (w_out + output_cols * (h_out + output_rows * b)) in DilationBackpropInputKernel() 87 const int d = out_idx % depth; in DilationBackpropInputKernel() 88 const int out_idx2 = out_idx / depth; in DilationBackpropInputKernel() [all …]
|
/external/libaom/libaom/test/ |
D | cdef_test.cc | 43 depth = GET_PARAM(4); in SetUp() 51 int depth; member in __anon84c645740111::CDEFBlockTest 59 cdef_filter_block_func ref_cdef, int boundary, int depth) { in test_cdef() argument 75 const unsigned int max_pos = size * size >> static_cast<int>(depth == 8); in test_cdef() 76 for (pridamping = 3 + depth - 8; pridamping < 7 - 3 * !!boundary + depth - 8; in test_cdef() 78 for (secdamping = 3 + depth - 8; in test_cdef() 79 secdamping < 7 - 3 * !!boundary + depth - 8; secdamping++) { in test_cdef() 81 for (level = 0; level < (1 << depth) && !error; in test_cdef() 82 level += (2 + 6 * !!boundary) << (depth - 8)) { in test_cdef() 83 for (bits = 1; bits <= depth && !error; bits += 1 + 3 * !!boundary) { in test_cdef() [all …]
|
/external/python/cpython2/Lib/test/ |
D | test_runpy.py | 116 def _make_pkg(self, source, depth, mod_base="runpy_test"): argument 123 for i in range(depth): 133 mod_name = (pkg_name+".")*depth + mod_base 136 def _del_pkg(self, top, depth, mod_name): argument 161 def _check_module(self, depth): argument 163 self._make_pkg("x=1\n", depth)) 180 self._del_pkg(pkg_dir, depth, mod_name) 183 def _check_package(self, depth): argument 185 self._make_pkg("x=1\n", depth, "__main__")) 203 self._del_pkg(pkg_dir, depth, pkg_name) [all …]
|