Home
last modified time | relevance | path

Searched refs:set (Results 3101 - 3125 of 5727) sorted by relevance

1...<<121122123124125126127128129130>>...230

/third_party/gn/src/gn/
H A Dninja_c_binary_target_writer.cc11 #include <set>
217 // Verify that the function that separately computes a source set's object in Run()
821 std::set<std::string> set; in CheckForDuplicateObjectFiles() local
823 if (!set.insert(file.value()).second) { in CheckForDuplicateObjectFiles()
/third_party/icu/icu4c/source/common/
H A Ducnv_ext.cpp276 * target<targetLimit; set error code for overflow
422 * to the error buffer, set an error code, in ucnv_extContinueMatchToU()
445 /* set the error code for unassigned */ in ucnv_extContinueMatchToU()
747 * target<targetLimit; set error code for overflow
925 * to the error buffer, set an error code, in ucnv_extContinueMatchFromU()
947 /* set the error code for unassigned */ in ucnv_extContinueMatchFromU()
955 // Add only code points for which the roundtrip flag is set. in extSetUseMapping()
961 // Do not add entries with reserved bits set. in extSetUseMapping()
967 // Do not add entries with reserved bits set. in extSetUseMapping()
1003 sa->add(sa->set, firstC in ucnv_extGetUnicodeSetString()
[all...]
H A Duniset_props.cpp50 // Special property set IDs
147 * Constructs a set from the given pattern, optionally ignoring
150 * @param pattern a string specifying what characters are in the set
193 // _applyPattern calls add() etc., which set pat to empty. in applyPatternIgnoreSpace()
287 // lastItem: 0=none, 1=char, 2=set in applyPattern()
313 // -------- Parse '[' of opening delimiter OR nested set. in applyPattern()
314 // If there is a nested set, use `setMode' to define how in applyPattern()
315 // the set should be parsed. If the '[' is part of the in applyPattern()
318 // characters representing a nested set in the symbol in applyPattern()
364 // (important not to modify stored set) in applyPattern()
790 const USet *set = u_getBinaryPropertySet(prop, &ec); applyIntPropertyValue() local
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/
H A DRBBIMonkeyTest.java49 String fOriginalDef; // set definition as it appeared in user supplied rules.
50 String fExpandedDef; // set definition with any embedded named sets replaced by their defs, recursively.
52 CharClass(String name, String originalDef, String expandedDef, UnicodeSet set) { in CharClass() argument
56 fSet = set; in CharClass()
61 // class BreakRule Struct-like class represents a single rule from a set of break rules.
62 // Each rule has the set definitions expanded, and
68 String fExpandedRule; // Rule expression after expanding the set definitions.
74 // class BreakRules represents a complete set of break rules, possibly tailored,
86 // Match an alpha-numeric identifier in a rule. Will be a set name. in BreakRules()
133 * replacing any set reference
514 void set(BreakRules rules, ICU_Rand rand) { set() method in RBBIMonkeyTest.MonkeyTestData
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
H A DRBBIMonkeyTest.java46 String fOriginalDef; // set definition as it appeared in user supplied rules.
47 String fExpandedDef; // set definition with any embedded named sets replaced by their defs, recursively.
49 CharClass(String name, String originalDef, String expandedDef, UnicodeSet set) { in CharClass() argument
53 fSet = set; in CharClass()
58 // class BreakRule Struct-like class represents a single rule from a set of break rules.
59 // Each rule has the set definitions expanded, and
65 String fExpandedRule; // Rule expression after expanding the set definitions.
71 // class BreakRules represents a complete set of break rules, possibly tailored,
83 // Match an alpha-numeric identifier in a rule. Will be a set name. in BreakRules()
130 * replacing any set reference
511 void set(BreakRules rules, ICU_Rand rand) { set() method in RBBIMonkeyTest.MonkeyTestData
[all...]
/third_party/icu/icu4c/source/extra/uconv/
H A Duconv.cpp192 /* Print converter information. If lookfor is set, only that converter will
497 USet *set = uset_open(1, 0); in cnvSigType() local
499 ucnv_getUnicodeSet(cnv, set, UCNV_ROUNDTRIP_SET, &err); in cnvSigType()
500 if (U_SUCCESS(err) && uset_contains(set, uSig)) { in cnvSigType()
505 uset_close(set); in cnvSigType()
694 // available, it returns NULL and a failure code. We also set the in convertFile()
754 // At the last conversion in the file, flush should be set to in convertFile()
782 // - an error occurred during conversion (an error code is set) in convertFile()
918 // At the last conversion flush should be set to true to ensure that in convertFile()
1391 * Hey, Emacs, please set th
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_instr_set.c796 struct set *
803 nir_instr_set_destroy(struct set *instr_set) in nir_instr_set_destroy()
809 nir_instr_set_add_or_rewrite(struct set *instr_set, nir_instr *instr, in nir_instr_set_add_or_rewrite()
828 * exactly identical in every other way so, once we've set the exact in nir_instr_set_add_or_rewrite()
847 nir_instr_set_remove(struct set *instr_set, nir_instr *instr) in nir_instr_set_remove()
/third_party/node/lib/
H A Dassert.js287 // Make sure the limit is set to 1. Otherwise it could fail (<= 0) or it
296 overrideStackTrace.set(err, (_, stack) => stack);
311 errorCache.set(identifier, undefined);
361 // Make sure to always set the cache! No matter if the message is
363 errorCache.set(identifier, message);
368 errorCache.set(identifier, undefined);
/third_party/node/deps/icu-small/source/common/
H A Duniset_props.cpp50 // Special property set IDs
147 * Constructs a set from the given pattern, optionally ignoring
150 * @param pattern a string specifying what characters are in the set
193 // _applyPattern calls add() etc., which set pat to empty. in applyPatternIgnoreSpace()
287 // lastItem: 0=none, 1=char, 2=set in applyPattern()
313 // -------- Parse '[' of opening delimiter OR nested set. in applyPattern()
314 // If there is a nested set, use `setMode' to define how in applyPattern()
315 // the set should be parsed. If the '[' is part of the in applyPattern()
318 // characters representing a nested set in the symbol in applyPattern()
364 // (important not to modify stored set) in applyPattern()
787 const USet *set = u_getBinaryPropertySet(prop, &ec); applyIntPropertyValue() local
[all...]
H A Ducnv_ext.cpp276 * target<targetLimit; set error code for overflow
422 * to the error buffer, set an error code, in ucnv_extContinueMatchToU()
445 /* set the error code for unassigned */ in ucnv_extContinueMatchToU()
747 * target<targetLimit; set error code for overflow
925 * to the error buffer, set an error code, in ucnv_extContinueMatchFromU()
947 /* set the error code for unassigned */ in ucnv_extContinueMatchFromU()
955 // Add only code points for which the roundtrip flag is set. in extSetUseMapping()
961 // Do not add entries with reserved bits set. in extSetUseMapping()
967 // Do not add entries with reserved bits set. in extSetUseMapping()
1003 sa->add(sa->set, firstC in ucnv_extGetUnicodeSetString()
[all...]
H A Duprops.cpp816 sa->add(sa->set, c); in uprops_addPropertyStarts()
820 sa->add(sa->set, c); in uprops_addPropertyStarts()
821 sa->add(sa->set, c + 1); in uprops_addPropertyStarts()
851 sa->add(sa->set, start); in uprops_addPropertyStarts()
/third_party/node/deps/cjs-module-lexer/
H A Dlexer.js1083 function isInAstralSet(code, set) {
1085 for (let i = 0; i < set.length; i += 2) {
1086 pos += set[i]
1088 pos += set[i + 1]
/third_party/libinput/test/
H A Dtest-quirks.c895 quirk set to the given string. Creates a data directory, inits the quirks
1342 bool set = _i; /* ranged test */ in START_TEST() local
1354 set ? 0 : 1, in START_TEST()
1355 set ? 1 : 0); in START_TEST()
1371 ck_assert(isset == set); in START_TEST()
/third_party/node/deps/v8/src/objects/
H A Dcontexts.h36 // header with a set of common fields.
485 V8_INLINE void set(int index, Object value,
491 V8_INLINE void set(int index, Object value, WriteBarrierMode mode,
721 // one could still use Context::set and/or write directly using offsets (e.g.
723 void set(int index, Object value, WriteBarrierMode mode) = delete;
724 V8_INLINE void set(int index, Object value, WriteBarrierMode mode,
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_ra_init.cpp67 void set(unsigned index);
71 void set(unsigned index, unsigned val);
122 void regbits::set(unsigned index) {
141 void regbits::set(unsigned index, unsigned val) {
148 // free register for ra means the bit is set
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
H A DNumberingScheme.java74 // Bitmask for [1-9] (bits 1..9 set, bit 0 clear).
115 ImmutableSet.Builder<PhoneRegion> set = ImmutableSet.builder(); in create()
116 set.add(mainRegion); in create()
117 extraRegions.stream().sorted().forEach(set::add); in create()
118 ImmutableSet<PhoneRegion> allRegions = set.build(); in create()
153 * most cases this set just contains the preferred prefix, but alternate values may be present
157 * <p>If there is a preferred prefix, it is listed first, otherwise the set is empty.
510 // set-like operation, it's just done "manually" using bit masks. It's not a union of the in checkAltFormatConsistency()
/third_party/python/Lib/multiprocessing/
H A Dpool.py782 self._event.set()
804 self._event.set()
818 self._event.set()
830 self._event.set()
/third_party/python/Lib/
H A Dos.py108 _set = set()
127 _set = set()
131 _set = set()
147 _set = set()
322 systems that support them. In order to get this functionality, set the
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DSwapChain11.cpp225 mOffscreenTexture.set(d3d11::DynamicCastComObject<ID3D11Texture2D>(tempResource11), in resetOffscreenColorBuffer()
231 mOffscreenTexture.set(d3d11::DynamicCastComObject<ID3D11Texture2D>(mD3DTexture), in resetOffscreenColorBuffer()
534 mBackBufferTexture.set(backbufferTexture, format); in resize()
658 mBackBufferTexture.set(backbufferTex, format); in reset()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DValidateAST.cpp87 std::vector<std::set<const TVariable *>> mDeclaredVariables;
88 std::set<const TInterfaceBlock *> mNamelessInterfaceBlocks;
96 std::set<const TFunction *> mDeclaredFunctions;
230 // Note that structOrBlock was previously only set for named structures, so make sure nameless in visitStructOrInterfaceBlockDeclaration()
522 for (const std::set<const TVariable *> &scopeVariables : mDeclaredVariables) in isVariableDeclared()
998 // ValidateAST is called after transformations, so if |validateNoMoreTransformations| is set, in ValidateAST()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp82 #include <set>
139 return MachineFunctionProperties().set(
150 using RegSet = std::set<unsigned>;
162 /// Finds the initial set of vreg intervals to allocate.
196 // A minimum spill costs, so that register constraints can can be set
291 // the set will assume they're actually equal and refuse to insert a in lowestEndPoint()
308 // isn't linear, because the size of the active set isn't bound by the
325 using IntervalSet = std::set<IntervalInfo, decltype(&lowestEndPoint)>;
332 // Start by building the inactive set.
386 // Finally, add Cur to the Active set
[all...]
/third_party/vk-gl-cts/executor/
H A DxeTestResultParser.cpp621 ri::EglConfigSet* set = curList->allocItem<ri::EglConfigSet>(); in handleElementStart() local
622 set->name = getAttribute("Name"); in handleElementStart()
623 set->description = m_xmlParser.hasAttribute("Description") ? m_xmlParser.getAttribute("Description") : ""; in handleElementStart()
624 item = set; in handleElementStart()
/third_party/vk-gl-cts/external/amber/src/samples/
H A Damber.cc26 #include <set>
96 -B [<pipeline name>:][<desc set>:]<binding> -- Identifier of buffer to write.
501 // Parse file path and set it for delegate to use when loading buffer data.
540 std::set<std::string> required_features;
541 std::set<std::string> required_device_extensions;
542 std::set<std::string> required_instance_extensions;
580 // Have a filename to dump, but no explicit buffer, set the default of 0:0.
/third_party/skia/src/core/
H A DSkScan_Hairline.cpp56 clipBounds.set(clip->getBounds());
475 tangent.set(1, 0);
496 tangent.set(-1, 0);
551 insetStorage.set(clip->getBounds());
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/fontinfo/
H A DFontInfo.java319 UnicodeSet set = null; in listCharBlockCoverage()
321 set = new UnicodeSet("[[:Block=" + block + ":]-[:gc=Unassigned:]-[:gc=Control:]]"); in listCharBlockCoverage()
326 for (String charStr : set) { in listCharBlockCoverage()
334 UnicodeBlockData.getBlockEndCode(i)), String.format("%d / %d", count, set.size()) })); in listCharBlockCoverage()
423 // Iterate through each set in listCharsNeededToCoverScript()
434 // New covered script found, create set in listCharsNeededToCoverScript()
613 // Get a set of all mapped glyph IDs in listUnmappedGlyphs()
622 // Iterate through all glyph IDs and check if in the set in listUnmappedGlyphs()

Completed in 34 milliseconds

1...<<121122123124125126127128129130>>...230