/third_party/protobuf/src/google/protobuf/ |
H A D | reflection_internal.h | 10 // notice, this list of conditions and the following disclaimer. 12 // copyright notice, this list of conditions and the following disclaimer 17 // this software without specific prior written permission. 50 return PositionToIterator(this->Size(data)); 125 // Convert an object received by this accessor to an object to be stored in 130 // returned by this accessor. If the two objects have the same type (true for 187 // Convert an object received by this accessor to an object that will be 192 // returned by this accessor. If the two objects have the same type (true for 235 GOOGLE_CHECK(this == other_mutator); 252 // Convert an object received by this accesso in New() [all...] |
/third_party/skia/include/core/ |
H A D | SkImage.h | 4 * Use of this source code is governed by a BSD-style license that can be 173 * This is similar to DecodeTo[Raster,Texture], but this method will attempt to defer the 297 @param colorSpace This describes the color space of this image's contents, as 332 this should usually be set to kOpaque_SkAlphaType. 333 @param colorSpace This describes the color space of this image's contents, as 431 from this space into the destination space (if the destination is tagged). 433 Currently, this is only supported using the GPU backend and will fail if context is nullptr. 435 SkYUVAPixmaps does not need to remain valid after this returns. 639 SkImage. The smart pointer tracks the number of objects sharing this 667 bool isOpaque() const { return SkAlphaTypeIsOpaque(this [all...] |
/third_party/skia/experimental/sktext/include/ |
H A D | Text.h | 47 return this->hasProperty(index, CodeUnitFlags::kHardLineBreakBefore); in isHardLineBreak() 50 return index != 0 && this->hasProperty(index, CodeUnitFlags::kSoftLineBreakBefore); in isSoftLineBreak() 61 if (this->hasProperty(i, CodeUnitFlags::kGraphemeStart)) { in forEachGrapheme() 67 } else if (this->hasProperty(i, CodeUnitFlags::kHardLineBreakBefore)) { in forEachGrapheme() 203 this->visit(unicodeText, drawableText.get(), positionType, blocks); in prepareToDraw() 363 // Currently we only support this method for a glyph, grapheme or grapheme cluster
|
/third_party/libunwind/libunwind/doc/ |
H A D | libunwind-ia64.tex | 83 (IP), this means there are three frame registers: 86 ``program counter'') of the current stack frame. Given this value, 90 this frame-register encode the slot number of the instruction. 97 pointer (BSP). \textbf{Note:} the value in this register is equal 119 value for this function. 198 that it is possible to initialize a value of this type not just with 200 example. However, since this is an IA-64-specific extension to 201 \Prog{libunwind}, portable code should not rely on this equivalence.
|
/third_party/libphonenumber/cpp/src/phonenumbers/ |
H A D | phonenumber.pb.h | 19 #error regenerate this file with a newer version of protoc. 101 *this = ::std::move(from); in PhoneNumber() 106 return *this; in operator =() 110 if (this != &from) InternalSwap(&from); 114 return *this; 138 if (other == this) return; in Swap() 142 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other); in Swap() 146 if (other == this) return; in UnsafeArenaSwap()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | FileSystem.h | 18 // this does not guarantee that error_code will be in the set of explicitly 145 bool operator!=(const UniqueID &Other) const { return !(*this == Other); } in operator !=() 472 /// Can we execute this file? 478 /// Can we write this file? 620 /// Does this status represent something that exists but is not a 765 /// The file should be opened in text mode on platforms that make this 777 /// When a child process is launched, this file should remain open in the 795 /// in your model to ensure this. Each '%' gives 4-bits of entropy so you can 862 // Keep this with the given name. 865 // Keep this wit [all...] |
H A D | JSON.h | 269 /// If this exists, then it also allows constructing Value from T, and can 325 *this = Value(fixUTF8(V)); in Value() 365 return *this; in operator =() 370 return *this; in operator =() 394 // Typed accessors return None/nullptr if the Value is not of this type. 459 // Using this two-step static_cast via void * instead of reinterpret_cast in as() 505 *this = ObjectKey(fixUTF8(S)); in ObjectKey() 512 ObjectKey(const ObjectKey &C) { *this = C; } in ObjectKey() 521 return *this; in operator =() 529 // FIXME: this i [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | LoopInfo.h | 15 // each natural loop identified, this analysis identifies natural loops 27 // Note that this analysis specifically identifies *Loops* not cycles or SCCs 29 // this analysis will not recognize and that will not be represented by a Loop 33 // For an overview of terminology used in this API (and thus all of our loop 71 /// Instances of this class are used to represent loops that are detected in the 76 // Loops contained entirely within this one. 79 // The list of blocks in this loop. First entry is the header node. 85 /// Indicator that this loop is no longer a valid loop. 94 /// Return the nesting level of this loop. An outer-most loop has depth 1, 114 /// Return true if the specified loop is contained within in this loo [all...] |
/third_party/libabigail/include/ |
H A D | abg-diff-utils.h | 13 /// http://www.xmailserver.org/diff2.pdf. Throughout this file, that 47 // Inject the names from std:: below into this namespace 155 return *this; in operator +=() 160 {return (*this) += (-val);} in operator -=() 164 {return (*this) -= 1;} in operator --() 168 {return (*this) += 1;} in operator ++() 173 point tmp(*this); in operator --() 174 --(*this); in operator --() 181 point tmp(*this); in operator ++() 182 ++(*this); in operator ++() [all...] |
/third_party/libinput/test/ |
H A D | test-touchpad-tap.c | 5 * copy of this software and associated documentation files (the "Software"), 11 * The above copyright notice and this permission notice (including the next 1668 * We expect this to be a tap followed by a scroll. in START_TEST() 1748 * We expect this to be a tap-and-drag followed by a scroll. in START_TEST() 2018 * We expect this to be a tap followed by a swipe. in START_TEST() 2109 * We expect this to be a tap-and-drag followed by a swipe. in START_TEST() 2962 * need to reconstruct this here. Specifically, semi-mt devices are in START_TEST() 3023 * need to reconstruct this here. Specifically, semi-mt devices are in START_TEST() 3623 /* this test is only run on specific devices */ in START_TEST() 3636 /* this tes in START_TEST() 4694 int this = _i % 2, /* ranged test */ START_TEST() local 4787 int this = which % 2, START_TEST() local 4828 int this = which % 2, START_TEST() local 4873 int this = which % 3; START_TEST() local 4920 int this = which % 3; START_TEST() local 4972 int this = which % 4; START_TEST() local [all...] |
/third_party/libabigail/tests/data/test-read-ctf/ |
H A D | test-list-struct.c | 7 struct rb_node_b *this; member
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/ |
H A D | rs_rect.h | 4 * you may not use this file except in compliance with the License. 96 return *this; in operator =() 257 // this is set for all rects can be compared in operator ()() 381 return *this; in operator /() 412 return *this; in operator -=() 423 return *this; in operator +=() 434 return *this; in operator *=() 444 return *this; in operator =()
|
/third_party/node/deps/v8/src/torque/ |
H A D | earley-parser.h | 2 // Use of this source code is governed by a BSD-style license that can be 121 return static_cast<ParseResultHolder<T>*>(this)->value_; in Cast() 127 return static_cast<const ParseResultHolder<T>*>(this)->value_; in Cast() 242 // It stores the list of rules, which have this symbol as the 251 Symbol(std::initializer_list<Rule> rules) { *this = rules; } in Symbol() 265 rules_.back()->SetLeftHandSide(this); in AddRule() 295 // The symbol right after the mark is expected at {pos} for this item to 305 // completed item for this parse. 315 result.prev_ = this; in Advance() 320 // Collect the items representing the AST children of this complete [all...] |
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_util.h | 5 * copy of this software and associated documentation files (the "Software"), 11 * The above copyright notice and this permission notice shall be included in 152 Item(void *priv) : next(this), prev(this), data(priv) { } in Item() 403 Iterator iterator() const { return Iterator(this); } 465 *ptail = this; 551 return *this; 694 clone = obj->clone(*this);
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/gradle/wrapper/ |
H A D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/gradle/wrapper/
org/gradle/wrapper/Download ... |
/third_party/skia/third_party/externals/oboe/samples/gradle/wrapper/ |
H A D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/gradle/wrapper/
org/gradle/wrapper/Download ... |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | CallSite.h | 66 explicit CallSiteBase(ValTy *II) { *this = get(II); } in CallSiteBase() 109 /// Return the function being called if this is a direct call, otherwise 138 /// Return the intrinsic ID of the intrinsic called by this CallSite, 140 /// intrinsic, or if this CallSite is an indirect call. 154 /// Determine whether this Use is the callee operand's Use. 178 unsigned OperandNo = U - (*this)->op_begin(); in isBundleOperand() 218 /// The type of iterator to use when looping over actual arguments at this 242 /// Type of iterator to use when looping over data operands at this call site 248 /// this is the set of instruction operands except the invoke target and the 249 /// two successor blocks; for calls this i [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/ |
H A D | containers.h | 4 // you may not use this file except in compliance with the License. 157 *this = other; in vector() 166 *this = std::move(other); in vector() 183 return *this; in operator =() 196 return *this; in operator =() 210 return *this; in operator =() 435 return *this;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | LiveInterval.h | 13 // that v is live at i'. In this implementation ranges can have holes, 56 /// The ID number of this value. 68 /// Copy from the parameter into this VNInfo. 73 /// Returns true if this value is defined by a PHI instruction (or was, 79 /// Returns true if this value is unused. 82 /// Mark this value as unused. 108 /// Return true if the live-in value is killed by this instruction. This 115 /// Return true if this instruction has a dead def. 132 /// Return the value defined by this instruction, if any. This includes 164 VNInfo *valno = nullptr; // identifier for the value contained in this [all...] |
/third_party/skia/platform_tools/android/apps/gradle/wrapper/ |
H A D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/gradle/wrapper/
org/gradle/wrapper/Download ... |
/third_party/mesa3d/src/compiler/glsl/glcpp/tests/ |
H A D | 019-define-func-1-arg-multi.c | 2 foo(this is more than one word)
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | HasPublicDescriptorTrait.php | 12 // notice, this list of conditions and the following disclaimer. 14 // copyright notice, this list of conditions and the following disclaimer 19 // this software without specific prior written permission. 41 return $this->public_desc;
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 23 % along with this program. If not, see <http://www.gnu.org/licenses/>. 25 % As a special exception, when this file is read by TeX when processing 44 % manual foo.texi, however, you can get away with this: 49 % dvips foo.dvi -o # or whatever; this makes foo.ps. 104 % If this character appears in an error message or help string, it 276 % one after. I won't pretend I can describe this better than DEK... 290 % page or the contents), so we use \firstmark there -- this gets us 323 % Do this outside of the \shipout so @code etc. will be expanded in 331 % Have to do this stuff outside the \shipout because we want it to 338 % We don't want .vr (or whatever) entries like this [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | btree.h | 4 // you may not use this file except in compliance with the License. 37 // pointing to values other than the one being inserted/deleted. Therefore, this 198 // For example, this would be useful for key types that wrap an integer 254 // equivalent keys in the btree. If this is a multi-container, then we can. 287 // The following methods are necessary for passing this struct as PolicyTraits 423 // compare. Note: there is no need to make a version of this adapter specialized 516 // // The index after the last populated value in `values`. Currently, this 595 // has this value. 625 return InternalLayout().template Pointer<N>(reinterpret_cast<char *>(this)); in GetField() 631 reinterpret_cast<const char *>(this)); [all...] |
/third_party/node/deps/v8/src/objects/ |
H A D | cell-inl.h | 2 // Use of this source code is governed by a BSD-style license that can be 24 return TaggedField<Object, kValueOffset>::Relaxed_Load(cage_base, *this); in DEF_RELAXED_GETTER()
|