Home
last modified time | relevance | path

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

12345678910>>...31

/external/icu/icu4j/samples/src/com/ibm/icu/samples/text/messagepattern/
DMessagePatternUtilDemo.java29 private static final void printMessage(MessagePatternUtil.MessageNode msg, int depth) { in printMessage()
38 printArg((MessagePatternUtil.ArgNode)contents, depth); in printMessage() local
47 private static final void printArg(MessagePatternUtil.ArgNode arg, int depth) { in printArg()
63 printComplexArgStyle(arg.getComplexStyle(), depth + 1); in printArg() local
69 int depth) { in printComplexArgStyle()
94 printMessage(variant.getMessage(), depth + 1); in printComplexArgStyle() local
127 int depth, in genCode()
141 genCode((MessagePatternUtil.ArgNode)contents, depth, firstResult); in genCode() local
152 int depth, in genCode()
169 genCodeForPlural(arg.getComplexStyle(), depth, firstResult, argName); in genCode() local
[all …]
/external/libmojo/mojo/public/cpp/bindings/tests/
Dsample_service_unittest.cc157 void PrintSpacer(int depth) { in PrintSpacer()
162 void Print(int depth, const char* name, bool value) { in Print()
167 void Print(int depth, const char* name, int32_t value) { in Print()
172 void Print(int depth, const char* name, uint8_t value) { in Print()
178 void Print(int depth, in Print()
185 void Print(int depth, const char* name, const std::string& str) { in Print()
190 void Print(int depth, const char* name, const BarPtr& bar) { in Print()
204 void Print(int depth, const char* name, const std::vector<T>& array) { in Print()
217 void Print(int depth, in Print()
226 void Print(int depth, const char* name, const FooPtr& foo) { in Print()
[all …]
/external/gemmlowp/internal/
Dcompute.h51 void Compute(int depth) { in Compute()
67 int depth) GEMMLOWP_NOINLINE { in ComputeRun()
78 int start_depth, int depth) { in ComputeL1()
94 const PackedRhs& packed_rhs, int depth) { in Compute()
/external/mesa3d/src/mesa/main/
Dtexgetimage.c79 GLsizei width, GLsizei height, GLint depth, in get_tex_depth()
128 GLsizei width, GLsizei height, GLint depth, in get_tex_depth_stencil()
177 GLsizei width, GLsizei height, GLint depth, in get_tex_stencil()
223 GLsizei width, GLsizei height, GLint depth, in get_tex_ycbcr()
309 GLsizei width, GLsizei height, GLint depth, in get_tex_rgba_compressed()
426 GLsizei width, GLsizei height, GLint depth, in get_tex_rgba_uncompressed()
566 GLsizei width, GLsizei height, GLint depth, in get_tex_rgba()
611 GLsizei width, GLsizei height, GLint depth, in get_tex_memcpy()
689 GLsizei width, GLsizei height, GLint depth, in _mesa_GetTexSubImage_sw()
772 GLint height, GLint depth, in _mesa_GetCompressedTexSubImage_sw()
[all …]
Ddepth.c42 _mesa_ClearDepth( GLclampd depth ) in _mesa_ClearDepth()
54 _mesa_ClearDepthf( GLclampf depth ) in _mesa_ClearDepthf()
Dtexstorage.c143 GLsizei width, GLsizei height, GLsizei depth, in initialize_texture_fields()
276 GLsizei height, GLsizei depth) in _mesa_AllocTextureStorage_sw()
309 GLsizei width, GLsizei height, GLsizei depth, in tex_storage_error_check()
394 GLsizei height, GLsizei depth, bool dsa) in _mesa_texture_storage()
478 GLsizei width, GLsizei height, GLsizei depth) in texstorage()
523 GLsizei depth) in texturestorage()
583 GLsizei width, GLsizei height, GLsizei depth) in _mesa_TexStorage3D()
608 GLsizei width, GLsizei height, GLsizei depth) in _mesa_TextureStorage3D()
662 GLsizei width, GLsizei height, GLsizei depth) in _mesa_TextureStorage3DEXT()
Dpbo.c69 GLsizei width, GLsizei height, GLsizei depth, in _mesa_validate_pbo_access()
181 GLsizei width, GLsizei height, GLsizei depth, in _mesa_validate_pbo_source()
262 GLsizei width, GLsizei height, GLsizei depth, in _mesa_map_validate_pbo_source()
340 GLsizei width, GLsizei height, GLsizei depth, in _mesa_map_validate_pbo_dest()
397 GLsizei width, GLsizei height, GLsizei depth, in _mesa_validate_pbo_teximage()
Dtexstorage.h55 _mesa_valid_tex_storage_dim(GLsizei width, GLsizei height, GLsizei depth) in _mesa_valid_tex_storage_dim()
/external/python/cpython2/Parser/
Dasdl_c.py28 def reflow_lines(s, depth): argument
89 def emit(self, s, depth, reflow=True): argument
105 def visitType(self, type, depth=0): argument
108 def visitSum(self, sum, name, depth): argument
114 def simple_sum(self, sum, name, depth): argument
125 def sum_with_constructors(self, sum, name, depth): argument
131 def visitProduct(self, product, name, depth): argument
145 def visitType(self, type, depth=0): argument
148 def visitSum(self, sum, name, depth): argument
152 def sum_with_constructors(self, sum, name, depth): argument
[all …]
/external/eigen/test/
Dproduct_small.cpp50 test_lazy_single(int rows, int cols, int depth) in test_lazy_single()
71 void test_lazy_all_layout(int rows=Rows, int cols=Cols, int depth=Depth) in test_lazy_all_layout()
88 int depth = internal::random<int>(1,12); in test_lazy_l1() local
117 int depth = internal::random<int>(1,12); in test_lazy_l2() local
153 int depth = internal::random<int>(1,12); in test_lazy_l3() local
/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/python/cpython2/Lib/test/
Dtest_runpy.py116 def _make_pkg(self, source, depth, mod_base="runpy_test"): argument
136 def _del_pkg(self, top, depth, mod_name): argument
161 def _check_module(self, depth): argument
183 def _check_package(self, depth): argument
206 def _add_relative_modules(self, base_dir, source, depth): argument
231 def _check_relative_imports(self, depth, run_name=None): argument
/external/dtc/tests/
Dsupernode_atdepth_offset.c33 int depth = 0; in path_depth() local
51 static int path_prefix(const char *path, int depth) in path_prefix()
70 int depth) in check_supernode_atdepth()
/external/v8/src/
Dd8.js26 function Stringify(x, depth) { argument
85 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/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/mesa3d/src/gallium/drivers/i915/
Di915_clear.c45 double depth, unsigned stencil, in i915_clear_emit()
221 double depth, unsigned stencil) in i915_clear_blitter()
249 double depth, unsigned stencil) in i915_clear_render()
/external/dtc/libfdt/
Dfdt.c162 int fdt_next_node(const void *fdt, int offset, int *depth) in fdt_next_node()
204 int depth = 0; in fdt_first_subnode() local
215 int depth = 1; in fdt_next_subnode() local
/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/clang/test/SemaCXX/
Dconstexpr-depth.cpp5 constexpr int depth(int n) { return n > 1 ? depth(n-1) : 0; } // expected-note {{exceeded maximum d… in depth() function
/external/brotli/enc/
Dentropy_encode.c22 int p0, HuffmanTree* pool, uint8_t* depth, int max_depth) { in BrotliSetDepth()
73 uint8_t *depth) { in BrotliCreateHuffmanTree()
373 static void DecideOverRleUse(const uint8_t* depth, const size_t length, in DecideOverRleUse()
403 void BrotliWriteHuffmanTree(const uint8_t* depth, in BrotliWriteHuffmanTree()
474 void BrotliConvertBitDepthsToSymbols(const uint8_t *depth, in BrotliConvertBitDepthsToSymbols()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawImageObjectUtil.cpp46 int depth, in pack()
98 int depth, in unpack()
194 int depth, in readVolume()
243 int depth, in read()
264 int depth, in readUsingBuffer()
377 int depth, in readSurfaceLinear()
390 int depth, in readLinear()
422 int depth, in copyToLinearImage()
543 int depth, in uploadSurfaceLinear()
557 int depth, in upload()
[all …]
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_clear.c44 pack_zeta(enum pipe_format format, double depth, unsigned stencil) in pack_zeta()
54 const union pipe_color_union *color, double depth, unsigned stencil) in nv30_clear()
163 unsigned buffers, double depth, unsigned stencil, in nv30_clear_depth_stencil()
/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()
/external/valgrind/none/tests/
Dstackgrowth.c7 static void test(int depth) in test()

12345678910>>...31