Home
last modified time | relevance | path

Searched refs:set (Results 7376 - 7400 of 13763) sorted by relevance

1...<<291292293294295296297298299300>>...551

/third_party/python/Lib/multiprocessing/
H A Dpool.py782 self._event.set()
804 self._event.set()
818 self._event.set()
830 self._event.set()
/third_party/python/Lib/
H A Dos.py108 _set = set()
127 _set = set()
131 _set = set()
147 _set = set()
322 systems that support them. In order to get this functionality, set the
H A D_collections_abc.py52 set_iterator = type(iter(set()))
529 """A set is a finite, iterable container.
633 """Compute the hash value of a set.
636 But if you define a hashable set type, its __hash__ should
670 """A mutable set is a finite, iterable container.
749 MutableSet.register(set)
764 # Tell ABCMeta.__new__ that this class should have TPFLAGS_MAPPING set.
787 "D.keys() -> a set-like object providing a view on D's keys"
791 "D.items() -> a set-like object providing a view on D's items"
830 return set(i
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DSwapChain11.cpp225 mOffscreenTexture.set(d3d11::DynamicCastComObject<ID3D11Texture2D>(tempResource11), in resetOffscreenColorBuffer()
231 mOffscreenTexture.set(d3d11::DynamicCastComObject<ID3D11Texture2D>(mD3DTexture), in resetOffscreenColorBuffer()
534 mBackBufferTexture.set(backbufferTexture, format); in resize()
658 mBackBufferTexture.set(backbufferTex, format); in reset()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DValidateAST.cpp87 std::vector<std::set<const TVariable *>> mDeclaredVariables;
88 std::set<const TInterfaceBlock *> mNamelessInterfaceBlocks;
96 std::set<const TFunction *> mDeclaredFunctions;
230 // Note that structOrBlock was previously only set for named structures, so make sure nameless in visitStructOrInterfaceBlockDeclaration()
522 for (const std::set<const TVariable *> &scopeVariables : mDeclaredVariables) in isVariableDeclared()
998 // ValidateAST is called after transformations, so if |validateNoMoreTransformations| is set, in ValidateAST()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp82 #include <set>
139 return MachineFunctionProperties().set(
150 using RegSet = std::set<unsigned>;
162 /// Finds the initial set of vreg intervals to allocate.
196 // A minimum spill costs, so that register constraints can can be set
291 // the set will assume they're actually equal and refuse to insert a in lowestEndPoint()
308 // isn't linear, because the size of the active set isn't bound by the
325 using IntervalSet = std::set<IntervalInfo, decltype(&lowestEndPoint)>;
332 // Start by building the inactive set.
386 // Finally, add Cur to the Active set
[all...]
/third_party/vk-gl-cts/executor/
H A DxeTestResultParser.cpp621 ri::EglConfigSet* set = curList->allocItem<ri::EglConfigSet>(); in handleElementStart() local
622 set->name = getAttribute("Name"); in handleElementStart()
623 set->description = m_xmlParser.hasAttribute("Description") ? m_xmlParser.getAttribute("Description") : ""; in handleElementStart()
624 item = set; in handleElementStart()
/third_party/vk-gl-cts/external/amber/src/samples/
H A Damber.cc26 #include <set>
96 -B [<pipeline name>:][<desc set>:]<binding> -- Identifier of buffer to write.
501 // Parse file path and set it for delegate to use when loading buffer data.
540 std::set<std::string> required_features;
541 std::set<std::string> required_device_extensions;
542 std::set<std::string> required_instance_extensions;
580 // Have a filename to dump, but no explicit buffer, set the default of 0:0.
/third_party/skia/src/core/
H A DSkScan_Hairline.cpp56 clipBounds.set(clip->getBounds());
475 tangent.set(1, 0);
496 tangent.set(-1, 0);
551 insetStorage.set(clip->getBounds());
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/fontinfo/
H A DFontInfo.java319 UnicodeSet set = null; in listCharBlockCoverage()
321 set = new UnicodeSet("[[:Block=" + block + ":]-[:gc=Unassigned:]-[:gc=Control:]]"); in listCharBlockCoverage()
326 for (String charStr : set) { in listCharBlockCoverage()
334 UnicodeBlockData.getBlockEndCode(i)), String.format("%d / %d", count, set.size()) })); in listCharBlockCoverage()
423 // Iterate through each set in listCharsNeededToCoverScript()
434 // New covered script found, create set in listCharsNeededToCoverScript()
613 // Get a set of all mapped glyph IDs in listUnmappedGlyphs()
622 // Iterate through all glyph IDs and check if in the set in listUnmappedGlyphs()
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross_c.h765 unsigned set,
797 unsigned set,
819 SPVC_PUBLIC_API spvc_result spvc_compiler_get_active_interface_variables(spvc_compiler compiler, spvc_set *set);
820 SPVC_PUBLIC_API spvc_result spvc_compiler_set_enabled_interface_variables(spvc_compiler compiler, spvc_set set);
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dfuzzer_pass_donate_modules.cpp19 #include <set>
152 // Consider every external instruction set import in the donor module. in HandleExternalInstructionImports()
631 // This set tracks the ids of those instructions for which donation was in HandleFunctions()
634 std::set<uint32_t> skipped_instructions; in HandleFunctions()
674 const std::set<uint32_t>& skipped_instructions) const { in CanDonateInstruction()
849 std::set<uint32_t>* skipped_instructions) { in HandleDifficultInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dfuzzer_pass_donate_modules.cpp19 #include <set>
152 // Consider every external instruction set import in the donor module. in HandleExternalInstructionImports()
631 // This set tracks the ids of those instructions for which donation was in HandleFunctions()
634 std::set<uint32_t> skipped_instructions; in HandleFunctions()
674 const std::set<uint32_t>& skipped_instructions) const { in CanDonateInstruction()
849 std::set<uint32_t>* skipped_instructions) { in HandleDifficultInstruction()
/third_party/skia/third_party/externals/icu/source/extra/uconv/
H A Duconv.cpp192 /* Print converter information. If lookfor is set, only that converter will
497 USet *set = uset_open(1, 0); in cnvSigType() local
499 ucnv_getUnicodeSet(cnv, set, UCNV_ROUNDTRIP_SET, &err); in cnvSigType()
500 if (U_SUCCESS(err) && uset_contains(set, uSig)) { in cnvSigType()
505 uset_close(set); in cnvSigType()
694 // available, it returns NULL and a failure code. We also set the in convertFile()
754 // At the last conversion in the file, flush should be set to in convertFile()
782 // - an error occurred during conversion (an error code is set) in convertFile()
918 // At the last conversion flush should be set to true to ensure that in convertFile()
1391 * Hey, Emacs, please set th
[all...]
/third_party/skia/tests/
H A DSkRuntimeEffectTest.cpp44 // Runtime SkSL supports a limited set of uniform types. No bool, for example: in DEF_TEST()
708 REPORTER_ASSERT(r, b.uniform("x").set(&x, 1)); in DEF_TEST()
710 // add extra value to ensure that set doesn't try to use sizeof(array) in DEF_TEST()
712 REPORTER_ASSERT(r, b.uniform("offset").set<float>(origin, 2)); in DEF_TEST()
715 REPORTER_ASSERT(r, !b.uniform("offset").set<float>(origin, 1)); in DEF_TEST()
716 REPORTER_ASSERT(r, !b.uniform("offset").set<float>(origin, 3)); in DEF_TEST()
826 // It also checks that we correctly set the "referencesSampleCoords" bit on the runtime effect in DEF_TEST()
H A DCanvasTest.cpp392 pts[0].set(0, 0);
393 pts[1].set(SkIntToScalar(kWidth), 0);
394 pts[2].set(SkIntToScalar(kWidth), SkIntToScalar(kHeight));
395 pts[3].set(0, SkIntToScalar(kHeight));
/third_party/skia/src/utils/
H A DSkShadowUtils.cpp181 translate->set(0, 0); in isCompatible()
198 translate->set(0, 0); in makeVertices()
202 translate->set(0, 0); in makeVertices()
221 * This manages a set of tessellations for a given shape in the cache. Because SkResourceCache
365 // If this is valid after Find then the caller should add the vertices to the tessellation set
375 * necessary translation vector are set on the FindContext.
482 // Update or initialize a tessellation set and add it to the cache. in draw_shadow()
555 // Similarly, we set the greyscale alpha based on luminance and alpha so that in ComputeTonalColors()
569 // set the alpha to (S_a + C_a - S_a*C_a). in ComputeTonalColors()
707 factory.fOffset.set( in drawShadow()
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-bit-set.hh41 hb_bit_set_t (const hb_bit_set_t& other) : hb_bit_set_t () { set (other); } in hb_bit_set_t()
43 hb_bit_set_t& operator= (const hb_bit_set_t& other) { set (other); return *this; } in operator =()
179 page->set (g, v); in set_array()
336 void set (const hb_bit_set_t &other) in set() function
483 // Move page_map entries that we're keeping from the left side set in process()
485 // passthru_left is set since no left side pages will be removed in process()
H A Dhb-repacker.hh322 // way. More specifically this is set up so that if a set of objects have the same in sort_shortest_distance()
407 // set the subgraph incoming edge count to match all of root_idx's incoming edges in isolate_subgraph()
411 subgraph.set (root_idx, wide_parents (root_idx, parents)); in isolate_subgraph()
453 // Update roots set with new indices as needed. in isolate_subgraph()
473 subgraph.set (link.objidx, subgraph[link.objidx] + 1); in find_subgraph()
476 subgraph.set (link.objidx, 1); in find_subgraph()
499 index_map.set (node_idx, duplicate (node_idx)); in duplicate_subgraph()
800 // Redundant ones are filtered out later on by the visited set. in update_distances()
/third_party/python/Lib/test/
H A Dtest_runpy.py102 # If an expected loader is set, we just check we got the right
114 self.assertEqual(set(result_ns), set(expected_ns))
565 expected_packages = set()
566 expected_modules = set()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp318 State.set(this, V, Part); in generateInstruction()
326 State.set(this, V, Part); in generateInstruction()
333 State.set(this, V, Part); in generateInstruction()
341 State.set(this, V, Part); in generateInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp11 // Order relation is defined on set of functions. It was made through
16 // four properties on the functions set:
27 // -- "FunctionPtr" instances are stored in std::set collection, so every
28 // std::set::insert operation will give you result in log(N) time.
130 #include <set>
224 using FnTreeType = std::set<FunctionNode, FunctionNodeCmp>;
233 /// Checks the rules of order relation introduced among functions set.
286 /// The set of all distinct functions. Use the insert() and remove() methods
477 U->set(BitcastNew); in replaceDirectCallers()
556 std::set<Instructio in filterInstsUnrelatedToPDI()
[all...]
/third_party/skia/tools/skdiff/
H A Dskdiff_main.cpp26 * each of the first two; the first are treated as a set of baseline,
27 * the second a set of variant images, and a diff image is written into the
731 baseDir.set(argv[i]); in main()
734 comparisonDir.set(argv[i]); in main()
737 outputDir.set(argv[i]); in main()
787 outputDir.set(""); in main()
/third_party/skia/third_party/externals/icu/source/common/
H A Ducnv_ext.cpp276 * target<targetLimit; set error code for overflow
422 * to the error buffer, set an error code, in ucnv_extContinueMatchToU()
445 /* set the error code for unassigned */ in ucnv_extContinueMatchToU()
747 * target<targetLimit; set error code for overflow
925 * to the error buffer, set an error code, in ucnv_extContinueMatchFromU()
947 /* set the error code for unassigned */ in ucnv_extContinueMatchFromU()
955 // Add only code points for which the roundtrip flag is set. in extSetUseMapping()
961 // Do not add entries with reserved bits set. in extSetUseMapping()
967 // Do not add entries with reserved bits set. in extSetUseMapping()
1003 sa->add(sa->set, firstC in ucnv_extGetUnicodeSetString()
[all...]
H A Duniset_props.cpp50 // Special property set IDs
147 * Constructs a set from the given pattern, optionally ignoring
150 * @param pattern a string specifying what characters are in the set
193 // _applyPattern calls add() etc., which set pat to empty. in applyPatternIgnoreSpace()
287 // lastItem: 0=none, 1=char, 2=set in applyPattern()
313 // -------- Parse '[' of opening delimiter OR nested set. in applyPattern()
314 // If there is a nested set, use `setMode' to define how in applyPattern()
315 // the set should be parsed. If the '[' is part of the in applyPattern()
318 // characters representing a nested set in the symbol in applyPattern()
364 // (important not to modify stored set) in applyPattern()
790 const USet *set = u_getBinaryPropertySet(prop, &ec); applyIntPropertyValue() local
[all...]

Completed in 41 milliseconds

1...<<291292293294295296297298299300>>...551