/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | BackendVk.cpp | 168 // These environment variables need only be set while loading procs and gathering device in Initialize() 204 return DAWN_FORMAT_INTERNAL_ERROR("Couldn't set VK_ICD_FILENAMES to %s.", in Initialize() 207 // Succesfully loaded driver and set VK_ICD_FILENAMES. in Initialize() 231 return DAWN_INTERNAL_ERROR("Couldn't set VK_LAYER_PATH"); in Initialize() 267 usedKnobs.layers.set(layer, true); in CreateVkInstance() 316 // it does with a device or physical device. So we should set apiVersion to Vulkan 1.0 in CreateVkInstance() 317 // if the instance only supports Vulkan 1.0. Otherwise we set apiVersion to Vulkan 1.2, in CreateVkInstance()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-face.cc | 301 * @key: The user-data key to set 563 * Character set. 571 * @out: The set to add Unicode characters to 574 * them to the #hb_set_t set @out. 587 * @out: The set to add Variation Selector characters to 590 * them to the #hb_set_t set @out. 604 * @out: The set to add Unicode characters to 607 * them to the #hb_set_t set @out. 770 if (!data->tables.set (tag, hb_blob_reference (blob))) in hb_face_builder_add_table()
|
/third_party/python/Lib/test/ |
H A D | test_future.py | 94 self.assertCountEqual(set(flags.values()), flags.values()) 289 eq("set[str,]") 347 # f-strings with '=' don't round trip very well, so set the expected
|
H A D | test_largefile.py | 220 event.set()
|
H A D | test_multiprocessing_main_handling.py | 25 AVAILABLE_START_METHODS = set(multiprocessing.get_all_start_methods())
|
H A D | test_type_comments.py | 329 todo = set(t.name[1:])
|
/third_party/python/Lib/ |
H A D | _osx_support.py | 504 # distutils' perspective is what MACOSX_DEPLOYMENT_TARGET is set 539 archs = tuple(sorted(set(archs)))
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | HashTable.h | 168 // Present bit set number of words (4 bytes), followed by that many actual in calculateSerializedLength() 173 // Deleted bit set number of words (4 bytes), followed by that many actual in calculateSerializedLength() 244 // The only way FirstUnused would not be set is if every single entry in the in find_as() 293 Present.set(Entry.index()); in set_as_internal()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/scripts/ |
H A D | update.py | 32 # LLVM_COMMIT must be set to the commit hash that we last updated to when running third_party/update-llvm-10.sh. 121 # Used when building LLVM for darwin. Affects values set in the generated config files. 172 targets = set() 271 # Get a set of platform-specific triples.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
H A D | BPFMIPeephole.cpp | 60 std::set<MachineInstr *> PhiInsns;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonRDFOpt.cpp | 74 return MachineFunctionProperties().set(
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
H A D | LanaiMemAluCombiner.cpp | 70 return MachineFunctionProperties().set(
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCBoolRetToInt.cpp | 99 // Temporarily set the operands to 0. We'll fix this later in in translate() 249 // Replace the operands of the translated instructions. They were set to in runOnUse() 266 U.set(BackToBool); in runOnUse()
|
H A D | PPCBranchSelector.cpp | 61 return MachineFunctionProperties().set(
|
H A D | PPCPreEmitPeephole.cpp | 58 return MachineFunctionProperties().set( 69 // kill/dead flag set. It keeps track of the def register of BBI, the use
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
H A D | SystemZShortenInst.cpp | 38 return MachineFunctionProperties().set( 182 // Set up the set of live registers at the end of MBB (live out) in processBlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFixFunctionBitcasts.cpp | 299 U->set(Wrapper); in runOnModule()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86FixupBWInsts.cpp | 130 return MachineFunctionProperties().set( 329 // Don't set src flags, as we don't know if we're also killing the superreg. in tryReplaceCopy()
|
/third_party/spirv-headers/tools/buildHeaders/ |
H A D | jsonToSpirv.h | 119 // Any specific enum can have a set of capabilities that allow it: 122 // A set of extensions. 125 // Parameterize a set of operands with their OperandClass(es) and descriptions. 235 // Parameterize a set of enumerants that form an enum 240 void set(const std::string& enumName, EnumValues* enumValuesArg, bool mask = false) in set() function in spv::EnumDefinition 269 // Parameterize an instruction's logical format, including its known set of operands,
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | umapfile.cpp | 485 /* set up the library name */ in uprv_mapFile() 529 # error MAP_IMPLEMENTATION is set incorrectly
|
/third_party/typescript/tests/baselines/reference/ |
H A D | privateNameStaticFieldUnaryMutation.js | 42 return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
/third_party/protobuf/objectivec/ |
H A D | GPBUtilities_PackagePrivate.h | 297 // it's not set as autocreated, this method does nothing. 330 -(void)set##NAME : (TYPE)value; \
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
H A D | proto_writer.h | 227 // required_fields_ : set of required fields. 231 std::set<const google::protobuf::Field*> required_fields_; 238 // incoming messages so no more than one oneof is set. 285 // Returns true if the field for type_ can be set as a oneof. If field is not 287 // If another field for this oneof is already set, this function returns
|
/third_party/rust/crates/cxx/macro/src/syntax/ |
H A D | types.rs | 6 use crate::syntax::set::{OrderedSet, UnorderedSet}; 276 type IntoIter = crate::syntax::set::Iter<'t, 'a, Type>;
|
/third_party/skia/gm/ |
H A D | bitmaprect.cpp | 77 srcR.set(src[i]);
|