Home
last modified time | relevance | path

Searched refs:set (Results 11976 - 12000 of 14554) sorted by relevance

1...<<471472473474475476477478479480>>...583

/third_party/node/deps/icu-small/source/common/
H A Ducnvhz.cpp543 if (*pBufferSize == 0){ /* 'preflighting' request - set needed size into *pBufferSize */ in _HZ_SafeClone()
569 sa->addRange(sa->set, 0, 0x7f); in _HZ_GetUnicodeSet()
/third_party/node/deps/icu-small/source/common/unicode/
H A Duniset.h42 * A mutable set of Unicode characters and multicharacter strings. Objects of this class
63 * of traditional set theory function names, <code>add</code> is a
66 * argument is a set complement with respect to the superset range
73 * of the set, the method <code>applyPattern()</code> sets all
122 * <p>Property patterns specify a set of characters having a certain
134 * specify their union. To complement a set, place a '^' immediately
140 * perform a “code point complement” (all code points minus the original set),
154 * set of three characters, 'a', 'b', and '-'.
157 * set difference may be taken using the '-' operator, for example,
158 * "[[:L:]&[\\u0000-\\u0FFF]]" indicates the set o
[all...]
/third_party/mesa3d/src/intel/vulkan/
H A Danv_nir_lower_ycbcr_textures.c219 layout->set[var->data.descriptor_set].layout; in anv_nir_lower_ycbcr_textures_instr()
/third_party/node/deps/icu-small/source/i18n/
H A Ddatefmt.cpp342 // was illegal so we set the error index to the start. in parse()
733 fBoolFlags.set(attr, newValue); in setBooleanAttribute()
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_conn.h83 crypto stream in Initial packet. We set this hard limit here
87 received crypto stream in Handshake packet. We set this hard limit
127 /* NGTCP2_WRITE_PKT_FLAG_NONE indicates that no flag is set. */
159 /* NGTCP2_CONN_FLAG_NONE indicates that no flag is set. */
161 /* NGTCP2_CONN_FLAG_HANDSHAKE_COMPLETED is set when TLS stack declares
169 /* NGTCP2_CONN_FLAG_CONN_ID_NEGOTIATED is set if connection ID is
172 /* NGTCP2_CONN_FLAG_TRANSPORT_PARAM_RECVED is set if transport
175 /* NGTCP2_CONN_FLAG_LOCAL_TRANSPORT_PARAMS_COMMITTED is set when a
178 /* NGTCP2_CONN_FLAG_RECV_RETRY is set when a client receives Retry
181 /* NGTCP2_CONN_FLAG_EARLY_DATA_REJECTED is set whe
414 ngtcp2_ksl set; global() member
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A D__init__.py121 # Give the generator the opportunity to set additional variables based on
126 # Give the generator the opportunity to set generator_input_info based on
175 is set to True. If VALUE can be converted to an integer, it is.
189 # No value supplied, treat it as a boolean and set it.
214 the environment, while not requiring the environment to be set when the flags
238 set that as appropriate.
299 regenerate: can be set to False to prevent this option from being included
377 help="set DEPTH gyp variable to a relative path to PATH",
557 # to Chromium's top-level "src" directory. If no depth variable was set
584 # If toplevel-dir is not set, w
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/
H A Dspecifiers.py80 This can be set to either ``True`` or ``False`` to explicitly enable or disable
81 prereleases or it can be set to ``None`` (the default) to use default semantics.
88 :param value: The value to set.
188 # All other operators only allow a sub set of what the
258 # If there is an explicit prereleases set for this, then we'll just
544 Whether or not to match prereleases with this Specifier. If set to
590 Whether or not to allow prereleases in the returned iterator. If set to
622 # If our version is a prerelease, and we were not set to allow
704 """This class abstracts handling of a set of version specifiers.
734 parsed: Set[Specifier] = set()
[all...]
H A Dtags.py59 # that a set calls its `.disjoint()` method, which may be called hundreds of
102 Returning a set is required due to the possibility that the tag is a
103 compressed tag set.
105 tags = set()
143 # Windows doesn't set Py_DEBUG, so checking for support of debug-compiled
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_bb.cpp99 pol.set(this, bb); in clone()
/third_party/icu/icu4c/source/tools/gendict/
H A Dgendict.cpp396 status.set(U_ILLEGAL_ARGUMENT_ERROR); in main()
/third_party/libinput/src/
H A Devdev-middle-button.c722 device->middlebutton.config.set = evdev_middlebutton_set; in evdev_init_middlebutton()
/third_party/ltp/tools/sparse/sparse-src/
H A Dsymbol.h137 int test, set, class; member
/third_party/node/deps/v8/src/compiler/
H A Djs-call-reducer.h272 std::set<Node*> waitlist_;
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-object.cc140 return *desc.set(); in ObjectLookupAccessor()
239 // ES6 section B.2.2.1.2 set Object.prototype.__proto__
248 "set Object.prototype.__proto__"))); in BUILTIN()
/third_party/node/deps/v8/src/ast/
H A Dast-value-factory.h134 // been set); some only before.
275 F(set, "set") \
276 F(set_space, "set ") \
/third_party/node/deps/v8/src/objects/
H A Dhash-table.h429 static Handle<ObjectHashSet> Add(Isolate* isolate, Handle<ObjectHashSet> set,
H A Dfeedback-vector-inl.h54 void FeedbackMetadata::set(int index, int32_t value) { in set() function in v8::internal::FeedbackMetadata
H A Dshared-function-info.h83 inline void set(int index, byte value);
484 // "anonymous". We don't set the name itself so that the system does not
528 // initializer. This flag is set when creating the
592 // TODO(caitp): make this a flag set during parsing
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-interpreter-frame-state.h52 void set(interpreter::Register reg, ValueNode* value) { in set() function in v8::internal::maglev::InterpreterFrameState
/third_party/mesa3d/src/gallium/tools/trace/
H A Dparse.py39 trace_ignore_calls = set((
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dv3_crld.c106 sk_X509_NAME_ENTRY_num(rnm) - 1)->set) { in set_dist_point_name()
486 /* Append any nameRelativeToCRLIssuer in dpn to iname, set in dpn->dpname */
496 X509_NAME_free(dpn->dpname); /* just in case it was already set */ in DIST_POINT_set_dpname()
/third_party/node/deps/undici/src/lib/core/
H A Dutil.js425 typeof object.set === 'function' &&
/third_party/node/deps/undici/src/lib/fetch/
H A Dutil.js44 // 3. If location is a header value, then set location to the result of
50 // 4. If location is a URL whose fragment is null, then set location’s
191 // https://w3c.github.io/webappsec-referrer-policy/#set-requests-referrer-policy-on-redirect
204 // 3. For each token in policy-tokens, if token is a referrer policy and token is not the empty string, then set policy to token.
225 // 2. If policy is not the empty string, then set request’s referrer policy to policy.
265 httpRequest.headersList.set('sec-fetch-mode', header)
296 // If request’s origin is a tuple origin, its scheme is "https", and request’s current URL’s scheme is not "https", then set serializedOrigin to `null`.
302 // If request’s origin is not same origin with request’s current URL’s origin, then set serializedOrigin to `null`.
390 // a referrer, with the origin-only flag set to true.
394 // greater than 4096, set referrerUR
[all...]
H A Dresponse.js155 // 4. If body is non-null, then set bodyWithType to the result of extracting body.
181 // serialized with exclude fragment set to true.
316 // 3. If response’s body is non-null, then set newResponse’s body to the
367 set (target, p, value) {
/third_party/rust/crates/cxx/tests/ffi/
H A Dtests.h46 size_t set(size_t n);

Completed in 26 milliseconds

1...<<471472473474475476477478479480>>...583