Home
last modified time | relevance | path

Searched refs:set (Results 5701 - 5725 of 8276) sorted by relevance

1...<<221222223224225226227228229230>>...332

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DTransliterator.java108 * Keyboard transliteration methods maintain a set of three indices that are updated with each call to
114 * disambiguate between possible inputs. The <code>cursor</code> can also be explicitly set by rules.
228 * <p>A set of rules determines how to perform translations.
229 * Rules within a rule set are separated by semicolons (';').
235 * <p>Each set of rules consists of two groups, one forward, and one
366 * set pattern. Although this is usually the match chafacter for the end anchor, the set will
560 * contextStart, and contextLimit. The limit is set to the
583 set(pos); in Position()
589 public void set(Positio method in Transliterator.Position
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
H A DUTS46Test.java229 private void set(String[] data) { in set() method in UTS46Test.TestCase
597 testCase.set(testCases[i]); in TestSomeCases()
611 // ToUnicode does not set length-overflow errors. in TestSomeCases()
884 // A set of status codes, each corresponding to a particular test. in IdnaTest()
897 // A set of status codes, each corresponding to a particular test. in IdnaTest()
913 // A set of status codes, each corresponding to a particular test. in IdnaTest()
/third_party/libwebsockets/lib/cose/
H A Dcose_key.c42 /**< if non-NULL, expects a [ key set ], else single key */
620 lwsl_warn("%s: e[%d] set twice %d\n", __func__, in cb_cose_key()
768 lws_cose_key_from_set(lws_dll2_owner_t *set, const uint8_t *kid, size_t kl) in lws_cose_key_from_set() argument
770 lws_start_foreach_dll(struct lws_dll2 *, p, lws_dll2_get_head(set)) { in lws_cose_key_from_set()
1011 * planning to create, so we can set a fixed length map of the in lws_cose_key_export()
1062 * Start from the second key meta, then do any elements that are set in lws_cose_key_export()
/third_party/jinja2/
H A Dext.py79 tags: t.Set[str] = set()
413 referenced = set()
666 If you don't want that behavior set the `babel_style` parameter to `False`
787 is now set to a list of keywords for extraction, the extractor will
794 The `newstyle_gettext` flag can be set to `True` to enable newstyle
798 A `silent` option can now be provided. If set to `False` template
/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerLoop.cpp21 #include <set>
407 static auto *PCsSet = new std::set<uintptr_t>; in CheckExitOnSrcPosOrItem()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_algebraic.py84 # Represents a set of variables, each with a unique id
821 #print('num items: {}'.format(len(set(self.items.values()))))
830 set, it provides a stable iteration order.
881 # This the set of opcodes for parents of this item. Used to speed up
883 self.parent_ops = set()
892 """Build a set of all possible items, deduplicating them."""
896 # The set of all opcodes used by the patterns. Used later to avoid
954 "states", where each match set represents the set of Item's that match a
982 # This is the set o
[all...]
H A Dnir_gather_info.c28 #include "util/set.h"
508 * don't produce a vertex, so we only set uses_discard if executing on in gather_intrinsic_info()
894 struct set *visited_funcs, void *dead_ctx) in gather_func_info()
989 struct set *visited_funcs = _mesa_pointer_set_create(dead_ctx); in nir_shader_gather_info()
/third_party/mesa3d/src/compiler/glsl/
H A Dgl_nir_lower_packed_varyings.c608 * \param gs_input_toplevel should be set to true if we are lowering geometry
669 * \param gs_input_toplevel should be set to true if we are lowering geometry
689 /* When gs_input_toplevel is set, we should be looking at a geometry shader in lower_varying()
755 /* If set use previously set writemask to offset the following in lower_varying()
918 struct set *resource_set = _mesa_pointer_set_create(NULL); in lower_output_var()
973 /* Shader inputs need to be lowered at the beginning of main() so set bulder in lower_packed_inputs()
1002 struct set *resource_set = _mesa_pointer_set_create(NULL); in lower_packed_inputs()
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3dx_rcl.c386 /* Note that when set this will clear all of the color in v3d_rcl_emit_stores()
464 /* PTB assumes that value to be 0, but hw will not set it. */ in v3d_rcl_emit_generic_per_tile_list()
465 cl_emit(cl, SET_INSTANCEID, set) { in v3d_rcl_emit_generic_per_tile_list()
466 set.instance_id = 0; in v3d_rcl_emit_generic_per_tile_list()
894 /* Always set initial block size before the first branch, which needs in emit_rcl()
/third_party/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-param-util.h43 #include <set>
548 std::set<std::string> test_param_names;
/third_party/node/lib/
H A Dzlib.js331 set: deprecate(function(value) {
700 // Ideally, we could let ZlibBase() set up _writeState. I haven't been able
907 set(v) { return this[owner_symbol] = v; },
/third_party/node/test/parallel/
H A Dtest-crypto-sign-verify.js36 set() {
53 set() {
/third_party/node/deps/googletest/include/gtest/internal/
H A Dgtest-param-util.h46 #include <set>
574 std::set<std::string> test_param_names;
/third_party/node/deps/icu-small/source/common/
H A Dlstmbe.cpp765 LSTMBreakEngine::LSTMBreakEngine(const LSTMData* data, const UnicodeSet& set, UErrorCode &status) in LSTMBreakEngine() argument
772 setCharacters(set); in LSTMBreakEngine()
/third_party/node/deps/npm/node_modules/jackspeak/dist/esm/
H A Dindex.js256 // starts out as having an empty config set. Then each method that adds
279 throw new Error('unexpected field in config set: ' + field);
290 * If an {@link JackOptions#envPrefix} is set, then it will read default
403 * do not set fields as 'no-foo' if 'foo' exists and both are bools
404 * just set foo.
413 throw new Error(`do not set '${s}', instead set '${yes}' as desired.`);
747 const mult = value.multiple ? 'Can be set multiple times' : '';
/third_party/node/deps/icu-small/source/i18n/
H A Duspoof.cpp343 const UnicodeSet *set = UnicodeSet::fromUSet(chars); in uspoof_setAllowedChars() local
344 uspoof_setAllowedUnicodeSet(sc, set, status); in uspoof_setAllowedChars()
509 // If we get here, the strings are confusable. Now we just need to set the flags for the appropriate classes in uspoof_areConfusableUnicodeString()
603 // If we get here, the strings are confusable. Now we just need to set the flags for the appropriate in uspoof_areBidiConfusableUnicodeString()
/third_party/node/deps/npm/node_modules/jackspeak/dist/commonjs/
H A Dindex.js264 // starts out as having an empty config set. Then each method that adds
287 throw new Error('unexpected field in config set: ' + field);
298 * If an {@link JackOptions#envPrefix} is set, then it will read default
411 * do not set fields as 'no-foo' if 'foo' exists and both are bools
412 * just set foo.
421 throw new Error(`do not set '${s}', instead set '${yes}' as desired.`);
755 const mult = value.multiple ? 'Can be set multiple times' : '';
/third_party/mesa3d/src/panfrost/lib/genxml/
H A Dgen_pack.py612 if field.type in set(["uint", "hex", "uint/float", "address", "Pixel Format"]):
689 self.enums = set()
/third_party/icu/icu4c/source/test/intltest/
H A Dstrtest.cpp546 uvw.set(u8"uvw"); in TestStringPieceU8()
551 xyz.set(u8"xyzXYZ", 3); in TestStringPieceU8()
/third_party/libinput/src/
H A Dlibinput-private.h304 enum libinput_config_status (*set)(struct libinput_device *device, int left_handed); member
335 enum libinput_config_status (*set)( member
947 * Get the direction for the given set of coordinates.
/third_party/lz4/programs/
H A Dbench.c142 void BMK_setDecodeOnlyMode(int set) { g_decodeOnly = (set!=0); } in BMK_setDecodeOnlyMode() argument
/third_party/node/deps/v8/src/compiler/
H A Dmemory-lowering.cc26 // An allocation group represents a set of allocations that have been folded
116 allocate_operator_.set(common()->Call(call_descriptor)); in EnsureAllocateOperator()
125 wasm_instance_node_.set(use); in GetWasmInstanceNode()
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-graph-builder.cc75 current_interpreter_frame_.set(reg, AddNewNode<InitialValue>({}, reg)); in MaglevGraphBuilder()
84 current_interpreter_frame_.set(reg, AddNewNode<InitialValue>({}, reg)); in MaglevGraphBuilder()
/third_party/node/deps/v8/src/objects/
H A Dcode.h476 // uncaught if both this and is_exception_caught is set.
976 inline void set(int index, byte value);
1011 // Any set `osr_install_target` must be non-zero since zero is the 'unset' in OsrInstallTargetFor()
1097 // Setter for literals. This will set the object as strong or weak depending
1099 inline void set(int index, Object value);
/third_party/node/deps/v8/src/utils/
H A Dutils.h293 // A pointer that can only be set once and doesn't allow NULL values.
306 void set(T* value) { in set() function in v8::internal::SetOncePointer
312 set(value); in operator =()

Completed in 35 milliseconds

1...<<221222223224225226227228229230>>...332