/third_party/rust/crates/clap/src/output/ |
H A D | usage.rs | 89 // incl_reqs is only false when this function is called recursively in create_help_usage() 219 // if we don't check for duplicates here this causes duplicate error messages 354 // if we don't check for duplicates here this causes duplicate error messages
|
/third_party/rust/crates/libloading/src/os/windows/ |
H A D | mod.rs | 62 // Now, this is sort-of-tricky. MSDN documentation does not really make any claims as to safety of 100 /// Additionally, the callers of this function must also ensure that execution of the 110 /// Note that the behaviour of the `Library` loaded with this method is different from 111 /// Libraries loaded with [`os::unix::Library::this`]. For more information refer to [MSDN]. 115 /// [`os::unix::Library::this`]: crate::os::unix::Library::this 117 pub fn this() -> Result<Library, crate::Error> { in this() functions 154 // Make sure no winapi calls as a result of drop happen inside this closure, because in open_already_loaded() 186 /// Additionally, the callers of this function must also ensure that execution of the 194 // Make sure no winapi calls as a result of drop happen inside this closur in load_with_flags() [all...] |
/third_party/rust/crates/libloading/src/os/unix/ |
H A D | mod.rs | 26 // state and have been doing so for a long time. Regardless the comments in this function shall 32 // MT programs provided the only way a program used dl* was via this library. However, it also in with_dlerror() 58 // In non-dlsym case this may happen when there’re bugs in our bindings or there’s in with_dlerror() 82 // That being said... this section in the volume 2 of POSIX.1-2008 states: 84 // > All functions defined by this volume of POSIX.1-2008 shall be thread-safe, except that the 87 // With notable absence of any dl* function other than dlerror in the list. By “this volume” 89 // by this same volume, so the conclusion is indeed that dl* functions are required by POSIX 116 /// Additionally, the callers of this function must also ensure that execution of the 134 /// Note that the behaviour of a `Library` loaded with this method is different from that of 135 /// Libraries loaded with [`os::windows::Library::this`] 141 pub fn this() -> Library { this() functions [all...] |
/third_party/python/Tools/msi/ |
H A D | testrelease.bat | 113 echo -h Display this help information
|
/third_party/openssl/util/perl/OpenSSL/ |
H A D | Util.pm | 5 # this file except in compliance with the License. You can obtain a copy 137 The result of this function is a copy of LIST with strings where quotes and
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2posix.c | 17 this list of conditions and the following disclaimer. 20 notice, this list of conditions and the following disclaimer in the 25 this software without specific prior written permission. 75 /* Compile-time error numbers start at this value. It should probably never be 133 32, REG_INVARG, /* this version of PCRE2 does not have Unicode support */ 173 10.37 this code is commented out. In due course it can be removed if there are
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | SymbolTable.h | 3 // Use of this source code is governed by a BSD-style license that can be 266 // These return the TFunction pointer to keep using to refer to this function. 282 // Note: Should not call this for constant variables. 309 // If this returns false, the varying could still be invariant if it is set as invariant during 310 // the varying variable declaration - this piece of information is stored in the variable's 316 const TSymbolUniqueId nextUniqueId() { return TSymbolUniqueId(this); }
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfCompileUnit.h | 54 /// Skeleton unit associated with this unit. 68 /// GlobalNames - A map of globally visible named entities for this unit. 71 /// GlobalTypes - A map of globally visible types for this unit. 77 // The base address of this unit, if any. Used for relative references in 123 /// Apply the DW_AT_stmt_list from this compile unit to the specified DIE. 163 DwarfCompileUnit &getCU() override { return *this; } 178 /// addRange - Add an address range to the list of ranges for this unit. 185 /// variables in this scope then create and insert DIEs for these 202 /// DIE to represent this concrete inlined copy of the function. 205 /// Construct new DW_TAG_lexical_block for this scop [all...] |
H A D | DwarfUnit.h | 45 // All DIEValues are allocated through this allocator. 93 /// Return true if this compile unit has something to write out. 256 /// Compute the size of a header for this unit, not including the initial 266 /// Emit the header for this unit, not including the initial length field. 305 /// Emit the common part of the header for this unit. 334 /// If this is a named finished type then include it in the list of types for 359 void setType(const DIE *Ty) { this->Ty = Ty; } in setType() 361 /// Emit the header for this unit, not including the initial length field.
|
/third_party/skia/src/gpu/ |
H A D | GrThreadSafeCache.h | 4 * Use of this source code is governed by a BSD-style license that can be 21 // allows this sharing. 30 // add a place holder view and then queue up the draw calls to complete it. In this way the 33 // The invariants for this cache differ a bit from those of the proxy and resource caches. 34 // For this cache: 36 // only this cache knows the unique key - neither the proxy nor backing resource should 38 // if a backing resource resides in the resource cache then there should be an entry in this 40 // an entry in this cache, however, doesn't guarantee that there is a corresponding entry in 47 // all the refs held in this cache to be dropped prior to clearing out the resource cache. 50 // to purge the requested amount of resources fails, uniquely held resources in this cach [all...] |
/third_party/skia/src/gpu/vk/ |
H A D | GrVkInterface.h | 4 * Use of this source code is governed by a BSD-style license that can be 32 VkPtr operator=(FNPTR_TYPE ptr) { fPtr = ptr; return *this; } in operator =()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | function.h | 4 // you may not use this file except in compliance with the License. 53 // The OpFunction instruction that begins the definition of this function. 57 // Appends a parameter to this function. 59 // Appends a debug instruction in function header to this function. 61 // Appends a basic block to this function. 63 // Appends a basic block to this function at the position |ip|. 69 // contained in this function. 82 // Add a non-semantic instruction that succeeds this function in the module. 100 // Returns the entry basic block for this function. 103 // Returns the last basic block in this functio [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | function.h | 4 // you may not use this file except in compliance with the License. 53 // The OpFunction instruction that begins the definition of this function. 57 // Appends a parameter to this function. 59 // Appends a debug instruction in function header to this function. 61 // Appends a basic block to this function. 63 // Appends a basic block to this function at the position |ip|. 69 // contained in this function. 82 // Add a non-semantic instruction that succeeds this function in the module. 100 // Returns the entry basic block for this function. 103 // Returns the last basic block in this functio [all...] |
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jidctfst.c | 12 * inverse DCT (Discrete Cosine Transform). In the IJG code, this routine 31 * The primary disadvantage of this method is that with fixed-point math, 34 * precise the scaled value, so this implementation does worse with high- 51 Sorry, this code only copes with 8x8 DCTs. /* deliberate syntax err */ 61 * everywhere except in the multiplications proper; this saves a good deal 68 * avoid a descaling shift; this compromises accuracy rather drastically 89 * To get around this we use the following pre-calculated constants. 195 * coefficients are zero, especially the AC terms. We can exploit this in jpeg_idct_ifast() 200 * column DCT calculations can be simplified this way. in jpeg_idct_ifast() 291 * test takes more time than it's worth. In that case this sectio in jpeg_idct_ifast() [all...] |
H A D | jidctred.c | 39 Sorry, this code only copes with 8x8 DCTs. /* deliberate syntax err */ 55 * To get around this we use the following pre-calculated constants. 108 * entry; produce an int result. In this module, both inputs and result 399 /* We hardly need an inverse DCT routine for this: just take the in jpeg_idct_1x1()
|
/third_party/skia/third_party/externals/icu/source/extra/uconv/ |
H A D | makedata.mak | 36 #This could be found according to the path to makefile, but for now it is this way
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | Statepoint.h | 39 /// Valid values come out of this set. 42 GCTransition = 1, ///< Indicates that this statepoint is a transition from 68 /// A wrapper around a GC intrinsic call, this provides most of the actual 108 assert(*this && "check validity first!"); in getCall() 117 /// Return the ID associated with this statepoint. 123 /// Return the number of patchable bytes associated with this statepoint. 137 // FIXME: Migrate users of this to `getCall` and remove it. 140 /// Return the function being called if this is a direct call, otherwise 146 /// Return the caller function for this statepoint. 253 /// Get list of all gc reloactes linked to this statepoin [all...] |
H A D | Type.h | 49 /// Definitions of all of the base types for the Type system. Based on this 51 /// Note: If you add an element to this, you need to add an element to the 80 /// This refers to the LLVMContext in which this type was uniqued. 83 TypeID ID : 8; // The current base type of this type. 85 // Note that this should be synchronized with 106 /// A pointer to the array of Types contained by this Type. For example, this 129 /// Return the LLVMContext in which this type was uniqued. 140 /// Return true if this is 'void'. 143 /// Return true if this i [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A D | MCAssembler.h | 50 // FIXME: Ditto this. Purely so the Streamer and the ObjectWriter can talk 129 // FIXME: We really would like this in target specific code rather than 131 // this can go with it? The streamer would need some target specific 145 // It would be good if there were an MCELFAssembler class to hold this. 214 // FIXME: How are we going to parameterize this? Two obvious options are stay 216 // option is to make this abstract, and have targets provide concrete 361 // FIXME: This is a total hack, this should not be here. Once things are 396 // FIXME: This is a total hack, this should not be here. Once things are 417 // FIXME: This is a total hack, this should not be here. Once things are 422 return const_cast<MCAssembler *>(this) in getLOHContainer() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | GraphWriter.h | 12 // be used to turn the files output by this interface into a variety of 44 /// Get a color string for this node number. Simply round-robin selects 122 DOTGraphTraits<GraphType>::addCustomGraphFeatures(G, *this); in writeGraph() 244 // Figure out which edge this targets... in writeEdge()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceAssembler.h | 3 // for details. All rights reserved. Use of this source code is governed by a 21 /// from this base class. This base class manages buffers and fixups for 60 /// Returns the position for bound labels (branches that come after this are 68 /// this label (branches that use this are considered forward branches). The 71 /// linked to this label. 95 // TODO(jvoung): why are labels offset by this? 339 : Kind(Kind), Allocator(), Buffer(*this) {} in Assembler() 365 // yourself in the foot. Fix this.
|
H A D | IceCfg.h | 117 // TODO(jpp): untemplate this with separate methods: makeVariable and 121 auto *Var = T::create(this, Ty, Index); in makeVariable() 145 /// \name Manage the Globals used by this function. 323 /// Globals required by this CFG. 327 /// Variable::DefNode. Normally, a traversal over CfgNodes maintains this, but
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | GCNRegPressure.h | 76 return !(*this == O); in operator !=() 141 // filling live regs upon this point using LIS 164 // filling live regs upon this point using LIS.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCInstrInfo.h | 58 return !(*this == Other); in operator !=() 83 // Returns a iterator range of instructions in this bundle 102 // Convert this instruction in to a duplex subinst 118 // Return which duplex group this instruction belongs to 203 // Returns whether this MCInst is a wellformed bundle 217 // Is this double register suitable for use in a duplex subinst 220 // Is this a duplex instruction 240 // Returns whether this instruction is an immediate extender 243 // Returns whether this bundle is an endloop0 246 // Is this a [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | PointerSumType.h | 64 /// pointer's value is directly stored into this object and we can expose the 74 // the minimum tag value is zero, this allows code below to cleanly expose the 142 return const_cast<PointerSumType *>(this)->getAddrOfZeroTagPointer(); in getAddrOfZeroTagPointer() 158 // Finally, validate that this was a no-op as expected by reading it back in getAddrOfZeroTagPointer() 209 // have this type derive from all of the member type templates. We can select 229 // by taking the min of the bits available for each member. Much of this
|