Home
last modified time | relevance | path

Searched refs:this (Results 3026 - 3050 of 3993) sorted by relevance

1...<<121122123124125126127128129130>>...160

/third_party/protobuf/src/google/protobuf/util/internal/
H A Djson_objectwriter.h10 // 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.
146 // Returns true if this is the first call (processing the first field).
186 // methods convert their argument to a string and call this method. This
192 return this; in RenderSimple()
212 // If pretty printing is enabled, this will write a newline to the output,
213 // followed by optional indentation. Otherwise this method is a noop.
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dhashtablez_sampler.h4 // you may not use this file except in compliance with the License.
32 // Using this sampling API may cause sampled Swiss tables to use the global
35 // linux syscall is unacceptable, this could interfere.
57 // Stores information about a sampled hashtable. All mutations to this *must*
58 // be made through `Record*` functions below. All reads from this *must* only
167 return *this;
273 // `all_` records all samples (they are never removed from this list) and is
283 // looks like this (G is the Graveyard):
314 // The definition of this constant is weak, which allows us to inject a
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dranden_engine.h4 // you may not use this file except in compliance with the License.
100 // Inserts entropy into (part of) the state. Calling this periodically with
171 return !(*this == other); in operator !=()
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
H A Dgaussian_distribution.h4 // you may not use this file except in compliance with the License.
135 return (*this)(g, param_); in operator ()()
247 // For any given box, this handles between 75% and 99% of values. in zignor()
H A Ddiscrete_distribution.h4 // you may not use this file except in compliance with the License.
132 return (*this)(g, param_); in operator ()()
H A Duniform_int_distribution.h4 // you may not use this file except in compliance with the License.
20 // over the closed (inclusive) interval [a,b]. You use this distribution in
116 // Resets the uniform int distribution. Note that this function has no effect
122 return (*this)(gen, param()); in operator ()()
222 // this is not quite accurate; viewing the multiplication result as one in Generate()
226 // If the result lies in this interval: Return this value: in Generate()
244 // this property is used as the one for rejection. That is, a value of in Generate()
258 // Ideally this could be expressed simply as `-X` rather than `2^N - X`, but in Generate()
259 // for types smaller than int, this calculatio in Generate()
[all...]
H A Dpoisson_distribution.h4 // you may not use this file except in compliance with the License.
46 // poisson_distribution<IntType>::max(), however this should be avoided and
49 // The goals of this implementation are to provide good performance while still
99 return (*this)(g, param_); in operator ()()
/third_party/skia/experimental/sorttoy/
H A DFake.h2 // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
59 // The clip rects in the ClipCmds have been transformed into the 'parent' space of this
60 // MCState (i.e., in the coordinate frame of the MCState prior to this one in 'fStack').
112 // For now we only store translates - in the full Skia this would be the whole 4x4 matrix
179 // Get a material id for this paint that should be jammed into the sort key
264 fDeviceStack.back()->restore(this->peekPaintersOrder()); in restore()
/third_party/skia/modules/skottie/src/effects/
H A DEffects.h4 * Use of this source code is governed by a BSD-style license that can be
129 return *this; in bind()
/third_party/spirv-tools/test/link/
H A Dlinker_fixture.h4 // you may not use this file except in compliance with the License.
40 const auto consumer = [this](spv_message_level_t level, const char*, in LinkerTest()
/third_party/spirv-tools/test/
H A Dunit_spirv.h4 // you may not use this file except in compliance with the License.
79 // Returns the string representation of this word vector.
82 PrintTo(*this, &os); in str()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DTranslatorMetalDirect.h3 // Use of this source code is governed by a BSD-style license that can be
165 TranslatorMetalDirect *getAsTranslatorMetalDirect() override { return this; }
/third_party/node/deps/v8/src/wasm/baseline/s390/
H A Dliftoff-assembler-s390.h2 // Use of this source code is governed by a BSD-style license that can be
146 // check the available stack space before we allocate the frame. To do this we in PatchPrepareStackFrame()
148 // this "extended stack check". in PatchPrepareStackFrame()
181 safepoint_table_builder->DefineSafepoint(this); in PatchPrepareStackFrame()
186 // Now allocate the stack space. Note that this might do more than just in PatchPrepareStackFrame()
229 UseScratchRegisterScope temps(this); in LoadConstant()
235 UseScratchRegisterScope temps(this); in LoadConstant()
292 UseScratchRegisterScope temps(this); in LoadFullPointer()
332 UseScratchRegisterScope temps(this); in Load()
1253 UseScratchRegisterScope temps(this); in LoadCallerFrameSlot()
[all...]
/kernel/linux/linux-5.10/drivers/base/regmap/
H A Dregmap.c29 * 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 Dregmap.c29 * 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/arch/s390/boot/
H A Dhead.S274 # this is called either by the ipl loader or directly by PSW restart
285 # IMPORTANT: Do not change this table, it is s390 kernel ABI!
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dsetup-common.c339 /* If this is the last cpu, print the summary */ in show_cpuinfo()
442 * must be called before using this.
479 /* XXX: what is this? uninitialized?? */ in smp_setup_cpu_maps()
519 * could possibly be added to this partition. in smp_setup_cpu_maps()
729 static int ppc_panic_fadump_handler(struct notifier_block *this, in ppc_panic_fadump_handler() argument
756 static int ppc_panic_platform_handler(struct notifier_block *this, in ppc_panic_platform_handler() argument
895 * Called into from start_kernel this initializes memblock, which is used
/kernel/linux/linux-6.6/arch/s390/boot/
H A Dhead.S215 # this is called either by the ipl loader or directly by PSW restart
226 # IMPORTANT: Do not change this table, it is s390 kernel ABI!
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
H A Dlag.c7 * COPYING in the main directory of this source tree, or the
15 * copyright notice, this list of conditions and the following
19 * copyright notice, this list of conditions and the following
392 /* None of this lagdev's netdevs are slaves of this master. */ in mlx5_handle_changeupper_event()
455 static int mlx5_lag_netdev_event(struct notifier_block *this, in mlx5_lag_netdev_event() argument
466 ldev = container_of(this, struct mlx5_lag, nb); in mlx5_lag_netdev_event()
/kernel/linux/linux-5.10/fs/lockd/
H A Dsvc.c299 static int lockd_inetaddr_event(struct notifier_block *this, in lockd_inetaddr_event() argument
329 static int lockd_inet6addr_event(struct notifier_block *this, in lockd_inet6addr_event() argument
/third_party/ffmpeg/libavcodec/x86/
H A Dvp9mc_16bpp.asm235 ; more generally unroll this to prevent multiple loads of
337 ; more generally unroll this to prevent multiple loads of
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
H A DdumpICUrules.bat185 # Convert the index first; this tells us which rule files are in use.
358 binmode OUT; # Must do this so we can write our UTF8 marker
/third_party/mesa3d/src/gtest/include/gtest/
H A Dgtest-matchers.h9 // 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 Dworklist.h2 // 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 Dtest_format.py196 " \"\"\"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"

Completed in 23 milliseconds

1...<<121122123124125126127128129130>>...160