Home
last modified time | relevance | path

Searched refs:this (Results 2276 - 2300 of 3439) sorted by relevance

1...<<919293949596979899100>>...138

/third_party/node/deps/v8/src/utils/
H A Dbit-vector.h2 // Use of this source code is governed by a BSD-style license that can be
24 // Iterator for the elements of this BitVector.
73 ++(*this); in Iterator()
188 // TODO(leszeks): This sets bits outside of the length of this bit-vector, in AddAll()
189 // which is observable if we resize it or copy from it. If this is a in AddAll()
317 Iterator begin() const { return Iterator(this, Iterator::kStartTag); } in begin()
319 Iterator end() const { return Iterator(this, Iterator::kEndTag); } in end()
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dclass_1_0.rs516 this: *const RealAbstractionWithTonsOfMethods, in RealAbstractionWithTonsOfMethods_bar()
522 this: *mut RealAbstractionWithTonsOfMethods, in RealAbstractionWithTonsOfMethods_bar1()
528 this: *mut RealAbstractionWithTonsOfMethods, in RealAbstractionWithTonsOfMethods_bar2()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h45 /// is specific to certain unit types. We separate this class out so we can
143 /// Add an existing DWARFUnit to this UnitVector. This is used by the DWARF
147 /// Returns number of all units held by this instance.
196 /// Section containing this DWARFUnit.
206 /// Location table of this unit.
332 /// Extract the range list referenced by this compile unit from the
400 return DWARFDie(this, &DieArray[0]); in getUnitDIE()
460 /// Return the DWARFUnitVector containing this unit.
472 /// It is illegal to call this method with a DIE that hasn't be
473 /// created by this uni
[all...]
/third_party/node/deps/v8/src/compiler/
H A Djs-operator.h2 // Use of this source code is governed by a BSD-style license that can be
98 return bit_cast<uint32_t>(this->value_) == bit_cast<uint32_t>(that.value_); in operator ==()
100 bool operator!=(CallFrequency const& that) const { return !(*this == that); } in operator !=()
126 return this->bit_field_ == that.bit_field_; in operator ==()
129 return !(*this == that); in operator !=()
206 return this->bit_field_ == that.bit_field_; in operator ==()
209 return !(*this == that); in operator !=()
279 return this->bit_field_ == that.bit_field_ && in operator ==()
280 this->frequency_ == that.frequency_ && in operator ==()
281 this in operator ==()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DInstructions.h91 /// element, this will return a constant 1 value.
119 /// Return true if this alloca is in the entry block of the function and is a
124 /// Return true if this alloca is used as an inalloca argument to a call. Such
130 /// Specify whether this alloca is used to represent the arguments to a call.
136 /// Return true if this alloca is used as a swifterror argument to a call.
141 /// Specify whether this alloca is used to represent a swifterror.
232 /// Return true if this is a load from a volatile memory location.
235 /// Specify whether this is a volatile load or not.
242 /// FIXME: Remove this function once transition to Align is over.
257 /// Returns the ordering constraint of this loa
[all...]
/foundation/ability/form_fwk/services/include/
H A Dform_db_info.h4 * you may not use this file except in compliance with the License.
80 return (this->formId == formDBInfo.formId); in operator ==()
216 return (this->formDBInfo_.formId == innerFormInfo.formDBInfo_.formId); in operator ==()
/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_ability_common/
H A Djs_napi_common_ability.h4 * you may not use this file except in compliance with the License.
161 this->env = env; in ConnectionCallback()
196 return *this; in operator =()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_ace_page.h4 * you may not use this file except in compliance with the License.
160 command->Execute(AceType::Claim(this)); in UpdateShowAttr()
217 flushCallback_(AceType::Claim(this)); in FlushCommands()
/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drender_box.h4 * you may not use this file except in compliance with the License.
55 backDecoration_->SetContextAndCallback(context_, [weak = WeakClaim(this)] {
64 frontDecoration_->SetContextAndCallback(context_, [weak = WeakClaim(this)] {
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_property.h4 * you may not use this file except in compliance with the License.
74 return !(*this == info); in operator !=()
96 return !(*this == info); in operator !=()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_segment_downloader.h4 * you may not use this file except in compliance with the License.
81 if (this != &srcSegment) { in operator =()
97 return *this; in operator =()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Drs_vulkan_context.h4 * you may not use this file except in compliance with the License.
78 return *this; in operator =()
84 return *this; in operator =()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_base_render_engine.h4 * you may not use this file except in compliance with the License.
53 this->isProtected = isProtected; in FrameContextConfig()
54 this->independentContext = independentContext; in FrameContextConfig()
64 // we guarantee when constructing this object, all parameters are valid.
129 // [PLANNING]: this is a work-around for the lack of colorgamut conversion and yuv support in GPU.
130 // We should remove this function in someday.
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_obj_geometry.h4 * you may not use this file except in compliance with the License.
330 if (&geo != this) { in operator =()
335 return *this; in operator =()
/foundation/filemanagement/user_file_service/services/native/file_access_service/include/
H A Dfile_access_service.h4 * you may not use this file except in compliance with the License.
100 HILOG_ERROR("Uri node observer list don not has this observer"); in FindAndRmObsCodeByCode()
141 timerId_ = timer_.Register([this] { in start()
191 timerId_ = timer_.Register([this] { in start()
/foundation/multimodalinput/input/service/event_resample/include/
H A Devent_resample.h4 * you may not use this file except in compliance with the License.
198 this->deviceId = deviceId; in Initialize()
199 this->source = source; in Initialize()
/foundation/communication/dsoftbus/tests/core/discovery/ble/bluetooth_mock/
H A Dbluetooth_mock.h4 * you may not use this file except in compliance with the License.
165 return *this; in Call()
173 return *this; in Clear()
/foundation/window/window_manager/wmserver/include/
H A Dwindow_root.h4 * you may not use this file except in compliance with the License.
161 [this](const sptr<IRemoteObject>& remoteObject) { this->OnRemoteDied(remoteObject); });
/third_party/ffmpeg/ffbuild/
H A Dlibrary.mak23 # libavcodec and the other libs dynamically. In this case
32 # one of these copies; this depends on the duplicated object files
/third_party/gn/src/base/memory/
H A Dscoped_refptr.h2 // Use of this source code is governed by a BSD-style license that can be
58 // count. Use this only for a newly created object whose reference count starts
104 // A smart pointer class for reference counted objects. Use this class instead
119 // // |foo| is released when this function returns
222 scoped_refptr& operator=(T* p) { return *this = scoped_refptr(p); } in operator =()
227 return *this;
/third_party/glslang/glslang/Include/
H A Darrays.h12 // notice, this list of conditions and the following disclaimer.
15 // copyright notice, this list of conditions and the following
21 // from this software without specific prior written permission.
98 return *this; in operator =()
123 // this should only happen for implicitly sized arrays, not specialization constants in changeFront()
159 // 'this' should currently not be holding anything, and copyNonFront
221 // in the type hierarchy is localized into this single cumulative object.
244 return *this; in operator =()
258 // this only makes sense in paths that have a known array size in getCumulativeSize()
/third_party/icu/icu4c/source/i18n/unicode/
H A Dcoll.h29 * 02/13/97 aliu Moved several methods out of this class and into
89 * You use this class to build searching and sorting routines for natural
175 * Use this to set the strength of a Collator object.<br>
180 * differences. Use this to set the strength of a Collator object.<br>
185 * comparison differences. Use this to set the strength of a Collator
239 * Returns true if "other" is the same as "this".
241 * The base class implementation returns true if "other" has the same type/class as "this":
242 * `typeid(*this) == typeid(other)`.
246 * if (this == &other) { return true; }
250 * (compare this v
[all...]
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
H A Dieee.h7 // notice, this list of conditions and the following disclaimer.
9 // copyright notice, this list of conditions and the following
14 // from this software without specific prior written permission.
60 // The value encoded by this Double must be greater or equal to +0.0.
68 // The value encoded by this Double must be strictly greater than 0.
180 // Precondition: the value encoded by this Double must be greater or equal
187 // Computes the two boundaries of this.
190 // Precondition: the value encoded by this Double must be greater than 0.
193 DiyFp v = this->AsDiyFp(); in NormalizedBoundaries()
225 // once it's encoded into a double. In almost all cases this i
[all...]
/third_party/icu/icu4c/source/i18n/
H A Ddouble-conversion-ieee.h12 // notice, this list of conditions and the following disclaimer.
14 // copyright notice, this list of conditions and the following
19 // from this software without specific prior written permission.
74 // The value encoded by this Double must be greater or equal to +0.0.
82 // The value encoded by this Double must be strictly greater than 0.
194 // Precondition: the value encoded by this Double must be greater or equal
201 // Computes the two boundaries of this.
204 // Precondition: the value encoded by this Double must be greater than 0.
207 DiyFp v = this->AsDiyFp(); in NormalizedBoundaries()
239 // once it's encoded into a double. In almost all cases this i
[all...]
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-promise.c4 * you may not use this file except in compliance with the License.
96 ecma_builtin_promise_reject (ecma_value_t this_arg, /**< 'this' argument */ in ecma_builtin_promise_reject()
112 ecma_builtin_promise_resolve (ecma_value_t this_arg, /**< 'this' argument */ in ecma_builtin_promise_resolve()
246 const ecma_value_t this, /**< this_arg of the function */ in ecma_builtin_promise_all_handler()
250 JERRY_UNUSED (this); in ecma_builtin_promise_all_handler()
493 ecma_builtin_promise_race_or_all (ecma_value_t this_arg, /**< 'this' argument */ in ecma_builtin_promise_race_or_all()
499 return ecma_raise_type_error (ECMA_ERR_MSG ("'this' is not an object.")); in ecma_builtin_promise_race_or_all()
580 ecma_builtin_promise_race (ecma_value_t this_arg, /**< 'this' argument */ in ecma_builtin_promise_race()
596 ecma_builtin_promise_all (ecma_value_t this_arg, /**< 'this' argument */ in ecma_builtin_promise_all()
245 ecma_builtin_promise_all_handler(const ecma_value_t function, const ecma_value_t this, const ecma_value_t argv[], const ecma_length_t argc) ecma_builtin_promise_all_handler() argument

Completed in 23 milliseconds

1...<<919293949596979899100>>...138