Home
last modified time | relevance | path

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

12345678910>>...54

/third_party/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 …]
/third_party/ffmpeg/libavcodec/
Dhevcdsp.c129 #define FUNC(a, depth) a ## _ ## depth in ff_hevc_dsp_init() argument
132 #define PEL_FUNC(dst1, idx1, idx2, a, depth) \ in ff_hevc_dsp_init() argument
139 #define EPEL_FUNCS(depth) \ in ff_hevc_dsp_init() argument
146 #define EPEL_UNI_FUNCS(depth) \ in ff_hevc_dsp_init() argument
157 #define EPEL_BI_FUNCS(depth) \ in ff_hevc_dsp_init() argument
168 #define QPEL_FUNCS(depth) \ in ff_hevc_dsp_init() argument
175 #define QPEL_UNI_FUNCS(depth) \ in ff_hevc_dsp_init() argument
186 #define QPEL_BI_FUNCS(depth) \ in ff_hevc_dsp_init() argument
196 #define HEVC_DSP(depth) \ in ff_hevc_dsp_init() argument
Dh264dsp.c71 #define FUNC(a, depth) a ## _ ## depth ## _c in ff_h264dsp_init() argument
73 #define ADDPX_DSP(depth) \ in ff_h264dsp_init() argument
83 #define H264_DSP(depth) \ in ff_h264dsp_init() argument
Dh264qpel.c52 #define FUNCC(f, depth) f ## _ ## depth ## _c in ff_h264qpel_init() argument
54 #define dspfunc2(PFX, IDX, NUM, depth) \ in ff_h264qpel_init() argument
72 #define SET_QPEL(depth) \ in ff_h264qpel_init() argument
Dhevcpred.c46 #define FUNC(a, depth) a ## _ ## depth in ff_hevc_pred_init() argument
48 #define HEVC_PRED(depth) \ in ff_hevc_pred_init() argument
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtdemux_dump.c42 qtdemux_dump_mvhd (GstQTDemux * qtdemux, GstByteReader * data, int depth) in qtdemux_dump_mvhd()
83 qtdemux_dump_tkhd (GstQTDemux * qtdemux, GstByteReader * data, int depth) in qtdemux_dump_tkhd()
126 qtdemux_dump_elst (GstQTDemux * qtdemux, GstByteReader * data, int depth) in qtdemux_dump_elst()
149 qtdemux_dump_mdhd (GstQTDemux * qtdemux, GstByteReader * data, int depth) in qtdemux_dump_mdhd()
183 qtdemux_dump_hdlr (GstQTDemux * qtdemux, GstByteReader * data, int depth) in qtdemux_dump_hdlr()
224 qtdemux_dump_vmhd (GstQTDemux * qtdemux, GstByteReader * data, int depth) in qtdemux_dump_vmhd()
235 qtdemux_dump_dref (GstQTDemux * qtdemux, GstByteReader * data, int depth) in qtdemux_dump_dref()
262 int depth) in qtdemux_dump_stsd_avc1()
309 int depth) in qtdemux_dump_stsd_av01()
352 qtdemux_dump_stsd (GstQTDemux * qtdemux, GstByteReader * data, int depth) in qtdemux_dump_stsd()
[all …]
/third_party/node/deps/npm/node_modules/@npmcli/installed-package-contents/lib/
Dindex.js68 depth, property
86 depth, property
163 depth, property
184 depth, property
198 module.exports = ({ path, depth = 1, packageJsonCache }) => pkgContents({ property
200 depth, property
206 const options = { path: null, depth: 1 } property
/third_party/node/deps/npm/lib/utils/
Dexplain-dep.js3 const explainNode = (node, depth, chalk) => argument
68 const explainLinksIn = ({ linksIn }, depth, chalk) => { argument
78 const explainDependents = ({ name, dependents }, depth, chalk) => { argument
109 const explainEdge = ({ name, type, bundled, from, spec, rawSpec, overridden }, depth, chalk) => { argument
125 const explainFrom = (from, depth, chalk) => { argument
/third_party/skia/third_party/externals/angle2/src/image_util/
Dloadimage.cpp20 size_t depth, in LoadA8ToRGBA8()
94 size_t depth, in LoadA8ToBGRA8()
109 size_t depth, in LoadA32FToRGBA32F()
138 size_t depth, in LoadA16FToRGBA16F()
167 size_t depth, in LoadL8ToRGBA8()
197 size_t depth, in LoadL8ToBGRA8()
212 size_t depth, in LoadL32FToRGBA32F()
241 size_t depth, in LoadL16FToRGBA16F()
270 size_t depth, in LoadLA8ToRGBA8()
299 size_t depth, in LoadLA8ToBGRA8()
[all …]
/third_party/python/Parser/
Dasdl_c.py28 def reflow_lines(s, depth): argument
70 def reflow_c_string(s, depth): argument
119 def emit(self, s, depth, reflow=True): argument
136 def visitType(self, type, depth=0): argument
139 def visitSum(self, sum, name, depth): argument
145 def simple_sum(self, sum, name, depth): argument
156 def sum_with_constructors(self, sum, name, depth): argument
162 def visitProduct(self, product, name, depth): argument
173 def visitType(self, type, depth=0): argument
176 def visitSum(self, sum, name, depth): argument
[all …]
/third_party/mesa3d/src/mesa/main/
Dtexstorage.c144 GLsizei width, GLsizei height, GLsizei depth, in initialize_texture_fields()
276 GLsizei width, GLsizei height, GLsizei depth, in tex_storage_error_check()
356 GLsizei width, GLsizei height, GLsizei depth, in _mesa_sparse_texture_error_check()
440 GLsizei height, GLsizei depth, GLuint64 offset, bool dsa, in texture_storage()
552 GLsizei height, GLsizei depth, bool dsa) in texture_storage_error()
564 GLsizei height, GLsizei depth, bool dsa) in texture_storage_no_error()
577 GLsizei depth, const char *caller) in texstorage_error()
618 GLsizei depth) in texstorage_no_error()
634 GLsizei depth, const char *caller) in texturestorage_error()
675 GLsizei depth) in texturestorage_no_error()
[all …]
Dtexgetimage.c82 GLsizei width, GLsizei height, GLint depth, in get_tex_depth()
131 GLsizei width, GLsizei height, GLint depth, in get_tex_depth_stencil()
187 GLsizei width, GLsizei height, GLint depth, in get_tex_stencil()
233 GLsizei width, GLsizei height, GLint depth, in get_tex_ycbcr()
319 GLsizei width, GLsizei height, GLint depth, in get_tex_rgba_compressed()
436 GLsizei width, GLsizei height, GLint depth, in get_tex_rgba_uncompressed()
576 GLsizei width, GLsizei height, GLint depth, in get_tex_rgba()
621 GLsizei width, GLsizei height, GLint depth, in get_tex_memcpy()
697 GLsizei width, GLsizei height, GLint depth, in _mesa_GetTexSubImage_sw()
779 GLint height, GLint depth, in get_compressed_texsubimage_sw()
[all …]
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/resources/
Ddifferential_fuzz_library.js40 prettyPrinted = function prettyPrinted(value, depth=4) { argument
59 function prettyPrintedArray(array, depth) { argument
68 function prettyPrintedObject(object, depth) { argument
/third_party/skia/src/sksl/
DSkSLDSLParser.cpp578 AutoDSLDepth depth(this); in structDeclaration() local
773 AutoDSLDepth depth(this); in statement() local
1197 AutoDSLDepth depth(this); in block() local
1242 AutoDSLDepth depth(this); in expression() local
1276 AutoDSLDepth depth(this); in assignmentExpression() local
1302 AutoDSLDepth depth(this); in ternaryExpression() local
1329 AutoDSLDepth depth(this); in logicalOrExpression() local
1342 AutoDSLDepth depth(this); in logicalXorExpression() local
1363 AutoDSLDepth depth(this); in logicalAndExpression() local
1376 AutoDSLDepth depth(this); in bitwiseOrExpression() local
[all …]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySubImage3D.cpp151 glw::GLuint depth = resolutions[resolution_index][DL_DEPTH]; in iterate() local
233 …beMapArraySubImage3D::configureDataBuffer(glw::GLuint width, glw::GLuint height, glw::GLuint depth, in configureDataBuffer()
314 glw::GLuint depth, STORAGE_TYPE storType, in configureCubeMapArrayTexture()
356 …ArraySubImage3D::clearCubeMapArrayTexture(glw::GLuint width, glw::GLuint height, glw::GLuint depth, in clearCubeMapArrayTexture()
432 …xtureCubeMapArraySubImage3D::checkResults(glw::GLuint width, glw::GLuint height, glw::GLuint depth) in checkResults()
465 …CubeMapArraySubImage3D::testTexSubImage3D(glw::GLuint width, glw::GLuint height, glw::GLuint depth, in testTexSubImage3D()
527 …MapArraySubImage3D::testCopyTexSubImage3D(glw::GLuint width, glw::GLuint height, glw::GLuint depth, in testCopyTexSubImage3D()
/third_party/gn/src/gn/
Dpool.h26 int64_t depth() const { return depth_; } in depth() function
27 void set_depth(int64_t depth) { depth_ = depth; } in set_depth()
/third_party/gstreamer/gstplugins_base/tools/
Dgst-discoverer.c81 my_g_string_append_printf (GString * str, int depth, const gchar * format, ...) in my_g_string_append_printf()
116 guint depth) in gst_stream_information_to_string()
153 guint depth = GPOINTER_TO_UINT (user_data); in print_tag_foreach() local
191 print_tags_topology (guint depth, const GstTagList * tags) in print_tags_topology()
241 guint depth) in gst_stream_audio_information_to_string()
284 guint depth) in gst_stream_video_information_to_string()
329 guint depth) in gst_stream_subtitle_information_to_string()
355 print_stream_info (GstDiscovererStreamInfo * info, void *depth) in print_stream_info()
404 print_topology (GstDiscovererStreamInfo * info, guint depth) in print_topology()
435 guint depth = GPOINTER_TO_UINT (user_data); in print_toc_entry() local
/third_party/node/test/parallel/
Dtest-whatwg-writablestream.js223 inspect(writable, { depth: null }), property
226 inspect(writable, { depth: 0 }), property
234 inspect(writer, { depth: null }), property
237 inspect(writer, { depth: 0 }), property
244 inspect(controller, { depth: null }), property
247 inspect(controller, { depth: 0 }), property
Dtest-broadcastchannel-custom-inspect.js20 assert.strictEqual(inspect(bc, { depth: -1 }), 'BroadcastChannel'); property
36 inspect(bc, { depth: null }), property
Dtest-inspector-workers-flat-list.js44 function startWorker(depth, messageCallback) { argument
47 worker.postMessage({ depth }); field
57 parentPort.on('message', ({ child, depth, done }) => { property
/third_party/node/deps/v8/src/compiler/
Dloop-unrolling.h26 V8_INLINE uint32_t unrolling_count_heuristic(uint32_t size, uint32_t depth) { in unrolling_count_heuristic()
31 V8_INLINE uint32_t maximum_unrollable_size(uint32_t depth) { in maximum_unrollable_size()
/third_party/spirv-tools/source/fuzz/
Dfuzzer_pass_obfuscate_constants.cpp39 uint32_t depth, const protobufs::IdUseDescriptor& bool_constant_use, in ObfuscateBoolConstantViaConstantPair()
121 uint32_t depth, const protobufs::IdUseDescriptor& bool_constant_use, in ObfuscateBoolConstantViaFloatConstantPair()
164 uint32_t depth, const protobufs::IdUseDescriptor& bool_constant_use, in ObfuscateBoolConstantViaSignedIntConstantPair()
205 uint32_t depth, const protobufs::IdUseDescriptor& bool_constant_use, in ObfuscateBoolConstantViaUnsignedIntConstantPair()
269 uint32_t depth, const protobufs::IdUseDescriptor& constant_use) { in ObfuscateBoolConstant()
392 uint32_t depth, const protobufs::IdUseDescriptor& constant_use) { in ObfuscateConstant()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_obfuscate_constants.cpp39 uint32_t depth, const protobufs::IdUseDescriptor& bool_constant_use, in ObfuscateBoolConstantViaConstantPair()
121 uint32_t depth, const protobufs::IdUseDescriptor& bool_constant_use, in ObfuscateBoolConstantViaFloatConstantPair()
164 uint32_t depth, const protobufs::IdUseDescriptor& bool_constant_use, in ObfuscateBoolConstantViaSignedIntConstantPair()
205 uint32_t depth, const protobufs::IdUseDescriptor& bool_constant_use, in ObfuscateBoolConstantViaUnsignedIntConstantPair()
269 uint32_t depth, const protobufs::IdUseDescriptor& constant_use) { in ObfuscateBoolConstant()
392 uint32_t depth, const protobufs::IdUseDescriptor& constant_use) { in ObfuscateConstant()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dfuzzer_pass_obfuscate_constants.cpp39 uint32_t depth, const protobufs::IdUseDescriptor& bool_constant_use, in ObfuscateBoolConstantViaConstantPair()
121 uint32_t depth, const protobufs::IdUseDescriptor& bool_constant_use, in ObfuscateBoolConstantViaFloatConstantPair()
164 uint32_t depth, const protobufs::IdUseDescriptor& bool_constant_use, in ObfuscateBoolConstantViaSignedIntConstantPair()
205 uint32_t depth, const protobufs::IdUseDescriptor& bool_constant_use, in ObfuscateBoolConstantViaUnsignedIntConstantPair()
269 uint32_t depth, const protobufs::IdUseDescriptor& constant_use) { in ObfuscateBoolConstant()
392 uint32_t depth, const protobufs::IdUseDescriptor& constant_use) { in ObfuscateConstant()
/third_party/musl/tools/api_cmp_tool/
Dcompare.py198 def traverse_c(node, depth): argument
213 def check_cpp_namespace(depth): argument
225 def traverse_cpp(node, depth): argument

12345678910>>...54