Home
last modified time | relevance | path

Searched refs:set (Results 3251 - 3275 of 8514) sorted by relevance

1...<<131132133134135136137138139140>>...341

/third_party/icu/icu4c/source/i18n/
H A Dname2uni.cpp42 _set_add(USet *set, UChar32 c) { in _set_add() argument
43 uset_add(set, c); in _set_add()
48 _set_addRange(USet *set, UChar32 start, UChar32 end) {
49 ((UnicodeSet *)set)->add(start, end);
53 _set_addString(USet *set, const UChar *str, int32_t length) {
54 ((UnicodeSet *)set)->add(UnicodeString((UBool)(length<0), str, length));
67 // Get the legal character set in NameUnicodeTransliterator()
/third_party/libwebsockets/lib/drivers/display/
H A Dssd1306-i2c.c58 si->gpio->set(si->reset_gpio, 0); in lws_display_ssd1306_i2c_init()
60 si->gpio->set(si->reset_gpio, 1); in lws_display_ssd1306_i2c_init()
/third_party/mesa3d/bin/
H A Dkhronos-update.py210 depend_on_khr = set(['egl', 'gl', 'gles', 'gles2', 'gles3'])
211 if args.apis and 'khr' not in args.apis and depend_on_khr.intersection(set(args.apis)):
/third_party/json/tests/thirdparty/imapdl/
H A Dfilterbr.py84 nrs = set()
87 nrs = set(cond_lines_from_file(line[3:-1]))
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Ddevice.hpp26 #include <set>
108 friend std::set<cl_image_format>
H A Dformat.cpp128 std::set<cl_image_format>
130 std::set<cl_image_format> s; in supported_formats()
/third_party/node/lib/internal/cluster/
H A Dround_robin_handle.js53 this.all.set(worker.id, worker);
124 this.free.set(worker.id, worker); // Add to ready queue again.
/third_party/node/lib/internal/main/
H A Dprint_help.js36 ['FORCE_COLOR', { helpText: "when set to 'true', 1, 2, 3, or an empty " +
43 ['NODE_DISABLE_COLORS', { helpText: 'set to 1 to disable colors in ' +
47 ['NODE_NO_WARNINGS', { helpText: 'set to 1 to silence process warnings' }],
50 ['NODE_PENDING_DEPRECATION', { helpText: 'set to 1 to emit pending ' +
52 ['NODE_PENDING_PIPE_INSTANCES', { helpText: 'set the number of pending ' +
54 ['NODE_PRESERVE_SYMLINKS', { helpText: 'set to 1 to preserve symbolic ' +
62 ['NODE_SKIP_PLATFORM_CHECK', { helpText: 'set to 1 to skip ' +
64 ['NODE_TLS_REJECT_UNAUTHORIZED', { helpText: 'set to 0 to disable TLS ' +
75 ['NODE_OPTIONS', { helpText: 'set CLI options in the environment via a ' +
173 displayHelpText += ' (currently set)';
[all...]
/third_party/node/tools/configure.d/
H A Dnodedownload.py88 download_types = set(['icu'])
103 """This function parses the options to --download and returns a set such as { icu: true }, etc. """
107 theOpts = set(opt.split(','))
/third_party/node/deps/v8/tools/wasm/
H A Dwasm-import-profiler.js80 instanceMap.set(instance, profile);
94 instanceMap.set(instance, profile);
/third_party/node/src/
H A Dnode_process_events.cc1 #include <set>
86 std::set<std::string> experimental_warnings;
/third_party/node/test/fixtures/
H A Dguess-hash-seed.js67 function time_set_lookup(set, value) {
73 set.has(value);
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/
H A Doption.js89 * Specify implied option values for when this option is set and the implied options are not.
258 this.negativeOptions.set(option.attributeName(), option);
260 this.positiveOptions.set(option.attributeName(), option);
/third_party/ninja/src/
H A Dmsvc_helper_main-win32.cc67 const set<string>& headers = parse.includes_; in WriteDepFileOrDie()
68 for (set<string>::const_iterator i = headers.begin(); in WriteDepFileOrDie()
H A Dtest.h82 std::set<std::string> files_removed_;
83 std::set<std::string> files_created_;
98 /// The subdirectory name for our dir, or empty if it hasn't been set up.
H A Dstate.h19 #include <set>
87 typedef std::set<Edge*, WeightedEdgeCmp> DelayedEdges;
110 /// is set to false, to indicate that they come from the input manifest.
/third_party/node/benchmark/async_hooks/
H A Dasync-resource-vs-destroy.js84 transactions.set(asyncId, value);
88 transactions.set(asyncId, getCLS());
/third_party/node/deps/icu-small/source/i18n/
H A Dname2uni.cpp42 _set_add(USet *set, UChar32 c) { in _set_add() argument
43 uset_add(set, c); in _set_add()
48 _set_addRange(USet *set, UChar32 start, UChar32 end) {
49 ((UnicodeSet *)set)->add(start, end);
53 _set_addString(USet *set, const char16_t *str, int32_t length) {
54 ((UnicodeSet *)set)->add(UnicodeString((UBool)(length<0), str, length));
67 // Get the legal character set in NameUnicodeTransliterator()
H A Dformat.cpp29 #error U_I18N_IMPLEMENTATION not set - must be set for all ICU source files in i18n/ - see https://unicode-org.github.io/icu/userguide/howtouseicu
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_pipeline_cache.h39 /* #include "util/set.h" */
40 struct set;
166 struct set *object_cache;
194 * set to true and a reference to that object is returned.
198 * in the disk cache but not the in-memory cache, *cache_hit is set to false.
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
H A DSelection.java30 public Selection set(Selection other) { in set() method in Selection
37 public Selection set(int anchor, int caret, boolean clickAfter) { in set() method in Selection
/third_party/node/deps/v8/src/ast/
H A Dast-function-literal-id-reindexer.cc28 // Make sure we're not already in the visited set. in VisitFunctionLiteral()
92 const std::set<FunctionLiteral*>* visited) in AstFunctionLiteralIdReindexChecker()
102 const std::set<FunctionLiteral*>* visited_;
/third_party/node/deps/v8/src/heap/cppgc/
H A Dremembered-set.cc5 #include "src/heap/cppgc/remembered-set.h"
19 // Visit remembered set that was recorded in the generational barrier.
20 void VisitRememberedSlots(const std::set<void*>& slots, const HeapBase& heap, in VisitRememberedSlots()
54 const std::set<HeapObjectHeader*>& remembered_source_objects, in VisitRememberedSourceObjects()
/third_party/node/deps/v8/src/objects/
H A Djs-number-format.h12 #include <set>
74 V8_EXPORT_PRIVATE static const std::set<std::string>& GetAvailableLocales();
H A Djs-collection.h33 static void Initialize(Handle<JSSet> set, Isolate* isolate);
34 static void Clear(Isolate* isolate, Handle<JSSet> set);

Completed in 11 milliseconds

1...<<131132133134135136137138139140>>...341