/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/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/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/gstreamer/gstplugins_bad/gst/mpegtsdemux/ |
D | mpegtsbase.c | 122 mpegts_base_can_remove_program (MpegTSBase * base, MpegTSBaseProgram * program) in mpegts_base_can_remove_program() 174 MpegTSBase *base = GST_MPEGTS_BASE (object); in mpegts_base_set_property() local 192 MpegTSBase *base = GST_MPEGTS_BASE (object); in mpegts_base_get_property() local 208 mpegts_base_reset (MpegTSBase * base) in mpegts_base_reset() 259 mpegts_base_init (MpegTSBase * base) in mpegts_base_init() 291 MpegTSBase *base = GST_MPEGTS_BASE (object); in mpegts_base_dispose() local 307 MpegTSBase *base = GST_MPEGTS_BASE (object); in mpegts_base_finalize() local 366 mpegts_pid_in_active_programs (MpegTSBase * base, guint16 pid) in mpegts_pid_in_active_programs() 429 mpegts_base_new_program (MpegTSBase * base, in mpegts_base_new_program() 455 mpegts_base_add_program (MpegTSBase * base, in mpegts_base_add_program() [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/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/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/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/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/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/flutter/skia/third_party/externals/dawn/src/tests/end2end/ |
D | ColorStateTests.cpp | 110 void DoSingleSourceTest(RGBA8 base, const TriangleSpec& triangle, const RGBA8& expected) { in DoSingleSourceTest() 138 void CheckBlendOperation(RGBA8 base, in CheckBlendOperation() 160 void CheckBlendFactor(RGBA8 base, in CheckBlendFactor() 188 void CheckSrcBlendFactor(RGBA8 base, in CheckSrcBlendFactor() 196 void CheckDstBlendFactor(RGBA8 base, in CheckDstBlendFactor() 310 RGBA8 base(32, 64, 128, 192); in TEST_P() local 318 RGBA8 base(32, 64, 128, 192); in TEST_P() local 326 RGBA8 base(32, 64, 128, 192); in TEST_P() local 334 RGBA8 base(32, 64, 128, 192); in TEST_P() local 342 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/vulkan-headers/include/vulkan/ |
D | vk_icd.h | 135 VkIcdSurfaceBase base; member 143 VkIcdSurfaceBase base; member 151 VkIcdSurfaceBase base; member 159 VkIcdSurfaceBase base; member 167 VkIcdSurfaceBase base; member 175 VkIcdSurfaceBase base; member 183 VkIcdSurfaceBase base; member 190 VkIcdSurfaceBase base; member 197 VkIcdSurfaceBase base; member 204 VkIcdSurfaceBase base; member [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/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": "about:blank", string 50 "base": "about:blank", string 65 "base": "about:blank", string 80 "base": "about:blank", string 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/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | ShaderLang.cpp | 89 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in GetCompilerFromHandle() local 110 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in GetTranslatorHLSLFromHandle() local 303 TShHandleBase *base = static_cast<TShHandleBase *>(ConstructCompiler(type, spec, output)); in ConstructCompiler() local 330 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in Destruct() local 461 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in GetUniformBlocks() local 471 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in GetShaderStorageBlocks() local 482 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in GetComputeShaderLocalGroupSize() local 492 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in GetVertexShaderNumViews() local 600 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in HasValidGeometryShaderInputPrimitiveType() local 611 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in HasValidGeometryShaderOutputPrimitiveType() local [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 …]
|
/third_party/node/lib/internal/modules/esm/ |
D | resolve.js | 74 function emitLegacyIndexDeprecation(url, packageJSONUrl, base, main) { argument 121 function getPackageConfig(path, specifier, base) { argument 218 function legacyMainResolve(packageJSONUrl, packageConfig, base) { argument 291 function finalizeResolution(resolved, base) { argument 325 function throwImportNotDefined(specifier, packageJSONUrl, base) { argument 331 function throwExportsNotFound(subpath, packageJSONUrl, base) { argument 337 function throwInvalidSubpath(subpath, packageJSONUrl, internal, base) { argument 345 subpath, target, packageJSONUrl, internal, base) { argument 360 target, subpath, match, packageJSONUrl, base, pattern, internal, conditions) { argument 414 base, pattern, internal, conditions) { argument [all …]
|