/external/icu/icu4j/samples/src/com/ibm/icu/samples/text/messagepattern/ |
D | MessagePatternUtilDemo.java | 27 private static final void printMessage(MessagePatternUtil.MessageNode msg, int depth) { in printMessage() 36 printArg((MessagePatternUtil.ArgNode)contents, depth); in printMessage() local 45 private static final void printArg(MessagePatternUtil.ArgNode arg, int depth) { in printArg() 61 printComplexArgStyle(arg.getComplexStyle(), depth + 1); in printArg() local 67 int depth) { in printComplexArgStyle() 92 printMessage(variant.getMessage(), depth + 1); in printComplexArgStyle() local 125 int depth, in genCode() 139 genCode((MessagePatternUtil.ArgNode)contents, depth, firstResult); in genCode() local 150 int depth, in genCode() 167 genCodeForPlural(arg.getComplexStyle(), depth, firstResult, argName); in genCode() local [all …]
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | traits.hpp | 114 depth = -1, enumerator 129 depth = CV_8U, enumerator 144 depth = CV_8U, enumerator 159 depth = CV_8S, enumerator 174 depth = CV_8S, enumerator 189 depth = CV_16U, enumerator 204 depth = CV_16S, enumerator 219 depth = CV_32S, enumerator 234 depth = CV_32F, enumerator 249 depth = CV_64F, enumerator [all …]
|
/external/v8/test/mjsunit/regress/ |
D | regress-2055.js | 31 function test1(depth) { argument 40 function test2(depth) { argument
|
/external/opencv3/modules/cudaarithm/perf/ |
D | perf_element_operations.cpp | 59 const int depth = GET_PARAM(1); in PERF_TEST_P() local 95 const int depth = GET_PARAM(1); in PERF_TEST_P() local 130 const int depth = GET_PARAM(1); in PERF_TEST_P() local 166 const int depth = GET_PARAM(1); in PERF_TEST_P() local 201 const int depth = GET_PARAM(1); in PERF_TEST_P() local 237 const int depth = GET_PARAM(1); in PERF_TEST_P() local 272 const int depth = GET_PARAM(1); in PERF_TEST_P() local 308 const int depth = GET_PARAM(1); in PERF_TEST_P() local 343 const int depth = GET_PARAM(1); in PERF_TEST_P() local 378 const int depth = GET_PARAM(1); in PERF_TEST_P() local [all …]
|
D | perf_reductions.cpp | 60 const int depth = GET_PARAM(1); in PERF_TEST_P() local 137 const int depth = GET_PARAM(1); in PERF_TEST_P() local 173 const int depth = GET_PARAM(1); in PERF_TEST_P() local 205 const int depth = GET_PARAM(1); in PERF_TEST_P() local 236 const int depth = GET_PARAM(1); in PERF_TEST_P() local 273 const int depth = GET_PARAM(1); in PERF_TEST_P() local 312 const int depth = GET_PARAM(1); in PERF_TEST_P() local 354 const int depth = GET_PARAM(1); variable
|
/external/v8/test/webkit/fast/js/ |
D | deep-recursion-test.js | 26 function simpleRecursion(depth) { argument 68 function tooManyArgsRecursion(depth) { argument
|
/external/opencv3/modules/photo/perf/ |
D | perf_cuda.cpp | 73 const int depth = GET_PARAM(1); variable 117 const int depth = GET_PARAM(1); variable 160 const int depth = GET_PARAM(1); variable
|
/external/opencv3/modules/core/perf/opencl/ |
D | perf_channels.cpp | 65 const int depth = get<1>(params), cn = get<2>(params), dtype = CV_MAKE_TYPE(depth, cn); variable 93 const int depth = get<1>(params), cn = get<2>(params), type = CV_MAKE_TYPE(depth, cn); variable 136 const int depth = get<1>(params), type = CV_MAKE_TYPE(depth, 2), n = 2; in OCL_PERF_TEST_P() local 167 const int depth = get<1>(params), type = CV_MAKE_TYPE(depth, 3); in OCL_PERF_TEST_P() local 189 const int depth = get<1>(params), type = CV_MAKE_TYPE(depth, 3); in OCL_PERF_TEST_P() local
|
/external/dbus/tools/ |
D | dbus-print-message.c | 50 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/mesa3d/src/mesa/main/ |
D | depth.c | 42 _mesa_ClearDepth( GLclampd depth ) in _mesa_ClearDepth() 61 _mesa_ClearDepthf( GLclampf depth ) in _mesa_ClearDepthf()
|
D | texstorage.c | 105 GLint *width, GLint *height, GLint *depth) in next_mipmap_level_size() 129 GLsizei width, GLsizei height, GLsizei depth) in setup_texstorage() 244 GLsizei width, GLsizei height, GLsizei depth) in tex_storage_error_check() 357 GLsizei width, GLsizei height, GLsizei depth) in texstorage() 413 GLsizei width, GLsizei height, GLsizei depth) in _mesa_TexStorage3D() 450 GLsizei width, GLsizei height, GLsizei depth) in _mesa_TextureStorage3DEXT()
|
D | pbo.c | 68 GLsizei width, GLsizei height, GLsizei depth, in _mesa_validate_pbo_access() 178 GLsizei width, GLsizei height, GLsizei depth, in _mesa_map_validate_pbo_source() 275 GLsizei width, GLsizei height, GLsizei depth, in _mesa_map_validate_pbo_dest() 332 GLsizei width, GLsizei height, GLsizei depth, in _mesa_validate_pbo_teximage()
|
/external/v8/test/mjsunit/compiler/ |
D | osr-block-scope.js | 9 function nest(body, name, depth) { argument 21 function test(expected, func, depth) { argument
|
/external/compiler-rt/test/asan/TestCases/ |
D | heavy_uar_test.cc | 27 void RecursiveFunctionWithStackFrame(int depth) { in RecursiveFunctionWithStackFrame() 43 int depth = argc >= 3 ? atoi(argv[2]) : 500; in main() local
|
/external/v8/src/ |
D | d8.js | 25 function Stringify(x, depth) { argument 84 function StringifyProxy(proxy, depth) { argument
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/ |
D | ListStack`1.cs | 45 public T Peek(int depth) in Peek() 59 public bool TryPeek(int depth, out T item) in TryPeek()
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_clear.c | 46 double depth, unsigned stencil, in i915_clear_emit() 222 double depth, unsigned stencil) in i915_clear_blitter() 231 double depth, unsigned stencil) in i915_clear_render()
|
/external/elfutils/libdw/ |
D | dwarf_getscopes.c | 49 pc_match (unsigned int depth, struct Dwarf_Die_Chain *die, void *arg) in pc_match() 86 origin_match (unsigned int depth, struct Dwarf_Die_Chain *die, void *arg) in origin_match() 119 pc_record (unsigned int depth, struct Dwarf_Die_Chain *die, void *arg) in pc_record()
|
/external/opencv3/modules/cudawarping/perf/ |
D | perf_warping.cpp | 105 const int depth = GET_PARAM(1); in PERF_TEST_P() local 156 const int depth = GET_PARAM(1); variable 199 const int depth = GET_PARAM(1); variable 243 const int depth = GET_PARAM(1); in PERF_TEST_P() local 293 const int depth = GET_PARAM(1); in PERF_TEST_P() local 340 const int depth = GET_PARAM(1); in PERF_TEST_P() local 373 const int depth = GET_PARAM(1); in PERF_TEST_P() local 409 const int depth = GET_PARAM(1); in PERF_TEST_P() local
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_clear.c | 41 double depth, in try_clear() 109 double depth, unsigned stencil) in svga_clear()
|
/external/opencv3/modules/superres/src/ |
D | input_array_utility.cpp | 201 void convertToDepth(InputArray src, OutputArray dst, int depth) in convertToDepth() 241 const int depth = CV_MAT_DEPTH(type); in convertToType() local 266 const int depth = CV_MAT_DEPTH(type); in convertToType() local 291 const int depth = CV_MAT_DEPTH(type); in convertToType() local
|
/external/deqp/external/vulkancts/modules/vulkan/query_pool/ |
D | vktQueryPoolImageObjectUtil.cpp | 46 int depth, in pack() 98 int depth, in unpack() 171 int depth, in readVolume() 220 int depth, in read() 241 int depth, in readUsingBuffer() 363 int depth, in readSurfaceLinear() 376 int depth, in readLinear() 402 int depth, in copyToLinearImage() 532 int depth, in uploadSurfaceLinear() 546 int depth, in upload() [all …]
|
/external/owasp/sanitizer/src/main/org/owasp/html/ |
D | Trie.java | 57 private Trie(List<Map.Entry<String, Integer>> elements, int depth) { in Trie() 70 List<Map.Entry<String, Integer>> elements, int depth, in Trie() 179 private void toStringBuilder(int depth, StringBuilder sb) { in toStringBuilder()
|
/external/opencv3/modules/imgproc/test/ |
D | test_color.cpp | 112 int depth = CV_MAT_DEPTH(type); in get_minmax_bounds() local 123 int depth, cn; in get_test_array_types_and_sizes() local 187 int depth = test_mat[REF_OUTPUT][0].depth(); in prepare_to_validation() local 209 int depth = src.depth(); in convert_forward() local 304 int depth = src.depth(); in convert_backward() local 464 int depth = test_mat[i][j].depth(); in get_success_error_level() local 471 int depth = test_mat[INPUT][0].depth(); in convert_row_bgr2abc_32f_c3() local 485 int j, depth = test_mat[INPUT][0].depth(); in convert_row_abc2bgr_32f_c3() local 524 int depth = test_mat[i][j].depth(); in get_success_error_level() local 531 int depth = test_mat[INPUT][0].depth(); in convert_row_bgr2abc_32f_c3() local [all …]
|
/external/libdivsufsort/lib/ |
D | sssort.c | 143 saidx_t depth) { in ss_compare() 168 saidx_t *first, saidx_t *last, saidx_t depth) { in ss_insertionsort() 292 saidx_t *first, saidx_t *last, saidx_t depth) { in ss_partition() 312 saidx_t depth) { in ss_mintrosort() 504 saidx_t depth) { in ss_inplacemerge() 547 saidx_t *buf, saidx_t depth) { in ss_mergeforward() 597 saidx_t *buf, saidx_t depth) { in ss_mergebackward() 656 saidx_t *buf, saidx_t bufsize, saidx_t depth) { in ss_swapmerge() 750 saidx_t depth, saidx_t n, saint_t lastsuffix) { in sssort()
|