/third_party/googletest/googletest/include/gtest/hwext/ |
H A D | gtest-multithread.h | 79 this->testInstance = ins; in MultiThreadFailCaseListener() 102 _test.runTask(_test.m_threadNum, hook, this->test_info_->test_case_name(), this->test_info_->name()); \
|
/third_party/mesa3d/src/c11/ |
H A D | threads.h | 10 * this license (the "Software") to use, reproduce, display, distribute, 15 * The copyright notices in the Software and this entire statement, including 16 * the above license grant, this restriction and the following disclaimer, 47 # error Not supported on this platform. 60 #error Can not define _MTX_INITIALIZER_NP properly for this platform 70 /* threads are optional in C11, _Thread_local present in this condition */ 139 # error Not supported on this platform.
|
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | raw-heap.h | 2 // Use of this source code is governed by a BSD-style license that can be 75 return const_cast<RawHeap&>(*this).Space(space); in Space() 82 return const_cast<RawHeap&>(*this).CustomSpace(space_index); in CustomSpace() 101 return const_cast<RawHeap&>(*this).Space(space_index); in Space()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | dynamic_loading_with_blocklist.rs | 36 pub fn X_some_function(this: *mut X); in X_some_function() 40 pub fn X_some_other_function(this: *mut X); in X_some_other_function() 44 pub fn X_X(this: *mut X, x: ::std::os::raw::c_int); in X_X()
|
H A D | dynamic_loading_with_class.rs | 36 pub fn A_some_function(this: *mut A); in A_some_function() 40 pub fn A_some_other_function(this: *mut A); in A_some_other_function() 44 pub fn A_A(this: *mut A, x: ::std::os::raw::c_int); in A_A()
|
H A D | virtual_interface.rs | 10 pub PureVirtualIFace_Foo: unsafe extern "C" fn(this: *mut PureVirtualIFace), 12 this: *mut PureVirtualIFace, 45 pub AnotherInterface_Baz: unsafe extern "C" fn(this: *mut AnotherInterface),
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | ImmutableString.h | 3 // Use of this source code is governed by a BSD-style license that can be 80 constexpr bool operator!=(const ImmutableString &b) const { return !(*this == b); } in operator !=() 89 constexpr bool operator!=(const char *b) const { return !(*this == b); } in operator !=() 94 bool operator!=(const std::string &b) const { return !(*this == b); } in operator !=()
|
/third_party/skia/src/core/ |
H A D | SkDraw.h | 5 * Use of this source code is governed by a BSD-style license that can be 43 this->drawRect(rect, paint, nullptr, nullptr); in drawRect() 57 this->drawPath(path, paint, prePathMatrix, pathIsMutable, false); in drawPath() 81 this->drawPath(src, paint, nullptr, false, !isHairline, customBlitter); in drawPathCoverage()
|
H A D | SkAntiRun.h | 4 * Use of this source code is governed by a BSD-style license that can be 51 * scanlines, then offsetX should be 0 when this is called. 70 I might overflow to 256 with this add, hence the funny subtract (crud). in add() 79 SkDEBUGCODE(this->validate();) in add() 95 SkDEBUGCODE(this->validate();) in add() 103 SkDEBUGCODE(this->validate();) in add()
|
/third_party/skia/src/gpu/effects/ |
H A D | GrMatrixConvolutionEffect.h | 4 * Use of this source code is governed by a BSD-style license that can be 73 SkASSERT(!this->isSampled()); in array() 77 SkASSERT(this->isSampled()); in biasAndGain() 84 if (this->isSampled()) { in KernelWrapper()
|
/third_party/skia/src/sksl/ir/ |
H A D | SkSLVarDeclarations.h | 4 * Use of this source code is governed by a BSD-style license that can be 42 // Unhook this VarDeclaration from its associated Variable, since we're being deleted. 119 SkASSERT(this->declaration()->is<VarDeclaration>()); in GlobalVarDeclaration() 131 return std::make_unique<GlobalVarDeclaration>(this->declaration()->clone()); 135 return this->declaration()->description();
|
/third_party/skia/src/ports/ |
H A D | SkFontConfigTypeface.h | 4 * Use of this source code is governed by a BSD-style license that can be 45 std::unique_ptr<SkFontData> data = this->cloneFontData(args); 51 this->fontStyle(), 52 this->isFixedPitch()));
|
/third_party/skia/third_party/externals/dawn/src/tests/ |
H A D | ParamGenerator.h | 4 // you may not use this file except in compliance with the License. 65 return *this; in operator ++() 71 return *this; in operator ++() 79 return !(*this == other); in operator !=()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFAbbreviationDeclaration.h | 37 this->ByteSize.HasByteSize = ByteSize.hasValue(); in AttributeSpec() 38 if (this->ByteSize.HasByteSize) in AttributeSpec() 39 this->ByteSize.ByteSize = *ByteSize; in AttributeSpec() 51 /// ByteSize contains the fixed size in bytes for the Form in this 78 /// Get the fixed byte size of this Form if possible. This function might 80 /// DW_AT_address and DW_AT_ref_addr, so this isn't just an accessor for 116 /// Searches the this abbreviation declaration for the index of the specified 140 // Return an optional byte size of all attribute data in this abbreviation 153 /// Number of DW_FORM_address forms in this abbrevation declaration. 155 /// Number of DW_FORM_ref_addr forms in this abbrevatio [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/FuzzMutate/ |
H A D | Random.h | 56 return *this; in sample() 63 return *this; in sample() 65 // Consider switching from the current element to this one. in sample() 68 return *this; in sample()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | GetElementPtrTypeIterator.h | 64 // FIXME: Make this the iterator's operator*() after the 4.0 release. 66 // temporarily not giving this iterator an operator*() to avoid a subtle 84 return *this; in operator ++() 88 generic_gep_type_iterator tmp = *this; ++*this; return tmp; in operator ++() 92 // the type that contains the indexed type. Most of the time this is just 94 // the first element this is an unbounded array of the GEP's source element 96 // historically used a pointer type as the outer type in this case, but 99 // FIXME: Most current users of this class are just interested in byte
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
H A D | MachOUniversal.h | 130 return !(*this == Other); in operator !=() 135 return *this; in operator ++() 144 return ObjectForArch(this, 0); in begin_objects()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | CrashRecoveryContext.h | 25 /// Clients make use of this code by first calling 105 /// In case of a crash, this is the crash identifier. 109 /// for regular crashes. When this is active, a crash would print the 145 /// \tparam Derived Class that uses this class as a base. 152 /// knowledge of the current recovery context, which is provided by this class. 162 /// \param x Pointer to the resource recovered by this handler. 185 this->resource->~T(); 198 void recoverResources() override { delete this->resource; } 211 void recoverResources() override { this->resource->Release(); } 219 /// Clients create objects of this typ [all...] |
/third_party/skia/tools/flags/ |
H A D | CommonFlagsConfig.h | 4 * Use of this source code is governed by a BSD-style license that can be 75 const SkCommandLineConfigGpu* asConfigGpu() const override { return this; } 126 const SkCommandLineConfigGraphite* asConfigGraphite() const override { return this; } 148 const SkCommandLineConfigSvg* asConfigSvg() const override { return this; }
|
/third_party/skia/tools/sk_app/ |
H A D | VulkanWindowContext.h | 5 * Use of this source code is governed by a BSD-style license that can be 36 this->createSwapchain(w, h, fDisplayParams); 40 this->destroyContext(); 42 this->initializeContext(); 58 uint32_t fImageIndex; // image this is associated with 59 VkSemaphore fRenderSemaphore; // we wait on this for rendering to be done
|
/third_party/vixl/test/ |
H A D | test-runner.h | 8 // this list of conditions and the following disclaimer. 10 // this list of conditions and the following disclaimer in the documentation 13 // used to endorse or promote products derived from this software without 49 // Append this test to the linked list. in Test() 52 first_ = this; in Test() 54 last_->next_ = this; in Test() 56 last_ = this; in Test() 62 // We never free this memory, but we need it to live for as long as the in MakeSVETest() 64 // linked list of tests, and this is the easiest way to do it. in MakeSVETest()
|
/third_party/skia/include/core/ |
H A D | SkSize.h | 4 * Use of this source code is governed by a BSD-style license that can be 21 void set(int32_t w, int32_t h) { *this = SkISize{w, h}; } in set() 61 void set(SkScalar w, SkScalar h) { *this = SkSize{w, h}; } in set() 71 void setEmpty() { *this = SkSize{0, 0}; } in setEmpty()
|
H A D | SkImageGenerator.h | 4 * Use of this source code is governed by a BSD-style license that can be 31 * The PixelRef which takes ownership of this SkImageGenerator 40 * of this data. 46 return this->onRefEncodedData(); in refEncodedData() 50 * Return the ImageInfo associated with this generator. 55 * Can this generator be used to produce images that will be drawable to the specified context 59 return this->onIsValid(context); in isValid() 67 * Repeated calls to this function should give the same results, 79 * to scale. If the generator cannot perform this scale, 87 return this in getPixels() [all...] |
/third_party/skia/include/ports/ |
H A D | SkFontMgr_indirect.h | 4 * Use of this source code is governed by a BSD-style license that can be 70 DataEntry(DataEntry&& that) { *this = std::move(that); } in DataEntry() 72 if (this != &that) { in operator =() 81 return *this; in operator =() 94 * this data cache also acts as a typeface cache.
|
/third_party/vulkan-loader/tests/framework/icd/ |
H A D | physical_device.h | 7 * of this software and/or associated documentation files (the "Materials"), to 13 * The above copyright notice(s) and this permission notice shall be included in 71 return *this; in set_api_version() 74 PhysicalDevice&& finish() { return std::move(*this); } in finish() 76 // Objects created from this physical device 81 // Unknown physical device functions. Add a `VulkanFunction` to this list which will be searched in 87 // The purpose of this list is so that vkGetDeviceProcAddr returns 'a real function pointer' in tests 100 return *this; in use_physical_device()
|