Home
last modified time | relevance | path

Searched refs:this (Results 1326 - 1350 of 4513) sorted by relevance

1...<<51525354555657585960>>...181

/third_party/node/deps/v8/include/
H A Dv8-value.h2 // Use of this source code is governed by a BSD-style license that can be
33 * Returns true if this value is the undefined value. See ECMA-262
41 * Returns true if this value is the null value. See ECMA-262
49 * Returns true if this value is either the null or the undefined value.
58 * Returns true if this value is true.
62 * this checks `value === true`.
67 * Returns true if this value is false.
71 * this checks `value === false`.
76 * Returns true if this value is a symbol or a string.
84 * Returns true if this valu
[all...]
/third_party/node/deps/v8/include/v8-include/
H A Dv8-value.h2 // Use of this source code is governed by a BSD-style license that can be
33 * Returns true if this value is the undefined value. See ECMA-262
41 * Returns true if this value is the null value. See ECMA-262
49 * Returns true if this value is either the null or the undefined value.
58 * Returns true if this value is true.
62 * this checks `value === true`.
67 * Returns true if this value is false.
71 * this checks `value === false`.
76 * Returns true if this value is a symbol or a string.
84 * Returns true if this valu
[all...]
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
H A Dtinystr.h6 damages arising from the use of this software.
8 Permission is granted to anyone to use this software for any
12 1. The origin of this software must not be misrepresented; you must
13 not claim that you wrote the original software. If you use this
182 // TiXmlString().swap(*this);
188 /* Function to reserve a big amount of data when we know we'll need it. Be aware that this
291 *this += in;
292 return *this;
298 *this += in;
299 return *this;
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/
H A DDIContext.h54 return !(*this == RHS); in operator !=()
64 explicit operator bool() const { return *this != DILineInfo(); } in operator bool()
195 DIDumpOptions Opts = *this;
256 /// the output of this function should be deterministic, i.e. repeated calls
265 /// (loaded) form, e.g. because it was relocated by a JIT for execution, this
268 /// prohibitive, this function should return false. In that case, relocations
270 /// fly. Note that this method is used purely for optimzation purposes in the
281 /// Obtain a copy of this LoadedObjectInfo.
296 return std::make_unique<Derived>(static_cast<const Derived &>(*this));
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DLowLevelTypeImpl.h121 return isVector() ? getElementType() : *this; in getScalarType()
124 /// If this type is a vector, return a vector with the same number of elements
130 /// If this type is a vector, return a vector with the same number of elements
182 bool operator!=(const LLT &RHS) const { return !(*this == RHS); } in operator !=()
250 this->IsPointer = IsPointer; in init()
251 this->IsVector = IsVector; in init()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
H A DBasicBlockUtils.h17 // FIXME: Move to this file: BasicBlock::removePredecessor, BB::splitBasicBlock
45 /// into this vector. If \p KeepOneInputPHIs is true, one-input Phis in
57 /// duplicating blocks. If there are loops among this set of blocks, all
58 /// relevant loop info updates should be done before this function is called.
89 /// successor Sing. In this case the branch will be updated with Sing instead of
139 return *this; in setMergeIdenticalEdges()
144 return *this; in setKeepOneInputPHIs()
149 return *this; in setPreserveLCSSA()
154 return *this; in setIgnoreUnreachableDests()
158 /// If this edg
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DIntrusiveRefCntPtr.h51 if (--ref_cnt == 0) delete static_cast<const Derived*>(this); in Release()
61 /// attempting to do this will produce a compile error.
77 if (--ref_cnt == 0) delete this; in Release()
111 delete static_cast<const Derived*>(this); in Release()
129 /// RefCountedBase/RefCountedBaseVPTR takes care of this
166 return *this; in operator =()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DRDFRegisters.h203 return *this; in operator ++()
213 return !(*this == I); in operator !=()
218 return rr_iterator(*this, false); in rr_begin()
221 return rr_iterator(*this, true); in rr_end()
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dbytestrie.h92 * Resets this trie to its initial state.
93 * @return *this
99 return *this; in reset()
103 * Returns the state of this trie as a 64-bit integer.
116 * Resets this trie to the saved state.
120 * Because of no validation, this method is faster.
123 * @return *this
132 return *this; in resetToState64()
137 * and resetting the trie back to this state later.
156 * Saves the state of this tri
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dunifiedcache.h47 * Returns the hash code for this object.
52 * Clones this object polymorphically. Caller owns returned value.
62 * Create a new object for this key. Called by cache on cache miss.
65 * removeRef on it satisfies this requirement. It can also return NULL
78 * Writes a description of this key to buffer and returns buffer. Written
87 return !(*this == other); in operator !=()
127 return typeid(*this) == typeid(other); in operator ==()
149 if (this == &other) { in operator ==()
155 // We know this and other are of same class because operator== on in operator ==()
162 return new LocaleCacheKey<T>(*this); in clone()
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_rep_test_util.h4 // you may not use this file except in compliance with the License.
70 this->tag = cord_internal::EXTERNAL; in MakeExternal()
71 this->base = s.data(); in MakeExternal()
72 this->length = s.length(); in MakeExternal()
73 this->releaser_invoker = [](cord_internal::CordRepExternal* self) { in MakeExternal()
/third_party/skia/include/core/
H A DSkTypeface.h4 * Use of this source code is governed by a BSD-style license that can be
63 * This is a style bit, advance widths may vary even if this returns true.
74 * filled with the variation coordinates describing the position of this typeface in design
88 * filled with the variation parameters describing the position of this typeface in design
95 /** Return a 32bit value for this typeface, unique for the underlying font
145 /** Return a new typeface based on this typeface but parameterized as specified in the
147 in the font then the value from this typeface will be used as the value for that
148 argument. If the cloned typeface would be exaclty the same as this typeface then
149 this typeface may be ref'ed and returned. May return nullptr on failure.
215 * or 0 if an error occured. If tags == NULL, this onl
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H A Dselftest_timeline.c1208 struct i915_request *this; in live_hwsp_rollover_kernel() local
1210 this = i915_request_create(ce); in live_hwsp_rollover_kernel()
1211 if (IS_ERR(this)) { in live_hwsp_rollover_kernel()
1212 err = PTR_ERR(this); in live_hwsp_rollover_kernel()
1218 lower_32_bits(this->fence.seqno)); in live_hwsp_rollover_kernel()
1220 GEM_BUG_ON(rcu_access_pointer(this->timeline) != tl); in live_hwsp_rollover_kernel()
1222 rq[i] = i915_request_get(this); in live_hwsp_rollover_kernel()
1223 i915_request_add(this); in live_hwsp_rollover_kernel()
1295 struct i915_request *this; in live_hwsp_rollover_user() local
1297 this in live_hwsp_rollover_user()
[all...]
/third_party/node/deps/v8/src/heap/
H A Dfactory.h2 // Use of this source code is governed by a BSD-style license that can be
8 // Clients of this interface shouldn't depend on lots of heap internals.
853 return *this; in set_map()
857 return *this; in set_allocation_type()
861 return *this; in set_feedback_cell()
899 // using this handle.
903 return *this; in set_self_reference()
910 return *this; in set_builtin()
916 return *this; in set_inlined_bytecode_size()
923 return *this; in set_source_position_table()
[all...]
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
H A DOrdinals.pm5 # this file except in compliance with the License. You can obtain a copy
440 LIST that are expected to be defined or undefined to use this symbol, if
443 If this symbol already exists in loaded data, it will be rewritten using
508 in LIST that are expected to be defined or undefined to use this symbol, if any.
511 If this symbol already exists in loaded data, it will be rewritten using
521 my $name = shift; # For this name (assuming it exists)
564 # We supposedly do now know how to do this... *ahem*
851 The symbol name for this item.
855 The positional number for this item.
859 handled by the caller. The caller may change this t
[all...]
/third_party/openssl/util/perl/OpenSSL/
H A DOrdinals.pm5 # this file except in compliance with the License. You can obtain a copy
440 LIST that are expected to be defined or undefined to use this symbol, if
443 If this symbol already exists in loaded data, it will be rewritten using
508 in LIST that are expected to be defined or undefined to use this symbol, if any.
511 If this symbol already exists in loaded data, it will be rewritten using
521 my $name = shift; # For this name (assuming it exists)
564 # We supposedly do now know how to do this... *ahem*
851 The symbol name for this item.
855 The positional number for this item.
859 handled by the caller. The caller may change this t
[all...]
/third_party/spirv-tools/source/opt/
H A Dir_context.h4 // you may not use this file except in compliance with the License.
114 module_->SetContext(this); in IRContext()
132 module_->SetContext(this); in IRContext()
140 // Returns a vector of pointers to constant-creation instructions in this
145 // Iterators for annotation instructions contained in this context.
151 // Iterators for capabilities instructions contained in this module.
157 // Iterators for extensions instructions contained in this module.
169 // Iterators for ext_inst import instructions contained in this module.
184 // in this module. These are for layout section 7a.
191 // in this modul
[all...]
/kernel/linux/linux-5.10/drivers/net/phy/
H A Ddp83640.c593 struct list_head *this, *next; in prune_rx_ts() local
596 list_for_each_safe(this, next, &dp83640->rxts) { in prune_rx_ts()
597 rxts = list_entry(this, struct rxts, list); in prune_rx_ts()
625 struct list_head *this; in recalibrate() local
642 list_for_each(this, &clock->phylist) { in recalibrate()
643 tmp = list_entry(this, struct dp83640_private, list); in recalibrate()
661 list_for_each(this, &clock->phylist) { in recalibrate()
662 tmp = list_entry(this, struct dp83640_private, list); in recalibrate()
703 list_for_each(this, &clock->phylist) { in recalibrate()
704 tmp = list_entry(this, struc in recalibrate()
981 struct list_head *this, *next; dp83640_free_clocks() local
1059 struct list_head *this; dp83640_clock_get_bus() local
1316 struct list_head *this, *next; dp83640_rxtstamp() local
1476 struct list_head *this, *next; dp83640_remove() local
[all...]
/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Drect.h4 * you may not use this file except in compliance with the License.
177 return *this; in operator +=()
184 return *this; in operator -=()
191 return *this; in operator +=()
198 return *this; in operator -=()
268 * Let's show some cases to illustrate how this method works:
338 * @return The offset that this rect need to moving into magnet.
359 *this += offset; in MagneticAttractedBy()
/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drender_box_base.h4 * you may not use this file except in compliance with the License.
54 width_.SetContextAndCallback(context_, [weak = WeakClaim(this)] {
60 height_.SetContextAndCallback(context_, [weak = WeakClaim(this)] {
66 marginOrigin_.SetContextAndCallback(context_, [weak = WeakClaim(this)] {
72 paddingOrigin_.SetContextAndCallback(context_, [weak = WeakClaim(this)] {
78 aspectRatio_.SetContextAndCallback(context_, [weak = WeakClaim(this)] {
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Devent_listener.h4 * you may not use this file except in compliance with the License.
113 AsyncTaskManager::GetInstance().CancelWithContext(this); in ~ViewOnClickListener()
128 EventUtil::InvokeCallback(vm_, fn_, arg, this);
153 AsyncTaskManager::GetInstance().CancelWithContext(this); in ~ViewOnLongPressListener()
165 EventUtil::InvokeCallback(vm_, fn_, arg, this);
204 AsyncTaskManager::GetInstance().CancelWithContext(this); in ~ViewOnTouchListener()
/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Dexecutor_pool.h4 * you may not use this file except in compliance with the License.
151 [this](std::shared_ptr<Executor> exe) { in Execute()
155 [this](std::shared_ptr<Executor> exe, bool force) -> bool { in Execute()
166 auto run = [this, func, id]() { in Schedule()
177 [this](std::shared_ptr<Executor> exe) { in Schedule()
186 [this](std::shared_ptr<Executor> exe, bool force) -> bool { in Schedule()
/foundation/distributeddatamgr/preferences/frameworks/native/include/
H A Dexecutor_pool.h4 * you may not use this file except in compliance with the License.
155 [this](std::shared_ptr<Executor> exe) { in Execute()
159 [this](std::shared_ptr<Executor> exe, bool force) -> bool { in Execute()
170 auto run = [this, func, id]() { in Schedule()
181 [this](std::shared_ptr<Executor> exe) { in Schedule()
190 [this](std::shared_ptr<Executor> exe, bool force) -> bool { in Schedule()
/kernel/linux/linux-5.10/drivers/fpga/
H A Ddfl-afu-dma-region.c155 struct dfl_afu_dma_region *this; in afu_dma_region_add() local
157 this = container_of(*new, struct dfl_afu_dma_region, node); in afu_dma_region_add()
161 if (dma_region_check_iova(this, region->iova, region->length)) in afu_dma_region_add()
164 if (region->iova < this->iova) in afu_dma_region_add()
166 else if (region->iova > this->iova) in afu_dma_region_add()
/kernel/linux/linux-5.10/tools/perf/util/
H A Ddsos.c131 struct dso *this = rb_entry(*p, struct dso, rb_node); in __dsos__findnew_link_by_longname_id() local
132 int rc = __dso__cmp_long_name(name, id, this); in __dsos__findnew_link_by_longname_id()
141 if (!dso || (dso == this)) in __dsos__findnew_link_by_longname_id()
142 return this; /* Find matching dso */ in __dsos__findnew_link_by_longname_id()
145 * In this case, the short name should be different. in __dsos__findnew_link_by_longname_id()
148 rc = dso__cmp_short_name(dso, this); in __dsos__findnew_link_by_longname_id()
174 * this when needing memory, by looking at LRU dso instances in the in __dsos__add()

Completed in 19 milliseconds

1...<<51525354555657585960>>...181