Home
last modified time | relevance | path

Searched refs:set (Results 7776 - 7800 of 11406) sorted by relevance

1...<<311312313314315316317318319320>>...457

/third_party/skia/third_party/externals/angle2/src/third_party/trace_event/
H A Dtrace_event.h387 // { // The sampling state is set within this scope.
402 TraceEvent::SamplingStateScope<bucket_number>::set(category "\0" name)
408 TraceEvent::SamplingStateScope<bucket_number>::set(categoryAndName)
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DBindGroupLayout.cpp29 #include <set>
143 "storageTexture, or externalTexture set"); in ValidateBindGroupLayoutEntry()
160 std::set<BindingNumber> bindingsSet; in ValidateBindGroupLayoutDescriptor()
354 // |firstNonBufferIndex| gets set to 0. in CheckBufferBindingsFirst()
/third_party/python/Lib/test/test_importlib/
H A Dtest_api.py74 # set.
327 self.assertEqual(set(path),
328 set([os.path.dirname(bad_path)]))
/third_party/python/Lib/test/
H A Dtest_string.py164 unused_args = set(kwargs.keys())
187 fmt._vformat("{i}", args, kwargs, set(), -1)
H A Dtest_pickle.py423 modules = set(IMPORT_MAPPING.values())
424 modules |= set(REVERSE_IMPORT_MAPPING)
H A Dtest_poplib.py234 self.__flag.set()
506 evt.set()
H A Dtest_socketserver.py385 self.done.set()
432 interrupted.set()
/third_party/python/Lib/tkinter/test/
H A Dwidget_tests.py201 keys = set(keys)
202 expected = set(self.OPTIONS)
/third_party/python/Lib/
H A Dweakref.py117 self._iterating = set()
382 self._iterating = set()
H A Dtokenize.py148 # A set of all of the single and triple quoted string prefixes,
150 single_quoted = set()
151 triple_quoted = set()
564 # they're in the single_quoted set. If so, they start
H A Dtrace.py71 self._mods = set() if not modules else set(modules)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64A57FPLoadBalancing.cpp123 return MachineFunctionProperties().set(
193 std::set<MachineInstr*> Insts;
246 /// Return the "kill" instruction (as set with setKill()) or NULL.
249 /// of the chain. This is the maximum of KillInst (if set) and LastInst.
335 // First, scan the basic block producing a set of chains. in runOnBasicBlock()
369 // Convert the EquivalenceClasses to a simpler set of sets. in runOnBasicBlock()
377 // Now we have a set of sets, order them by start address so in runOnBasicBlock()
683 // Given an operand and the set of active chains (keyed by register), in maybeKillChain()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonVectorLoopCarriedReuse.cpp148 #include <set>
290 std::set<Instruction *> ReplacedInsts;
/third_party/skia/tools/
H A DToolUtils.cpp291 norm.set(0.0f, 0.0f, 1.0f); in create_hemi_normal_map()
317 norm.set(0.0f, 0.0f, 1.0f); in create_frustum_normal_map()
/third_party/skia/tools/debugger/
H A DDebugCanvas.cpp579 void DebugCanvas::onDrawEdgeAAImageSet2(const ImageSetEntry set[],
587 set, count, dstClips, preViewMatrices, sampling, paint, constraint));
/third_party/skia/tools/fm/
H A Dfm.cpp68 static DEFINE_bool (reducedshaders, false, "Use reduced shader set for any GPU backend.");
90 static DEFINE_string2(writePath, w, "", "Write .pngs to this directory if set.");
94 static DEFINE_string(writeShaders, "", "Write GLSL shaders to this directory if set.");
414 gm_factories.set(SkString{gm->getName()}, factory); in main()
426 tests.set(SkString{test.fName}, &test); in main()
619 // We read back a bitmap even when --quick is set and we won't use it, in main()
/third_party/skia/third_party/externals/icu/source/common/
H A Ducnvlat1.cpp45 /* set up the local pointers */ in _Latin1ToUnicodeWithOffsets()
110 /* set offsets */ in _Latin1ToUnicodeWithOffsets()
150 /* set up the local pointers */ in _Latin1FromUnicodeWithOffsets()
302 /* set offsets since the start */ in _Latin1FromUnicodeWithOffsets()
335 /* set up the local pointers */ in ucnv_Latin1FromUTF8()
433 sa->addRange(sa->set, 0, 0xff); in _Latin1GetUnicodeSet()
493 /* set up the local pointers */ in _ASCIIToUnicodeWithOffsets()
574 /* set offsets since the start */ in _ASCIIToUnicodeWithOffsets()
633 /* set up the local pointers */ in ucnv_ASCIIFromUTF8()
713 sa->addRange(sa->set, in _ASCIIGetUnicodeSet()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DRegionInfo.h54 #include <set>
223 /// The <em> Program Structure Tree</em> is a graph (V, E) where V is the set of
298 void verifyWalk(BlockT *BB, std::set<BlockT *> *visitedBB) const;
856 /// Find the smallest region that contains a set of regions.
862 /// Find the smallest region that contains a set of basic blocks.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DLiveInterval.h37 #include <set>
205 // The segment set is used temporarily to accelerate initial computation
207 // After that the set is flushed to the segment vector and deleted.
208 using SegmentSet = std::set<Segment>;
606 /// Flush segment set into the regular segment vector.
608 /// has been created, if use of the segment set was
/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_file.cc38 #include <set>
76 typedef std::set<const FieldDescriptor*, FieldDescriptorCompare>
/third_party/skia/modules/svg/src/
H A DSkSVGRenderContext.cpp244 fPresentationContext.writable()->fInherited.f ## ATTR.set(*attr); \ in applyPresentationAttributes()
379 fClipPath.set(clipPath); in applyClip()
409 // At this point we're set up for content rendering. in applyMask()
/third_party/skia/gm/
H A Dblurrect.cpp97 center0.set(SkScalarAve(pts[0].fX, pts[1].fX), in make_radial()
99 center1.set(SkScalarInterp(pts[0].fX, pts[1].fX, SkIntToScalar(3)/5), in make_radial()
/third_party/rust/crates/regex/regex-syntax/src/ast/
H A Dmod.rs54 /// main error position set to the duplicate occurrence while its
55 /// auxiliary span will be set to the initial occurrence.
77 /// An invalid escape sequence was found in a character class set.
472 /// A set of flags, e.g., `(?is)`.
711 /// A bracketed character class set, which may contain zero or more
883 /// A property set to a specific value, e.g., `\p{scx=Katakana}`.
885 /// A property set to a specific value using a colon, e.g.,
910 /// The type of this set. A set is either a normal union of things, e.g.,
911 /// `[abc]` or a result of applying set operation
[all...]
/third_party/spirv-tools/source/opt/
H A Ddecoration_manager.cpp19 #include <set>
30 using DecorationSet = std::set<std::u32string>;
H A Dloop_fusion.cpp38 // Return the set of locations accessed by |stores| and |loads|.
39 std::set<Instruction*> GetLocationsAccessed( in GetLocationsAccessed()
42 std::set<Instruction*> locations{}; in GetLocationsAccessed()

Completed in 46 milliseconds

1...<<311312313314315316317318319320>>...457