Home
last modified time | relevance | path

Searched refs:captured (Results 1 – 25 of 250) sorted by relevance

12345678910

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCaptureTracking.cpp59 bool captured(const Use *U) override { in captured() function
145 bool captured(const Use *U) override { in captured() function
280 if (Tracker->captured(U)) in PointerMayBeCaptured()
295 if (Tracker->captured(U)) in PointerMayBeCaptured()
303 if (Tracker->captured(U)) in PointerMayBeCaptured()
313 if (Tracker->captured(U)) in PointerMayBeCaptured()
324 if (Tracker->captured(U)) in PointerMayBeCaptured()
337 if (Tracker->captured(U)) in PointerMayBeCaptured()
376 if (Tracker->captured(U)) in PointerMayBeCaptured()
382 if (Tracker->captured(U)) in PointerMayBeCaptured()
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_draw_transform_feedback.txt46 captured by transform feedback could never be different than
76 or transformed vertex attributes are captured into the buffer
80 section 6). The number of vertices captured during transform
88 to replay the captured vertices.
91 set to zero, count set to the number of vertices captured the
DEXT_transform_feedback2.txt60 resumed, additional primitives are captured and appended to previously
61 captured primitives for the object.
64 captured in transform feedback mode without querying the captured
67 captured to buffer objects during the last transform feedback capture
116 shader is active, the set of attributes captured in transform feedback
320 variables or transformed attributes that may be captured in
346 captured during transform feedback is taken from the active program object
369 vertex attributes are captured into the buffer objects attached to the
372 objects (section 2.9). The number of vertices captured during transform
378 to replay the captured vertices. This command is equivalent to calling
[all …]
/third_party/openGLES/extensions/EXT/
DEXT_draw_transform_feedback.txt46 captured by transform feedback could never be different than
76 or transformed vertex attributes are captured into the buffer
80 section 6). The number of vertices captured during transform
88 to replay the captured vertices.
91 set to zero, count set to the number of vertices captured the
DEXT_transform_feedback2.txt60 resumed, additional primitives are captured and appended to previously
61 captured primitives for the object.
64 captured in transform feedback mode without querying the captured
67 captured to buffer objects during the last transform feedback capture
116 shader is active, the set of attributes captured in transform feedback
320 variables or transformed attributes that may be captured in
346 captured during transform feedback is taken from the active program object
369 vertex attributes are captured into the buffer objects attached to the
372 objects (section 2.9). The number of vertices captured during transform
378 to replay the captured vertices. This command is equivalent to calling
[all …]
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/
DPseudoLocalesTest.java133 Set<CldrValue> captured = new HashSet<>(); in assertValuesUnordered() local
134 data.accept(ARBITRARY, captured::add); in assertValuesUnordered()
135 assertThat(captured).containsExactlyElementsIn(values); in assertValuesUnordered()
DAlternateLocaleDataTest.java154 Set<CldrValue> captured = new HashSet<>(); in assertValuesUnordered() local
155 data.accept(ARBITRARY, captured::add); in assertValuesUnordered()
156 assertThat(captured).containsExactlyElementsIn(values); in assertValuesUnordered()
/third_party/flutter/flutter/packages/fuchsia_remote_debug_protocol/test/src/runners/
Dssh_command_runner_test.dart60 verify(mockProcessManager.run(captureAny)).captured.single;
74 verify(mockProcessManager.run(captureAny)).captured.single;
116 verify(mockProcessManager.run(captureAny)).captured.single;
133 verify(mockProcessManager.run(captureAny)).captured.single;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/doc/
DTransformFeedbackViaExtension.md38 that need to be captured.
41 the value of 'gl_position' in the XFB buffer, the captured values will be incorrect. To resolve
44 captured varying, even though we could decorate the `gl_PerVertex` struct members in SPIR-V
/third_party/python/Lib/test/test_email/
Dtest_defect_handling.py313 captured = None variable in TestDefectCapture.CapturePolicy
315 self.captured.append(defect)
318 self.policy = self.CapturePolicy(captured=list())
321 return self.policy.captured
/third_party/flutter/skia/third_party/externals/freetype/src/psaux/
Dpsblues.c478 FT_Bool captured = FALSE; in cf2_blues_capture() local
519 captured = TRUE; in cf2_blues_capture()
554 captured = TRUE; in cf2_blues_capture()
561 if ( captured ) in cf2_blues_capture()
578 return captured; in cf2_blues_capture()
/third_party/skia/third_party/externals/freetype/src/psaux/
Dpsblues.c478 FT_Bool captured = FALSE; in cf2_blues_capture() local
520 captured = TRUE; in cf2_blues_capture()
555 captured = TRUE; in cf2_blues_capture()
562 if ( captured ) in cf2_blues_capture()
579 return captured; in cf2_blues_capture()
/third_party/freetype/src/psaux/
Dpsblues.c478 FT_Bool captured = FALSE; in cf2_blues_capture() local
519 captured = TRUE; in cf2_blues_capture()
554 captured = TRUE; in cf2_blues_capture()
561 if ( captured ) in cf2_blues_capture()
578 return captured; in cf2_blues_capture()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/metal/
DDeviceMTL.mm193 // Ok, ObjC blocks are weird. My understanding is that local variables are captured by
194 // value so this-> works as expected. However it is unclear how members are captured, (are
195 // they captured using this-> or by value?). To be safe we copy members to local variables
196 // to ensure they are captured "by value".
200 // captured "by-value" by the block.
214 // mLastSubmittedSerial so it is captured by value.
/third_party/boost/libs/scope_exit/doc/
Dscope_exit.qbk72 …s of this library used a __Boost_Preprocessor__ sequence to specify the list of captured variables.
73 While maintaining full backward compatibility, it is now possible to specify the captured variables…
122 …t_Typeof__ to automatically deduce the types of the __Boost_ScopeExit__ captured variables (see th…
157 …ST_SCOPE_EXIT] macro invocation which accepts a comma-separated list of captured variables (a __Bo…
158captured variable will be available inside the __Boost_ScopeExit__ body; otherwise, a copy of the …
160 In the example above, the variables `commit` and `persons_` are captured by reference because the f…
191 …nclosing member function is constant then the captured object will also be constant, otherwise the…
198 In this case, the list of captured variables is replaced by the `void` keyword (similarly to the C+…
227 …he object `this` which are explicitly captured by value (in particular, `p` and `persons_` are imp…
228 …but `p` which is explicitly captured by reference (in particular, `checkpoint`, `prev_id`, and `th…
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_transform_feedback2.txt54 resumed, additional primitives are captured and appended to previously
55 captured primitives for the object.
58 captured in transform feedback mode without querying the captured
61 captured to buffer objects during the last transform feedback capture
110 shader is active, the set of attributes captured in transform feedback
325 transformed attributes that may be captured in SEPARATE_ATTRIBS_EXT mode
358 captured during transform feedback is taken from the active program object
384 vertex attributes are captured into the buffer objects attached to the
387 objects (section 2.9). The number of vertices captured during transform
393 to replay the captured vertices. This command is equivalent to calling
[all …]
DNV_video_capture.txt248 "The values captured can be transformed by a fixed-function color
371 must be compatible with the format of the captured data, as defined
394 captured pixel's components 1 and 2 will be written to the
398 table 4.13, the captured components 1, 2, and 3 will be written to
457 captured, beginning at 0 for the first frame after BeginVideoCapture
463 the GL requested delivery of the next captured frame. After a
468 one of the destination formats from table 4.13 the captured pixels
496 internal storage, the captured video data will be converted to a
507 not affected by any clamping requirements of the captured data
546 "To set the orientation of the captured video data, set <pname> to
[all …]
/third_party/openGLES/extensions/NV/
DNV_transform_feedback2.txt54 resumed, additional primitives are captured and appended to previously
55 captured primitives for the object.
58 captured in transform feedback mode without querying the captured
61 captured to buffer objects during the last transform feedback capture
110 shader is active, the set of attributes captured in transform feedback
325 transformed attributes that may be captured in SEPARATE_ATTRIBS_EXT mode
358 captured during transform feedback is taken from the active program object
384 vertex attributes are captured into the buffer objects attached to the
387 objects (section 2.9). The number of vertices captured during transform
393 to replay the captured vertices. This command is equivalent to calling
[all …]
DNV_video_capture.txt248 "The values captured can be transformed by a fixed-function color
371 must be compatible with the format of the captured data, as defined
394 captured pixel's components 1 and 2 will be written to the
398 table 4.13, the captured components 1, 2, and 3 will be written to
457 captured, beginning at 0 for the first frame after BeginVideoCapture
463 the GL requested delivery of the next captured frame. After a
468 one of the destination formats from table 4.13 the captured pixels
496 internal storage, the captured video data will be converted to a
507 not affected by any clamping requirements of the captured data
546 "To set the orientation of the captured video data, set <pname> to
[all …]
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/commands/
Ddoctor_test.dart223 verify(mockUsage.sendEvent('doctorResult.PassingValidator', captureAny)).captured,
236 verify(mockUsage.sendEvent('doctorResult.PassingValidator', captureAny)).captured,
240 … verify(mockUsage.sendEvent('doctorResult.PartialValidatorWithHintsOnly', captureAny)).captured,
244 verify(mockUsage.sendEvent('doctorResult.PartialValidatorWithErrors', captureAny)).captured,
256 verify(mockUsage.sendEvent('doctorResult.PassingValidator', captureAny)).captured,
260 verify(mockUsage.sendEvent('doctorResult.MissingValidator', captureAny)).captured,
264 verify(mockUsage.sendEvent('doctorResult.NotAvailableValidator', captureAny)).captured,
268 … verify(mockUsage.sendEvent('doctorResult.PartialValidatorWithHintsOnly', captureAny)).captured,
272 verify(mockUsage.sendEvent('doctorResult.PartialValidatorWithErrors', captureAny)).captured,
284 verify(mockUsage.sendEvent('doctorResult.PassingGroupedValidator', captureAny)).captured,
[all …]
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/
Dflutter_platform_test.dart51 expect(toVerify.captured, hasLength(1));
52 expect(toVerify.captured.first, isInstanceOf<Map<String, String>>());
53 return toVerify.captured.first;
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_transform_feedback2.txt65 resumed, additional primitives are captured and appended to previously
66 captured primitives for the object.
69 captured in transform feedback mode without querying the captured
72 captured to buffer objects during the last transform feedback capture
125 shader is active, the set of attributes captured in transform feedback
345 transformed attributes that may be captured in SEPARATE_ATTRIBS mode is
370 captured during transform feedback is taken from the active program object
393 vertex attributes are captured into the buffer objects attached to the
396 objects (section 2.9). The number of vertices captured during transform
402 to replay the captured vertices. This command is equivalent to calling
[all …]
DARB_transform_feedback_instanced.txt73 ... The number of vertices captured from each vertex stream during transform
82 to replay the captured vertices.
86 set to the number of vertices captured from the vertex stream numbered
/third_party/icu/tools/cldr/cldr-to-icu/src/main/resources/
Dldml2icu_readme.txt24 * A resource bundle path "/Keys/xx", where 'xx' is the captured type attribute.
72 where the "regions" attributes (which is captured as '$3') contains a whitespace separated
112 Produces three separate values in the resource bundle for the first three captured
117 Produces two values in the resource bundle, the first of which is two captured values
129 captured argument.
133 Invokes a transformation function, passing in a captured argument and the CLDR value,
139 which should not be split must be quoted (e.g. values="$1" "$2" "$3") but since captured
324 Generates a series of grouped, 2-element sub-arrays split by the captured type attribute.
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/runner/
Dflutter_command_test.dart147 label: captureAnyNamed('label'))).captured,
197 label: captureAnyNamed('label'))).captured,
232 label: captureAnyNamed('label'))).captured,

12345678910