| /third_party/typescript/tests/baselines/reference/ |
| D | discriminatedUnionTypes2.js | 2 function f10(x : { kind: false, a: string } | { kind: true, b: string } | { kind: string, c: string… property 14 function f11(x : { kind: false, a: string } | { kind: true, b: string } | { kind: string, c: string… property 27 function f13(x: { a: null; b: string } | { a: string, c: number }) { property 28 x = { a: null, b: "foo", c: 4}; // Error property 31 function f14<T>(x: { a: 0; b: string } | { a: T, c: number }) { property 49 f15({ error: new Error("boom") }); property 67 const error: null = carrier.error constant 70 const error: Error = carrier.error constant 114 function f(problem: abc & (b | c)) { 173 x = { a: null, b: "foo", c: 4 }; // Error property [all …]
|
| /third_party/pulseaudio/src/modules/rtp/ |
| D | rtp-gstreamer.c | 84 static bool init_send_pipeline(pa_rtp_context *c, int fd, uint8_t payload, size_t mtu, const pa_sam… in init_send_pipeline() argument 206 pa_rtp_context *c = NULL; in pa_rtp_context_new_send() local 207 GError *error = NULL; in pa_rtp_context_new_send() local 239 static bool process_bus_messages(pa_rtp_context *c) { in process_bus_messages() 248 GError *error = NULL; in process_bus_messages() local 267 int pa_rtp_send(pa_rtp_context *c, pa_memblockq *q) { in pa_rtp_send() 376 pa_rtp_context *c = (pa_rtp_context *) userdata; in on_pad_added() local 389 GError *error; in on_pad_added() local 409 pa_rtp_context *c = (pa_rtp_context *) userdata; in udpsrc_buffer_probe() local 422 static bool init_receive_pipeline(pa_rtp_context *c, int fd, const pa_sample_spec *ss, bool enable_… in init_receive_pipeline() [all …]
|
| /third_party/typescript/tests/cases/conformance/types/union/ |
| D | discriminatedUnionTypes2.ts | 55 error: Error property 60 error: null property 68 const error: null = carrier.error constant 71 const error: Error = carrier.error constant 108 type c = { alias
|
| /third_party/skia/tests/ |
| D | SRGBReadWritePixelsTest.cpp | 42 float error) { in check_conversion() 48 for (int c = 0; c < 3; ++c) { in check_conversion() local 67 static bool check_double_conversion(uint32_t input, uint32_t output, float error) { in check_double_conversion() 73 for (int c = 0; c < 3; ++c) { in check_double_conversion() local 100 static bool check_srgb_to_linear_conversion(uint32_t srgb, uint32_t linear, float error) { in check_srgb_to_linear_conversion() 104 static bool check_linear_to_srgb_conversion(uint32_t linear, uint32_t srgb, float error) { in check_linear_to_srgb_conversion() 108 static bool check_linear_to_srgb_to_linear_conversion(uint32_t input, uint32_t output, float error)… in check_linear_to_srgb_to_linear_conversion() 112 static bool check_srgb_to_linear_to_srgb_conversion(uint32_t input, uint32_t output, float error) { in check_srgb_to_linear_to_srgb_conversion() 116 static bool check_no_conversion(uint32_t input, uint32_t output, float error) { in check_no_conversion() 127 const SkImageInfo& dstInfo, CheckFn checker, float error, in read_and_check_pixels() [all …]
|
| D | SkSLDSLTest.cpp | 222 ExpectError error(r, "floating point value is infinite"); in DEF_GPUTEST_FOR_MOCK_CONTEXT() local 227 ExpectError error(r, "floating point value is NaN"); in DEF_GPUTEST_FOR_MOCK_CONTEXT() local 232 ExpectError error(r, "'float4' is not a valid parameter to 'float2' constructor; use '.xy' " in DEF_GPUTEST_FOR_MOCK_CONTEXT() local 238 ExpectError error(r, "invalid arguments to 'float4' constructor (expected 4 scalars, but " in DEF_GPUTEST_FOR_MOCK_CONTEXT() local 274 ExpectError error(r, "floating point value is infinite"); in DEF_GPUTEST_FOR_MOCK_CONTEXT() local 279 ExpectError error(r, "floating point value is NaN"); in DEF_GPUTEST_FOR_MOCK_CONTEXT() local 284 ExpectError error(r, "'half4' is not a valid parameter to 'half2' constructor; use '.xy' " in DEF_GPUTEST_FOR_MOCK_CONTEXT() local 290 ExpectError error(r, "invalid arguments to 'half4' constructor (expected 4 scalars, but " in DEF_GPUTEST_FOR_MOCK_CONTEXT() local 321 ExpectError error(r, "'int4' is not a valid parameter to 'int2' constructor; use '.xy' " in DEF_GPUTEST_FOR_MOCK_CONTEXT() local 327 ExpectError error(r, "invalid arguments to 'int4' constructor (expected 4 scalars, but " in DEF_GPUTEST_FOR_MOCK_CONTEXT() local [all …]
|
| /third_party/skia/third_party/externals/freetype/src/base/ |
| D | ftcid.c | 32 FT_Error error; in FT_Get_CID_Registry_Ordering_Supplement() local 68 FT_Error error = FT_ERR( Invalid_Argument ); in FT_Get_CID_Is_Internally_CID_Keyed() local 95 FT_Error error = FT_ERR( Invalid_Argument ); in FT_Get_CID_From_Glyph_Index() local 96 FT_UInt c = 0; in FT_Get_CID_From_Glyph_Index() local
|
| /third_party/skia/third_party/externals/freetype/src/lzw/ |
| D | ftzopen.c | 124 FT_Error error; in ft_lzwstate_stack_grow() local 166 FT_Error error; in ft_lzwstate_prefix_grow() local 250 #define FTLZW_STACK_PUSH( c ) \ argument 280 FT_Int32 c; in ft_lzwstate_io() local 322 FT_Int32 c; in ft_lzwstate_io() local
|
| /third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
| D | ucbuf.cpp | 55 …s(FileStream* in, const char** cp, UConverter** conv, int32_t* signatureLength, UErrorCode* error){ in ucbuf_autodetect_fs() 134 …nst char* fileName, const char** cp,UConverter** conv, int32_t* signatureLength,UErrorCode* error){ in ucbuf_autodetect() 163 ucbuf_fillucbuf( UCHARBUF* buf,UErrorCode* error){ in ucbuf_fillucbuf() 325 ucbuf_getc(UCHARBUF* buf,UErrorCode* error){ in ucbuf_getc() 344 ucbuf_getc32(UCHARBUF* buf,UErrorCode* error){ in ucbuf_getc32() 375 ucbuf_getcx32(UCHARBUF* buf,UErrorCode* error) { in ucbuf_getcx32() 450 …uf_open(const char* fileName,const char** cp,UBool showWarning, UBool buffered, UErrorCode* error){ in ucbuf_open() 539 ucbuf_ungetc(int32_t c,UCHARBUF* buf){ in ucbuf_ungetc() 576 ucbuf_rewind(UCHARBUF* buf,UErrorCode* error){ in ucbuf_rewind() 627 ucbuf_getBuffer(UCHARBUF* buf,int32_t* len,UErrorCode* error){ in ucbuf_getBuffer() [all …]
|
| /third_party/icu/icu4c/source/tools/toolutil/ |
| D | ucbuf.cpp | 55 …s(FileStream* in, const char** cp, UConverter** conv, int32_t* signatureLength, UErrorCode* error){ in ucbuf_autodetect_fs() 134 …nst char* fileName, const char** cp,UConverter** conv, int32_t* signatureLength,UErrorCode* error){ in ucbuf_autodetect() 163 ucbuf_fillucbuf( UCHARBUF* buf,UErrorCode* error){ in ucbuf_fillucbuf() 325 ucbuf_getc(UCHARBUF* buf,UErrorCode* error){ in ucbuf_getc() 344 ucbuf_getc32(UCHARBUF* buf,UErrorCode* error){ in ucbuf_getc32() 375 ucbuf_getcx32(UCHARBUF* buf,UErrorCode* error) { in ucbuf_getcx32() 450 …uf_open(const char* fileName,const char** cp,UBool showWarning, UBool buffered, UErrorCode* error){ in ucbuf_open() 539 ucbuf_ungetc(int32_t c,UCHARBUF* buf){ in ucbuf_ungetc() 576 ucbuf_rewind(UCHARBUF* buf,UErrorCode* error){ in ucbuf_rewind() 627 ucbuf_getBuffer(UCHARBUF* buf,int32_t* len,UErrorCode* error){ in ucbuf_getBuffer() [all …]
|
| /third_party/ffmpeg/libswresample/ |
| D | soxr_resample.c | 32 static struct ResampleContext *create(struct ResampleContext *c, int out_rate, int in_rate, int fil… in create() 34 soxr_error_t error; in create() local 64 static void destroy(struct ResampleContext * *c){ in destroy() 85 struct ResampleContext * c, AudioData *dst, int dst_size, in process() 88 soxr_error_t error = soxr_set_error((soxr_t)c, soxr_set_num_channels((soxr_t)c, src->ch_count)); in process() local 111 static int invert_initial_buffer(struct ResampleContext *c, AudioData *dst, const AudioData *src, in invert_initial_buffer()
|
| /third_party/pulseaudio/src/pulsecore/ |
| D | dbus-shared.c | 39 static pa_dbus_connection* dbus_connection_new(pa_core *c, pa_dbus_wrap_connection *conn, const cha… in dbus_connection_new() 53 pa_dbus_connection* pa_dbus_bus_get(pa_core *c, DBusBusType type, DBusError *error) { in pa_dbus_bus_get() 74 DBusConnection* pa_dbus_connection_get(pa_dbus_connection *c) { in pa_dbus_connection_get() 82 void pa_dbus_connection_unref(pa_dbus_connection *c) { in pa_dbus_connection_unref() 95 pa_dbus_connection* pa_dbus_connection_ref(pa_dbus_connection *c) { in pa_dbus_connection_ref()
|
| /third_party/skia/third_party/externals/freetype/src/gzip/ |
| D | ftgzip.c | 130 FT_Error error; in ft_gzip_alloc() local 212 FT_Error error; in ft_gzip_check_header() local 249 FT_UInt c; in ft_gzip_check_header() local 263 FT_UInt c; in ft_gzip_check_header() local 289 FT_Error error = FT_Err_Ok; in ft_gzip_file_init() local 355 FT_Error error; in ft_gzip_file_reset() local 424 FT_Error error = FT_Err_Ok; in ft_gzip_file_fill_output() local 469 FT_Error error = FT_Err_Ok; in ft_gzip_file_skip_output() local 503 FT_Error error; in ft_gzip_file_io() local 602 FT_Error error; in ft_gzip_get_uncompressed_size() local [all …]
|
| /third_party/ffmpeg/libavcodec/ |
| D | ttaencdsp.c | 24 int32_t *error, int32_t *in, int32_t shift, in ttaenc_filter_process_c() 53 av_cold void ff_ttaencdsp_init(TTAEncDSPContext *c) in ff_ttaencdsp_init()
|
| D | ttadsp.c | 24 int32_t *error, int32_t *in, int32_t shift, in tta_filter_process_c() 55 av_cold void ff_ttadsp_init(TTADSPContext *c) in ff_ttadsp_init()
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
| D | escaping.cc | 43 inline bool is_octal_digit(char c) { return ('0' <= c) && (c <= '7'); } in is_octal_digit() 45 inline int hex_digit_to_int(char c) { in hex_digit_to_int() 56 inline bool IsSurrogate(char32_t c, absl::string_view src, std::string* error) { in IsSurrogate() 85 char* dest, ptrdiff_t* dest_len, std::string* error) { in CUnescapeInternal() 283 std::string* dest, std::string* error) { in CUnescapeInternal() 314 for (unsigned char c : src) { in CEscapeInternal() local 378 for (unsigned char c : src) escaped_len += c_escaped_len[c]; in CEscapedLength() local 394 for (unsigned char c : src) { in CEscapeAndAppendInternal() local 850 std::string* error) { in CUnescape()
|
| /third_party/skia/third_party/externals/freetype/src/psaux/ |
| D | psobjs.c | 77 FT_Error error; in ps_table_new() local 125 FT_Error error; in reallocate_t1_table() local 190 FT_Error error; in ps_table_add() local 246 FT_Error error; in ps_table_done() local 335 #define IS_OCTAL_DIGIT( c ) ( '0' <= (c) && (c) <= '7' ) argument 347 FT_Error error = FT_ERR( Invalid_File_Format ); in skip_literal_string() local 353 FT_Byte c = *cur; in skip_literal_string() local 462 FT_Error error = FT_Err_Ok; in skip_procedure() local 525 FT_Error error = FT_Err_Ok; in ps_parser_skip_PS_token() local 788 FT_Byte c, ender; in ps_tocoordarray() local [all …]
|
| /third_party/vk-gl-cts/modules/egl/ |
| D | teglThreadCleanUpTests.cpp | 48 bool isES2Renderable (const eglu::CandidateConfig& c) in isES2Renderable() 53 bool isPBuffer (const eglu::CandidateConfig& c) in isPBuffer() 61 … display, EGLSurface surface, EGLContext context, EGLConfig config, tcu::Maybe<eglu::Error>& error) in Thread() 119 catch (const eglu::Error& error) in run() local 254 tcu::Maybe<eglu::Error> error; in iterate() local
|
| /third_party/skia/third_party/externals/freetype/src/sdf/ |
| D | ftsdf.c | 490 FT_Error error = FT_Err_Ok; in sdf_edge_new() local 529 FT_Error error = FT_Err_Ok; in sdf_contour_new() local 584 FT_Error error = FT_Err_Ok; in sdf_shape_new() local 654 FT_Error error = FT_Err_Ok; in sdf_move_to() local 686 FT_Error error = FT_Err_Ok; in sdf_line_to() local 729 FT_Error error = FT_Err_Ok; in sdf_conic_to() local 771 FT_Error error = FT_Err_Ok; in sdf_cubic_to() local 820 FT_Error error = FT_Err_Ok; in sdf_outline_decompose() local 1031 FT_26D6 a, b, c; in split_cubic() local 1071 FT_Error error = FT_Err_Ok; in split_sdf_conic() local [all …]
|
| /third_party/skia/third_party/externals/freetype/src/autofit/ |
| D | afglobal.c | 53 #define STYLE( s, S, d, ws, sc, ss, c ) \ argument 94 #define STYLE( s, S, d, ws, sc, ss, c ) \ argument 110 #define STYLE( s, S, d, ws, sc, ss, c ) #s, argument 128 FT_Error error; in af_face_globals_compute_style_coverage() local 331 FT_Error error; in af_face_globals_new() local 427 FT_Error error = FT_Err_Ok; in af_face_globals_get_metrics() local
|
| /third_party/backends/backend/pixma/ |
| D | pixma_mp800.c | 422 int error; in send_get_tpu_info_3() local 1035 int error, status_len; in query_status_3() local 1048 int error, status_len; in query_status() local 1083 int error, datalen; in read_image_block() local 1128 int error; in read_error_info() local 1247 int error, status_len, tmo; in init_ccd_lamp_3() local 1271 int error, tmo = 60; in wait_until_ready() local 1311 unsigned pid, unsigned c, int * colshft, unsigned strshft) in shift_colors() 1344 unsigned pid, unsigned c, int * colshft, unsigned strshft, in shift_colorsCS9000() 1391 unsigned dpi, unsigned pid, unsigned c, int * colshft, in shift_colorsCS9000_4800() [all …]
|
| /third_party/pulseaudio/src/modules/ |
| D | reserve.c | 114 DBusConnection *c, in object_handler() 119 DBusError error; in object_handler() local 290 DBusConnection *c, in filter_handler() 295 DBusError error; in filter_handler() local 363 DBusError *error) { in rd_acquire() 637 DBusError *error) { in rd_dbus_get_name_owner()
|
| D | reserve-monitor.c | 64 DBusConnection *c, in get_busy() 81 DBusConnection *c, in filter_handler() 86 DBusError error; in filter_handler() local 129 DBusError *error) { in rm_watch()
|
| D | reserve-wrap.c | 104 pa_reserve_wrapper* pa_reserve_wrapper_get(pa_core *c, const char *device_name) { in pa_reserve_wrapper_get() 109 DBusError error; in pa_reserve_wrapper_get() local 247 pa_reserve_monitor_wrapper* pa_reserve_monitor_wrapper_get(pa_core *c, const char *device_name) { in pa_reserve_monitor_wrapper_get() 252 DBusError error; in pa_reserve_monitor_wrapper_get() local
|
| /third_party/ffmpeg/libavutil/ |
| D | lzo.c | 40 int error; member 47 static inline int get_byte(LZOContext *c) in get_byte() 56 #define GETB(c) (*(c).in++) argument 58 #define GETB(c) get_byte(&(c)) argument 67 static inline int get_len(LZOContext *c, int x, int mask) in get_len() 87 static inline void copy(LZOContext *c, int cnt) in copy() 120 static inline void copy_backptr(LZOContext *c, int back, int cnt) in copy_backptr() 140 LZOContext c; in av_lzo1x_decode() local
|
| /third_party/alsa-utils/alsactl/ |
| D | alsactl.h | 31 #define error(...) do { error_(__func__, __LINE__, __VA_ARGS__); } while (0) macro 36 #define error(args...) do { error_(__func__, __LINE__, ##args); } while (0) macro 79 static inline int hextodigit(int c) in hextodigit()
|