/third_party/icu/icu4c/source/i18n/ |
H A D | name2uni.cpp | 42 _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 D | ssd1306-i2c.c | 58 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 D | khronos-update.py | 210 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 D | filterbr.py | 84 nrs = set() 87 nrs = set(cond_lines_from_file(line[3:-1]))
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
H A D | device.hpp | 26 #include <set> 108 friend std::set<cl_image_format>
|
H A D | format.cpp | 128 std::set<cl_image_format> 130 std::set<cl_image_format> s; in supported_formats()
|
/third_party/node/lib/internal/cluster/ |
H A D | round_robin_handle.js | 53 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 D | print_help.js | 36 ['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 D | nodedownload.py | 88 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 D | wasm-import-profiler.js | 80 instanceMap.set(instance, profile); 94 instanceMap.set(instance, profile);
|
/third_party/node/src/ |
H A D | node_process_events.cc | 1 #include <set> 86 std::set<std::string> experimental_warnings;
|
/third_party/node/test/fixtures/ |
H A D | guess-hash-seed.js | 67 function time_set_lookup(set, value) { 73 set.has(value);
|
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/ |
H A D | option.js | 89 * 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 D | msvc_helper_main-win32.cc | 67 const set<string>& headers = parse.includes_; in WriteDepFileOrDie() 68 for (set<string>::const_iterator i = headers.begin(); in WriteDepFileOrDie()
|
H A D | test.h | 82 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 D | state.h | 19 #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 D | async-resource-vs-destroy.js | 84 transactions.set(asyncId, value); 88 transactions.set(asyncId, getCLS());
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | name2uni.cpp | 42 _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 D | format.cpp | 29 #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 D | vk_pipeline_cache.h | 39 /* #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 D | Selection.java | 30 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 D | ast-function-literal-id-reindexer.cc | 28 // 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 D | remembered-set.cc | 5 #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 D | js-number-format.h | 12 #include <set> 74 V8_EXPORT_PRIVATE static const std::set<std::string>& GetAvailableLocales();
|
H A D | js-collection.h | 33 static void Initialize(Handle<JSSet> set, Isolate* isolate); 34 static void Clear(Isolate* isolate, Handle<JSSet> set);
|