Home
last modified time | relevance | path

Searched refs:set (Results 1901 - 1925 of 8119) sorted by relevance

1...<<71727374757677787980>>...325

/third_party/node/lib/
H A Dreadline.js359 set(value) {
368 set(value) {
377 set(value) {
386 set(value) {
395 set(value) {
404 set(value) {
413 set(value) {
422 set(value) {
/third_party/node/deps/npm/lib/commands/
H A Dprofile.js46 'set <key> <value>',
60 return ['enable-2fa', 'disable-2fa', 'get', 'set']
71 case 'set':
100 case 'set':
101 return this.set(opts)
171 async set (args) {
190 throw new Error('npm profile set <prop> <value>')
195 'npm profile set password\n' +
200 throw new Error(`"${prop}" is not a property we can set. ` +
221 const result = await otplease(this.npm, conf, c => npmProfile.set(newUse
[all...]
/third_party/node/deps/npm/node_modules/semver/node_modules/lru-cache/
H A Dindex.js53 set max (mL) {
64 set allowStale (allowStale) {
71 set maxAge (mA) {
83 set lengthCalculator (lC) {
153 set (key, value, maxAge) {
200 this[CACHE].set(key, this[LRU_LIST].head)
243 this.set(hit.k, hit.v)
248 this.set(hit.k, hit.v, maxAge)
293 // go ahead and set it now.
/third_party/skia/modules/canvaskit/
H A Dgm_bindings.cpp8 #include <set>
80 static std::set<std::string> gKnownDigests;
196 result.set("png", pngData); in RunGM()
199 result.set("hash", md5.c_str()); in RunGM()
230 fResult.set("result", "failed");
231 fResult.set("msg", failure.toString().c_str());
253 result.set("result", "passed"); // default to passing - the reporter will mark failed. in RunTest()
260 result.set("result", "passed"); // default to passing - the reporter will mark failed. in RunTest()
H A Dskottie_bindings.cpp201 prop.set("key", cp); in getColorProps()
202 prop.set("value", fPropMgr->getColor(cp)); in getColorProps()
214 prop.set("key", op); in getOpacityProps()
215 prop.set("value", fPropMgr->getOpacity(op)); in getOpacityProps()
228 txt_val.set("text", txt.fText.c_str()); in getTextProps()
229 txt_val.set("size", txt.fTextSize); in getTextProps()
232 prop.set("key", key); in getTextProps()
233 prop.set("value", std::move(txt_val)); in getTextProps()
263 marker.set("name", m.name); in getMarkers()
264 marker.set("t in getMarkers()
[all...]
/third_party/curl/lib/vquic/
H A Dvquic-tls.c157 /* give application a chance to interfere with SSL set up. */ in curl_ossl_init_ctx()
158 if(data->set.ssl.fsslctx) { in curl_ossl_init_ctx()
169 result = (*data->set.ssl.fsslctx)(data, ctx->ssl_ctx, in curl_ossl_init_ctx()
170 data->set.ssl.fsslctxp); in curl_ossl_init_ctx()
232 failf(data, "Failed set SNI"); in curl_ossl_init_ssl()
269 long * const pverifyresult = &data->set.ssl.certverifyresult; in curl_gtls_init_ctx()
281 result = gtls_client_init(data, conn_config, &data->set.ssl, in curl_gtls_init_ctx()
377 failf(data, "wolfSSL failed to set ciphers: %s", error_buffer); in curl_wssl_init_ctx()
385 failf(data, "wolfSSL failed to set curves"); in curl_wssl_init_ctx()
438 /* give application a chance to interfere with SSL set u in curl_wssl_init_ctx()
[all...]
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dx_name.c186 entry->set = i; in x509_name_ex_d2i()
245 int i, set = -1; in x509_name_encode() local
252 if (entry->set != set) { in x509_name_encode()
260 set = entry->set; in x509_name_encode()
310 int i, set = -1, ret = 0, len; in x509_name_canon() local
326 if (entry->set != set) { in x509_name_canon()
335 set in x509_name_canon()
[all...]
/third_party/openssl/crypto/x509/
H A Dx_name.c186 entry->set = i; in x509_name_ex_d2i()
245 int i, set = -1; in x509_name_encode() local
252 if (entry->set != set) { in x509_name_encode()
260 set = entry->set; in x509_name_encode()
310 int i, set = -1, ret = 0, len; in x509_name_canon() local
326 if (entry->set != set) { in x509_name_canon()
335 set in x509_name_canon()
[all...]
/third_party/python/Lib/concurrent/futures/
H A D_base.py84 self.event.set()
89 self.event.set()
94 self.event.set()
101 self.event.set()
105 self.event.set()
109 self.event.set()
124 self.event.set()
133 self.event.set()
182 and the future is removed from each set in the collection of sets
220 fs = set(f
[all...]
/third_party/python/Lib/unittest/test/
H A Dtest_async_case.py67 VAR.set(VAR.get() + ('setUp',))
74 VAR.set(VAR.get() + ('asyncSetUp',))
81 VAR.set(VAR.get() + ('test',))
87 VAR.set(VAR.get() + ('asyncTearDown',))
93 VAR.set(VAR.get() + ('tearDown',))
98 VAR.set(VAR.get() + ('cleanup1',))
105 VAR.set(VAR.get() + ('cleanup2',))
110 VAR.set(VAR.get() + ('cleanup3',))
115 VAR.set(VAR.get() + ('cleanup4',))
120 VAR.set(VA
[all...]
/third_party/glslang/glslang/MachineIndependent/
H A Diomapper.cpp234 TString err = "mapped set out of range: " + entKey.first; in operator ()()
771 int TDefaultIoResolverBase::getBaseBinding(EShLanguage stage, TResourceType res, unsigned int set) const { in getBaseBinding()
772 return stageIntermediates[stage] ? selectBaseBinding(stageIntermediates[stage]->getShiftBinding(res), stageIntermediates[stage]->getShiftBindingForSet(res, set)) in getBaseBinding()
773 : selectBaseBinding(referenceIntermediate.getShiftBinding(res), referenceIntermediate.getShiftBindingForSet(res, set)); in getBaseBinding()
785 TDefaultIoResolverBase::TSlotSet::iterator TDefaultIoResolverBase::findSlot(int set, int slot) { in findSlot() argument
786 return std::lower_bound(slots[set].begin(), slots[set].end(), slot); in findSlot()
789 bool TDefaultIoResolverBase::checkEmpty(int set, int slot) { in checkEmpty() argument
790 TSlotSet::iterator at = findSlot(set, slot); in checkEmpty()
791 return ! (at != slots[set] in checkEmpty()
794 reserveSlot(int set, int slot, int size) reserveSlot() argument
806 getFreeSlot(int set, int base, int size) getFreeSlot() argument
1109 int set = referenceIntermediate.getSpv().openGl != 0 ? resource : ent.newSet; resolveBinding() local
1237 int set = referenceIntermediate.getSpv().openGl != 0 ? resource : resolveSet(ent.stage, ent); reserverResourceSlot() local
1300 const int set = getLayoutSet(type); global() variable
1385 const int set = getLayoutSet(type); global() variable
[all...]
/third_party/icu/icu4c/source/tools/tzcode/
H A Dtz2icu.cpp42 #include <set>
177 // If there are aliases TO this zone, then the following set will
179 set<int32_t> aliases;
202 const set<int32_t>& getAliases() const { in getAliases()
736 set<string> aliases;
775 // Here is how the isstd & isgmt flags are set by zic:
793 void set(const string& id, in set() function
803 throw invalid_argument("FinalRulePart set twice"); in set()
904 map<string, set<string> > links;
909 * sub-parts set (indicatin
[all...]
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dtz2icu.cpp42 #include <set>
177 // If there are aliases TO this zone, then the following set will
179 set<int32_t> aliases;
202 const set<int32_t>& getAliases() const { in getAliases()
736 set<string> aliases;
775 // Here is how the isstd & isgmt flags are set by zic:
793 void set(const string& id, in set() function
803 throw invalid_argument("FinalRulePart set twice"); in set()
904 map<string, set<string> > links;
909 * sub-parts set (indicatin
[all...]
/third_party/rust/crates/serde/serde_derive_internals/src/
H A Dattr.rs40 fn set<A: ToTokens>(&mut self, obj: A, value: T) { in set() functions
54 self.set(obj, value); in set_opt()
84 self.0.set(obj, ()); in none()
339 Ok(rename_rule) => rename_all_ser_rule.set(&meta.path, rename_rule), in from_ast()
345 Ok(rename_rule) => rename_all_de_rule.set(&meta.path, rename_rule), in from_ast()
364 rename_all_fields_ser_rule.set(&meta.path, rename_rule); in from_ast()
372 rename_all_fields_de_rule.set(&meta.path, rename_rule); in from_ast()
404 default.set(&meta.path, Default::Path(path)); in from_ast()
426 default.set(meta.path, Default::Default); in from_ast()
469 internal_tag.set( in from_ast()
1607 let mut set = BTreeSet::new(); parse_lit_into_lifetimes() variables
[all...]
/third_party/rust/crates/serde/serde_derive/src/internals/
H A Dattr.rs40 fn set<A: ToTokens>(&mut self, obj: A, value: T) { in set() functions
54 self.set(obj, value); in set_opt()
84 self.0.set(obj, ()); in none()
339 Ok(rename_rule) => rename_all_ser_rule.set(&meta.path, rename_rule), in from_ast()
345 Ok(rename_rule) => rename_all_de_rule.set(&meta.path, rename_rule), in from_ast()
364 rename_all_fields_ser_rule.set(&meta.path, rename_rule); in from_ast()
372 rename_all_fields_de_rule.set(&meta.path, rename_rule); in from_ast()
404 default.set(&meta.path, Default::Path(path)); in from_ast()
426 default.set(meta.path, Default::Default); in from_ast()
469 internal_tag.set( in from_ast()
1607 let mut set = BTreeSet::new(); parse_lit_into_lifetimes() variables
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingDescriptorBufferTests.cpp215 deUint32 set; member
301 deUint32 pushDescriptorSetIndex; // which descriptor set is updated with push descriptor/template
466 // Get an array of descriptor bindings, this is used in descriptor set layout creation.
500 // A convenience holder for a descriptor set layout and its bindings.
519 // Get an array of descriptor set layouts.
679 deUint32 packBindingArgs(deUint32 set, deUint32 binding, deUint32 arrayIndex) in packBindingArgs() argument
681 DE_ASSERT(set < 0x40); in packBindingArgs()
685 return (arrayIndex << 12) | ((set & 0x3Fu) << 6) | (binding & 0x3Fu); in packBindingArgs()
706 deUint32 getExpectedData(deUint32 hash, deUint32 set, deUint32 binding, deUint32 arrayIndex = 0)
708 return hash ^ packBindingArgs(set, bindin
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingDescriptorBufferTests.cpp215 deUint32 set; member
300 deUint32 pushDescriptorSetIndex; // which descriptor set is updated with push descriptor/template
465 // Get an array of descriptor bindings, this is used in descriptor set layout creation.
499 // A convenience holder for a descriptor set layout and its bindings.
518 // Get an array of descriptor set layouts.
678 deUint32 packBindingArgs(deUint32 set, deUint32 binding, deUint32 arrayIndex) in packBindingArgs() argument
680 DE_ASSERT(set < 0x40); in packBindingArgs()
684 return (arrayIndex << 12) | ((set & 0x3Fu) << 6) | (binding & 0x3Fu); in packBindingArgs()
705 deUint32 getExpectedData(deUint32 hash, deUint32 set, deUint32 binding, deUint32 arrayIndex = 0)
707 return hash ^ packBindingArgs(set, bindin
[all...]
/third_party/node/deps/openssl/openssl/crypto/bn/asm/
H A Dmips.pl30 # In addition the code depends on preprocessor flags set up by MIPSpro
92 $code="#if !(defined (__mips_isa_rev) && (__mips_isa_rev >= 6))\n.set mips2\n#endif\n";
135 .set noat
141 .set noreorder
155 .set noreorder
165 .set reorder
228 .set noreorder
236 .set reorder
281 .set noreorder
300 .set noreorde
[all...]
/third_party/openssl/crypto/bn/asm/
H A Dmips.pl30 # In addition the code depends on preprocessor flags set up by MIPSpro
92 $code="#if !(defined (__mips_isa_rev) && (__mips_isa_rev >= 6))\n.set mips2\n#endif\n";
135 .set noat
141 .set noreorder
155 .set noreorder
165 .set reorder
228 .set noreorder
236 .set reorder
281 .set noreorder
300 .set noreorde
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dir_context.cpp43 void IRContext::BuildInvalidAnalyses(IRContext::Analysis set) { in BuildInvalidAnalyses() argument
44 if (set & kAnalysisDefUse) { in BuildInvalidAnalyses()
47 if (set & kAnalysisInstrToBlockMapping) { in BuildInvalidAnalyses()
50 if (set & kAnalysisDecorations) { in BuildInvalidAnalyses()
53 if (set & kAnalysisCFG) { in BuildInvalidAnalyses()
56 if (set & kAnalysisDominatorAnalysis) { in BuildInvalidAnalyses()
59 if (set & kAnalysisLoopAnalysis) { in BuildInvalidAnalyses()
62 if (set & kAnalysisBuiltinVarId) { in BuildInvalidAnalyses()
65 if (set & kAnalysisNameMap) { in BuildInvalidAnalyses()
68 if (set in BuildInvalidAnalyses()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dir_context.cpp43 void IRContext::BuildInvalidAnalyses(IRContext::Analysis set) { in BuildInvalidAnalyses() argument
44 if (set & kAnalysisDefUse) { in BuildInvalidAnalyses()
47 if (set & kAnalysisInstrToBlockMapping) { in BuildInvalidAnalyses()
50 if (set & kAnalysisDecorations) { in BuildInvalidAnalyses()
53 if (set & kAnalysisCFG) { in BuildInvalidAnalyses()
56 if (set & kAnalysisDominatorAnalysis) { in BuildInvalidAnalyses()
59 if (set & kAnalysisLoopAnalysis) { in BuildInvalidAnalyses()
62 if (set & kAnalysisBuiltinVarId) { in BuildInvalidAnalyses()
65 if (set & kAnalysisNameMap) { in BuildInvalidAnalyses()
68 if (set in BuildInvalidAnalyses()
[all...]
/third_party/skia/modules/canvaskit/htmlcanvas/
H A Dcanvas2dcontext.js66 set: function(matrix) {
84 set: function(newStyle) {
99 set: function(newFont) {
117 set: function(newAlpha) {
190 set: function(newMode) {
296 set: function(a) {
306 set: function(a) {
323 set: function(newCap) {
343 set: function(newOffset) {
363 set
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dprivate_fields.rs75 pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64) { in set() functions
168 self._bitfield_1.set(0usize, 4u8, val as u64) in set_a()
181 self._bitfield_1.set(4usize, 4u8, val as u64) in set_b()
191 __bindgen_bitfield_unit.set(0usize, 4u8, {
195 __bindgen_bitfield_unit.set(4usize, 4u8, {
234 self._bitfield_1.set(0usize, 4u8, val as u64) in set_a()
247 self._bitfield_1.set(4usize, 4u8, val as u64) in set_b()
257 __bindgen_bitfield_unit.set(0usize, 4u8, {
261 __bindgen_bitfield_unit.set(4usize, 4u8, {
300 self._bitfield_1.set( in set_a()
[all...]
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/test_data/
H A Dmutate_objects_expected.js111 set bar(t) {}
123 set bar(t) {}
133 set bar(t) {}
H A Dmutate_objects.js34 a = {get bar() { return 0 }, 1: 0, set bar(t) {}};
35 a = {get bar() { return 0 }, 1: 0, set bar(t) {}};
36 a = {get bar() { return 0 }, 1: 0, set bar(t) {}};

Completed in 23 milliseconds

1...<<71727374757677787980>>...325