/third_party/skia/src/sksl/codegen/ |
H A D | SkSLSPIRVCodeGenerator.h | 515 using INHERITED = CodeGenerator;
|
/third_party/pcre2/pcre2/ |
H A D | RunTest | 4 # Run the PCRE2 tests using the pcre2test program. The appropriate tests are 159 # Note: must define using name(), not "function name", for Solaris. 479 echo PCRE2 C library tests using test data from $testdata 581 echo $title3 "(using '$locale' locale)"
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A D | MCContext.h | 67 using SymbolTable = StringMap<MCSymbol *, BumpPtrAllocator &>; 705 /// Placement new for using the MCContext's allocator. 719 /// deallocated using an explicit destructor call followed by 735 /// is called implicitly by the compiler if a placement new expression using 752 /// deallocated using an explicit destructor call followed by 769 /// is called implicitly by the compiler if a placement new[] expression using
|
H A D | MCStreamer.h | 64 using MCSectionSubPair = std::pair<MCSection *, const MCExpr *>; 837 /// Specify the "root" file of the compilation, using the ".file 0" extension.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | Hashing.h | 69 /// using llvm::hash_value; 316 /// This variable can be set using the \see llvm::set_fixed_execution_seed 375 using ::llvm::hash_value; in get_hashable_data() 603 // Recursively hash each argument using a helper class. in hash_combine() 619 // Similar to hash_4to8_bytes but using a seed instead of length. in hash_integer_value()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUSubtarget.h | 94 /// requested using "amdgpu-flat-work-group-size" attribute attached to 103 /// execution unit explicitly requested using "amdgpu-waves-per-eu" attribute 255 using AMDGPUSubtarget::getMaxWavesPerEU; 1062 /// Return the maximum number of waves per SIMD for kernels using \p SGPRs 1066 /// Return the maximum number of waves per SIMD for kernels using \p VGPRs 1126 /// requested using "amdgpu-num-sgpr" attribute attached to function \p MF. 1168 /// requested using "amdgpu-num-vgpr" attribute attached to function \p MF.
|
H A D | SIMachineFunctionInfo.h | 464 using SpillRegMask = std::pair<unsigned, unsigned>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | Hashing.h | 68 /// using llvm::hash_value; 315 /// This variable can be set using the \see llvm::set_fixed_execution_seed 373 using ::llvm::hash_value; in get_hashable_data() 601 // Recursively hash each argument using a helper class. in hash_combine() 617 // Similar to hash_4to8_bytes but using a seed instead of length. in hash_integer_value()
|
/third_party/toybox/lib/ |
H A D | lib.h | 20 // named differently to catch using the wrong type early.) 45 void llist_traverse(void *list, void (*using)(void *node));
|
/third_party/toybox/porting/liteos_a/lib/ |
H A D | lib.h | 20 // named differently to catch using the wrong type early.) 45 void llist_traverse(void *list, void (*using)(void *node));
|
/third_party/protobuf/src/google/protobuf/ |
H A D | arena.h | 48 using type_info = ::type_info; 205 // allocated on an arena by using Arena::CreateMessage<T>(Arena*), below, and 650 // using the virtual destructor instead.
|
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | strutil.h | 212 // Split a string using a character delimiter. Append the components 219 // Split a string using one or more byte delimiters, presented 232 // Split a string using a character delimiter. 247 // These methods concatenate a vector of strings into a C++ string, using 320 // Escapes 'src' using C-style escape sequences and returns the resulting 329 // Escapes 'src' using C-style escape sequences, and appends the escaped 349 // platforms, so using these is safer, from the point of view of 350 // overflow behavior, than using the standard libc functions. 636 // performance hit of using FastInt64ToBufferLeft to handle 32-bit values 680 using string [all...] |
/third_party/rust/crates/clap/src/parser/matches/ |
H A D | arg_matches.rs | 23 /// the user. New instances of this struct are obtained by using the [`Command::get_matches`] family of 912 /// // All trailing arguments will be stored under the subcommand's sub-matches using an empty 970 /// // All trailing arguments will be stored under the subcommand's sub-matches using an empty 1295 Make sure you're using the name of the argument itself \ in verify_arg() 1314 Make sure you're using the name of the argument itself \ in get_arg()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/status/ |
H A D | statusor.h | 25 // `absl::StatusOr<T>` like you would an `absl::Status` by using the `ok()` 123 // readability, that using the `ok()` function is preferred for `absl::Status` 146 // NOTE: using `absl::StatusOr<T>::value()` when no valid value is present will 419 // Constructs the inner value `T` in-place using the provided args, using the 427 // Constructs the inner value `T` in-place using the provided args, using the 501 // If you have already checked the status using `this->ok()`, you probably 554 // value using the provided `default_value`. 578 // Reconstructs the inner value T in-place using th [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/types/ |
H A D | compare.h | 45 using value_type = int8_t; 113 // in the header file (for performance) without using inline variables (which
|
/third_party/rust/crates/nom/src/ |
H A D | traits.rs | 443 /// A large part of nom's basic parsers are built using this trait. 1001 /// Slicing operations using ranges.
|
/third_party/spirv-tools/source/opt/ |
H A D | types.h | 73 using SeenTypes = spvtools::utils::SmallVector<const Type*, 8>; 385 // The spec might not be overridden, in which case we'll end up using
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A D | ProgramD3D.h | 176 using D3DUniformMap = std::map<std::string, D3DUniform *>;
|
/third_party/ffmpeg/ |
H A D | configure | 223 --enable-libbluray enable BluRay reading using libbluray [no] 225 --enable-libcaca enable textual display using libcaca [no] 228 --enable-libcodec2 enable codec2 en/decoding using libcodec2 [no] 231 --enable-libdc1394 enable IIDC-1394 grabbing using libdc1394 285 --enable-libvidstab enable video stabilization using vid.stab [no] 296 --enable-libxcb enable X11 grabbing using XCB [autodetect] 302 --enable-libxml2 enable XML parsing using the C library libxml2, needed 337 --disable-cuda-llvm disable CUDA compilation using clang [autodetect] 476 leaks and errors, using the specified valgrind binary. 546 If you think configure made a mistake, make sure you are using th [all...] |
/third_party/skia/third_party/externals/libpng/ |
H A D | configure | 418 # script with STATUS, using 1 if that was 0. 1403 an installation prefix other than \`$ac_default_prefix' using \`--prefix', 1479 the links. The links can be installed manually using 1481 install-library-links' and can be removed using the 1762 # Tests whether HEADER exists and can be compiled using the include files in 2421 # break other packages using the cache if that directory is 2543 # Installed binaries are usually stripped using 'strip' when the user 2630 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 2631 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 2677 # break other packages using th [all...] |
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 36 % of date, so if that's what you're using, please check. 109 % messages, but if we're using an old version of TeX, don't do anything. 269 % \get*marks macros below extract the needed part using \ifcase. 588 % Avoid using \@M directly, because that causes trouble 729 % sight. (If the user is using lots of big @group commands, which 1139 % except using rgb instead of cmyk; the latter is said to render as a 1341 % PDF outlines are displayed using system fonts, instead of 2212 % Check if we are currently using a typewriter font. Since all the 2951 % convenient for us to use an explicitly smaller font, rather than using 2980 % @dots{} outputs an ellipsis using th [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 139 using LegalizeKind = std::pair<LegalizeTypeAction, EVT>; 208 using ArgListTy = std::vector<ArgListEntry>; 973 /// made legal using promotion. This is used to help guide high-level lowering 982 /// made legal with custom lowering or using promotion. This is used to help 1515 /// determined using generic target-independent logic. 1727 /// Perform a masked atomicrmw using a target-specific intrinsic. This 1738 /// Perform a masked cmpxchg using a target-specific intrinsic. This 2859 /// should assume that the memset will be done using as many of the largest 2873 /// should assume that the memcpy will be done using as many of the largest 2894 /// Targets should assume that the memcmp will be done using a [all...] |
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | constants-s390.h | 141 using Instr = int32_t; 142 using TwoByteInstr = uint16_t; 143 using FourByteInstr = uint32_t; 144 using SixByteInstr = uint64_t;
|
/third_party/node/deps/v8/src/execution/arm64/ |
H A D | simulator-arm64.h | 133 // FPTieEven rounding mode handles overflows using infinities. in FPRound() 138 // FPRoundOdd rounding mode handles overflows using the largest magnitude in FPRound() 241 // Cast the address using a C-style cast. A reinterpret_cast would be in AddressUntag() 373 using SimRegister = SimRegisterBase<kXRegSize>; // r0-r31 374 using SimVRegister = SimRegisterBase<kQRegSize>; // v0-v31 1613 using ByElementOp = LogicVRegister (Simulator::*)(VectorFormat vform, 2161 using FPMinMaxOp = float (Simulator::*)(float a, float b);
|
/third_party/node/deps/v8/src/wasm/ |
H A D | function-body-decoder-impl.h | 253 // Read a value type starting at address {pc} using {decoder}. 2209 using Value = typename Interface::Value; 2210 using Control = typename Interface::Control; 2211 using ArgVector = base::Vector<Value>; 2212 using ReturnVector = base::SmallVector<Value, 2>; 3493 using OpcodeHandler = int (*)(WasmFullDecoder*, WasmOpcode); 5477 using Value = ValueBase<validate>; 5478 using Control = ControlBase<Value, validate>; 5479 using FullDecoder = WasmFullDecoder<validate, EmptyInterface>;
|