| /third_party/icu/icu4j/samples/src/com/ibm/icu/samples/text/messagepattern/ |
| D | MessagePatternUtilDemo.java | 29 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/ |
| D | hevcdsp.c | 129 #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
|
| D | h264dsp.c | 70 #define FUNC(a, depth) a ## _ ## depth ## _c in ff_h264dsp_init() argument 72 #define ADDPX_DSP(depth) \ in ff_h264dsp_init() argument 82 #define H264_DSP(depth) \ in ff_h264dsp_init() argument
|
| D | h264qpel.c | 52 #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
|
| D | hevcpred.c | 46 #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/node/deps/npm/node_modules/@npmcli/installed-package-contents/lib/ |
| D | index.js | 68 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/ |
| D | explain-dep.js | 3 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/ |
| D | loadimage.cpp | 20 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/ffmpeg/libavfilter/ |
| D | vf_blend_init.h | 56 #define COPY(src, depth) \ argument 108 #define DEFINE_INIT_BLEND_FUNC(depth, nbits) \ argument 162 static av_unused void ff_blend_init(FilterParams *param, int depth) in ff_blend_init()
|
| /third_party/mesa3d/src/mesa/main/ |
| D | texstorage.c | 144 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 …]
|
| D | texgetimage.c | 82 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/python/Parser/ |
| D | asdl_c.py | 29 def reflow_lines(s, depth): argument 71 def reflow_c_string(s, depth): argument 113 def emit(self, s, depth, reflow=True): argument 202 def visitType(self, type, depth=0): argument 205 def visitSum(self, sum, name, depth): argument 211 def simple_sum(self, sum, name, depth): argument 222 def sum_with_constructors(self, sum, name, depth): argument 228 def visitProduct(self, product, name, depth): argument 239 def visitType(self, type, depth=0): argument 242 def visitSum(self, sum, name, depth): argument [all …]
|
| /third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/resources/ |
| D | differential_fuzz_library.js | 40 prettyPrinted = function prettyPrinted(value, depth=4) { argument 59 function prettyPrintedArray(array, depth) { argument 68 function prettyPrintedObject(object, depth) { argument
|
| /third_party/skia/src/sksl/ |
| D | SkSLDSLParser.cpp | 578 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/gn/src/gn/ |
| D | pool.h | 26 int64_t depth() const { return depth_; } in depth() function 27 void set_depth(int64_t depth) { depth_ = depth; } in set_depth()
|
| /third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/ |
| D | esextcTextureCubeMapArraySubImage3D.cpp | 151 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/node/deps/v8/src/compiler/ |
| D | loop-unrolling.h | 26 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/node/test/parallel/ |
| D | test-whatwg-writablestream.js | 223 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
|
| D | test-broadcastchannel-custom-inspect.js | 20 assert.strictEqual(inspect(bc, { depth: -1 }), 'BroadcastChannel'); property 36 inspect(bc, { depth: null }), property
|
| D | test-inspector-workers-flat-list.js | 44 function startWorker(depth, messageCallback) { argument 47 worker.postMessage({ depth }); field 57 parentPort.on('message', ({ child, depth, done }) => { property
|
| /third_party/musl/tools/api_cmp_tool/ |
| D | compare.py | 198 def traverse_c(node, depth): argument 213 def check_cpp_namespace(depth): argument 225 def traverse_cpp(node, depth): argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
| D | fuzzer_pass_obfuscate_constants.cpp | 39 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/spirv-tools/source/fuzz/ |
| D | fuzzer_pass_obfuscate_constants.cpp | 39 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() 206 uint32_t depth, const protobufs::IdUseDescriptor& bool_constant_use, in ObfuscateBoolConstantViaUnsignedIntConstantPair() 271 uint32_t depth, const protobufs::IdUseDescriptor& constant_use) { in ObfuscateBoolConstant() 394 uint32_t depth, const protobufs::IdUseDescriptor& constant_use) { in ObfuscateConstant()
|
| /third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
| D | fuzzer_pass_obfuscate_constants.cpp | 39 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/src/WSI/ |
| D | XcbSurfaceKHR.cpp | 25 …zeAndDepth(xcb_connection_t *connection, xcb_window_t window, VkExtent2D *windowExtent, int *depth) in getWindowSizeAndDepth() 65 int depth; in getSurfaceCapabilities() local 103 int depth; in present() local
|