Home
last modified time | relevance | path

Searched refs:this (Results 3226 - 3250 of 3439) sorted by relevance

1...<<121122123124125126127128129130>>...138

/third_party/node/deps/v8/src/heap/
H A Dscavenger-inl.h2 // Use of this source code is governed by a BSD-style license that can be
211 // TODO(hpayer): Make this check size based, i.e. in HandleLargeObject()
257 // We may want to promote this object if the object was already semi-space in EvacuateObjectDefault()
524 JSArrayBuffer::BodyDescriptor::IterateBody(map, object, size, this); in VisitJSArrayBuffer()
/third_party/node/deps/v8/src/regexp/
H A Dregexp-ast.h2 // Use of this source code is governed by a BSD-style license that can be
54 if (that.from_ == kNone) return *this; in Union()
172 // Returns the interval of registers used for captures within this
304 // TODO(yangguo): we should split this class for usage in TextElement, and
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h199 /// blocks in the tail of the basic block in question. As a result of this,
211 /// A few goals in solving this problem were:
220 /// solve this problem in an architecture independent manner at the IR level
239 /// To get around this problem a few things were realized:
276 /// mbbb and the failure mbb if we have not created one for this
361 /// terminators of this basic block into the successor mbb SuccessMBB and
435 /// a tail call. In this case, no subsequent DAG nodes should be created.
443 SL(std::make_unique<SDAGSwitchLowering>(this, funcinfo)), FuncInfo(funcinfo), in SelectionDAGBuilder()
450 /// this SelectionDAGBuilder object to be used for a new block. This doesn't
475 /// It is necessary to do this befor
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DVulkanSecondaryCommandBuffer.h3 // Use of this source code is governed by a BSD-style license that can be
56 void executeCommands(PrimaryCommandBuffer *primary) { primary->executeCommands(1, this); } in executeCommands()
H A DCommandProcessor.h3 // Use of this source code is governed by a BSD-style license that can be
120 *this = std::move(other); in CommandProcessorTask()
315 // result). It would be nice if we didn't have to expose this for QueryVk::getResult.
H A DRendererVk.h3 // Use of this source code is governed by a BSD-style license that can be
338 if (!garbage.destroyIfComplete(this, getLastCompletedQueueSerial())) in collectGarbage()
545 // extension and cause this to be set true.
665 // Note that this mask can have bits set that don't correspond to valid stages, so it's strictly
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
H A Djfdctflt-3dn.asm317 ; segment unless we do this.
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
H A Djfdctflt-sse.asm354 ; segment unless we do this.
H A Djidctint-avx2.asm417 ; segment unless we do this.
/third_party/skia/src/sksl/codegen/
H A DSkSLSPIRVCodeGenerator.h4 * Use of this source code is governed by a BSD-style license that can be
137 this->setupIntrinsics(); in SPIRVCodeGenerator()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DIntrinsicInst.h10 // functions with the isa/dyncast family of functions. In particular, this
18 // has state or virtual methods, which is an important part of this gross/neat
50 /// Return the intrinsic ID of this intrinsic.
91 /// info intrinsic. Depending on the intrinsic, this could be the
95 /// Does this describe the address of a local variable. True for dbg.addr
351 /// FIXME: Remove this function once transition to Align is over.
363 /// FIXME: Remove this function once transition to Align is over.
364 /// Use the version that takes MaybeAlign instead of this one.
412 /// FIXME: Remove this function once transition to Align is over.
428 /// FIXME: Remove this functio
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DCFLGraph.h50 /// the main purpose of this graph is to abstract away unrelated facts and
156 /// The CFL-AA that uses this builder must provide its own type as a template
364 // For now, we'll handle this like a landingpad instruction (by placing
460 // beginning of this function and we know it is not a global.
619 // Given an Instruction, this will add it to the graph, along with any
635 GetEdgesVisitor Visitor(*this, Fn.getParent()->getDataLayout());
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.h145 return *this; in operator =()
334 // wave offset register. For an entry function, this is exactly the same as
347 /// Number of bytes of arguments this function has on the stack. If the callee
348 /// is expected to restore the argument stack this should be a multiple of 16,
353 /// space to a function with 16-bytes then misalignment of this value would
481 /// If this is set, an SGPR used for save/restore of the register used for the
726 // Note the unset value for this is AMDGPU::SP_REG rather than
824 /// for this function.
829 /// \returns Default/requested minimum flat work group size for this function.
834 /// \returns Default/requested maximum flat work group size for this functio
[all...]
/third_party/skia/modules/skparagraph/src/
H A DParagraphImpl.h206 auto clusterIndex = this->fClustersIndexFromCodeUnit[textIndex]; in clusterIndex()
/third_party/rust/crates/nom/src/
H A Dtraits.rs443 /// A large part of nom's basic parsers are built using this trait.
451 /// and returns the input up to this position.
453 /// *streaming version*: If no element is found matching the condition, this will return `Incomplete`
459 /// and returns the input up to this position.
463 /// *streaming version*: If no element is found matching the condition, this will return `Incomplete`
473 /// and returns the input up to this position.
475 /// *complete version*: If no element is found matching the condition, this will return the whole input
484 /// and returns the input up to this position.
488 /// *complete version*: If no element is found matching the condition, this will return the whole input
843 //FIXME: this versio
[all...]
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.h2 // Use of this source code is governed by a BSD-style license that can be
298 #define TVARIABLE(...) EXPAND(TYPED_VARIABLE_DEF(__VA_ARGS__, this))
300 EXPAND(TYPED_VARIABLE_CONSTRUCTOR(__VA_ARGS__, this))
639 this, TaggedEqual(result, BitwiseOp(SmiToInt32(a), Int32Constant(shift), in SmiShl()
663 this, TaggedEqual(result, BitwiseOp(SmiToInt32(a), Int32Constant(shift), in SmiShr()
933 Label vtrue(this), vfalse(this), end(this); in Select()
1162 CSA_DCHECK(this, Word32NotEqual( in LoadExternalStringResourceDataPtr()
1303 CSA_DCHECK(this, TaggedIsNotSm in LoadReference()
[all...]
/third_party/libabigail/
H A Dltmain.sh72 # is contrary to our usage. Disable this feature.
352 # The name of this program:
818 # If this variable is set in any of the actions, the command in it
881 # Display the configuration for all the tags in this script.
899 # Display the features supported by this script.
968 $progname: definition of this LT_INIT comes from an older release.
975 $progname: definition of this LT_INIT comes from $PACKAGE $macro_version.
983 $progname: but the definition of this LT_INIT comes from revision $macro_revision.
1040 # this just eases exit handling
1221 # resorting to external programs. To this en
[all...]
/third_party/skia/third_party/externals/microhttpd/
H A Dltmain.sh16 # if you distribute this file as part of a program or library that
17 # is built using GNU Libtool, you may include this file under the
92 # is contrary to our usage. Disable this feature.
372 # The name of this program:
838 # If this variable is set in any of the actions, the command in it
901 # Display the configuration for all the tags in this script.
919 # Display the features supported by this script.
988 $progname: definition of this LT_INIT comes from an older release.
995 $progname: definition of this LT_INIT comes from $PACKAGE $macro_version.
1003 $progname: but the definition of this LT_INI
[all...]
/third_party/pcre2/pcre2/src/
H A Dpcre2grep.c23 this list of conditions and the following disclaimer.
26 notice, this list of conditions and the following disclaimer in the
31 this software without specific prior written permission.
175 this, we use a macro that compiles a fudge. Oddly, this does not also seem to
427 { OP_NODATA, N_HELP, NULL, "help", "display this help and exit" },
466 { OP_NODATA, N_NOJIT, NULL, "no-jit", "ignored: this pcre2grep does not support JIT" },
468 { OP_STRING, 'O', &output_text, "output=text", "show only this text (possibly expanded)" },
640 status of 1, which is not helpful. To help with this problem, define a symbol in pcre2grep_exit()
852 /* However, z/OS needs the #include statements in this heade
4565 omstr *this = only_matching; main() local
[all...]
/third_party/python/Lib/unittest/test/testmock/
H A Dtestpatch.py782 this = self
788 this.assertEqual(d, {'foo': 'bar'})
790 this.assertEqual(d, {'foo': 'bar'})
/third_party/rust/crates/serde/serde_derive/src/
H A Dde.rs4 use crate::{bound, dummy, pretend, this};
132 let this_type = this::this_type(cont); in new()
133 let this_value = this::this_value(cont); in new()
1544 // at this point immediately produce an error. in deserialize_adjacently_tagged_enum()
1740 // TODO this message could be better by saving the errors from the failed in deserialize_untagged_enum_after()
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dshader_manager.h4 * you may not use this file except in compliance with the License.
115 delete this;
/third_party/ffmpeg/libavcodec/x86/
H A Dhpeldsp.asm337 ; Note this is not correctly rounded, and is therefore used for
/third_party/ffmpeg/tests/fate/
H A Dseek.mak145 # to be present, so we have to explicitly check for this here.
/third_party/icu/icu4c/source/i18n/unicode/
H A Dmeasunit.h94 * The integer representation of this enum value is an arbitrary
418 * Returns a polymorphic clone of this object. The result will
431 * Equality operator. Return true if this object is equal
438 * Inequality operator. Return true if this object is not equal
443 return !(*this == other); in operator !=()
465 * Get CLDR Unit Identifier for this MeasureUnit, as defined in UTS 35.
467 * @return The string form of this unit, owned by this MeasureUnit.
482 * Creates a MeasureUnit which is this SINGLE unit augmented with the specified prefix.
487 * NOTE: Only works on SINGLE units. If this i
[all...]

Completed in 35 milliseconds

1...<<121122123124125126127128129130>>...138