/third_party/node/deps/v8/src/objects/ |
H A D | struct.h | 46 // * 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 D | runtime-futex.cc | 64 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 D | zink_compiler.h | 57 struct set; 102 struct set *programs;
|
/third_party/musl/libc-test/src/functionalext/sigchain/ |
H A D | sigchain_handler_call_order.c | 31 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 D | blobstore.cc | 5 #include <set> 20 std::set<std::string> tags;
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | AbstractProtobufList.java | 161 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 D | Fence.h | 36 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 D | StructureHLSL.h | 16 #include <set> 90 typedef std::set<TString> BuiltInConstructors;
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/gl/ |
H A D | RegenerateStructNames.cpp | 15 #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 D | makeSubmit.py | 72 # 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 D | Type_test.cpp | 47 std::set<char> uniqueNames0; in TEST() 48 std::set<char> uniqueNames1; in TEST()
|
/third_party/skia/src/gpu/ |
H A D | GrColor.h | 99 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 D | SkPoint3.cpp | 58 this->set(0, 0, 0); in normalize() 81 this->set(0, 0, 0); in normalize()
|
H A D | SkPtrRecorder.h | 17 * 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 D | spirv_cross_util.cpp | 66 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 D | funcrepl.cpp | 115 UnicodeSet set; in addReplacementSetTo() local 116 toUnionTo.addAll(translit->getTargetSet(set)); in addReplacementSetTo()
|
/third_party/skia/src/xps/ |
H A D | SkXPSDocument.cpp | 46 fUnitsPerMeter.set(kPointsPerMeter, kPointsPerMeter); 48 fPixelsPerMeter.set(pixelsPerMeterScale, pixelsPerMeterScale);
|
/third_party/skia/tests/ |
H A D | PathOpsDRectTest.cpp | 32 rect->set(quad[0]); in setRawBounds() 38 rect->set(cubic[0]); in setRawBounds()
|
H A D | PathOpsBoundsTest.cpp | 66 curve.fQuad.set(curvePts); in DEF_TEST() 70 curve.fCubic.set(curvePts); in DEF_TEST()
|
/third_party/skia/src/sksl/ |
H A D | SkSLAnalysis.h | 16 #include <set> 151 const std::set<const Variable*>* loopIndices);
|
/third_party/skia/third_party/externals/dawn/generator/templates/ |
H A D | dawn_proc.c | 15 {% set Prefix = metadata.proc_table_prefix %} 16 {% set prefix = Prefix.lower() %}
|
H A D | dawn_thread_dispatch_proc.cpp | 1 {% set Prefix = metadata.proc_table_prefix %} 2 {% set prefix = Prefix.lower() %}
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | IndirectDrawMetadata.h | 26 #include <set> 118 std::set<RenderBundleBase*> mAddedBundles;
|
/third_party/skia/third_party/externals/dawn/src/tests/ |
H A D | MockCallback.h | 20 #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 D | remove_files.py | 63 allowed_dirs = set( 73 stale_dirs = set([line.strip() for line in f.readlines()])
|