Home
last modified time | relevance | path

Searched refs:set (Results 1601 - 1625 of 5727) sorted by relevance

1...<<61626364656667686970>>...230

/third_party/node/deps/v8/src/objects/
H A Dstruct.h46 // * null: an accessor which has not been set
53 inline void set(AccessorComponent component, Object value);
54 inline void set(AccessorComponent component, Object value,
65 // Note: Returns undefined if the component is not set.
/third_party/node/deps/v8/src/runtime/
H A Druntime-futex.cc64 bool set = Oddball::cast(args[0]).ToBool(isolate); in RUNTIME_FUNCTION() local
66 isolate->set_allow_atomics_wait(set); in RUNTIME_FUNCTION()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_compiler.h57 struct set;
102 struct set *programs;
/third_party/musl/libc-test/src/functionalext/sigchain/
H A Dsigchain_handler_call_order.c31 sigset_t set = {0}; in sigchain_special_handler() local
33 SIGCHAIN_TEST_SET_MASK(set, "sigchain_handler_call_order_001", signal, SIGCHIAN_TEST_SIGNAL_NUM_2); in sigchain_special_handler()
/third_party/rust/crates/cxx/demo/src/
H A Dblobstore.cc5 #include <set>
20 std::set<std::string> tags;
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DAbstractProtobufList.java161 public E set(int index, E element) { in set() method in AbstractProtobufList
163 return super.set(index, element); in set()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DFence.h36 angle::Result set(const Context *context, GLenum condition);
64 angle::Result set(const Context *context, GLenum condition, GLbitfield flags);
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DStructureHLSL.h16 #include <set>
90 typedef std::set<TString> BuiltInConstructors;
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/gl/
H A DRegenerateStructNames.cpp15 #include <set>
41 // If a struct is declared globally, push its ID in this set.
42 std::set<int> mDeclaredGlobalStructs;
/third_party/vk-gl-cts/external/vulkan-docs/src/config/
H A DmakeSubmit.py72 # Convert required list to a set
73 required = set(required)
75 extraexts = set(extradepend)
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
H A DType_test.cpp47 std::set<char> uniqueNames0; in TEST()
48 std::set<char> uniqueNames1; in TEST()
/third_party/skia/src/gpu/
H A DGrColor.h99 this->set(color, wideColor); in GrVertexColor()
102 void set(const SkPMColor4f& color, bool wideColor) { in set() function in GrVertexColor
/third_party/skia/src/core/
H A DSkPoint3.cpp58 this->set(0, 0, 0); in normalize()
81 this->set(0, 0, 0); in normalize()
H A DSkPtrRecorder.h17 * Maintains a set of ptrs, assigning each a unique ID [1...N]. Duplicate ptrs
18 * return the same ID (since its a set). Subclasses can override inPtr()
20 * set. decPtr() is called on each ptr when the set is destroyed or reset.
27 * Search for the specified ptr in the set. If it is found, return its
33 * Add the specified ptr to the set, returning a unique 32bit ID for it
41 * Return the number of (non-null) ptrs in the set.
46 * Copy the ptrs in the set into the specified array (allocated by the
55 * Call decPtr() on each ptr in the set, and the reset the size of the set
65 Iter(const SkPtrSet& set) Iter() argument
[all...]
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross_util.cpp66 uint32_t set = compiler.get_decoration(s.image_id, spv::DecorationDescriptorSet); in inherit_combined_sampler_bindings() local
67 compiler.set_decoration(s.combined_id, spv::DecorationDescriptorSet, set); in inherit_combined_sampler_bindings()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dfuncrepl.cpp115 UnicodeSet set; in addReplacementSetTo() local
116 toUnionTo.addAll(translit->getTargetSet(set)); in addReplacementSetTo()
/third_party/skia/src/xps/
H A DSkXPSDocument.cpp46 fUnitsPerMeter.set(kPointsPerMeter, kPointsPerMeter);
48 fPixelsPerMeter.set(pixelsPerMeterScale, pixelsPerMeterScale);
/third_party/skia/tests/
H A DPathOpsDRectTest.cpp32 rect->set(quad[0]); in setRawBounds()
38 rect->set(cubic[0]); in setRawBounds()
H A DPathOpsBoundsTest.cpp66 curve.fQuad.set(curvePts); in DEF_TEST()
70 curve.fCubic.set(curvePts); in DEF_TEST()
/third_party/skia/src/sksl/
H A DSkSLAnalysis.h16 #include <set>
151 const std::set<const Variable*>* loopIndices);
/third_party/skia/third_party/externals/dawn/generator/templates/
H A Ddawn_proc.c15 {% set Prefix = metadata.proc_table_prefix %}
16 {% set prefix = Prefix.lower() %}
H A Ddawn_thread_dispatch_proc.cpp1 {% set Prefix = metadata.proc_table_prefix %}
2 {% set prefix = Prefix.lower() %}
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DIndirectDrawMetadata.h26 #include <set>
118 std::set<RenderBundleBase*> mAddedBundles;
/third_party/skia/third_party/externals/dawn/src/tests/
H A DMockCallback.h20 #include <set>
52 // Add the userdata to a set of userdata for this mock. We never in MakeUserdata()
53 // remove from this set even if a callback should only be called once so that in MakeUserdata()
98 std::set<std::unique_ptr<MockAndUserdata>> mUserdatas;
/third_party/skia/third_party/externals/dawn/generator/
H A Dremove_files.py63 allowed_dirs = set(
73 stale_dirs = set([line.strip() for line in f.readlines()])

Completed in 8 milliseconds

1...<<61626364656667686970>>...230