Home
last modified time | relevance | path

Searched refs:this (Results 2351 - 2375 of 2745) sorted by relevance

1...<<919293949596979899100>>...110

/third_party/openssl/crypto/
H A Dsparccpuid.S4 ! this file except in compliance with the License. You can obtain a copy
28 ! Keep in mind that this does not excuse us from wiping the stack!
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Djcommander-1.27.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/beust/jcommander/ com/beust/jcommander/converters/ ...
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dpngunknown.c24 /* Define the following to use this test against your installed libpng, rather
43 /* Since this program tests the ability to change the unknown chunk handling
149 # define this not_the_cpp_this macro
445 /* During initialization and if this is a single command line argument set in PNG_FUNCTION()
559 /* Also store information about this chunk in the display, the relevant flag in read_callback()
640 /* Otherwise this will return the cached values set by any user callback */ in get_unknown()
652 /* The #defines above should mean this is never reached, it's just here as
655 # error No store support and no user chunk support, this will not work
679 /* Terminate here, this error is not test specific. */ in check()
741 * in this cas in check()
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
H A DANGLETest.h3 // Use of this source code is governed by a BSD-style license that can be
185 // one of them and re-scale the numbers to be between [-1,1]. Using this technique, we can make
654 : ANGLETestBase(std::get<angle::PlatformParameters>(this->GetParam())) in ANGLETestWithParam()
659 : ANGLETestBase(this->GetParam()) in ANGLETestWithParam()
662 // Note: this hack is not necessary in C++17. Once we switch to C++17, we can just rename
/third_party/skia/third_party/externals/dawn/src/dawn_node/interop/
H A DCore.h4 // you may not use this file except in compliance with the License.
85 if (*this) { in Append()
86 return *this; in Append()
160 // Use the PROMISE_INFO macro to populate this structure.
212 // leaking the Device.lost promise. Enable this once
272 // // this value.
667 // Use default value for this parameter in FromJS()
/third_party/skia/third_party/externals/dawn/src/tests/
H A DDawnTest.h4 // you may not use this file except in compliance with the License.
43 // only be used in derivd class of DawnTestBase. Use "this" pointer to ensure the macro works with
46 this->AddBufferExpectation(__FILE__, __LINE__, buffer, offset, size, expectation)
487 // check if the required features are supported by the adapter in this function and guarantee
592 // this macro with the command line parameter "--run-suppressed-tests".
631 DawnTestWithParams<Params>::DawnTestWithParams() : DawnTestBase(this->GetParam()) { in DawnTestWithParams()
636 // Instantiate the test once for each backend provided after the first argument. Use it like this:
649 // Use it like this:
654 // You must also teach GTest how to print this struct.
656 // Macro DAWN_TEST_PARAM_STRUCT can help generate this struc
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DDiagnosticInfo.h84 /// Each time this function is called, it returns a different number.
86 /// with a dynamic identifier, just have to use this method to get a new ID
100 /// Kind defines the kind of report this is about.
145 /// \p LocCookie if non-zero gives the line number for this report.
178 /// The function that is concerned by this resource limit diagnostic.
191 /// \p The function that is concerned by this stack size diagnostic.
235 /// The module that is concerned by this debug metadata version diagnostic.
241 /// \p The module that is concerned by this debug metadata version diagnostic.
262 /// The module that is concerned by this debug metadata version diagnostic.
266 /// \p The module that is concerned by this debu
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h12 // also captured by this interface.
14 // Implementations of this interface must implement the various virtual methods,
28 // - NoAlias doesn't imply inequal pointers. The most obvious example of this
31 // In this and other situations, the pointers may be both NoAlias and
33 // though this is rarely a problem in practice.
72 /// a conversion to bool, but an "enum class" doesn't support this. The
129 /// where multiple arguments are checked (argmemonly), this translates to
213 /// Loads from constant globals are not considered memory accesses for this
225 /// The only memory references in this function (if it has any) are
233 /// The only memory references in this functio
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h36 /// Since MachineIRBuilders will only store state in this object, it allows
285 const_cast<const MachineIRBuilder *>(this)->getMBB()); in getMBB()
321 void setDebugLoc(const DebugLoc &DL) { this->State.DL = DL; } in setDebugLoc()
411 /// bytes but this can vary between targets.
495 /// (i.e. this is neither zero nor sign-extension). For a vector register,
631 /// type. At the beginning of legalization, this will be a single
633 /// this. For a wider type, whether the branch is taken must only
827 /// then this method will instead create a G_BUILD_VECTOR instruction.
899 /// vector type. Typically this starts as s1 or <N x s1>.
914 /// vector type. Typically this start
[all...]
/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_helpers.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.
145 // Non-qualified name of the default_instance of this message.
154 // Fully qualified name of the default_instance of this message.
166 // When declaring symbol externs from another file, this macro will supply the
177 // Get the (unqualified) name that should be used for this field in C++ code.
180 // anyway, so normally this just returns field->name().
196 // Returns the scope where the field was defined (for extensions, this is
203 // Returns the fully-qualified type name field->message_type(). Usually this
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dparse_context.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.
99 // The reason for this, admittedly, unconventional invariant is to ruthlessly
141 // TODO(gerbens) We could remove this line and hoist the code to in PopLimit()
276 // systems. TODO(gerbens) do we need to set this as build flag?
302 // DoneFallBack asserts it isn't called when exactly on the limit. If this in AppendSize()
375 ptr = msg->_InternalParse(ptr, this); in ParseGroup()
580 // function composition. We rely on the compiler to inline this.
614 ptr = msg->_InternalParse(ptr, this); in ParseMessage()
[all...]
/third_party/python/Lib/test/
H A Dtest_tokenize.py229 # this won't work with compound complex inputs
1013 this test starts with a BOM signature, but specifies latin1 as the
1526 following spaces. A proper test should test this.
1557 # untokenize a little trickier. Note that this test involves trailing
/third_party/rust/crates/syn/src/
H A Dpath.rs28 /// Determines whether this is a path of length 1 equal to the given
67 /// If this path consists of a single ident, returns the ident.
86 /// An error if this path is not a single ident, as defined in `get_ident`.
94 "expected this path to be an identifier", in require_ident()
255 /// item qualified with this Self type.
614 let this: Type = input.parse()?;
651 ty: Box::new(this),
/third_party/vulkan-loader/loader/
H A Dunknown_ext_chain_gas_x86.S7 # you may not use this file except in compliance with the License.
22 # This code is used to pass on device (including physical device) extensions through the call chain. It must do this without
151 .string "Function %s not supported for this physical device"
/third_party/ffmpeg/libavutil/x86/
H A Dtx_float.asm103 pcmpeqd %6, %6 ; pcmpeqq has a 0.5 throughput on Zen 3, this has 0.25
380 ; however, if the twiddles aren't needed after this, the registers they use
510 ; The _4 indicates this is a quarter of the iterations required to complete a full
567 ; stores. The _2 indicates this is a half of the iterations required to complete
/third_party/glslang/glslang/Include/
H A DTypes.h15 // notice, this list of conditions and the following disclaimer.
18 // copyright notice, this list of conditions and the following
24 // from this software without specific prior written permission.
55 const int GlslangMaxTypeLength = 200; // TODO: need to print block/struct one member per line, so this can stay bounded
285 default: break; // some compilers want this in getString()
459 // and in that space, 0 means no bits set, or none. In this enum, 0 means (1 << 0), a bit is set.
823 // True if this type of IO is supposed to be arrayed with extra level for per-vertex data
1088 // Not the same thing as being a specialization constant, this
1760 newType->deepCopy(*this); in clone()
1876 // return true if this typ
[all...]
/third_party/googletest/googlemock/include/gmock/
H A Dgmock-actions.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.
183 // order for this function to compile. in Get()
302 // `To` according to [conv]. In C++17, [conv]/3 defines this as follows:
308 // [conv]/2 implies we can use function argument passing to detect whether this
311 // Note that this is distinct from is_convertible, which requires this be valid:
320 // this function work.
499 // this i
[all...]
/third_party/node/deps/v8/src/codegen/mips64/
H A Dmacro-assembler-mips64.h2 // Use of this source code is governed by a BSD-style license that can be
50 // could be loaded with just one, so that this value is patchable later.
235 // Deffer from li, this method save target to the memory, and then load
557 // return address (unless this is somehow accounted for by the called
887 // Define a function entrypoint. This doesn't emit any code for this
970 // TODO(victorgomes): Remove this function once we stick with the reversed
987 UseScratchRegisterScope temps(this); in PushRoot()
995 UseScratchRegisterScope temps(this); in JumpIfRoot()
1003 UseScratchRegisterScope temps(this); in JumpIfNotRoot()
1252 // Ensure that dd-ed labels following this instructio in GenerateSwitchTable()
[all...]
/third_party/node/deps/v8/src/codegen/mips/
H A Dmacro-assembler-mips.h2 // Use of this source code is governed by a BSD-style license that can be
45 // be loaded with just one, so that this value is patchable later.
210 // Deffer from li, this method save target to the memory, and then load
499 // return address (unless this is somehow accounted for by the called
835 // Define a function entrypoint. This doesn't emit any code for this
920 // TODO(victorgomes): Remove this function once we stick with the reversed
935 UseScratchRegisterScope temps(this); in PushRoot()
943 UseScratchRegisterScope temps(this); in JumpIfRoot()
951 UseScratchRegisterScope temps(this); in JumpIfNotRoot()
1175 UseScratchRegisterScope temps(this); in GenerateSwitchTable()
[all...]
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dmacro-assembler-riscv64.h2 // Use of this source code is governed by a BSD-style license that can be
31 // TODO(RISCV): Cannot find info about this ABI. We chose t6 for now.
49 // could be loaded with just one, so that this value is patchable later.
236 // Deffer from li, this method save target to the memory, and then load
523 // return address (unless this is somehow accounted for by the called
909 // Define a function entrypoint. This doesn't emit any code for this
1046 // TODO(victorgomes): Remove this function once we stick with the reversed
1063 UseScratchRegisterScope temps(this); in PushRoot()
1071 UseScratchRegisterScope temps(this); in JumpIfRoot()
1079 UseScratchRegisterScope temps(this); in JumpIfNotRoot()
[all...]
/third_party/mesa3d/src/imgui/
H A Dimgui_internal.h4 // You may use this file to debug, understand or extend ImGui features but we don't provide any guarantee of forward compatibility!
11 Index of this file:
81 struct ImGuiWindowSettings; // Storage for window settings stored in .ini file (we keep one of those even if the actual window wasn't instanced during this session)
192 // We unfortunately don't have a unary- operator for ImVec2 because this would needs to be defined inside the class itself.
378 // FIXME: this is in development, not exposed/functional as a generic feature yet.
469 // 1D vector (this odd construct is used to facilitate the transition between 1D and 2D, and the maintenance of some branches/patches)
580 ImGuiInputTextState() { memset(this, 0, sizeof(*this)); } in ImGuiInputTextState()
610 ImGuiSettingsHandler() { memset(this, 0, sizeof(*this)); } in ImGuiSettingsHandler()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h89 /// A reference to an Interned FoldingSetNodeID for this node.
92 /// The size of this list is not expected to be big so it won't introduce
140 /// instead the info is kept off to the side in this structure. Each SDNode may
289 /// the DAG can optionally implement this interface. This allows the clients
300 DAG.UpdateListeners = this; in DAGUpdateListener()
304 assert(DAG.UpdateListeners == this && in ~DAGUpdateListener()
336 /// any illegally typed nodes generated after this point will not experience
363 /// The args to this function are the same as the args to SDNodeT's
369 // The compiler can reduce this expression to a constant iff we pass an in getSyntheticNodeSubclassData()
406 /// Prepare this SelectionDA
[all...]
/third_party/skia/third_party/externals/libpng/
H A Dconfigure23 # is contrary to our usage. Disable this feature.
142 # neutralization value for shells without unset; and this also
155 # Admittedly, this is quite paranoid, since all the known shells bail
160 # We don't want this to propagate to other subprocesses.
167 # is contrary to our usage. Disable this feature.
251 # neutralization value for shells without unset; and this also
264 # Admittedly, this is quite paranoid, since all the known shells bail
279 $0: system, including any error possibly output before this
505 # original and so on. Autoconf is especially sensitive to this).
590 # Identity of this packag
[all...]
/third_party/ffmpeg/libavcodec/x86/
H A Dvp9itxfm_16bpp.asm413 ; dc-only - this is special, since for 4x4 12bpp, the max coef size is
597 ; the following line has not been executed at the end of this macro:
789 ; dc-only - unfortunately, this one can overflow, since coefs are 18+sign
847 ; the following line has not been executed at the end of this macro:
1258 ; dc-only - unfortunately, this one can overflow, since coefs are 19+sign
2028 ; dc-only - unfortunately, this one can overflow, since coefs are 19+sign
/third_party/node/deps/v8/src/ast/
H A Dast.h2 // Use of this source code is governed by a BSD-style license that can be
243 // that this also checks for loads of the global "undefined" variable.
303 // TODO(verwaest): Reconsider this optimization now that the tracking of labels
410 ? static_cast<NestedVariableDeclaration*>(this) in AsNested()
775 // Prediction of whether exceptions thrown into the handler for this try block
780 // later compiled into the code's handler table. The runtime uses this
784 // If this try/catch statement is meant to rethrow (HandlerTable::UNCAUGHT),
805 // If this handler is not going to simply rethrow the exception, this method
808 // In the normal use case, this fla
[all...]

Completed in 48 milliseconds

1...<<919293949596979899100>>...110