Home
last modified time | relevance | path

Searched defs:depth (Results 1 – 25 of 777) sorted by relevance

12345678910>>...32

/external/icu/icu4j/samples/src/com/ibm/icu/samples/text/messagepattern/
DMessagePatternUtilDemo.java27 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/
Dtraits.hpp114 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/
Dregress-2055.js31 function test1(depth) { argument
40 function test2(depth) { argument
/external/opencv3/modules/cudaarithm/perf/
Dperf_element_operations.cpp59 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 …]
Dperf_reductions.cpp60 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/
Ddeep-recursion-test.js26 function simpleRecursion(depth) { argument
68 function tooManyArgsRecursion(depth) { argument
/external/opencv3/modules/photo/perf/
Dperf_cuda.cpp73 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/
Dperf_channels.cpp65 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/
Ddbus-print-message.c50 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/
Ddepth.c42 _mesa_ClearDepth( GLclampd depth ) in _mesa_ClearDepth()
61 _mesa_ClearDepthf( GLclampf depth ) in _mesa_ClearDepthf()
Dtexstorage.c105 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()
Dpbo.c68 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/
Dosr-block-scope.js9 function nest(body, name, depth) { argument
21 function test(expected, func, depth) { argument
/external/compiler-rt/test/asan/TestCases/
Dheavy_uar_test.cc27 void RecursiveFunctionWithStackFrame(int depth) { in RecursiveFunctionWithStackFrame()
43 int depth = argc >= 3 ? atoi(argv[2]) : 500; in main() local
/external/v8/src/
Dd8.js25 function Stringify(x, depth) { argument
84 function StringifyProxy(proxy, depth) { argument
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
DListStack`1.cs45 public T Peek(int depth) in Peek()
59 public bool TryPeek(int depth, out T item) in TryPeek()
/external/mesa3d/src/gallium/drivers/i915/
Di915_clear.c46 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/
Ddwarf_getscopes.c49 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/
Dperf_warping.cpp105 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/
Dsvga_pipe_clear.c41 double depth, in try_clear()
109 double depth, unsigned stencil) in svga_clear()
/external/opencv3/modules/superres/src/
Dinput_array_utility.cpp201 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/
DvktQueryPoolImageObjectUtil.cpp46 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/
DTrie.java57 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/
Dtest_color.cpp112 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/
Dsssort.c143 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()

12345678910>>...32