/third_party/icu/icu4c/source/i18n/ |
H A D | csr2022.cpp | 154 results->set(textIn, this, confidence); in match() 170 results->set(textIn, this, confidence); in match() 185 results->set(textIn, this, confidence); in match()
|
/third_party/json/tests/src/ |
H A D | unit-hash.cpp | 15 #include <set> 23 std::set<std::size_t> hashes; 72 std::set<std::size_t> hashes;
|
/third_party/node/lib/internal/modules/esm/ |
H A D | fetch_module.js | 166 cacheForGET.set(parsed.href, entry); 214 cacheForGET.set(parsed.href, entry); 221 cacheForGET.set(parsed.href, result);
|
/third_party/node/lib/internal/modules/ |
H A D | helpers.js | 70 // TODO: Use this set when resolving pkg#exports conditions in loader.js. 119 * Use redirects to set up a mapping from a policy and restrict dependencies. 160 urlToFileCache.set(href, filepath); 230 * @param {string} dummyModuleName - The label representing the set of built-in modules to add. 269 // Override the current getter/setter and set up a new 274 set: setReal, 284 set: setReal,
|
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/ |
H A D | script_mutator.js | 86 dependencies.set('mjsunit', sourceHelpers.loadDependencyAbs( 117 dependencies.set(shellJsPaths[i], dependency); 127 dependencies.set(
|
/third_party/node/deps/v8/tools/testrunner/testproc/ |
H A D | variant_test.py | 25 self.results = set() 38 self.loaded = set() 169 self.assertSetEqual(set(variants[1:]), self.fake_filter.loaded)
|
/third_party/node/src/ |
H A D | node_builtins.h | 10 #include <set> 94 std::set<std::string> can_be_required; 95 std::set<std::string> cannot_be_required;
|
H A D | node_realm.h | 29 * node::Realm is a container for a set of JavaScript objects and functions 34 * with a global object and a set of intrinsic objects. An ECMAScript realm has 122 std::set<struct node_module*> internal_bindings; 123 std::set<std::string> builtins_with_cache; 124 std::set<std::string> builtins_without_cache;
|
/third_party/musl/src/time/ |
H A D | timer_create.c | 120 sigset_t set; in timer_create() local 154 __block_app_sigs(&set); in timer_create() 157 __restore_sigs(&set); in timer_create()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | csr2022.cpp | 154 results->set(textIn, this, confidence); in match() 170 results->set(textIn, this, confidence); in match() 185 results->set(textIn, this, confidence); in match()
|
/third_party/node/deps/npm/node_modules/@npmcli/map-workspaces/lib/ |
H A D | index.js | 123 seen.set(name, seenPackagePathnames) 141 results.set(packageName, seenPackagePathnames.values().next().value) 201 results.set(packagePathname, name)
|
/third_party/node/deps/v8/src/base/ |
H A D | region-allocator.h | 8 #include <set> 177 using AllRegionsSet = std::set<Region*, AddressEndOrder>; 187 std::set<Region*, SizeAddressOrder> free_regions_; 196 // Adds given region to the set of free regions. 202 // Removes given region from the set of free regions.
|
/third_party/node/deps/v8/src/objects/ |
H A D | property-array-inl.h | 54 void PropertyArray::set(int index, Object value) { in set() function in v8::internal::PropertyArray 63 void PropertyArray::set(int index, Object value, WriteBarrierMode mode) { in set() function in v8::internal::PropertyArray 71 void PropertyArray::set(int index, Object value, SeqCstAccessTag tag) { in set() function in v8::internal::PropertyArray
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_instr_fetch.h | 96 void set_fetch_flag(EFlags flag) {m_tex_flags.set(flag);} in set_fetch_flag() 105 void set_mfc(int mfc) {m_tex_flags.set(is_mega_fetch); m_mega_fetch_count = mfc;} in set_mfc() 110 void set_print_skip(EPrintSkip skip) {m_skip_print.set(skip);} in set_print_skip()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | bitfield-method-same-name.rs | 75 pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64) { in set() functions 136 self._bitfield_1.set(0usize, 3u8, val as u64) in set_type__bindgen_bitfield() 145 __bindgen_bitfield_unit.set(0usize, 3u8, {
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/ |
H A D | vktSafetyCriticalApiTests.cpp | 26 #include <set> 85 std::set<std::string> coreExtensions in forbiddenCoreExtensions() 147 return tcu::TestStatus::pass("No extensions from forbidden set"); in forbiddenCoreExtensions() 255 std::set<std::string> extensions in allowedExtensions()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/ |
H A D | vktTypeComparisonUtil.cpp | 27 #include <set> 134 void getCompareDependencies (std::set<glu::DataType> &compareFuncs, glu::DataType basicType) in getCompareDependencies() 168 void collectUniqueBasicTypes (std::set<glu::DataType> &basicTypes, const glu::VarType &type) in collectUniqueBasicTypes()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | HandleAllocator_unittest.cpp | 21 std::set<GLuint> allocationList; in TEST() 32 std::set<GLuint> allocatedList; in TEST() 46 std::set<GLuint> allocationList; in TEST()
|
/third_party/skia/src/core/ |
H A D | SkAnalyticEdge.h | 157 bool set(const SkPoint pts[2]){ 171 bool set(const SkPoint pts[3]){ 187 bool set(const SkPoint pts[4]){
|
H A D | SkPoint.cpp | 22 dst->set(fX * scale, fY * scale); in scale() 60 pt->set(0, 0); in set_point_length() 67 pt->set(x, y); in set_point_length()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | csr2022.cpp | 154 results->set(textIn, this, confidence); in match() 170 results->set(textIn, this, confidence); in match() 185 results->set(textIn, this, confidence); in match()
|
/third_party/skia/third_party/externals/icu/source/samples/dtptngsample/ |
H A D | dtptngsample.cpp | 48 cal->set (1999,9,13,23,58,59); in getBestPatternExample() 88 cal->set (1999,9,13,23,58,59); in addPatternExample() 129 cal->set (1999,9,13,23,58,59); in replaceFieldTypesExample()
|
/third_party/skia/third_party/externals/dawn/generator/templates/ |
H A D | api.h | 54 {% set c_prefix = metadata.c_prefix %} 112 {% set Out = "Out" if type.output else "" %} 113 {% set const = "const " if not type.output else "" %}
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/MachO/ |
H A D | ArchitectureSet.h | 9 // Defines the architecture set. 37 ArchitectureSet(Architecture Arch) : ArchitectureSet() { set(Arch); } in ArchitectureSet() 40 void set(Architecture Arch) { in set() function in llvm::MachO::ArchitectureSet 125 set(Arch); in operator |=()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | RDFLiveness.h | 20 #include <set> 50 using NodeRefSet = std::set<NodeRef>; 120 // phi id -> (map: register -> set of reached non-phi uses) 124 std::map<MachineBasicBlock*,std::set<MachineBasicBlock*>> IIDF; 133 // the dominator tree), create a map: block -> set of uses live on exit.
|