/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | FramebufferVk.cpp | 42 // Clear values are only used when loadOp=Clear is set in clearWithRenderPassOp. When starting a 43 // new render pass, the clear value is set to an unlikely value (bright pink) to stand out better 288 unresolveMask.set(vk::kUnpackedDepthIndex); in MakeUnresolveAttachmentMask() 292 unresolveMask.set(vk::kUnpackedStencilIndex); in MakeUnresolveAttachmentMask() 637 clearColorBuffers.set(drawbuffer); in clearBufferfv() 656 clearColorBuffers.set(drawbuffer); in clearBufferuiv() 684 clearColorBuffers.set(drawbuffer); in clearBufferiv() 1375 // passes (and thus framebuffers). For multiview, layer count is set to view count and a flag in updateLayerCount() 1539 invalidateColorBuffers.set( in invalidateImpl() 1624 // so their loadOp can be set t in invalidateImpl() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ubo/ |
H A D | vktUniformBlockCase.cpp | 52 #include <set> 726 // Compute active uniform set for block. in computeReferenceLayout() 858 void getCompareDependencies (std::set<glu::DataType>& compareFuncs, glu::DataType basicType) in getCompareDependencies() 892 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const VarType& type) in collectUniqueBasicTypes() 908 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const UniformBlock& uniformBlock) in collectUniqueBasicTypes() 914 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const ShaderInterface& interface) in collectUniqueBasicTypes() 922 std::set<glu::DataType> types; in generateCompareFuncs() 923 std::set<glu::DataType> compareFuncs; in generateCompareFuncs() 929 for (std::set<glu::DataType>::const_iterator iter = types.begin(); iter != types.end(); ++iter) in generateCompareFuncs() 1163 src << "layout(set in generateDeclaration() [all...] |
/third_party/curl/lib/ |
H A D | socks.c | 57 CONNECT_SOCKS_READ_INIT, /* 3 set up read */ 430 /* If SOCKS4a, set special invalid IP address 0.0.0.x */ in do_SOCKS4() 589 const unsigned char auth = data->set.socks5auth; in do_SOCKS5() 842 if(data->set.ipver != CURL_IPRESOLVE_WHATEVER) { in do_SOCKS5() 843 int wanted_family = data->set.ipver == CURL_IPRESOLVE_V4 ? in do_SOCKS5() 1123 the next magic steps. If 'done' isn't set TRUE, it is not done yet and
|
/third_party/backends/backend/ |
H A D | hp-accessor.c | 174 SANE_Status (*set)(HpAccessor this, HpData data, void * valp); member 190 if (!this->type->set) in sanei_hp_accessor_set() 192 return (*this->type->set)(this, data, valp); in sanei_hp_accessor_set()
|
/third_party/googletest/googletest/test/ |
H A D | googletest-param-test-test.cc | 40 #include <set> 745 // GeneratorEvaluationTest and initialize it to 0. We set it to 1 in 747 // InitGoogleTest(), we set the value to 2. If the sequence is evaluated 882 std::set<std::string> know_suite_names, know_test_names; in TEST() 961 std::set<std::string> test_names; in TEST()
|
/third_party/icu/icu4c/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/FreeBSD/sys/dev/usb/net/ |
H A D | if_urndis.c | 180 struct urndis_set_req set; in urndis_attach() member 272 &msg.hdr.set, sizeof(msg.hdr.set) + sizeof(msg.ibuf.filter)); in urndis_attach() 275 device_printf(dev, "Unable to set data filters\n"); in urndis_attach() 777 DPRINTF("set failed\n"); in urndis_ctrl_set() 781 DPRINTF("unable to get set response\n"); in urndis_ctrl_set() 786 DPRINTF("set failed 0x%x\n", rval); in urndis_ctrl_set()
|
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
H A D | ICUJDKCompare.java | 40 // set up defaults 281 // set defaults in process() 774 Set set = new TreeSet(); in getFieldSet() 776 set.add(toString(fs[i])); in getFieldSet() 778 return set; in getFieldSet()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | measunit_extra.cpp | 676 * unit", sawAnd is set to true. If not, it is left as is. 864 identifier.set(baseUnitImpl.identifier.data()); 880 identifier.set(simplifiedUnit.identifier.data()); 893 identifier.set(simplifiedUnit.identifier.data());
|
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/jinja2/ |
H A D | runtime.py | 175 self.exported_vars: t.Set[str] = set() 177 self.globals_keys = set() if globals is None else set(globals) 282 # the active context should have access to variables set in
|
/third_party/mesa3d/src/gallium/tools/trace/ |
H A D | dump_state.py | 621 register = registers.setdefault(file_, set()) 634 register = registers.setdefault(fileName, set()) 764 ignoredCalls = set((
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | radeon_vcn_enc.c | 154 /* To fix incorrect hardcoded values set by player in radeon_vcn_enc_get_param() 551 void radeon_enc_set_emulation_prevention(struct radeon_encoder *enc, bool set) in radeon_enc_set_emulation_prevention() argument 553 if (set != enc->emulation_prevention) { in radeon_enc_set_emulation_prevention() 554 enc->emulation_prevention = set; in radeon_enc_set_emulation_prevention()
|
/third_party/node/lib/ |
H A D | _http_outgoing.js | 220 set: internalUtil.deprecate(function(val) { 241 set: function(val) { 264 set: internalUtil.deprecate(function(val) { 466 // a 304 Not Modified and the user has set a "Transfer-Encoding: chunked" 530 // Test non-chunked message does not have trailer header set, 648 throw new ERR_HTTP_HEADERS_SENT('set'); 663 throw new ERR_HTTP_HEADERS_SENT('set');
|
H A D | events.js | 234 set(value) { 246 set: undefined, 279 set: function(arg) { 941 * Returns the max listeners set.
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-code-manager.h | 15 #include <set> 156 std::set<base::AddressRegion, base::AddressRegion::StartAddressLess> regions_; 369 // Decrement the ref count on a set of {WasmCode} objects, potentially 484 // 3) The set of potentially dead code in the {WasmEngine}. 527 // Call before use, after the {NativeModule} is set up completely. 598 std::set<base::AddressRegion, base::AddressRegion::StartAddressLess> 822 // Fully recompile this module in the tier set previously via 833 // Free a set of functions of this module. Uncommits whole pages if possible. 1094 // we trigger a GC before creating the next module. This value is set to the
|
/third_party/node/src/ |
H A D | util-inl.h | 439 const std::set<T>& set, in ToV8Value() 445 for (const T& entry : set) { in ToV8Value() 438 ToV8Value(v8::Local<v8::Context> context, const std::set<T>& set, v8::Isolate* isolate) ToV8Value() argument
|
/third_party/node/test/common/ |
H A D | index.js | 45 // Some tests assume a umask of 0o022 so set that up front. Tests that need a 46 // different umask will set it themselves. 48 // Workers can read, but not set the umask, so check that this is the main 151 // If env var is set then enable async_hook hooks for all tests. 570 set(target, property, value, receiver) { 575 assert.fail(`Expected no side effects, got set prototype to ${prototype}`); 580 _mustNotMutateObjectDeepProxies.set(original, proxy); 604 // event is null and the signal is set to either SIGILL, SIGTRAP, 621 // one of them (exit code or signal) needs to be set to one of
|
/third_party/node/deps/icu-small/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 902 * This is a bit set to help speed up FCD value lookups in the absence of a full 905 * Each smallFCD bit is set if any of the corresponding 32 BMP code points 908 * A bit for 32 lead surrogates is set if any of the 32k corresponding 911 * This bit set i [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | measunit_extra.cpp | 676 * unit", sawAnd is set to true. If not, it is left as is. 864 identifier.set(baseUnitImpl.identifier.data()); 880 identifier.set(simplifiedUnit.identifier.data()); 893 identifier.set(simplifiedUnit.identifier.data());
|
H A D | ucal.cpp | 441 ((Calendar*)cal)->set(year, month, date); in ucal_setDate() 457 ((Calendar*)cal)->set(year, month, date, hour, minute, second); in ucal_setDateTime() 517 ((Calendar*)cal)->set(field, value);
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-literals.cc | 189 if (copying) elements->set(i, *value); in StructureWalk() 496 fixed_array_values_copy->set(i, *result); in CreateArrayLiteral() 505 fixed_array_values_copy->set(i, *result); in CreateArrayLiteral()
|
/third_party/node/deps/openssl/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/rust/crates/log/src/ |
H A D | lib.rs | 185 //! messages at levels that are disabled. It's important to set it, as it 187 //! In the case of our example logger, we'll want to set the maximum log level 262 //! once they're set. 372 self.v.set(val) in store() 385 self.v.set(new); in compare_exchange() 404 // LOGGER hasn't actually been set yet), or the logger's active. 413 static SET_LOGGER_ERROR: &str = "attempted to set a logger after the logging system \ 635 /// to get and set the maximum log level with [`max_level()`] and [`set_max_level`]. 999 /// The `RecordBuilder` can set the different parameters of `Record` object, and returns 1213 /// The `MetadataBuilder` can set th in target() [all...] |
/third_party/python/Lib/test/ |
H A D | mapping_tests.py | 76 self.assertTrue(set(x)==set(lst)==set(ref))
|