/third_party/mesa3d/src/gtest/include/gtest/ |
H A D | gtest-matchers.h | 9 // notice, this list of conditions and the following disclaimer. 11 // copyright notice, this list of conditions and the following disclaimer 16 // this software without specific prior written permission. 86 virtual ~MatchResultListener() = 0; // Makes this class abstract. 93 return *this; in operator <<() 101 // this information to avoid generating the explanation when no one 114 // An instance of a subclass of this knows how to describe itself as a 120 // Describes this matcher to an ostream. The function should print 121 // a verb phrase that describes the property a value matching this 127 // Describes the negation of this matche [all...] |
/third_party/node/deps/v8/src/heap/base/ |
H A D | worklist.h | 2 // Use of this source code is governed by a BSD-style license that can be 39 // Eventually this will replace Worklist after all its current uses 59 // Moves the segments of the given marking worklist into this 113 // It is safe to read |size_| without a lock since this variable is in Size() 376 if (this != &other) { 387 return *this;
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_format.py | 196 " \"\"\"this is a test of a reformat for a triple quoted string" 200 " \"\"\"this is a test of a reformat for a triple quoted string will it\n" 205 "# this is a test of a reformat for a triple quoted string will " 209 "# this is a test of a reformat for a triple quoted string will it\n" 227 # sometimes emits shutdown warnings like this: 230 # Calling EditorWindow._close in tearDownClass prevents this but causes 253 " '''this is a test of a reformat for a triple " 304 " '''this is a test of a reformat for a triple quoted string will it\n" 316 " '''this is a test of a reformat for a triple quoted string will it reformat\n"
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | xml_consistency.py | 54 # We could make this an (extension name, api name) set to be more specific. 98 # This is most likely an error in this script, not the XML. 360 message = f'{self.entity}.{param_name} member has disallowed \'optional="false"\' attribute (remove this attribute)' 409 # Is this an explicitly allowed struct? 413 # Is this a struct extending an explicitly allowed struct? 442 # Do not tag this as missing if it is not required 459 # If not allowed to have limittypes, verify this for each member 474 message = f'{name} member {memname} has disallowed \'optional="false"\' attribute (remove this attribute)' 639 # Keep track of this case 651 as separate words in extension enumerant names. If this i [all...] |
/third_party/skia/third_party/externals/d3d12allocator/src/ |
H A D | Common.h | 5 // of this software and associated documentation files (the "Software"), to deal
11 // The above copyright notice and this permission notice shall be included in
103 return (*this) * (1.f / sqrt(x * x + y * y));
in Normalized() 123 return (*this) * (1.f / sqrt(x * x + y * y + z * z));
in Normalized()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | Attributes.h | 187 /// Return a raw pointer that uniquely identifies this attribute. 238 bool operator!=(const AttributeSet &O) const { return !(*this == O); } in operator !=() 255 /// Remove the specified attribute from this set. Returns a new set because 260 /// Remove the specified attribute from this set. Returns a new set because 265 /// Remove the specified attributes from this set. Returns a new set because 270 /// Return the number of attributes in this set. 273 /// Return true if attributes exists in this set. 276 /// Return true if the attribute exists in this set. 279 /// Return true if the attribute exists in this set. 440 /// Remove the specified attribute at the specified index from this [all...] |
/third_party/skia/dm/ |
H A D | DMSrcSink.h | 4 * Use of this source code is governed by a BSD-style license that can be 98 return this->draw(context, canvas); in draw() 100 virtual SkISize size([[maybe_unused]] int page) const { return this->size(); } in size() 101 // Force Tasks using this Src to run on the main thread? 116 // Override the color space of this Sink, after creation 119 // Force Tasks using this Sink to run on the main thread? 208 // separately. Also, this test adds a border of a few pixels to each of the regions 436 // Suppress writing out results from this config - we just want to do our matching test 453 // Suppress writing out results from this config - we just want to do our matching test 470 // Suppress writing out results from this confi [all...] |
/third_party/rust/crates/syn/src/ |
H A D | token.rs | 3 //! The type names in this module can be difficult to keep straight, so we 11 //! The [`ItemStatic`] syntax tree node is defined like this. 252 /// Don't try to remember the name of this type — use the in display() 379 /// Don't try to remember the name of this type — use the
|
/kernel/linux/linux-5.10/drivers/base/regmap/ |
H A D | regmap.c | 29 * infrastructure isn't available early enough to be used. For this 542 struct regmap_range_node *this = in _regmap_range_add() local 546 if (data->range_max < this->range_min) in _regmap_range_add() 548 else if (data->range_min > this->range_max) in _regmap_range_add() 566 struct regmap_range_node *this = in _regmap_range_lookup() local 569 if (reg < this->range_min) in _regmap_range_lookup() 571 else if (reg > this->range_max) in _regmap_range_lookup() 574 return this; in _regmap_range_lookup() 659 /* Use this if no other value was found */ in regmap_get_reg_endian() 697 /* Use this i in regmap_get_val_endian() [all...] |
/kernel/linux/linux-6.6/drivers/base/regmap/ |
H A D | regmap.c | 29 * infrastructure isn't available early enough to be used. For this 504 struct regmap_range_node *this = in _regmap_range_add() local 508 if (data->range_max < this->range_min) in _regmap_range_add() 510 else if (data->range_min > this->range_max) in _regmap_range_add() 528 struct regmap_range_node *this = in _regmap_range_lookup() local 531 if (reg < this->range_min) in _regmap_range_lookup() 533 else if (reg > this->range_max) in _regmap_range_lookup() 536 return this; in _regmap_range_lookup() 621 /* Use this if no other value was found */ in regmap_get_reg_endian() 659 /* Use this i in regmap_get_val_endian() [all...] |
/kernel/linux/linux-5.10/drivers/media/i2c/smiapp/ |
H A D | smiapp-core.c | 1910 int this = scaling_goodness( in smiapp_set_compose_binner() local 1919 if (this > best) { in smiapp_set_compose_binner() 1922 best = this; in smiapp_set_compose_binner() 2000 int this = scaling_goodness( in smiapp_set_compose_scaler() local 2012 if (this > best) { in smiapp_set_compose_scaler() 2015 best = this; in smiapp_set_compose_scaler() 2022 this = scaling_goodness( in smiapp_set_compose_scaler() 2033 if (this > best) { in smiapp_set_compose_scaler() 2036 best = this; in smiapp_set_compose_scaler() 2341 * assume this fo in smiapp_sysfs_nvm_read() [all...] |
/kernel/linux/linux-6.6/drivers/media/i2c/ccs/ |
H A D | ccs-core.c | 2329 int this = scaling_goodness( in ccs_set_compose_binner() local 2338 if (this > best) { in ccs_set_compose_binner() 2341 best = this; in ccs_set_compose_binner() 2419 int this = scaling_goodness( in ccs_set_compose_scaler() local 2430 if (this > best) { in ccs_set_compose_scaler() 2433 best = this; in ccs_set_compose_scaler() 2440 this = scaling_goodness( in ccs_set_compose_scaler() 2451 if (this > best) { in ccs_set_compose_scaler() 2454 best = this; in ccs_set_compose_scaler() 2755 * assume this fo in nvm_show() [all...] |
/kernel/linux/linux-5.10/drivers/atm/ |
H A D | solos-pci.c | 298 /* We know we have enough space allocated for this; we allocated in solos_param_store() 314 char *this = skb->data; in next_string() local 317 if (this[i] == '\n') { in next_string() 318 this[i] = 0; in next_string() 320 return this; in next_string() 322 if (!isprint(this[i])) in next_string() 1065 * for a new port... but it's going to call this function again if in fpga_tx() 1087 oldskb = skb; /* We're done with this skb already */ in fpga_tx()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | i915_gpu_error.c | 5 * copy of this software and associated documentation files (the "Software"), 11 * The above copyright notice and this permission notice (including the next 1405 struct intel_engine_capture_vma *this = capture; in intel_engine_coredump_add_vma() local 1406 struct i915_vma *vma = this->vma; in intel_engine_coredump_add_vma() 1410 vma, this->name, in intel_engine_coredump_add_vma() 1415 capture = this->next; in intel_engine_coredump_add_vma() 1416 kfree(this); in intel_engine_coredump_add_vma()
|
/kernel/linux/linux-6.6/drivers/atm/ |
H A D | solos-pci.c | 298 /* We know we have enough space allocated for this; we allocated in solos_param_store() 314 char *this = skb->data; in next_string() local 317 if (this[i] == '\n') { in next_string() 318 this[i] = 0; in next_string() 320 return this; in next_string() 322 if (!isprint(this[i])) in next_string() 1065 * for a new port... but it's going to call this function again if in fpga_tx() 1087 oldskb = skb; /* We're done with this skb already */ in fpga_tx()
|
/third_party/ffmpeg/tests/fate/ |
H A D | h264.mak | 208 # this sample has two stsd entries and needs to reload extradata 213 # this sample has invalid reference list modification, but decodes fine 217 # this sample gives an explicit size for a single NAL unit, but contains 221 # this sample has invalid extradata that is not escaped 224 # this sample contains field-coded frames, with both fields in a single packet
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceInstMIPS32.h | 370 emitUnaryopGPR(Opcode, this, Func); 416 emitTwoAddr(Opcode, this, Func); 460 emitTwoAddr(Opcode, this, Func); 507 emitThreeAddr(Opcode, this, Func); 556 emitThreeAddr(Opcode, this, Func); 1364 // default implementations. Without this, there is the possibility of ODR
|
/third_party/googletest/googlemock/include/gmock/ |
H A D | gmock-matchers.h | 9 // notice, this list of conditions and the following disclaimer. 11 // copyright notice, this list of conditions and the following disclaimer 16 // this software without specific prior written permission. 107 // which may lead to this message (assuming n is 10): 327 // MatcherCast(). We need this helper in order to partially 346 // constructor from M (this usually happens when T has an implicit in Cast() 384 // polymorphic matcher Eq(value) in this case. 392 // We don't define this method inline as we need the declaration of Eq(). 821 // this catches using Ref(const_value) as a matcher for a in operator Matcher() 999 // Describes what this matche [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/image/ |
H A D | render_image.h | 4 * you may not use this file except in compliance with the License. 225 imagePosition_.SetContextAndCallback(context_, [weak = WeakClaim(this)] {
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/data_panel/ |
H A D | data_panel_paint_property.h | 4 * you may not use this file except in compliance with the License. 50 paintProperty->UpdatePaintProperty(this);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/ |
H A D | grid_pattern.h | 4 * you may not use this file except in compliance with the License. 102 [wp = WeakClaim(this)]( 302 * INVARIANT: overScroll always enabled in the scope of this function. Because this function only runs in the
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/ |
H A D | sheet_style.h | 4 * you may not use this file except in compliance with the License. 65 bool hasValidTargetNode = true; // If sheet was start-up by UIContext and without targetId, this flag is FALSE 98 return !(*this == sheetHeight); in operator !=()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/ |
H A D | menu_item_layout_property.h | 4 * you may not use this file except in compliance with the License. 61 value->LayoutProperty::UpdateLayoutProperty(DynamicCast<LayoutProperty>(this));
|
/foundation/arkui/ace_engine/frameworks/bridge/codec/ |
H A D | codec_data.h | 4 * you may not use this file except in compliance with the License. 201 return *this; in operator =()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | paragraph.h | 4 * you may not use this file except in compliance with the License. 153 return !(*this == others); in operator !=()
|