Home
last modified time | relevance | path

Searched +defs:c +defs:mode (Results 1 – 25 of 692) sorted by relevance

12345678910>>...28

/third_party/node/test/fixtures/wpt/streams/readable-byte-streams/
Dgeneral.any.js10 assert_throws_js(TypeError, () => new ReadableStream().getReader({ mode: 'byob' })); property
16 new ReadableStream({ type: 'bytes' }).getReader({ mode: 'byob' }); property
19 .getReader({ mode: 'byob' }); property
21 .getReader({ mode: 'byob' }); property
25 …const ReadableStreamBYOBReader = new ReadableStream({ type: 'bytes' }).getReader({ mode: 'byob' })… property
28 let reader = rs.getReader({ mode: { toString() { return 'byob'; } } }); property
32 reader = rs.getReader({ mode: { toString: null, valueOf() {return 'byob';} } }); property
36 reader = rs.getReader({ mode: 'byob', notmode: 'ignored' }); property
52 start(c) { argument
129 start(c) { argument
[all …]
Dbad-buffers-and-views.any.js6 start(c) { argument
12 const reader = stream.getReader({ mode: 'byob' }); property
29 start(c) { argument
35 const reader = stream.getReader({ mode: 'byob' }); property
52 start(c) { argument
63 start(c) { argument
73 start(c) { argument
83 start(c) { argument
88 const reader = stream.getReader({ mode: 'byob' }); property
99 start(c) { argument
[all …]
Dtee.any.js24 start(c) { argument
32 const reader1 = branch1.getReader({ mode: 'byob' }); property
33 const reader2 = branch2.getReader({ mode: 'byob' }); property
71 pull(c) { argument
103 pull(c) { argument
113 const reader1 = branch1.getReader({ mode: 'byob' }); property
136 start(c) { argument
146 const reader1 = branch1.getReader({ mode: 'byob' }); property
147 const reader2 = branch2.getReader({ mode: 'byob' }); property
175 start(c) { argument
[all …]
/third_party/skia/fuzz/
DFuzzGradients.cpp29 std::vector<SkScalar>* pos, SkTileMode* mode) { in initGradientParams()
42 SkColor c; in initGradientParams() local
71 SkTileMode mode, in logLinearGradient()
116 SkTileMode mode; in fuzzLinearGradient() local
135 SkCanvas* c = surface->getCanvas(); in fuzzLinearGradient() local
154 SkTileMode mode; in fuzzRadialGradient() local
173 SkCanvas* c = surface->getCanvas(); in fuzzRadialGradient() local
192 SkTileMode mode; in fuzzTwoPointConicalGradient() local
211 SkCanvas* c = surface->getCanvas(); in fuzzTwoPointConicalGradient() local
226 SkTileMode mode; in fuzzSweepGradient() local
[all …]
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fShaderDiscardTests.cpp149 inline void evalDiscardAlways (ShaderEvalContext& c) { c.discard(); } in evalDiscardAlways()
150 inline void evalDiscardNever (ShaderEvalContext& c) { c.color.xyz() = c.coords.swizzle(0,1,2); } in evalDiscardNever()
151 inline void evalDiscardDynamic (ShaderEvalContext& c) { c.color.xyz() = c.coords.swizzle(0,1,2); if… in evalDiscardDynamic()
153 inline void evalDiscardTexture (ShaderEvalContext& c) in evalDiscardTexture()
160 static ShaderEvalFunc getEvalFunc (DiscardMode mode) in getEvalFunc()
286 static const char* getModeName (DiscardMode mode) in getModeName()
316 static const char* getModeDesc (DiscardMode mode) in getModeDesc()
331 ShaderDiscardCase* makeDiscardCase (Context& context, DiscardTemplate tmpl, DiscardMode mode) in makeDiscardCase()
358 for (int mode = 0; mode < DISCARDMODE_LAST; mode++) in init() local
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fShaderDiscardTests.cpp169 inline void evalDiscardAlways (ShaderEvalContext& c) { c.discard(); } in evalDiscardAlways()
170 inline void evalDiscardNever (ShaderEvalContext& c) { c.color.xyz() = c.coords.swizzle(0,1,2); } in evalDiscardNever()
171 inline void evalDiscardDynamic (ShaderEvalContext& c) { c.color.xyz() = c.coords.swizzle(0,1,2); if… in evalDiscardDynamic()
173 inline void evalDiscardTexture (ShaderEvalContext& c) in evalDiscardTexture()
180 static ShaderEvalFunc getEvalFunc (DiscardMode mode) in getEvalFunc()
296 static const char* getModeName (DiscardMode mode) in getModeName()
326 static const char* getModeDesc (DiscardMode mode) in getModeDesc()
341 ShaderDiscardCase* makeDiscardCase (Context& context, DiscardTemplate tmpl, DiscardMode mode) in makeDiscardCase()
370 for (int mode = 0; mode < DISCARDMODE_LAST; mode++) in init() local
/third_party/ffmpeg/libavcodec/
Dlibcelt_dec.c29 CELTMode *mode; member
52 static int ff_celt_bitstream_version_hack(CELTMode *mode) in ff_celt_bitstream_version_hack()
59 static av_cold int libcelt_dec_init(AVCodecContext *c) in libcelt_dec_init()
96 static av_cold int libcelt_dec_close(AVCodecContext *c) in libcelt_dec_close()
105 static int libcelt_dec_decode(AVCodecContext *c, void *data, in libcelt_dec_decode()
/third_party/skia/third_party/externals/icu/source/common/
Dnormlzr.cpp49 Normalizer::Normalizer(ConstChar16Ptr str, int32_t length, UNormalizationMode mode) : in Normalizer()
58 Normalizer::Normalizer(const CharacterIterator& iter, UNormalizationMode mode) : in Normalizer()
129 UNormalizationMode mode, int32_t options, in normalize()
180 UNormalizationMode mode, int32_t options, in quickCheck()
197 UNormalizationMode mode, int32_t options, in isNormalized()
215 UNormalizationMode mode, int32_t options, in concatenate()
271 UChar32 c=buffer.char32At(bufferPos); in next() local
286 UChar32 c=buffer.char32At(bufferPos-1); in previous() local
491 UChar32 c; in nextNormalize() local
514 UChar32 c=text->previous32(); in previousNormalize() local
/third_party/node/deps/icu-small/source/common/
Dnormlzr.cpp49 Normalizer::Normalizer(ConstChar16Ptr str, int32_t length, UNormalizationMode mode) : in Normalizer()
58 Normalizer::Normalizer(const CharacterIterator& iter, UNormalizationMode mode) : in Normalizer()
129 UNormalizationMode mode, int32_t options, in normalize()
180 UNormalizationMode mode, int32_t options, in quickCheck()
197 UNormalizationMode mode, int32_t options, in isNormalized()
215 UNormalizationMode mode, int32_t options, in concatenate()
271 UChar32 c=buffer.char32At(bufferPos); in next() local
286 UChar32 c=buffer.char32At(bufferPos-1); in previous() local
491 UChar32 c; in nextNormalize() local
514 UChar32 c=text->previous32(); in previousNormalize() local
/third_party/icu/icu4c/source/common/
Dnormlzr.cpp49 Normalizer::Normalizer(ConstChar16Ptr str, int32_t length, UNormalizationMode mode) : in Normalizer()
58 Normalizer::Normalizer(const CharacterIterator& iter, UNormalizationMode mode) : in Normalizer()
129 UNormalizationMode mode, int32_t options, in normalize()
180 UNormalizationMode mode, int32_t options, in quickCheck()
197 UNormalizationMode mode, int32_t options, in isNormalized()
215 UNormalizationMode mode, int32_t options, in concatenate()
271 UChar32 c=buffer.char32At(bufferPos); in next() local
286 UChar32 c=buffer.char32At(bufferPos-1); in previous() local
491 UChar32 c; in nextNormalize() local
514 UChar32 c=text->previous32(); in previousNormalize() local
/third_party/node/test/parallel/
Dtest-whatwg-readablebytestream-bad-buffers-and-views.js26 const reader = stream.getReader({ mode: 'byob' }); property
50 const reader = stream.getReader({ mode: 'byob' }); property
56 start(c) { argument
61 const reader = stream.getReader({ mode: 'byob' }); property
73 start(c) { argument
78 const reader = stream.getReader({ mode: 'byob' }); property
Dtest-whatwg-readablebytestream.js50 assert.throws(() => r.getReader({ mode }), { field
66 const byobReader = r.getReader({ mode: 'byob' }); property
125 const reader = stream.getReader({ mode: 'byob' }); property
210 const reader = readable.getReader({ mode: 'byob' }); property
225 start(c) { controller = c; } argument
243 start(c) { controller = c; } argument
255 pull(c) { argument
264 const reader = stream.getReader({ mode: 'byob' }); property
272 pull(c) { argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderDiscardTests.cpp187 inline void evalDiscardAlways (ShaderEvalContext& c) { c.discard(); } in evalDiscardAlways()
188 inline void evalDiscardNever (ShaderEvalContext& c) { c.color.xyz() = c.coords.swizzle(0,1,2); } in evalDiscardNever()
189 inline void evalDiscardDynamic (ShaderEvalContext& c) { c.color.xyz() = c.coords.swizzle(0,1,2); if… in evalDiscardDynamic()
191 inline void evalDiscardTexture (ShaderEvalContext& c) in evalDiscardTexture()
198 static ShaderEvalFunc getEvalFunc (DiscardMode mode) in getEvalFunc()
315 static const char* getModeName (DiscardMode mode) in getModeName()
346 static const char* getModeDesc (DiscardMode mode) in getModeDesc()
362 …> makeDiscardCase (tcu::TestContext& testCtx, DiscardTemplate tmpl, DiscardMode mode, const std::s… in makeDiscardCase()
438 for (int mode = 0; mode < DISCARDMODE_LAST; mode++) in init() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DNormalizer.java137 private Mode mode; field in Normalizer
566 public Normalizer(String str, Mode mode, int opt) { in Normalizer()
590 public Normalizer(CharacterIterator iter, Mode mode, int opt) { in Normalizer()
610 public Normalizer(UCharacterIterator iter, Mode mode, int options) { in Normalizer()
840 public static String normalize(String str, Mode mode, int options) { in normalize()
856 public static String normalize(String src,Mode mode) { in normalize()
876 public static int normalize(char[] source,char[] target, Mode mode, int options) { in normalize()
903 Mode mode, int options) { in normalize()
921 public static String normalize(int char32, Mode mode, int options) { in normalize()
940 public static String normalize(int char32, Mode mode) { in normalize()
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DNormalizer.java136 private Mode mode; field in Normalizer
577 public Normalizer(String str, Mode mode, int opt) { in Normalizer()
602 public Normalizer(CharacterIterator iter, Mode mode, int opt) { in Normalizer()
623 public Normalizer(UCharacterIterator iter, Mode mode, int options) { in Normalizer()
863 public static String normalize(String str, Mode mode, int options) { in normalize()
880 public static String normalize(String src,Mode mode) { in normalize()
901 public static int normalize(char[] source,char[] target, Mode mode, int options) { in normalize()
929 Mode mode, int options) { in normalize()
948 public static String normalize(int char32, Mode mode, int options) { in normalize()
968 public static String normalize(int char32, Mode mode) { in normalize()
[all …]
/third_party/musl/porting/linux/user/src/stdio/
Dfmemopen.c12 int mode; member
17 struct cookie c; member
24 struct cookie *c = f->cookie; in mseek() local
37 struct cookie *c = f->cookie; in mread() local
57 struct cookie *c = f->cookie; in mwrite() local
82 FILE *fmemopen(void *restrict buf, size_t size, const char *restrict mode) in fmemopen()
/third_party/musl/src/stdio/
Dfmemopen.c12 int mode; member
17 struct cookie c; member
24 struct cookie *c = f->cookie; in mseek() local
37 struct cookie *c = f->cookie; in mread() local
57 struct cookie *c = f->cookie; in mwrite() local
82 FILE *fmemopen(void *restrict buf, size_t size, const char *restrict mode) in fmemopen()
/third_party/node/deps/zlib/
Dzutil.h130 # define F_OPEN(name, mode) \ argument
162 # define fdopen(fd,mode) NULL /* No fdopen() */ argument
189 # define fdopen(fd,mode) NULL /* No fdopen() */ argument
194 # define fdopen(fd,mode) NULL /* No fdopen() */ argument
221 # define F_OPEN(name, mode) fopen((name), (mode)) argument
264 # define Tracec(c,x) {if (z_verbose>0 && (c)) fprintf x ;} argument
265 # define Tracecv(c,x) {if (z_verbose>1 && (c)) fprintf x ;} argument
271 # define Tracec(c,x) argument
272 # define Tracecv(c,x) argument
/third_party/skia/third_party/externals/zlib/
Dzutil.h123 # define F_OPEN(name, mode) \ argument
155 # define fdopen(fd,mode) NULL /* No fdopen() */ argument
182 # define fdopen(fd,mode) NULL /* No fdopen() */ argument
187 # define fdopen(fd,mode) NULL /* No fdopen() */ argument
217 # define F_OPEN(name, mode) fopen((name), (mode)) argument
260 # define Tracec(c,x) {if (z_verbose>0 && (c)) fprintf x ;} argument
261 # define Tracecv(c,x) {if (z_verbose>1 && (c)) fprintf x ;} argument
267 # define Tracec(c,x) argument
268 # define Tracecv(c,x) argument
/third_party/libwebsockets/win32port/zlib/
Dzutil.h100 # define F_OPEN(name, mode) \ argument
121 # define fdopen(fd,mode) NULL /* No fdopen() */ argument
141 # define fdopen(fd,mode) NULL /* No fdopen() */ argument
146 # define fdopen(fd,mode) NULL /* No fdopen() */ argument
175 # define F_OPEN(name, mode) fopen((name), (mode)) argument
253 # define Tracec(c,x) {if (z_verbose>0 && (c)) fprintf x ;} argument
254 # define Tracecv(c,x) {if (z_verbose>1 && (c)) fprintf x ;} argument
260 # define Tracec(c,x) argument
261 # define Tracecv(c,x) argument
/third_party/node/deps/v8/third_party/zlib/
Dzutil.h119 # define F_OPEN(name, mode) \ argument
151 # define fdopen(fd,mode) NULL /* No fdopen() */ argument
178 # define fdopen(fd,mode) NULL /* No fdopen() */ argument
183 # define fdopen(fd,mode) NULL /* No fdopen() */ argument
209 # define F_OPEN(name, mode) fopen((name), (mode)) argument
252 # define Tracec(c,x) {if (z_verbose>0 && (c)) fprintf x ;} argument
253 # define Tracecv(c,x) {if (z_verbose>1 && (c)) fprintf x ;} argument
259 # define Tracec(c,x) argument
260 # define Tracecv(c,x) argument
/third_party/zlib/
Dzutil.h115 # define F_OPEN(name, mode) \ argument
147 # define fdopen(fd,mode) NULL /* No fdopen() */ argument
174 # define fdopen(fd,mode) NULL /* No fdopen() */ argument
179 # define fdopen(fd,mode) NULL /* No fdopen() */ argument
206 # define F_OPEN(name, mode) fopen((name), (mode)) argument
249 # define Tracec(c,x) {if (z_verbose>0 && (c)) fprintf x ;} argument
250 # define Tracecv(c,x) {if (z_verbose>1 && (c)) fprintf x ;} argument
256 # define Tracec(c,x) argument
257 # define Tracecv(c,x) argument
/third_party/skia/third_party/externals/freetype/src/gzip/
Dzutil.h96 # define F_OPEN(name, mode) \ argument
114 # define fdopen(fd,mode) NULL /* No fdopen() */ argument
128 # define fdopen(fd,mode) NULL /* No fdopen() */ argument
143 # define F_OPEN(name, mode) ft_fopen((name), (mode)) argument
193 # define Tracec(c,x) {if (z_verbose>0 && (c)) fprintf x ;} argument
194 # define Tracecv(c,x) {if (z_verbose>1 && (c)) fprintf x ;} argument
200 # define Tracec(c,x) argument
201 # define Tracecv(c,x) argument
/third_party/zlib/contrib/iostream3/
Dzfstream.cc52 std::ios_base::openmode mode) in open()
80 std::ios_base::openmode mode) in attach()
131 gzfilebuf::open_mode(std::ios_base::openmode mode, in open_mode()
214 gzfilebuf::overflow(int_type c) in overflow()
380 std::ios_base::openmode mode) in gzifstream()
389 std::ios_base::openmode mode) in gzifstream()
399 std::ios_base::openmode mode) in open()
410 std::ios_base::openmode mode) in attach()
435 std::ios_base::openmode mode) in gzofstream()
444 std::ios_base::openmode mode) in gzofstream()
[all …]
/third_party/ffmpeg/libavformat/
Dqcp.c93 QCPContext *c = s->priv_data; in qcp_read_header() local
135 int mode = avio_r8(pb); in qcp_read_header() local
149 QCPContext *c = s->priv_data; in qcp_read_packet() local
154 int pkt_size, ret, mode = avio_r8(pb); in qcp_read_packet() local

12345678910>>...28