/third_party/libabigail/tests/data/test-diff-filter/ |
D | test29-finer-redundancy-marking-v1.cc | 4 struct base struct 10 struct inherited : public base argument 16 bar(base&) in bar() argument 20 baz(base) in baz() argument
|
D | test29-finer-redundancy-marking-v0.cc | 4 struct base struct 9 struct inherited : public base argument 15 bar(base&) in bar() argument 19 baz(base) in baz() argument
|
/third_party/musl/src/stdlib/ |
D | strtol.c | 8 static unsigned long long strtox(const char *s, char **p, int base, unsigned long long lim) in strtox() 21 unsigned long long strtoull(const char *restrict s, char **restrict p, int base) in strtoull() 26 long long strtoll(const char *restrict s, char **restrict p, int base) in strtoll() 31 unsigned long strtoul(const char *restrict s, char **restrict p, int base) in strtoul() 36 long strtol(const char *restrict s, char **restrict p, int base) in strtol() 41 intmax_t strtoimax(const char *restrict s, char **restrict p, int base) in strtoimax() 46 uintmax_t strtoumax(const char *restrict s, char **restrict p, int base) in strtoumax()
|
D | wcstol.c | 32 static unsigned long long wcstox(const wchar_t *s, wchar_t **p, int base, unsigned long long lim) in wcstox() 53 unsigned long long wcstoull(const wchar_t *restrict s, wchar_t **restrict p, int base) in wcstoull() 58 long long wcstoll(const wchar_t *restrict s, wchar_t **restrict p, int base) in wcstoll() 63 unsigned long wcstoul(const wchar_t *restrict s, wchar_t **restrict p, int base) in wcstoul() 68 long wcstol(const wchar_t *restrict s, wchar_t **restrict p, int base) in wcstol() 73 intmax_t wcstoimax(const wchar_t *restrict s, wchar_t **restrict p, int base) in wcstoimax() 78 uintmax_t wcstoumax(const wchar_t *restrict s, wchar_t **restrict p, int base) in wcstoumax()
|
/third_party/musl/porting/linux/user/src/stdlib/ |
D | strtol.c | 8 static unsigned long long strtox(const char *s, char **p, int base, unsigned long long lim) in strtox() 21 unsigned long long strtoull(const char *restrict s, char **restrict p, int base) in strtoull() 26 long long strtoll(const char *restrict s, char **restrict p, int base) in strtoll() 31 unsigned long strtoul_weak(const char *restrict s, char **restrict p, int base) in strtoul_weak() 36 long strtol(const char *restrict s, char **restrict p, int base) in strtol() 41 intmax_t strtoimax_weak(const char *restrict s, char **restrict p, int base) in strtoimax_weak() 46 uintmax_t strtoumax_weak(const char *restrict s, char **restrict p, int base) in strtoumax_weak()
|
/third_party/musl/porting/liteos_a/kernel/src/stdlib/ |
D | strtol.c | 8 static unsigned long long strtox(const char *s, char **p, int base, unsigned long long lim) in strtox() 21 unsigned long long strtoull(const char *restrict s, char **restrict p, int base) in strtoull() 26 long long strtoll(const char *restrict s, char **restrict p, int base) in strtoll() 31 unsigned long strtoul(const char *restrict s, char **restrict p, int base) in strtoul() 36 long strtol(const char *restrict s, char **restrict p, int base) in strtol() 41 intmax_t strtoimax(const char *restrict s, char **restrict p, int base) in strtoimax() 46 uintmax_t strtoumax(const char *restrict s, char **restrict p, int base) in strtoumax()
|
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/ |
D | mpegtsbase.c | 133 mpegts_base_can_remove_program (MpegTSBase * base, MpegTSBaseProgram * program) in mpegts_base_can_remove_program() 191 MpegTSBase *base = GST_MPEGTS_BASE (object); in mpegts_base_set_property() local 209 MpegTSBase *base = GST_MPEGTS_BASE (object); in mpegts_base_get_property() local 224 mpegts_base_reset_drm_info (MpegTSBase * base) in mpegts_base_reset_drm_info() 238 mpegts_base_reset (MpegTSBase * base) in mpegts_base_reset() 291 mpegts_base_init (MpegTSBase * base) in mpegts_base_init() 329 MpegTSBase *base = GST_MPEGTS_BASE (object); in mpegts_base_dispose() local 345 MpegTSBase *base = GST_MPEGTS_BASE (object); in mpegts_base_finalize() local 394 mpegts_add_drm_info (MpegTSBase *base, const GstMpegtsDescriptor *descriptor, guint offset) in mpegts_add_drm_info() 433 mpegts_set_drm_info (MpegTSBase *base, GPtrArray *descriptors) in mpegts_set_drm_info() [all …]
|
/third_party/rust/crates/minimal-lexical/etc/ |
D | bellerophon_table.py | 36 def calculate_bitshift(base, exponent): argument 45 def next_fp(fp, base, step = 1): argument 51 def prev_fp(fp, base, step = 1): argument 65 def generate_small(base, count): argument 81 def generate_large(base, step): argument 109 def print_array(base, string, fps, index): argument 120 def generate_base(base): argument
|
/third_party/node/test/fixtures/wpt/url/resources/ |
D | urltestdata.json | 5 "base": "http://example.org/foo/bar", string 20 "base": "http://example.org/foo/bar", string 35 "base": null, null 50 "base": null, null 65 "base": null, null 80 "base": null, null 95 "base": "http://example.org/foo/bar", string 110 "base": "http://example.org/foo/bar", string 125 "base": "http://example.org/foo/bar", string 140 "base": "http://example.org/foo/bar", string [all …]
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | ShaderLang.cpp | 64 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in GetCompilerFromHandle() local 85 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in GetTranslatorHLSLFromHandle() local 353 TShHandleBase *base = static_cast<TShHandleBase *>(ConstructCompiler(type, spec, output)); in ConstructCompiler() local 380 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in Destruct() local 557 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in GetUniformBlocks() local 567 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in GetShaderStorageBlocks() local 578 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in GetComputeShaderLocalGroupSize() local 588 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in GetVertexShaderNumViews() local 741 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in HasValidGeometryShaderInputPrimitiveType() local 752 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in HasValidGeometryShaderOutputPrimitiveType() local [all …]
|
/third_party/libabigail/tests/data/test-diff-dwarf/ |
D | test27-local-base-diff-v1.cc | 3 struct base struct 9 struct S : public base argument 15 bar(base&) in bar() argument
|
/third_party/node/lib/internal/modules/esm/ |
D | resolve.js | 85 function emitTrailingSlashPatternDeprecation(match, pjsonUrl, base) { argument 102 function emitInvalidSegmentDeprecation(target, request, match, pjsonUrl, internal, base, isTarget) { argument 124 function emitLegacyIndexDeprecation(url, packageJSONUrl, base, main) { argument 197 function legacyMainResolve(packageJSONUrl, packageConfig, base) { argument 289 function finalizeResolution(resolved, base, preserveSymlinks) { argument 350 function importNotDefined(specifier, packageJSONUrl, base) { argument 361 function exportsNotFound(subpath, packageJSONUrl, base) { argument 375 function throwInvalidSubpath(request, match, packageJSONUrl, internal, base) { argument 384 subpath, target, packageJSONUrl, internal, base) { argument 418 base, argument [all …]
|
/third_party/vulkan-headers/include/vulkan/ |
D | vk_icd.h | 144 VkIcdSurfaceBase base; member 152 VkIcdSurfaceBase base; member 160 VkIcdSurfaceBase base; member 168 VkIcdSurfaceBase base; member 176 VkIcdSurfaceBase base; member 184 VkIcdSurfaceBase base; member 192 VkIcdSurfaceBase base; member 199 VkIcdSurfaceBase base; member 206 VkIcdSurfaceBase base; member 213 VkIcdSurfaceBase base; member [all …]
|
/third_party/mesa3d/src/virtio/vulkan/ |
D | vn_pipeline.h | 17 struct vn_object_base base; member 25 struct vn_object_base base; member 33 struct vn_object_base base; member 41 struct vn_object_base base; member
|
/third_party/musl/porting/liteos_m/kernel/src/stdlib/ |
D | strtol.c | 8 static unsigned long long strtox(const char *s, char **p, int base, unsigned long long lim) in strtox() 21 unsigned long long strtoull(const char *restrict s, char **restrict p, int base) in strtoull() 26 long long strtoll(const char *restrict s, char **restrict p, int base) in strtoll() 31 unsigned long strtoul(const char *restrict s, char **restrict p, int base) in strtoul() 36 long strtol(const char *restrict s, char **restrict p, int base) in strtol()
|
/third_party/musl/porting/uniproton/kernel/src/stdlib/ |
D | strtol.c | 8 static unsigned long long strtox(const char *s, char **p, int base, unsigned long long lim) in strtox() 21 unsigned long long strtoull(const char *restrict s, char **restrict p, int base) in strtoull() 26 long long strtoll(const char *restrict s, char **restrict p, int base) in strtoll() 31 unsigned long strtoul(const char *restrict s, char **restrict p, int base) in strtoul() 36 long strtol(const char *restrict s, char **restrict p, int base) in strtol()
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | ColorStateTests.cpp | 114 void DoSingleSourceTest(RGBA8 base, const TriangleSpec& triangle, const RGBA8& expected) { in DoSingleSourceTest() 142 void CheckBlendOperation(RGBA8 base, in CheckBlendOperation() 167 void CheckBlendFactor(RGBA8 base, in CheckBlendFactor() 198 void CheckSrcBlendFactor(RGBA8 base, in CheckSrcBlendFactor() 206 void CheckDstBlendFactor(RGBA8 base, in CheckDstBlendFactor() 323 RGBA8 base(32, 64, 128, 192); in TEST_P() local 331 RGBA8 base(32, 64, 128, 192); in TEST_P() local 339 RGBA8 base(32, 64, 128, 192); in TEST_P() local 347 RGBA8 base(32, 64, 128, 192); in TEST_P() local 355 RGBA8 base(32, 64, 128, 192); in TEST_P() local [all …]
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvabasedec.c | 35 GstVaBaseDec *base = GST_VA_BASE_DEC (decoder); in gst_va_base_dec_open() local 65 GstVaBaseDec *base = GST_VA_BASE_DEC (decoder); in gst_va_base_dec_close() local 76 GstVaBaseDec *base = GST_VA_BASE_DEC (decoder); in gst_va_base_dec_stop() local 99 GstVaBaseDec *base = GST_VA_BASE_DEC (decoder); in gst_va_base_dec_getcaps() local 139 GstVaBaseDec *base = GST_VA_BASE_DEC (decoder); in gst_va_base_dec_src_query() local 199 _create_allocator (GstVaBaseDec * base, GstCaps * caps) in _create_allocator() 215 _create_other_pool (GstVaBaseDec * base, GstAllocator * allocator, in _create_other_pool() 239 _need_video_crop (GstVaBaseDec * base) in _need_video_crop() 260 GstVaBaseDec *base = GST_VA_BASE_DEC (decoder); in _decide_allocation_for_video_crop() local 453 GstVaBaseDec *base = GST_VA_BASE_DEC (decoder); in gst_va_base_dec_decide_allocation() local [all …]
|
/third_party/nghttp2/src/ |
D | http2_test.cc | 719 auto base = StringRef::from_lit("/"); in test_http2_parse_link_header() local 724 auto base = StringRef::from_lit("/"); in test_http2_parse_link_header() local 731 auto base = StringRef::from_lit("/"); in test_http2_parse_link_header() local 738 auto base = StringRef::from_lit("/"); in test_http2_parse_link_header() local 745 auto base = StringRef::from_lit("/"); in test_http2_parse_link_header() local 753 auto base = StringRef::from_lit("/alpha"); in test_http2_parse_link_header() local 760 auto base = StringRef::from_lit("/"); in test_http2_parse_link_header() local 767 auto base = StringRef::from_lit("/alpha/bravo/"); in test_http2_parse_link_header() local 774 auto base = StringRef::from_lit("/alpha/bravo"); in test_http2_parse_link_header() local 781 auto base = StringRef::from_lit("/alpha/bravo/"); in test_http2_parse_link_header() local [all …]
|
/third_party/libabigail/doc/vizualization/graph/sources/ |
D | sa-base.cc | 1 struct base struct 10 base obj; in main() argument
|
/third_party/libabigail/doc/vizualization/layout/sources/ |
D | sa-base.cc | 1 struct base struct 10 base obj; in main() argument
|
/third_party/cef/libcef_dll/ctocpp/ |
D | ctocpp_ref_counted.h | 66 cef_base_ref_counted_t* base = in UnderlyingAddRef() local 74 cef_base_ref_counted_t* base = in UnderlyingRelease() local 83 cef_base_ref_counted_t* base = in UnderlyingHasOneRef() local 92 cef_base_ref_counted_t* base = in UnderlyingHasAtLeastOneRef() local
|
/third_party/libabigail/tests/data/test-diff-suppr/ |
D | test6-fn-suppr-v1.cc | 4 struct base struct 9 base() in base() argument
|
/third_party/mesa3d/include/vulkan/ |
D | vk_icd.h | 134 VkIcdSurfaceBase base; member 142 VkIcdSurfaceBase base; member 150 VkIcdSurfaceBase base; member 158 VkIcdSurfaceBase base; member 166 VkIcdSurfaceBase base; member 174 VkIcdSurfaceBase base; member 182 VkIcdSurfaceBase base; member 189 VkIcdSurfaceBase base; member 196 VkIcdSurfaceBase base; member 203 VkIcdSurfaceBase base; member [all …]
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
D | vk_icd.h | 134 VkIcdSurfaceBase base; member 142 VkIcdSurfaceBase base; member 150 VkIcdSurfaceBase base; member 158 VkIcdSurfaceBase base; member 166 VkIcdSurfaceBase base; member 174 VkIcdSurfaceBase base; member 182 VkIcdSurfaceBase base; member 189 VkIcdSurfaceBase base; member 196 VkIcdSurfaceBase base; member 203 VkIcdSurfaceBase base; member [all …]
|