/third_party/node/test/fixtures/wpt/WebCryptoAPI/wrapKey_unwrapKey/ |
H A D | wrapKey_unwrapKey.https.any.js | 505 A.set(new Uint8Array(B.slice(0,8))); 511 R.forEach(function(Ri,i){ result.set(Ri, i*8); }); 514 A.set(R[(i+1)%n],8); 520 A.set(R[0],8);
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | collationsets.cpp | 149 // a base offset-tag CE, via the [optimize [set]] syntax in compare() 364 // No need to collect nor check the tailored set. in enumCnERange() 366 // Collect the set of code points with mappings in the tailoring data. in enumCnERange() 378 cne->ranges.set(start, end).removeAll(cne->tailored); in enumCnERange() 597 ContractionsAndExpansions::addStrings(UChar32 start, UChar32 end, UnicodeSet *set) { in addStrings() argument 598 if(set == nullptr) { return; } in addStrings() 605 set->add(s); in addStrings()
|
H A D | tridpars.cpp | 87 UnicodeSet *set = new UnicodeSet(filter, ec); in createInstance() local 89 delete set; in createInstance() 91 t->adoptFilter(set); in createInstance() 248 * optional, and the return result will be set to 0 or 1. 728 UnicodeSet set(id, ppos, USET_IGNORE_SPACE, nullptr, ec); in parseFilterID()
|
H A D | repattrn.cpp | 185 fPattern = nullptr; // will be set later in init() 186 fPatternString = nullptr; // may be set later in init() 790 UnicodeSet *set = (UnicodeSet *)fSets->elementAt(val); in dumpOp() local 791 set->toPattern(s, true); in dumpOp() 804 UnicodeSet &set = RegexStaticSets::gStaticSets->fPropSets[val]; in dumpOp() local 805 set.toPattern(s, true); in dumpOp()
|
/third_party/node/deps/v8/src/objects/ |
H A D | contexts.cc | 12 #include "src/objects/string-set-inl.h" 61 result->set(used + kFirstContextSlotIndex, *script_context, kReleaseStore); in Extend() 71 set(header + var, ReadOnlyRoots(isolate).the_hole_value()); in Initialize() 433 set(OPTIMIZED_CODE_LIST, code, UPDATE_WEAK_WRITE_BARRIER, kReleaseStore); in AddOptimizedCode() 472 // TODO(v8:12298): Fix js-context-specialization cctests to set up full 508 set(EXTENSION_INDEX, object, mode); in set_extension()
|
/third_party/node/deps/v8/src/json/ |
H A D | json-stringifier.cc | 246 Handle<OrderedHashSet> set = factory()->NewOrderedHashSet(); in InitializeReplacer() local 275 OrderedHashSet::Add(isolate_, set, key); in InitializeReplacer() 276 if (!set_candidate.ToHandle(&set)) { in InitializeReplacer() 281 isolate_, set, GetKeysConversion::kKeepNumbers); in InitializeReplacer()
|
/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
H A D | sha512-mips.pl | 314 .set noat 325 .set noreorder 358 .set reorder 395 .set noreorder
|
/third_party/python/Lib/msilib/ |
H A D | __init__.py | 194 self.filenames = set() 225 _directories = set() 249 self.short_names = set() 250 self.ids = set()
|
/third_party/python/Lib/asyncio/ |
H A D | tasks.py | 43 """Return a set of all tasks for the loop.""" 403 when the timeout occurs are returned in the second set. 412 fs = set(fs) 532 done, pending = set(), set() 583 todo = {ensure_future(f, loop=loop) for f in set(fs)} 620 when the 'delay' is set to 0. It uses a bare 'yield' 780 # and set it to the 'outer' future.
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
H A D | mtl_command_buffer.h | 51 void set(id<MTLCommandQueue> metalQueue); 75 set(metalQueue); in operator =() 135 void set(id<MTLCommandBuffer> metalBuffer); 200 void set(id<MTLCommandEncoder> metalCmdEncoder);
|
/third_party/openssl/crypto/sha/asm/ |
H A D | sha512-mips.pl | 314 .set noat 325 .set noreorder 358 .set reorder 395 .set noreorder
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/ |
H A D | Rule.java | 101 Set<Rule> set = new HashSet<Rule>(); in rulesForGlyph() 104 set.addAll(glyphRuleMap.get(glyph)); in rulesForGlyph() 107 return set; in rulesForGlyph() 366 thisAllSegments.set(i+initialPos, intersection); in match()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | transformation_duplicate_region_with_selection.cpp | 63 std::set<uint32_t> ids_used_by_this_transformation; in IsApplicable() 307 std::set<opt::BasicBlock*> region_blocks = in Apply() 641 std::set<opt::BasicBlock*> 654 std::set<opt::BasicBlock*> result; in GetRegionBlocks()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | transformation_duplicate_region_with_selection.cpp | 63 std::set<uint32_t> ids_used_by_this_transformation; in IsApplicable() 307 std::set<opt::BasicBlock*> region_blocks = in Apply() 641 std::set<opt::BasicBlock*> 654 std::set<opt::BasicBlock*> result; in GetRegionBlocks()
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | nodes.py | 55 assert len(storage) == len(set(storage)), "layout conflict" 107 The `environment` attribute is set at the end of the parsing process for 188 most common one. This method is used in the parser to set assignment 838 for x in set(_binop_to_func) | set(_uaop_to_func) | set(_cmpop_to_func)
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | collationsets.cpp | 149 // a base offset-tag CE, via the [optimize [set]] syntax in compare() 364 // No need to collect nor check the tailored set. in enumCnERange() 366 // Collect the set of code points with mappings in the tailoring data. in enumCnERange() 378 cne->ranges.set(start, end).removeAll(cne->tailored); in enumCnERange() 597 ContractionsAndExpansions::addStrings(UChar32 start, UChar32 end, UnicodeSet *set) { in addStrings() argument 598 if(set == NULL) { return; } in addStrings() 605 set->add(s); in addStrings()
|
H A D | number_fluent.cpp | 280 copy.fMacros.usage.set(usage); in usage() 287 move.fMacros.usage.set(usage); in usage() 294 copy.fMacros.unitDisplayCase.set(unitDisplayCase); in unitDisplayCase() 301 move.fMacros.unitDisplayCase.set(unitDisplayCase); in unitDisplayCase() 465 // Copy over the compiled formatter and set call count to INT32_MIN as in computeCompiled(). in lnfMoveHelper() 661 // Note: We set the callCount to INT32_MIN so that if another thread proceeds to increment in computeCompiled()
|
H A D | repattrn.cpp | 185 fPattern = NULL; // will be set later in init() 186 fPatternString = NULL; // may be set later in init() 790 UnicodeSet *set = (UnicodeSet *)fSets->elementAt(val); in dumpOp() local 791 set->toPattern(s, TRUE); in dumpOp() 804 UnicodeSet &set = RegexStaticSets::gStaticSets->fPropSets[val]; in dumpOp() local 805 set.toPattern(s, TRUE); in dumpOp()
|
H A D | tridpars.cpp | 87 UnicodeSet *set = new UnicodeSet(filter, ec); in createInstance() local 89 delete set; in createInstance() 91 t->adoptFilter(set); in createInstance() 248 * optional, and the return result will be set to 0 or 1. 731 UnicodeSet set(id, ppos, USET_IGNORE_SPACE, NULL, ec); in parseFilterID()
|
/third_party/python/Lib/test/ |
H A D | test_gdb.py | 162 # We use "set breakpoint pending yes" to avoid blocking with a: 176 commands = ['set breakpoint pending yes', 182 # therefore we need to use 'set print address off' to 187 'set print address off', 198 commands += ['set print entry-values no'] 414 self.assertGdbRepr(set(), "set()") 415 self.assertGdbRepr(set(['a']), "{'a'}") 418 self.assertGdbRepr(set(['a', 'b']), "{'a', 'b'}") 419 self.assertGdbRepr(set([ [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | Value.h | 312 U.set(New); in replaceUsesWithIf() 601 /// in-bounds requirement set to false. 626 /// If CanBeNull is set by this function the pointer can either be null or be 730 void Use::set(Value *V) { in set() function in llvm::Value::Use 737 set(RHS); in operator =() 742 set(RHS.Val); in operator =()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
H A D | SampleProfWriter.cpp | 35 #include <set> 304 void SampleProfileWriterBinary::stablizeNameTable(std::set<StringRef> &V) { in stablizeNameTable() 315 std::set<StringRef> V; in writeNameTable() 353 std::set<StringRef> V; in writeNameTable()
|
/third_party/skia/third_party/externals/zlib/google/ |
H A D | zip_reader_unittest.cc | 11 #include <set> 213 std::set<base::FilePath> test_zip_contents_; 244 std::set<base::FilePath> actual_contents; in TEST_F() 262 std::set<base::FilePath> actual_contents; in TEST_F()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_image_writer.h | 755 dng_basic_tag_set (const dng_basic_tag_set &set); 757 dng_basic_tag_set & operator= (const dng_basic_tag_set &set); 986 exif_tag_set (const exif_tag_set &set); 988 exif_tag_set & operator= (const exif_tag_set &set);
|
/third_party/protobuf/python/ |
H A D | mox.py | 23 a mock object, it is in record mode. You then programmatically set 28 Once you have set up the expected mock behavior, you put it in replay 377 self._known_methods = set() 378 self._known_vars = set() 393 call. The method name is checked against the set of mockable 431 key: Key to set the value for. 432 value: Value to set. 591 This can be an ordered method, or part of an unordered set. 757 the IN clause contains the proper primary keys, so you can set your mock 1204 """UnorderedGroup holds a set o [all...] |