/third_party/python/Lib/ |
H A D | dataclasses.py | 50 # | None | Attribute is set to None. | 231 repr_running = set() 474 # not set, and because it might be different per-class 512 # reference a variable set to int, and instead of '3', reference a 513 # variable set to 3). 805 # Make sure kw_only isn't set for ClassVars 937 # things, and set the default values (as class attributes) where 973 # factory. The class attribute should not be set at 1002 # set __hash__ to None. This is a heuristic, as it's possible 1061 # Create and set th [all...] |
H A D | traceback.py | 415 fnames = set() 617 self.seen = set() 686 _seen = set()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassSampleReadTests.cpp | 691 Move<VkDescriptorSet> set (allocateDescriptorSet(vkd, device, &allocateInfo)); in createSubpassDescriptorSet() 705 *set, in createSubpassDescriptorSet() 717 return set; in createSubpassDescriptorSet() 959 "layout(input_attachment_index = 0, set = 0, binding = 0) uniform highp usubpassInputMS i_color;\n" in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmUtils.cpp | 43 return "set_" + de::toString(set) + "_binding_" + de::toString(binding); in toString() 48 return "Set " + de::toString(set) + " and Binding " + de::toString(binding); in toDescription() 191 // if all flags are set to false then no float control features are actualy requested by the test in isFloatControlsFeaturesSupported() 745 "OpDecorate %unused_buffer DescriptorSet " + de::toString(location.set) + "\n" in getUnusedDecorations()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | LiveVariables.cpp | 10 // instruction in the function, this pass calculates the set of registers that 12 // the value, but it is never used) and the set of registers that are used by 112 VRInfo.AliveBlocks.set(BBNum); in MarkVirtRegAliveInBlock() 778 getVarInfo(BBI->getOperand(i).getReg()).AliveBlocks.set(NumNew); in addNewBlock() 806 VI.AliveBlocks.set(NumNew); in addNewBlock()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/ |
H A D | esextcTessellationShaderTriangles.cpp | 607 const _tessellation_levels& set = *set_iterator; in initTest() local 609 memcpy(run.base_inner, set.inner, sizeof(run.base_inner)); in initTest() 610 memcpy(run.base_outer, set.outer, sizeof(run.base_outer)); in initTest() 765 TCU_FAIL("A triangle from base vertex data set was not found in reference vertex data set."); in iterate() 784 "inner tessellation level is set to 1 and any of the outer " in TessellationShaderTrianglesInnerTessellationLevelRounding() 913 TCU_FAIL("A triangle from first pass' data set was not found in second pass' data set."); in iterate()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | extensionmetadocgenerator.py | 64 # This is a set containing names of extensions (if any) promoted 68 self.promotedFrom = set() 315 interacts = set() 514 SPV_deps[name] = set()
|
H A D | genRef.py | 152 refs = set(()) 1006 # Only extensions with a supported="..." attribute in this set 1008 ext_names = set(k for k, v in registry.extdict.items() 1011 desired_extensions = ext_names.intersection(set(results.extension))
|
/third_party/openssl/crypto/ |
H A D | sparccpuid.S | 53 ! "negative" and "borrow" bits set in both %icc and %xcc. 486 set 0,%g4 ! diff 526 set 0,%g4 ! diff
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | transformation_flatten_conditional_branch.cpp | 69 std::set<uint32_t> used_fresh_ids; in IsApplicable() 85 // Use a set to keep track of the instructions that require fresh ids. in IsApplicable() 86 std::set<opt::Instruction*> instructions_that_need_ids; in IsApplicable() 313 // need to set |wrapper_info.instruction|, as it will not be used. in Apply() 437 std::set<opt::Instruction*>* instructions_that_need_ids) { in GetProblematicInstructionsIfConditionalCanBeFlattened() 552 // |instructions_that_need_ids| set. in GetProblematicInstructionsIfConditionalCanBeFlattened()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | transformation_flatten_conditional_branch.cpp | 69 std::set<uint32_t> used_fresh_ids; in IsApplicable() 85 // Use a set to keep track of the instructions that require fresh ids. in IsApplicable() 86 std::set<opt::Instruction*> instructions_that_need_ids; in IsApplicable() 313 // need to set |wrapper_info.instruction|, as it will not be used. in Apply() 437 std::set<opt::Instruction*>* instructions_that_need_ids) { in GetProblematicInstructionsIfConditionalCanBeFlattened() 552 // |instructions_that_need_ids| set. in GetProblematicInstructionsIfConditionalCanBeFlattened()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | ucal.cpp | 440 ((Calendar*)cal)->set(year, month, date); in ucal_setDate() 456 ((Calendar*)cal)->set(year, month, date, hour, minute, second); in ucal_setDateTime() 508 ((Calendar*)cal)->set(field, value); in ucal_set()
|
/third_party/python/Lib/test/ |
H A D | test_genericalias.py | 91 generic_types = [type, tuple, list, dict, set, frozenset, enumerate, 150 for t in tuple, list, dict, set, frozenset, defaultdict, deque: 403 dir_of_gen_alias = set(dir(list[int]))
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMLowOverheadLoops.cpp | 104 // Is the given instruction part of the predicate set controlling the entry 228 return MachineFunctionProperties().set( 229 MachineFunctionProperties::Property::NoVRegs).set( 328 assert(VCTP && "VCTP instruction expected but is not set"); in ValidateTailPredicate() 564 MF->getProperties().set(MachineFunctionProperties::Property::TracksLiveness); in runOnMachineFunction() 611 // with potentially multiple set.loop.iterations, so we need to enable this. in ProcessLoop()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | RDFGraph.h | 211 // set r0, 1 ; r0 = 1 212 // set r1, 1 ; r1 = 1 216 // s1: set [d2<r0>(,,u9):] 217 // s3: set [d4<r1>(,,u10):] 236 #include <set> 412 using RegisterSet = std::set<RegisterRef>; 513 using NodeSet = std::set<NodeId>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | InferAddressSpaces.cpp | 345 // The set of visited expressions. in collectFlatAddressExpressions() 936 U.set(NewV); in rewriteWithNewAddressSpaces() 1007 U.set(new AddrSpaceCastInst(NewV, V->getType(), "", &*InsertPos)); in rewriteWithNewAddressSpaces() 1009 U.set(ConstantExpr::getAddrSpaceCast(cast<Constant>(NewV), in rewriteWithNewAddressSpaces()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | normalizer2impl.h | 37 // (with this constant set to 0), 203 * It is set to after the last known character with cc<=1, 254 void addLcccChars(UnicodeSet &set) const; 393 UBool getCanonStartSet(UChar32 c, UnicodeSet &set) const; 672 void addComposites(const uint16_t *list, UnicodeSet &set) const; 731 const uint8_t *smallFCD; // [0x100] one bit per 32 BMP code points, set if any FCD!=0 901 * This is a bit set to help speed up FCD value lookups in the absence of a full 904 * Each smallFCD bit is set if any of the corresponding 32 BMP code points 907 * A bit for 32 lead surrogates is set if any of the 32k corresponding 910 * This bit set i [all...] |
/third_party/python/Modules/ |
H A D | faulthandler.c | 617 sigset_t set; in faulthandler_thread() local 620 sigfillset(&set); in faulthandler_thread() 621 pthread_sigmask(SIG_SETMASK, &set, NULL); in faulthandler_thread()
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_config.py | 511 # Conflict with key set, should be disable to '' 514 conf.defaultCfg['extensions'].set('Foobar', 'enable', 'True') 515 conf.defaultCfg['extensions'].set('Foobar_cfgBindings', 'newfoo', '<Key-F3>') 790 config._warned = set()
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
H A D | proto_writer.cc | 272 // Given a google::protobuf::Type, returns the set of all required fields. 273 std::set<const google::protobuf::Field*> GetRequiredFields( in GetRequiredFields() 275 std::set<const google::protobuf::Field*> required; in GetRequiredFields() 350 for (std::set<const google::protobuf::Field*>::iterator it = in pop() 470 // already been set. in StartObject() 571 "' is already set. Cannot set '", unnormalized_name, "'")); in ValidOneof()
|
/third_party/rust/crates/nix/src/sys/socket/ |
H A D | sockopt.rs | 39 /// * `$flag:path`: a flag name to set. Some examples: `libc::SO_REUSEADDR`, `libc::TCP_NODELAY`, 42 /// * Type of the value that you are going to set. 50 fn set(&self, fd: RawFd, val: &$ty) -> Result<()> { in set() functions 84 /// * A flag to set. Some examples: `libc::SO_REUSEADDR`, `libc::TCP_NODELAY`, 137 /// * `$flag:path`: a flag name to set. Some examples: `libc::SO_REUSEADDR`, `libc::TCP_NODELAY`, 140 /// * `$ty:ty`: type of the value that will be get/set. 768 /// This option allows the caller to set the TCP congestion control 1011 fn set(&self, fd: RawFd, val: &usize) -> Result<()> { in set() functions 1045 fn set(&self, fd: RawFd, val: &T) -> Result<()> { in set() functions
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | x509.rs | 299 set: c_int, in X509_NAME_add_entry() 492 set: c_int, in X509_NAME_add_entry_by_NID() 507 set: c_int, in X509_NAME_add_entry_by_txt()
|
/third_party/spirv-tools/source/fuzz/ |
H A D | transformation_flatten_conditional_branch.cpp | 69 std::set<uint32_t> used_fresh_ids; in IsApplicable() 85 // Use a set to keep track of the instructions that require fresh ids. in IsApplicable() 86 std::set<opt::Instruction*> instructions_that_need_ids; in IsApplicable() 313 // need to set |wrapper_info.instruction|, as it will not be used. in Apply() 437 std::set<opt::Instruction*>* instructions_that_need_ids) { in GetProblematicInstructionsIfConditionalCanBeFlattened() 552 // |instructions_that_need_ids| set. in GetProblematicInstructionsIfConditionalCanBeFlattened()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassSampleReadTests.cpp | 691 Move<VkDescriptorSet> set (allocateDescriptorSet(vkd, device, &allocateInfo)); in createSubpassDescriptorSet() 705 *set, in createSubpassDescriptorSet() 717 return set; in createSubpassDescriptorSet() 959 "layout(input_attachment_index = 0, set = 0, binding = 0) uniform highp usubpassInputMS i_color;\n" in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmUtils.cpp | 43 return "set_" + de::toString(set) + "_binding_" + de::toString(binding); in toString() 48 return "Set " + de::toString(set) + " and Binding " + de::toString(binding); in toDescription() 191 // if all flags are set to false then no float control features are actualy requested by the test in isFloatControlsFeaturesSupported() 710 "OpDecorate %unused_buffer DescriptorSet " + de::toString(location.set) + "\n" in getUnusedDecorations()
|