Home
last modified time | relevance | path

Searched refs:If (Results 1 - 25 of 336) sorted by relevance

12345678910>>...14

/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/
H A Dconformance_testing.h258 If<PropertiesOfT<Prof>::is_equality_comparable>::Invoke( in ExpectOneWayEquality()
261 If<PropertiesOfT<Prof>::is_inequality_comparable>::Invoke( in ExpectOneWayEquality()
264 If<PropertiesOfT<Prof>::is_less_than_comparable>::Invoke( in ExpectOneWayEquality()
267 If<PropertiesOfT<Prof>::is_less_equal_comparable>::Invoke( in ExpectOneWayEquality()
270 If<PropertiesOfT<Prof>::is_greater_equal_comparable>::Invoke( in ExpectOneWayEquality()
273 If<PropertiesOfT<Prof>::is_greater_than_comparable>::Invoke( in ExpectOneWayEquality()
276 If<PropertiesOfT<Prof>::is_hashable>::Invoke( in ExpectOneWayEquality()
507 If<PropertiesOfT<Prof>::is_move_constructible>::Invoke( in operator ()()
510 If<PropertiesOfT<Prof>::is_copy_constructible>::Invoke( in operator ()()
513 If<PropertiesOf in operator ()()
[all...]
/third_party/skia/third_party/externals/tint/src/writer/msl/
H A Dgenerator_impl_if_test.cc26 auto* i = If(cond, Block(Return())); in TEST_F()
43 auto* i = If(cond, Block(Return()), Else(else_cond, Block(Return()))); in TEST_F()
63 auto* i = If(cond, Block(Return()), Else(nullptr, Block(Return()))); in TEST_F()
82 auto* i = If(cond, Block(Return()), Else(else_cond, Block(Return())), in TEST_F()
/third_party/skia/src/gpu/tessellate/
H A DPatchWriter.h139 static VertexWriter::Conditional<T> If(bool c, const T& v) { return VertexWriter::If(c,v); } in If() function in skgpu::PatchWriter
142 vertexWriter << If((fPatchAttribs & PatchAttribs::kFanPoint), fFanPointAttrib) in outputPatchAttribs()
143 << If((fPatchAttribs & PatchAttribs::kColor), fColorAttrib) in outputPatchAttribs()
144 << If((fPatchAttribs & PatchAttribs::kExplicitCurveType), explicitCurveType); in outputPatchAttribs()
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dvalidation_test.cc120 WrapInFunction(If(Expr(Source{{12, 34}}, 1.23f), Block())); in TEST_F()
132 If(Expr(true), Block(), Else(Expr(Source{{12, 34}}, 1.23f), Block()))); in TEST_F()
518 Block(If(Expr(true), Block(Continue(cont_loc))), in TEST_F()
550 Block(If(Expr(true), Block(Continue(cont_loc))), in TEST_F()
554 Block(If(Expr(true), Block(Assign(Expr(ref_loc, "z"), 2)))); in TEST_F()
584 Block(If(Expr(true), Block(Continue(cont_loc))), in TEST_F()
588 auto* continuing = Block(If(compare, Block())); in TEST_F()
617 Block(If(Expr(true), Block(Continue(cont_loc))), in TEST_F()
646 If(true, Block(Continue())), // in TEST_F()
673 auto* inner_loop = Loop(Block(If(tru in TEST_F()
[all...]
H A Dresolver_behavior_test.cc33 If(true, Block(Discard())),
75 If(true, Block(Discard())), in TEST_F()
331 auto* stmt = If(true, Block()); in TEST_F()
341 auto* stmt = If(true, Block(Discard())); in TEST_F()
352 auto* stmt = If(true, Block(), Else(Block(Discard()))); in TEST_F()
363 auto* stmt = If(true, Block(Discard()), Else(Block(Discard()))); in TEST_F()
373 auto* stmt = If(Equal(Call("DiscardOrNext"), 1), Block()); in TEST_F()
384 auto* stmt = If(true, Block(), // in TEST_F()
/third_party/skia/third_party/externals/tint/src/writer/glsl/
H A Dgenerator_impl_if_test.cc29 auto* i = If(cond, body); in TEST_F()
51 auto* i = If( in TEST_F()
78 auto* i = If( in TEST_F()
108 auto* i = If(cond, body, in TEST_F()
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
H A Dgenerator_impl_if_test.cc29 auto* i = If(cond, body); in TEST_F()
51 auto* i = If( in TEST_F()
78 auto* i = If( in TEST_F()
108 auto* i = If(cond, body, in TEST_F()
/third_party/skia/third_party/externals/tint/src/writer/wgsl/
H A Dgenerator_impl_if_test.cc29 auto* i = If(cond, body); in TEST_F()
52 auto* i = If( in TEST_F()
77 auto* i = If( in TEST_F()
107 auto* i = If(cond, body, in TEST_F()
/third_party/libunwind/libunwind/doc/
H A Dunw_get_proc_info.tex27 instruction of the procedure. If this address cannot be determined
31 instruction \emph{beyond} the end of the procedure. If this address
36 language-specific information needed during exception handling. If
40 routine. If the procedure does not define
53 procedure. If the unwind-info consists of dynamic procedure info,
54 \Var{format} is equal to \Const{UNW\_INFO\_FORMAT\_DYNAMIC}. If the
69 If no unwind info is available, this member must be set to
80 members. If a single function/routine is split into multiple,
92 \Func{unw\_get\_proc\_info}() is thread-safe. If cursor \Var{cp} is
H A Dunw_set_caching_policy.tex28 that is shared by all threads. If global caching is unavailable or
32 thread-local caches. If a thread-local caching are unavailable or
37 If caching is enabled, an application must be prepared to make
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
H A DOrdinals.pm195 If an ordinals file has been loaded, it gets rewritten with the data from
198 If there are more arguments, they are used as I<%options> with the
218 If there are more arguments, they are used as I<%options> with the
300 # If there are exactly two items:
306 # If there's just one item, just put it in the slot of its number
375 # If there are any remaining platforms, something's wrong
443 If this symbol already exists in loaded data, it will be rewritten using
445 If it's entirely new, it will get a '?' and the current default version.
494 # If an alias was defined beforehand, add an item for it now
511 If thi
[all...]
/third_party/openssl/util/perl/OpenSSL/
H A DOrdinals.pm195 If an ordinals file has been loaded, it gets rewritten with the data from
198 If there are more arguments, they are used as I<%options> with the
218 If there are more arguments, they are used as I<%options> with the
300 # If there are exactly two items:
306 # If there's just one item, just put it in the slot of its number
375 # If there are any remaining platforms, something's wrong
443 If this symbol already exists in loaded data, it will be rewritten using
445 If it's entirely new, it will get a '?' and the current default version.
494 # If an alias was defined beforehand, add an item for it now
511 If thi
[all...]
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm9 # If in doubt, write to mjd-perl-template+@plover.com for a license.
401 # If the value of the filled-in text really was undef,
757 crippled. If you need to do something the author hasn't thought of,
763 If you want a variable interpolated, you write it the way you would in
764 Perl. If you need to make a loop, you can use any of the Perl loop
787 If you have an unmatched brace, C<Text::Template> will return a
789 that do not precede a brace are passed through unchanged. If you have
930 If you omit the C<TYPE> attribute, it's taken to be C<FILE>.
931 C<SOURCE> is required. If you omit it, the program will abort.
948 You may also add a C<DELIMITERS> option. If thi
[all...]
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm9 # If in doubt, write to mjd-perl-template+@plover.com for a license.
401 # If the value of the filled-in text really was undef,
757 crippled. If you need to do something the author hasn't thought of,
763 If you want a variable interpolated, you write it the way you would in
764 Perl. If you need to make a loop, you can use any of the Perl loop
787 If you have an unmatched brace, C<Text::Template> will return a
789 that do not precede a brace are passed through unchanged. If you have
930 If you omit the C<TYPE> attribute, it's taken to be C<FILE>.
931 C<SOURCE> is required. If you omit it, the program will abort.
948 You may also add a C<DELIMITERS> option. If thi
[all...]
/third_party/skia/third_party/externals/libpng/projects/owatcom/
H A Dpngconfig.mak15 # If your configuration needs to test compiler flags when building
111 $# 2) If you want to change libpng to a non-standard configuration also
120 $# If empty the standard configuration will be built. For this file to be
124 $# If you don't already have 'awk', or the version of awk you have seems not
133 $# If build issues errors after a change to pngconfig.dfa you have entered
145 $# If awk isn't set then this file is bypassed. If you just want the standard
/third_party/python/PCbuild/
H A Dfind_python.bat32 @rem If there is an active virtual env, use that one
38 @rem If we have Python in externals, use that one
41 @rem If HOST_PYTHON is recent enough, use that
44 @rem If py.exe finds a recent enough version, use that one
58 @rem If it fails, retry with any available copy of Python
H A Dblurb.bat3 rem Runs the blurb tool. If necessary, will install Python and/or blurb.
20 rem If not, install it first and try again.
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DSetupRoutine.cpp91 If(A == 0.0f) in generate() function
104 If(A >= 0.0f) Return(0); in generate()
108 If(A <= 0.0f) Return(0); in generate()
115 If(A > 0.0f) in generate()
144 If(m != 0 || Bool(!solidTriangle)) // Clipped triangle; reproject in generate()
195 // If yMin and yMax are initially negative, the scissor clamping above will typically result in generate()
198 If(yMin >= yMax) in generate()
269 If(yMin == yMax) in generate() function
368 If(a != 0.0f) in generate()
528 If(Floa in setupGradient()
631 If(condition) conditionalRotate1() function
651 If(condition) conditionalRotate2() function
[all...]
/third_party/optimized-routines/string/arm/
H A Dmemchr.S49 cmp r2,#16 @ If it's short don't bother with anything clever
52 tst r0, #7 @ If it's already aligned skip the next bit
60 beq 50f @ If it matches exit found
62 bne 5b @ If not aligned yet then do next byte
83 bne 15b @ (Flags from the subs above) If not run out of bytes then go around again
124 @ If not the 3rd must be the last one
/third_party/gn/src/gn/
H A Dfunction_toolchain.cc165 If a 64-bit target wants to depend on a 32-bit binary, it would specify a
363 If the tool can write ".d" files, this specifies the name of the
407 If you specified:
424 If you specified:
441 If you specified:
460 If you specify more than one output for shared library links, you
502 entries in the "outputs". If unspecified, the first item in the
531 Type of precompiled headers. If undefined or the empty string,
537 "msvc"-style headers, a "precompiled_source" value. If the type is
562 Name of the response file. If empt
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSetupRoutine.cpp96 If(frontFacing) Return(0); in generate()
100 If(!frontFacing) Return(0); in generate()
105 If(frontFacing) in generate() function
125 If(m != 0 || Bool(!triangle)) // Clipped triangle; reproject in generate()
180 // If yMin and yMax are initially negative, the scissor clamping above will typically result in generate()
183 If(yMin >= yMax) in generate()
255 If(yMin == yMax) in generate() function
360 If(a != 0.0f) in generate()
452 // the maximum exponent, e, in the range of z values spanned by the primitive. If n is in generate()
570 If(Y in edge()
639 If(condition) conditionalRotate1() function
659 If(condition) conditionalRotate2() function
[all...]
/third_party/typescript/tests/baselines/reference/
H A DconditionalTypes1.js170 type If<C extends boolean, T, F> = C extends true ? T : F;
171 type Not<C extends boolean> = If<C, false, true>;
172 type And<A extends boolean, B extends boolean> = If<A, B, false>;
173 type Or<A extends boolean, B extends boolean> = If<A, true, B>;
295 type If<S, T, U> = S extends false ? U : T;
296 type Omit<T extends object> = { [P in keyof T]: If<Eq<T[P], never>, never, P>; }[keyof T];
297 type Omit2<T extends object, U = never> = { [P in keyof T]: If<Eq<T[P], U>, never, P>; }[keyof T];
592 type If<C extends boolean, T, F> = C extends true ? T : F;
593 type Not<C extends boolean> = If<C, false, true>;
594 type And<A extends boolean, B extends boolean> = If<
[all...]
H A DmappedTypeAsClauses.js94 type If<Cond extends boolean, Then, Else> = Cond extends true ? Then : Else;
98 type GetKeyWithIf<S, V> = keyof { [TP in keyof S as If<Equal<S[TP], V>, TP, never>]: any };
100 type GetObjWithIf<S, V> = { [TP in keyof S as If<Equal<S[TP], V>, TP, never>]: any };
261 type If<Cond extends boolean, Then, Else> = Cond extends true ? Then : Else;
266 [TP in keyof S as If<Equal<S[TP], V>, TP, never>]: any;
269 [TP in keyof S as If<Equal<S[TP], V>, TP, never>]: any;
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_emulate_branches.c45 struct rc_instruction * If; member
70 branch->If = inst; in handle_if()
215 allocate_and_insert_proxies(s, &IfProxies, branch->If->Next, branch->Else ? branch->Else : inst); in handle_endif()
223 inject_cmp(s, branch->If, inst, RC_FILE_TEMPORARY, index, in handle_endif()
229 rc_remove_instruction(branch->If); in handle_endif()
264 * We do the simplest thing: If an output registers is written within
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dbuilder_if_test.cc456 auto* fn = Func("f", {}, ty.void_(), {If(true, Block(Return()))}); in TEST_F()
484 If(true, Block(Return(false))), in TEST_F()
515 If(true, // in TEST_F()
554 If(true, Block(Block(Block(Block(Return(false)))))), in TEST_F()
582 auto* fn = Func("f", {}, ty.void_(), {If("a", Block())}); in TEST_F()

Completed in 17 milliseconds

12345678910>>...14