Home
last modified time | relevance | path

Searched refs:set (Results 6351 - 6375 of 10113) sorted by relevance

1...<<251252253254255256257258259260>>...405

/third_party/icu/icu4c/source/i18n/
H A Dcollationdatabuilder.cpp94 * The "era" of building intermediate contexts when the above builtCE32 was set.
350 // Always set the Hangul tag to help performance. in initForTailoring()
356 // Copy the set contents but don't copy/clone the set as a whole because in initForTailoring()
370 // TODO: Do we need to check what values are currently set for start..end? in maybeSetPrimaryRange()
1008 // No need to update the unsafeBackwardSet because the tailoring set in copyContractionsFromBaseCE32()
1009 // is already a copy of the base set. in copyContractionsFromBaseCE32()
1165 CollationDataBuilder::optimize(const UnicodeSet &set, UErrorCode &errorCode) { in optimize() argument
1166 if(U_FAILURE(errorCode) || set.isEmpty()) { return; } in optimize()
1167 UnicodeSetIterator iter(set); in optimize()
1181 suppressContractions(const UnicodeSet &set, UErrorCode &errorCode) suppressContractions() argument
[all...]
/third_party/libunwind/libunwind/doc/
H A Dlibunwind-dynamic.tex60 exact set of instructions that make up an epilogue is also irrelevant.
145 personality routine, \Var{handler} must be set to 0.
149 set to 0.
284 active, this member should be set to the manifest constant
304 convention, the \Var{when} member should be set to 0, however.
351 \Var{val}. The set of registers that can be specified for this tag
/third_party/json/tests/src/
H A Dunit-conversions.cpp26 #include <set>
1409 SECTION("std::set")
1411 j1.get<std::set<int>>();
1412 j2.get<std::set<unsigned int>>();
1413 j3.get<std::set<double>>();
1414 j4.get<std::set<bool>>();
1415 j5.get<std::set<std::string>>();
/third_party/node/deps/icu-small/source/common/
H A Ducnvisci.cpp1503 /* set toUBytes[] */ in UConverter_toUnicode_ISCII_OFFSETS_LOGIC()
1543 if (*pBufferSize == 0) { /* 'preflighting' request - set needed size into *pBufferSize */ in _ISCII_SafeClone()
1571 scripts, we add all roundtrippable characters to this set. */ in _ISCIIGetUnicodeSet()
1572 sa->addRange(sa->set, 0, ASCII_END); in _ISCIIGetUnicodeSet()
1578 sa->add(sa->set, idx + (script * DELTA) + INDIC_BLOCK_BEGIN); in _ISCIIGetUnicodeSet()
1582 sa->add(sa->set, DANDA); in _ISCIIGetUnicodeSet()
1583 sa->add(sa->set, DOUBLE_DANDA); in _ISCIIGetUnicodeSet()
1584 sa->add(sa->set, ZWNJ); in _ISCIIGetUnicodeSet()
1585 sa->add(sa->set, ZWJ); in _ISCIIGetUnicodeSet()
/third_party/node/deps/icu-small/source/i18n/
H A Dcollationdatabuilder.cpp94 * The "era" of building intermediate contexts when the above builtCE32 was set.
350 // Always set the Hangul tag to help performance. in initForTailoring()
356 // Copy the set contents but don't copy/clone the set as a whole because in initForTailoring()
370 // TODO: Do we need to check what values are currently set for start..end? in maybeSetPrimaryRange()
1008 // No need to update the unsafeBackwardSet because the tailoring set in copyContractionsFromBaseCE32()
1009 // is already a copy of the base set. in copyContractionsFromBaseCE32()
1165 CollationDataBuilder::optimize(const UnicodeSet &set, UErrorCode &errorCode) { in optimize() argument
1166 if(U_FAILURE(errorCode) || set.isEmpty()) { return; } in optimize()
1167 UnicodeSetIterator iter(set); in optimize()
1181 suppressContractions(const UnicodeSet &set, UErrorCode &errorCode) suppressContractions() argument
[all...]
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm/crypto/sha/
H A Dsha1-mips.S5 .set noat
6 .set noreorder
13 .set noreorder
36 .set reorder
3020 .set noreorder
3024 .set noreorder
/third_party/node/deps/v8/src/deoptimizer/
H A Dtranslated-state.cc1533 array->set(i, value->Number()); in MaterializeFixedDoubleArray()
1776 object_storage->set(array_index, kStoreHeapObject); in EnsurePropertiesAllocatedAndMarked()
1789 object_storage->set(i, kStoreTagged); in AllocateStorageFor()
1812 object_storage->set(array_index, kStoreHeapObject); in EnsureJSObjectAllocated()
2014 previously_materialized_objects->set(i, *marker); in StoreMaterializedValuesAndDeopt()
2043 previously_materialized_objects->set(i, *value); in StoreMaterializedValuesAndDeopt()
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm_avx2/crypto/sha/
H A Dsha1-mips.S5 .set noat
6 .set noreorder
13 .set noreorder
36 .set reorder
3020 .set noreorder
3024 .set noreorder
/third_party/python/Lib/test/support/
H A D__init__.py179 verbose = 1 # Flag set to 0 by regrtest.py
180 use_resources = None # Flag set to [] by regrtest.py
248 reason = "gui not available (WSF_VISIBLE flag not set)"
296 Known resources are set by regrtest.py. If not running under regrtest.py,
297 all resources are assumed enabled unless use_resources has been set.
1181 func = set(patterns).__contains__
1294 # to check if a test modified the environment. The flag should be set to False
1339 This will set obj.attr to 5 for the duration of the with: block,
1370 This will set obj["item"] to 5 for the duration of the with: block,
1552 """Returns the set o
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A Dgen_builtin_symbols.py1050 # Note that this will set primarySize and secondarySize also on genTypes. In that case they
1055 'Unexpected secondarySize on type that does not have primarySize set')
1252 self.name_declarations = set()
1268 self.type_array_sizes_declarations = set()
1296 self.defined_function_variants = set()
1297 self.defined_parameter_names = set()
1538 gen_type = set()
1838 used_param_variable_names = set()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DProgramLinkedResources.cpp878 std::set<GLuint> ignoredLocations; in indexUniforms()
882 // Gather uniform locations that have been set either using the bindUniformLocationCHROMIUM API in indexUniforms()
894 // Gather uniforms that have their location pre-set and uniforms that don't yet have a location. in indexUniforms()
933 // Make enough space for all uniforms, with pre-set locations or not. in indexUniforms()
938 // Assign uniforms with pre-set locations in indexUniforms()
971 std::set<GLuint> *ignoredLocations,
975 std::set<GLuint> reservedLocations;
1215 std::set<std::string> visitedList; in linkBlocks()
1419 isShaderStageUsedBitset.set(shaderType); in LinkingVariables()
1435 isShaderStageUsedBitset.set(shaderTyp in LinkingVariables()
[all...]
/third_party/skia/src/gpu/
H A DGrResourceCache.cpp636 // We must set the timestamp before adding to the array in case the timestamp wraps and we wind in insertResource()
869 std::set<GrGpuResourceTag> GrResourceCache::getAllGrGpuResourceTags() const { in getAllGrGpuResourceTags()
870 std::set<GrGpuResourceTag> result; in getAllGrGpuResourceTags()
1387 void GrResourceCache::purgeCacheBetweenFrames(bool scratchResourcesOnly, const std::set<int>& exitedPidSet, in purgeCacheBetweenFrames()
1388 const std::set<int>& protectedPidSet) { in purgeCacheBetweenFrames()
1424 void GrResourceCache::purgeUnlockedResourcesByPid(bool scratchResourceOnly, const std::set<int>& exitedPidSet) { in purgeUnlockedResourcesByPid()
1582 fTexturesAwaitingUnref.set(id, {texture});
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollationdatabuilder.cpp331 // Always set the Hangul tag to help performance. in initForTailoring()
337 // Copy the set contents but don't copy/clone the set as a whole because in initForTailoring()
350 // TODO: Do we need to check what values are currently set for start..end? in maybeSetPrimaryRange()
894 // No need to update the unsafeBackwardSet because the tailoring set in copyContractionsFromBaseCE32()
895 // is already a copy of the base set. in copyContractionsFromBaseCE32()
1051 CollationDataBuilder::optimize(const UnicodeSet &set, UErrorCode &errorCode) { in optimize() argument
1052 if(U_FAILURE(errorCode) || set.isEmpty()) { return; } in optimize()
1053 UnicodeSetIterator iter(set); in optimize()
1067 CollationDataBuilder::suppressContractions(const UnicodeSet &set, UErrorCod argument
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-cmap-table.hh31 #include "hb-set.hh"
73 mapping->set (i, glyph);
84 HBUINT16 format; /* Format number is set to 0. */
426 mapping->set (codepoint, gid); in collect_mapping()
440 mapping->set (codepoint, gid); in collect_mapping()
497 HBUINT16 format; /* Format number is set to 4. */
592 mapping->set (unicode, glyphid); in collect_mapping()
683 mapping->set (cp, gid); in collect_mapping()
696 HBUINT16 format; /* Subtable format; set to 12. */
697 HBUINT16 reserved; /* Reserved; set t
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonSplitDouble.cpp41 #include <set>
89 using USet = std::set<unsigned>;
229 DoubleRegs.set(i); in partitionRegisters()
240 FixedRegs.set(x); in partitionRegisters()
263 FixedRegs.set(x); in partitionRegisters()
529 // Get the set of all double registers defined by phi nodes in the in collectIndRegsForLoop()
605 // For register operands, set the subregister. in createHalfInstr()
1127 using MISet = std::set<MachineInstr *>; in splitPartition()
H A DRDFGraph.cpp39 #include <set>
502 // If it is the only member, set both first and last to 0. in removeMember()
777 // Allocate a new node and set the attributes to Attrs.
786 // are set to 0.
947 // Build a map "PhiM" which will contain, for each block, the set in build()
1032 std::set<RegisterId> Defined; in pushClobbers()
1077 std::set<RegisterId> Defined; in pushDefs()
1313 DoneDefs.set(R); in buildStmt()
1330 DoneClobbers.set(i); in buildStmt()
1361 DoneDefs.set( in buildStmt()
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Ducnvisci.cpp1503 /* set toUBytes[] */ in UConverter_toUnicode_ISCII_OFFSETS_LOGIC()
1543 if (*pBufferSize == 0) { /* 'preflighting' request - set needed size into *pBufferSize */ in _ISCII_SafeClone()
1571 scripts, we add all roundtrippable characters to this set. */ in _ISCIIGetUnicodeSet()
1572 sa->addRange(sa->set, 0, ASCII_END); in _ISCIIGetUnicodeSet()
1578 sa->add(sa->set, idx + (script * DELTA) + INDIC_BLOCK_BEGIN); in _ISCIIGetUnicodeSet()
1582 sa->add(sa->set, DANDA); in _ISCIIGetUnicodeSet()
1583 sa->add(sa->set, DOUBLE_DANDA); in _ISCIIGetUnicodeSet()
1584 sa->add(sa->set, ZWNJ); in _ISCIIGetUnicodeSet()
1585 sa->add(sa->set, ZWJ); in _ISCIIGetUnicodeSet()
/third_party/python/Lib/xml/etree/
H A DElementTree.py354 def set(self, key, value): member in Element
358 this a bit more efficiently. *key* is what attribute to set, and
359 *value* is the attribute value to set it to.
391 elements may or may not be included. To get a stable set, use the
1297 # iterparse needs this to set its root attribute properly :(
1639 # is set, the attributes are reported as a list of alternating
1779 - *with_comments*: set to true to include comments
1780 - *strip_text*: set to true to strip whitespace before and after text content
1781 - *rewrite_prefixes*: set to true to replace namespace prefixes by "n{number}"
1782 - *qname_aware_tags*: a set o
[all...]
/third_party/python/Lib/test/
H A Dtest_xmlrpc.py58 # since with use_builtin_types set to 1 the unmarshaller would create
603 # The evt is set twice. First when the server is ready to serve.
605 # the event after it has been set the first time to catch the second set.
656 evt.set()
668 evt.set()
726 evt.set()
738 evt.set()
861 expected_methods = set(['pow', 'div', 'my_function', 'add', 'têšt',
868 self.assertEqual(set(met
[all...]
/third_party/python/Modules/
H A Dselectmodule.c123 seq2set(PyObject *seq, fd_set *set, pylist fd2obj[FD_SETSIZE + 1]) in seq2set() argument
131 fd2obj[0].obj = (PyObject*)0; /* set list to zero size */ in seq2set()
132 FD_ZERO(set); in seq2set()
160 FD_SET(v, set); in seq2set()
184 set2list(fd_set *set, pylist fd2obj[FD_SETSIZE + 1]) in set2list() argument
191 if (FD_ISSET(fd2obj[j].fd, set)) in set2list()
201 if (FD_ISSET(fd, set)) { in set2list()
315 * propagates the Python exception set in seq2set() in select_select_impl()
568 /* This will simply raise the KeyError set by PyDict_DelItem in select_poll_unregister_impl()
587 Polls the set o
[all...]
/third_party/spirv-tools/source/val/
H A Dvalidate_memory.cpp38 bool HasConflictingMemberOffsets(const std::set<Decoration>&,
39 const std::set<Decoration>&);
108 const std::set<Decoration>& type1_decorations = _.id_decorations(type1->id()); in HaveSameLayoutDecorations()
109 const std::set<Decoration>& type2_decorations = _.id_decorations(type2->id()); in HaveSameLayoutDecorations()
121 const std::set<Decoration>& type1_decorations, in HasConflictingMemberOffsets()
122 const std::set<Decoration>& type2_decorations) { in HasConflictingMemberOffsets()
1245 << " cannot have the sign bit set to 1."; in ValidateCopyMemory()
/kernel/linux/linux-5.10/drivers/bcma/
H A Ddriver_gpio.c181 chip->set = bcma_gpio_set_value; in bcma_gpio_init()
/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpio-xra1403.c113 dev_err(chip->parent, "Failed to set pin: %d, ret: %d\n", in xra1403_set()
170 xra->chip.set = xra1403_set; in xra1403_probe()
H A Dgpio-zevio.c159 .set = zevio_gpio_set,
198 dev_dbg(controller->chip.gc.parent, "ZEVIO GPIO controller set up!\n"); in zevio_gpio_probe()
/kernel/linux/linux-5.10/arch/x86/lib/
H A Datomic64_386_32.S44 BEGIN_IRQ_SAVE(set)

Completed in 49 milliseconds

1...<<251252253254255256257258259260>>...405