Home
last modified time | relevance | path

Searched refs:ref (Results 1 – 25 of 2607) sorted by relevance

12345678910>>...105

/third_party/ffmpeg/tests/ref/fate/
Dpixelutils1 [OK] [UU] SAD [random] 2x2=409 ref=409
2 [OK] [UU] SAD [random] 4x4=1370 ref=1370
3 [OK] [UU] SAD [random] 8x8=5178 ref=5178
4 [OK] [UU] SAD [random] 16x16=20946 ref=20946
5 [OK] [UU] SAD [random] 32x32=83150 ref=83150
6 [OK] [AU] SAD [random] 2x2=320 ref=320
7 [OK] [AU] SAD [random] 4x4=1522 ref=1522
8 [OK] [AU] SAD [random] 8x8=5821 ref=5821
9 [OK] [AU] SAD [random] 16x16=21951 ref=21951
10 [OK] [AU] SAD [random] 32x32=86983 ref=86983
[all …]
/third_party/libxml2/test/relaxng/
DtutorA.rng6 <ref name="pattern"/>
16 <ref name="open-name-class"/>
18 <ref name="common-atts"/>
19 <ref name="open-patterns"/>
22 <ref name="common-atts"/>
27 <ref name="open-name-class"/>
30 <ref name="other"/>
32 <ref name="pattern"/>
37 <ref name="common-atts"/>
38 <ref name="open-patterns"/>
[all …]
Dambig_name-class.rng6 <ref name="pattern"/>
16 <ref name="open-name-class"/>
18 <ref name="common-atts"/>
19 <ref name="open-patterns"/>
22 <ref name="common-atts"/>
27 <ref name="open-name-class"/>
30 <ref name="other"/>
32 <ref name="pattern"/>
37 <ref name="common-atts"/>
38 <ref name="open-patterns"/>
[all …]
Dcomps.rng3 <ref name="comps"/>
25 <ref name="group"/>
27 <ref name="grouphierarchy"/>
29 <ref name="package"/>
37 <ref name="group-name"/>
40 <ref name="names"/>
50 <ref name="descriptions"/>
62 <ref name="lang"/>
70 <ref name="group-name"/>
82 <ref name="package-name"/>
[all …]
/third_party/ffmpeg/libavfilter/
Dvf_perspective.c42 double ref[4][2]; member
135 double (*ref)[2] = s->ref; in calc_persp_luts() local
150 ret = av_expr_parse_and_eval(&s->ref[i][j], s->expr_str[i][j], in calc_persp_luts()
161 x6 = ((ref[0][0] - ref[1][0] - ref[2][0] + ref[3][0]) * in calc_persp_luts()
162 (ref[2][1] - ref[3][1]) - in calc_persp_luts()
163 ( ref[0][1] - ref[1][1] - ref[2][1] + ref[3][1]) * in calc_persp_luts()
164 (ref[2][0] - ref[3][0])) * h; in calc_persp_luts()
165 x7 = ((ref[0][1] - ref[1][1] - ref[2][1] + ref[3][1]) * in calc_persp_luts()
166 (ref[1][0] - ref[3][0]) - in calc_persp_luts()
167 ( ref[0][0] - ref[1][0] - ref[2][0] + ref[3][0]) * in calc_persp_luts()
[all …]
/third_party/libxml2/
Dtriop.h90 TRIO_CONST char *trio_get_format TRIO_PROTO((trio_pointer_t ref));
91 trio_pointer_t trio_get_argument TRIO_PROTO((trio_pointer_t ref));
94 int trio_get_width TRIO_PROTO((trio_pointer_t ref));
95 void trio_set_width TRIO_PROTO((trio_pointer_t ref, int width));
96 int trio_get_precision TRIO_PROTO((trio_pointer_t ref));
97 void trio_set_precision TRIO_PROTO((trio_pointer_t ref, int precision));
98 int trio_get_base TRIO_PROTO((trio_pointer_t ref));
99 void trio_set_base TRIO_PROTO((trio_pointer_t ref, int base));
100 int trio_get_padding TRIO_PROTO((trio_pointer_t ref));
101 void trio_set_padding TRIO_PROTO((trio_pointer_t ref, int is_padding));
[all …]
/third_party/typescript/tests/baselines/reference/
DnormalizedIntersectionTooComplex.types5 ref: T;
6 >ref : T
22 "0": { common?: string; "0"?: number, ref?: Obj<Big["0"]> | Func<Big["0"]>; }
23 >"0" : { common?: string | undefined; "0"?: number | undefined; ref?: Obj<any> | Func<any> | undefi…
26ref : Obj<{ common?: string | undefined; "0"?: number | undefined; ref?: Obj<any> | Func<any> | un…
28 "1": { common?: string; "1"?: number, ref?: Obj<Big["1"]> | Func<Big["1"]>; }
29 >"1" : { common?: string | undefined; "1"?: number | undefined; ref?: Obj<any> | Func<any> | undefi…
32ref : Obj<{ common?: string | undefined; "1"?: number | undefined; ref?: Obj<any> | Func<any> | un…
34 "2": { common?: string; "2"?: number, ref?: Obj<Big["2"]> | Func<Big["2"]>; }
35 >"2" : { common?: string | undefined; "2"?: number | undefined; ref?: Obj<any> | Func<any> | undefi…
[all …]
DnonNullReferenceMatching.js15 public thumbYElementRef = (ref: HTMLElement | null) => {
16 …ypeof this.props.thumbYProps!.elementRef === 'function' && this.props.thumbYProps!.elementRef(ref);
18 …eof (this.props.thumbYProps!.elementRef) === 'function' && this.props.thumbYProps!.elementRef(ref);
20 … ((this.props).thumbYProps!.elementRef)! === 'function' && this.props.thumbYProps!.elementRef(ref);
22 … typeof this.props.thumbXProps.elementRef === 'function' && this.props.thumbXProps.elementRef(ref);
24 …ypeof this.props.thumbXProps.elementRef === 'function' && (this.props).thumbXProps.elementRef(ref);
26 …ypeof this.props.thumbXProps.elementRef === 'function' && (this.props.thumbXProps).elementRef(ref);
28 …f this.props.thumbXProps.elementRef === 'function' && ((this.props)!.thumbXProps)!.elementRef(ref);
30 …(this.props.thumbXProps).elementRef === 'function' && ((this.props)!.thumbXProps)!.elementRef(ref);
32 …this.props!.thumbXProps!.elementRef === 'function' && ((this.props)!.thumbXProps)!.elementRef(ref);
[all …]
DnormalizedIntersectionTooComplex.js5 ref: T;
14 "0": { common?: string; "0"?: number, ref?: Obj<Big["0"]> | Func<Big["0"]>; }
15 "1": { common?: string; "1"?: number, ref?: Obj<Big["1"]> | Func<Big["1"]>; }
16 "2": { common?: string; "2"?: number, ref?: Obj<Big["2"]> | Func<Big["2"]>; }
17 "3": { common?: string; "3"?: number, ref?: Obj<Big["3"]> | Func<Big["3"]>; }
18 "4": { common?: string; "4"?: number, ref?: Obj<Big["4"]> | Func<Big["4"]>; }
19 "5": { common?: string; "5"?: number, ref?: Obj<Big["5"]> | Func<Big["5"]>; }
20 "6": { common?: string; "6"?: number, ref?: Obj<Big["6"]> | Func<Big["6"]>; }
21 "7": { common?: string; "7"?: number, ref?: Obj<Big["7"]> | Func<Big["7"]>; }
22 "8": { common?: string; "8"?: number, ref?: Obj<Big["8"]> | Func<Big["8"]>; }
[all …]
DnormalizedIntersectionTooComplex.symbols8 ref: T;
9 >ref : Symbol(Obj.ref, Decl(normalizedIntersectionTooComplex.ts, 2, 18))
41 "0": { common?: string; "0"?: number, ref?: Obj<Big["0"]> | Func<Big["0"]>; }
45 >ref : Symbol(ref, Decl(normalizedIntersectionTooComplex.ts, 12, 41))
51 "1": { common?: string; "1"?: number, ref?: Obj<Big["1"]> | Func<Big["1"]>; }
55 >ref : Symbol(ref, Decl(normalizedIntersectionTooComplex.ts, 13, 41))
61 "2": { common?: string; "2"?: number, ref?: Obj<Big["2"]> | Func<Big["2"]>; }
65 >ref : Symbol(ref, Decl(normalizedIntersectionTooComplex.ts, 14, 41))
71 "3": { common?: string; "3"?: number, ref?: Obj<Big["3"]> | Func<Big["3"]>; }
75 >ref : Symbol(ref, Decl(normalizedIntersectionTooComplex.ts, 15, 41))
[all …]
DnonNullReferenceMatching.types30 public thumbYElementRef = (ref: HTMLElement | null) => {
31 >thumbYElementRef : (ref: HTMLElement | null) => void
32ref: HTMLElement | null) => { typeof this.props.thumbYProps!.elementRef === 'function' && t…
33 >ref : HTMLElement | null
36 …ypeof this.props.thumbYProps!.elementRef === 'function' && this.props.thumbYProps!.elementRef(ref);
37 >typeof this.props.thumbYProps!.elementRef === 'function' && this.props.thumbYProps!.elementRef(ref
49 >this.props.thumbYProps!.elementRef(ref) : void
58 >ref : HTMLElement | null
60 …eof (this.props.thumbYProps!.elementRef) === 'function' && this.props.thumbYProps!.elementRef(ref);
61 …s.thumbYProps!.elementRef) === 'function' && this.props.thumbYProps!.elementRef(ref) : false | void
[all …]
DnormalizedIntersectionTooComplex.errors.txt9 ref: T;
18 "0": { common?: string; "0"?: number, ref?: Obj<Big["0"]> | Func<Big["0"]>; }
19 "1": { common?: string; "1"?: number, ref?: Obj<Big["1"]> | Func<Big["1"]>; }
20 "2": { common?: string; "2"?: number, ref?: Obj<Big["2"]> | Func<Big["2"]>; }
21 "3": { common?: string; "3"?: number, ref?: Obj<Big["3"]> | Func<Big["3"]>; }
22 "4": { common?: string; "4"?: number, ref?: Obj<Big["4"]> | Func<Big["4"]>; }
23 "5": { common?: string; "5"?: number, ref?: Obj<Big["5"]> | Func<Big["5"]>; }
24 "6": { common?: string; "6"?: number, ref?: Obj<Big["6"]> | Func<Big["6"]>; }
25 "7": { common?: string; "7"?: number, ref?: Obj<Big["7"]> | Func<Big["7"]>; }
26 "8": { common?: string; "8"?: number, ref?: Obj<Big["8"]> | Func<Big["8"]>; }
[all …]
/third_party/vk-gl-cts/framework/delibs/deutil/
DdeCommandLine.c164 const char* ref[] = { "hello" }; in deCommandLine_selfTest() local
165 testParse(cmdLine, ref, DE_LENGTH_OF_ARRAY(ref)); in deCommandLine_selfTest()
169 const char* ref[] = { "hello", "world" }; in deCommandLine_selfTest() local
170 testParse(cmdLine, ref, DE_LENGTH_OF_ARRAY(ref)); in deCommandLine_selfTest()
174 const char* ref[] = { "hello/world" }; in deCommandLine_selfTest() local
175 testParse(cmdLine, ref, DE_LENGTH_OF_ARRAY(ref)); in deCommandLine_selfTest()
179 const char* ref[] = { "hello/world", "--help" }; in deCommandLine_selfTest() local
180 testParse(cmdLine, ref, DE_LENGTH_OF_ARRAY(ref)); in deCommandLine_selfTest()
184 const char* ref[] = { "hello/world", "--help", "foo" }; in deCommandLine_selfTest() local
185 testParse(cmdLine, ref, DE_LENGTH_OF_ARRAY(ref)); in deCommandLine_selfTest()
[all …]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_scene.c255 for (struct resource_ref *ref = scene->resources; ref; ref = ref->next) { in lp_scene_end_rasterization() local
256 for (int i = 0; i < ref->count; i++) { in lp_scene_end_rasterization()
260 (void *) ref->resource[i], in lp_scene_end_rasterization()
261 ref->resource[i]->width0, in lp_scene_end_rasterization()
262 ref->resource[i]->height0, in lp_scene_end_rasterization()
263 llvmpipe_resource_size(ref->resource[i])); in lp_scene_end_rasterization()
265 llvmpipe_resource_unmap(ref->resource[i], 0, 0); in lp_scene_end_rasterization()
266 pipe_resource_reference(&ref->resource[i], NULL); in lp_scene_end_rasterization()
270 for (struct resource_ref *ref = scene->writeable_resources; ref; in lp_scene_end_rasterization() local
271 ref = ref->next) { in lp_scene_end_rasterization()
[all …]
/third_party/mesa3d/src/gallium/frontends/clover/util/
Dpointer.hpp77 ref_holder(const ref_holder &ref) : in ref_holder() argument
78 ref_holder(*ref.p) { in ref_holder()
81 ref_holder(ref_holder &&ref) : in ref_holder() argument
82 p(ref.p) { in ref_holder()
83 ref.p = NULL; in ref_holder()
92 operator=(ref_holder ref) { in operator =() argument
93 std::swap(ref.p, p); in operator =()
98 operator==(const ref_holder &ref) const { in operator ==()
99 return p == ref.p; in operator ==()
103 operator!=(const ref_holder &ref) const { in operator !=()
[all …]
/third_party/flutter/skia/bench/
DRefCntBench.cpp30 SkRefCnt ref; in onDraw() local
32 ref.ref(); in onDraw()
33 ref.unref(); in onDraw()
65 PlacedRefCnt* ref = new (memory) PlacedRefCnt(); in onDraw() local
67 ref->ref(); in onDraw()
68 ref->unref(); in onDraw()
70 ref->unref(); in onDraw()
91 SkRefCnt* ref = new SkRefCnt(); in onDraw() local
93 ref->ref(); in onDraw()
94 ref->unref(); in onDraw()
[all …]
/third_party/skia/bench/
DRefCntBench.cpp30 SkRefCnt ref; in onDraw() local
32 ref.ref(); in onDraw()
33 ref.unref(); in onDraw()
65 PlacedRefCnt* ref = new (memory) PlacedRefCnt(); in onDraw() local
67 ref->ref(); in onDraw()
68 ref->unref(); in onDraw()
70 ref->unref(); in onDraw()
91 SkRefCnt* ref = new SkRefCnt(); in onDraw() local
93 ref->ref(); in onDraw()
94 ref->unref(); in onDraw()
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/functional/
Dfunction_ref_test.cc39 FunctionRef<int()> ref(&Function); in TEST() local
40 EXPECT_EQ(1337, ref()); in TEST()
44 FunctionRef<int()> ref(Function); in TEST() local
45 EXPECT_EQ(1337, ref()); in TEST()
52 FunctionRef<int()> ref(NoExceptFunction); in TEST() local
53 EXPECT_EQ(1337, ref()); in TEST()
58 FunctionRef<int(std::unique_ptr<int>)> ref(l); in TEST() local
59 EXPECT_EQ(42, ref(absl::make_unique<int>(42))); in TEST()
64 FunctionRef<std::unique_ptr<int>()> ref(l); in TEST() local
65 EXPECT_EQ(29, *ref()); in TEST()
[all …]
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/
Dmklicensestables.c66 gchar *ref; member
90 ref_to_flag (const gchar * ref) in ref_to_flag() argument
92 if (strcmp (ref, "http://creativecommons.org/ns#Reproduction") == 0) in ref_to_flag()
94 if (strcmp (ref, "http://creativecommons.org/ns#Distribution") == 0) in ref_to_flag()
96 if (strcmp (ref, "http://creativecommons.org/ns#DerivativeWorks") == 0) in ref_to_flag()
98 if (strcmp (ref, "http://creativecommons.org/ns#Sharing") == 0) in ref_to_flag()
100 if (strcmp (ref, "http://creativecommons.org/ns#Notice") == 0) in ref_to_flag()
102 if (strcmp (ref, "http://creativecommons.org/ns#Attribution") == 0) in ref_to_flag()
104 if (strcmp (ref, "http://creativecommons.org/ns#ShareAlike") == 0) in ref_to_flag()
106 if (strcmp (ref, "http://creativecommons.org/ns#SourceCode") == 0) in ref_to_flag()
[all …]
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/play/
Dgstplay-media-info.c496 gst_play_video_info_copy (GstPlayVideoInfo * ref) in gst_play_video_info_copy() argument
502 ret->width = ref->width; in gst_play_video_info_copy()
503 ret->height = ref->height; in gst_play_video_info_copy()
504 ret->framerate_num = ref->framerate_num; in gst_play_video_info_copy()
505 ret->framerate_denom = ref->framerate_denom; in gst_play_video_info_copy()
506 ret->par_num = ref->par_num; in gst_play_video_info_copy()
507 ret->par_denom = ref->par_denom; in gst_play_video_info_copy()
508 ret->bitrate = ref->bitrate; in gst_play_video_info_copy()
509 ret->max_bitrate = ref->max_bitrate; in gst_play_video_info_copy()
515 gst_play_audio_info_copy (GstPlayAudioInfo * ref) in gst_play_audio_info_copy() argument
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DVaryingPacking.cpp520 void VaryingPacking::collectUserVarying(const ProgramVaryingRef &ref, in collectUserVarying() argument
523 const sh::ShaderVariable *input = ref.frontShader; in collectUserVarying()
524 const sh::ShaderVariable *output = ref.backShader; in collectUserVarying()
529 VaryingInShaderRef frontVarying(ref.frontShaderStage, input); in collectUserVarying()
530 VaryingInShaderRef backVarying(ref.backShaderStage, output); in collectUserVarying()
535 (*uniqueFullNames)[ref.frontShaderStage].insert( in collectUserVarying()
536 mPackedVaryings.back().fullName(ref.frontShaderStage)); in collectUserVarying()
540 (*uniqueFullNames)[ref.backShaderStage].insert( in collectUserVarying()
541 mPackedVaryings.back().fullName(ref.backShaderStage)); in collectUserVarying()
545 void VaryingPacking::collectUserVaryingField(const ProgramVaryingRef &ref, in collectUserVaryingField() argument
[all …]
/third_party/typescript/tests/cases/compiler/
DnormalizedIntersectionTooComplex.ts6 ref: T; property
15 "0": { common?: string; "0"?: number, ref?: Obj<Big["0"]> | Func<Big["0"]>; }
16 "1": { common?: string; "1"?: number, ref?: Obj<Big["1"]> | Func<Big["1"]>; }
17 "2": { common?: string; "2"?: number, ref?: Obj<Big["2"]> | Func<Big["2"]>; }
18 "3": { common?: string; "3"?: number, ref?: Obj<Big["3"]> | Func<Big["3"]>; }
19 "4": { common?: string; "4"?: number, ref?: Obj<Big["4"]> | Func<Big["4"]>; }
20 "5": { common?: string; "5"?: number, ref?: Obj<Big["5"]> | Func<Big["5"]>; }
21 "6": { common?: string; "6"?: number, ref?: Obj<Big["6"]> | Func<Big["6"]>; }
22 "7": { common?: string; "7"?: number, ref?: Obj<Big["7"]> | Func<Big["7"]>; }
23 "8": { common?: string; "8"?: number, ref?: Obj<Big["8"]> | Func<Big["8"]>; }
[all …]
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DRefBaseTests.cpp119 Ref ref(tracker1); in TEST() local
122 { ref.Acquire(tracker2); } in TEST()
131 Ref ref(tracker); in TEST() local
134 { DAWN_UNUSED(ref.Detach()); } in TEST()
140 Ref ref; in TEST() local
141 EXPECT_EQ(ref.Get(), RefTrackerTraits::kNullValue); in TEST()
150 Ref ref(tracker); in TEST() local
184 Ref ref; in TEST() local
186 ref = refA; in TEST()
188 ref = refB; in TEST()
[all …]
/third_party/flutter/glfw/docs/
Dnews.dox10 GLFW now supports basic integration with Vulkan with @ref glfwVulkanSupported,
11 @ref glfwGetRequiredInstanceExtensions, @ref glfwGetInstanceProcAddress, @ref
12 glfwGetPhysicalDevicePresentationSupport and @ref glfwCreateWindowSurface.
14 [GLFW_INCLUDE_VULKAN](@ref build_macros).
21 @ref glfwSetWindowMonitor.
26 GLFW now supports window maximization with @ref glfwMaximizeWindow and the
27 [GLFW_MAXIMIZED](@ref window_attribs_wnd) window hint and attribute.
32 GLFW now supports giving windows input focus with @ref glfwFocusWindow.
38 @ref glfwSetWindowSizeLimits and @ref glfwSetWindowAspectRatio.
43 GLFW now supports querying the localized name of printable keys with @ref
[all …]
/third_party/ffmpeg/libavcodec/
Dvp9mvs.c38 VP56mv *pmv, int ref, int z, int idx, int sb) in find_ref_mvs() argument
141 if (mv->ref[0] == ref) in find_ref_mvs()
143 else if (mv->ref[1] == ref) in find_ref_mvs()
148 if (mv->ref[0] == ref) in find_ref_mvs()
150 else if (mv->ref[1] == ref) in find_ref_mvs()
166 if (mv->ref[0] == ref) in find_ref_mvs()
168 else if (mv->ref[1] == ref) in find_ref_mvs()
179 if (mv->ref[0] == ref) in find_ref_mvs()
181 else if (mv->ref[1] == ref) in find_ref_mvs()
202 if (mv->ref[0] != ref && mv->ref[0] >= 0) in find_ref_mvs()
[all …]

12345678910>>...105