Home
last modified time | relevance | path

Searched refs:this (Results 2451 - 2475 of 4513) sorted by relevance

1...<<919293949596979899100>>...181

/third_party/skia/third_party/externals/tint/src/
H A Ddebug.h4 // you may not use this file except in compliance with the License.
61 /// @returns this object so calls can be chained
65 return *this; in operator <<()
/third_party/skia/tools/
H A DUrlDataManager.h4 * Use of this source code is governed by a BSD-style license that can be
20 * A simple class which allows clients to add opaque data types, and returns a url where this data
21 * will be hosted. Its up to the owner of this class to actually serve the data.
28 ~UrlDataManager() { this->reset(); } in ~UrlDataManager()
62 * Reports whether this UDM has an initialized image index (effevitely whether we're in wasm)
73 // We use the data as a hash, this is not really optimal but is fine until proven otherwise
/third_party/spirv-tools/kokoro/windows-msvc-2017-release/
H A Dbuild.bat4 :: you may not use this file except in compliance with the License.
/third_party/spirv-tools/kokoro/windows-msvc-2019-debug/
H A Dbuild.bat4 :: you may not use this file except in compliance with the License.
/third_party/spirv-tools/kokoro/windows-msvc-2019-release/
H A Dbuild.bat4 :: you may not use this file except in compliance with the License.
/third_party/skia/third_party/externals/icu/source/common/
H A Dlocaleprioritylist.h49 * this parameter is `not acceptable' for the client. HTTP/1.1
52 * limited in this fashion.
92 Iterator iterator() const { return Iterator(*this); } in iterator()
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Denumset.h50 return *this; in operator =()
/third_party/skia/experimental/graphite/include/
H A DTextureInfo.h4 * Use of this source code is governed by a BSD-style license that can be
55 if (!this->isValid() || fBackend != BackendApi::kMetal) { in getMtlTextureInfo()
/third_party/skia/include/core/
H A DSkPictureRecorder.h4 * Use of this source code is governed by a BSD-style license that can be
37 @param bounds the cull rect used when recording this picture. Any drawing the falls outside
38 of this rect is undefined, and may be drawn or it may not.
49 return this->beginRecording(SkRect::MakeWH(width, height), bbhFactory); in beginRecording()
63 * these will have been "drawn" into a recording canvas, so that this resulting picture will
72 * finishRecordingAsPicture(), except that this method updates the cull rect initially passed
87 * and therefore this drawable will reflect the current state of those nested drawables anytime
H A DSkSurfaceProps.h4 * Use of this source code is governed by a BSD-style license that can be
14 * Description of how the LCD strips are arranged for each pixel. If this is unknown, or the
84 return !(*this == that); in operator !=()
/third_party/skia/include/private/
H A DGrContext_Base.h4 * Use of this source code is governed by a BSD-style license that can be
33 * The 3D API backing this context
39 * It is guaranteed that this backend format will be the one used by the GrContext
66 * An identifier for this context. The id is used by all compatible contexts. For example,
75 return candidate && candidate->contextID() == this->contextID(); in matches()
79 * The options in effect for this context
H A DSkSLSampleUsage.h4 * Use of this source code is governed by a BSD-style license that can be
63 bool operator!=(const SampleUsage& that) const { return !(*this == that); } in operator !=()
H A DSkWeakRefCnt.h4 * Use of this source code is governed by a BSD-style license that can be
29 a strong reference on which unref() must be called. Note that this does not
34 object to define what this means.
120 before the decrement, then call delete on the object. Note that if this
134 this->INHERITED::internal_dispose(); in weak_unref()
138 /** Returns true if there are no strong references to the object. When this
/third_party/skia/experimental/graphite/src/mtl/
H A DMtlCaps.h4 * Use of this source code is governed by a BSD-style license that can be
38 size_t getMinBufferAlignment() const { return this->isMac() ? 4 : 1; } in getMinBufferAlignment()
/third_party/skia/include/sksl/
H A DDSLBlock.h4 * Use of this source code is governed by a BSD-style license that can be
48 return *this; in operator =()
/third_party/vulkan-loader/loader/
H A Dasm_test_x86.S7 # you may not use this file except in compliance with the License.
/third_party/skia/third_party/externals/imgui/
H A Dimgui.h25 Index of this file:
140 struct ImDrawList; // A single draw command list (generally one per window, conceptually you may see this as a dynamic "mesh" builder)
166 // Enums/Flags (declared as int for compatibility with old C++, to allow using as flags without overhead, and to not pollute the top of this file)
264 float operator[] (size_t idx) const { IM_ASSERT(idx <= 1); return (&x)[idx]; } // We very rarely use this [] operator, the assert overhead is fine. in operator []()
265 float& operator[] (size_t idx) { IM_ASSERT(idx <= 1); return (&x)[idx]; } // We very rarely use this [] operator, the assert overhead is fine. in operator []()
302 IMGUI_API void NewFrame(); // start a new Dear ImGui frame, you can submit any command from this point until Render()/EndFrame().
305 IMGUI_API ImDrawData* GetDrawData(); // valid after Render() and until the next call to NewFrame(). this is what you have to render.
308 IMGUI_API void ShowDemoWindow(bool* p_open = NULL); // create Demo window. demonstrate most ImGui features. call this to learn about the library! try to make it always available in your application!
331 // [Important: due to legacy reason, this is inconsistent with most other functions such as BeginMenu/EndMenu,
343 // [Important: due to legacy reason, this i
[all...]
/third_party/json/tests/thirdparty/doctest/
H A Ddoctest.h343 // not using __APPLE__ because... this is how Catch does it
388 // this is kept here for backwards compatibility since the config option was changed
430 // see this issue on why this is needed: https://github.com/onqtam/doctest/issues/183
458 // Idea taken from this lecture about the string implementation of facebook/folly - fbstring
516 const char* c_str() const { return const_cast<String*>(this)->c_str(); } // NOLINT in c_str()
740 int abort_after; // stop tests after this many failed assertions
939 // see this issue on why this is needed: https://github.com/onqtam/doctest/issues/183
955 *this
[all...]
/foundation/window/window_manager/previewer/include/
H A Dwm_common.h4 * you may not use this file except in compliance with the License.
419 return !(*this == right); in operator !=()
500 return !this->operator==(a); in operator !=()
611 return !this->operator==(a); in operator !=()
697 return !this->operator==(a); in operator !=()
/kernel/linux/linux-5.10/arch/x86/kvm/
H A Dioapic.c22 * License along with this library; if not, write to the Free Software
200 * EOI for this vector. in ioapic_lazy_update_eoi()
227 * to receive the EOI. In this case, we do a lazy update of the in ioapic_set_irq()
235 * this only happens if a previous edge has not been delivered due in ioapic_set_irq()
533 * immediately during eoi broadcast, and this in kvm_ioapic_update_eoi_one()
536 * level-triggered interrupt. Emulate this in kvm_ioapic_update_eoi_one()
578 static int ioapic_mmio_read(struct kvm_vcpu *vcpu, struct kvm_io_device *this, in ioapic_mmio_read() argument
581 struct kvm_ioapic *ioapic = to_ioapic(this); in ioapic_mmio_read()
620 static int ioapic_mmio_write(struct kvm_vcpu *vcpu, struct kvm_io_device *this, in ioapic_mmio_write() argument
623 struct kvm_ioapic *ioapic = to_ioapic(this); in ioapic_mmio_write()
[all...]
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dskeleton.S33 | For details on the license for this file, please see the
34 | file, README, in this same directory.
88 | Code following the 'inex' label is to handle bug #1232. In this
96 | that this fix is only for d43b parts, and is skipped if the
349 | or planned at the time of this writing. The fpsp is
358 | Replace this with a call to your kernel panic code or
390 | this via a 'moves' instruction. copyout is a UNIX SVR3 (and later) function.
430 | this via a 'moves' instruction. copyin is a UNIX SVR3 (and later) function.
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dskeleton.S33 | For details on the license for this file, please see the
34 | file, README, in this same directory.
88 | Code following the 'inex' label is to handle bug #1232. In this
96 | that this fix is only for d43b parts, and is skipped if the
349 | or planned at the time of this writing. The fpsp is
358 | Replace this with a call to your kernel panic code or
390 | this via a 'moves' instruction. copyout is a UNIX SVR3 (and later) function.
430 | this via a 'moves' instruction. copyin is a UNIX SVR3 (and later) function.
/kernel/linux/linux-5.10/drivers/xen/
H A Devtchn.c16 * of this source file (the "Software"), to deal in the Software without
22 * The above copyright notice and this permission notice shall be included in
73 /* Processes wait on this queue when ring is empty. */
114 struct user_evtchn *this; in add_evtchn() local
116 this = rb_entry(*new, struct user_evtchn, node); in add_evtchn()
119 if (this->port < evtchn->port) in add_evtchn()
121 else if (this->port > evtchn->port) in add_evtchn()
/kernel/linux/linux-5.10/lib/mpi/
H A Dmpicoder.c17 * along with this program; if not, write to the Free Software
259 #error please implement for this limb size. in mpi_read_buffer()
288 #error please implement for this limb size. in mpi_read_buffer()
305 * @nbytes: receives the length of this buffer.
363 #error please implement for this limb size. in mpi_write_to_sgl()
405 #error please implement for this limb size. in mpi_write_to_sgl()
567 * is 0. For printing this is a bit of a surprise, in particular in mpi_print()
569 * should be able to print a zero. Thus we need this extra test in mpi_print()
624 /* Note: We ignore the sign for this format. */ in mpi_print()
625 /* FIXME: for performance reasons we should put this int in mpi_print()
[all...]
/kernel/linux/linux-6.6/drivers/xen/
H A Devtchn.c16 * of this source file (the "Software"), to deal in the Software without
22 * The above copyright notice and this permission notice shall be included in
73 /* Processes wait on this queue when ring is empty. */
115 struct user_evtchn *this; in add_evtchn() local
117 this = rb_entry(*new, struct user_evtchn, node); in add_evtchn()
120 if (this->port < evtchn->port) in add_evtchn()
122 else if (this->port > evtchn->port) in add_evtchn()

Completed in 22 milliseconds

1...<<919293949596979899100>>...181