/third_party/node/deps/icu-small/source/common/ |
H A D | uniset_props.cpp | 50 // 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 D | ucnv_ext.cpp | 276 * 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 D | uprops.cpp | 816 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 D | lexer.js | 1083 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 D | test-quirks.c | 895 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 D | contexts.h | 36 // 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 D | sb_ra_init.cpp | 67 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 D | NumberingScheme.java | 74 // 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 D | pool.py | 782 self._event.set() 804 self._event.set() 818 self._event.set() 830 self._event.set()
|
/third_party/python/Lib/ |
H A D | os.py | 108 _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 D | SwapChain11.cpp | 225 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 D | ValidateAST.cpp | 87 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 D | RegAllocPBQP.cpp | 82 #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 D | xeTestResultParser.cpp | 621 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 D | amber.cc | 26 #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 D | SkScan_Hairline.cpp | 56 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 D | FontInfo.java | 319 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()
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_cross_c.h | 765 unsigned set, 797 unsigned set, 819 SPVC_PUBLIC_API spvc_result spvc_compiler_get_active_interface_variables(spvc_compiler compiler, spvc_set *set); 820 SPVC_PUBLIC_API spvc_result spvc_compiler_set_enabled_interface_variables(spvc_compiler compiler, spvc_set set);
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | fuzzer_pass_donate_modules.cpp | 19 #include <set> 152 // Consider every external instruction set import in the donor module. in HandleExternalInstructionImports() 631 // This set tracks the ids of those instructions for which donation was in HandleFunctions() 634 std::set<uint32_t> skipped_instructions; in HandleFunctions() 674 const std::set<uint32_t>& skipped_instructions) const { in CanDonateInstruction() 849 std::set<uint32_t>* skipped_instructions) { in HandleDifficultInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | fuzzer_pass_donate_modules.cpp | 19 #include <set> 152 // Consider every external instruction set import in the donor module. in HandleExternalInstructionImports() 631 // This set tracks the ids of those instructions for which donation was in HandleFunctions() 634 std::set<uint32_t> skipped_instructions; in HandleFunctions() 674 const std::set<uint32_t>& skipped_instructions) const { in CanDonateInstruction() 849 std::set<uint32_t>* skipped_instructions) { in HandleDifficultInstruction()
|
/third_party/skia/third_party/externals/icu/source/extra/uconv/ |
H A D | uconv.cpp | 192 /* 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/skia/tests/ |
H A D | SkRuntimeEffectTest.cpp | 44 // Runtime SkSL supports a limited set of uniform types. No bool, for example: in DEF_TEST() 708 REPORTER_ASSERT(r, b.uniform("x").set(&x, 1)); in DEF_TEST() 710 // add extra value to ensure that set doesn't try to use sizeof(array) in DEF_TEST() 712 REPORTER_ASSERT(r, b.uniform("offset").set<float>(origin, 2)); in DEF_TEST() 715 REPORTER_ASSERT(r, !b.uniform("offset").set<float>(origin, 1)); in DEF_TEST() 716 REPORTER_ASSERT(r, !b.uniform("offset").set<float>(origin, 3)); in DEF_TEST() 826 // It also checks that we correctly set the "referencesSampleCoords" bit on the runtime effect in DEF_TEST()
|
H A D | CanvasTest.cpp | 392 pts[0].set(0, 0); 393 pts[1].set(SkIntToScalar(kWidth), 0); 394 pts[2].set(SkIntToScalar(kWidth), SkIntToScalar(kHeight)); 395 pts[3].set(0, SkIntToScalar(kHeight));
|
/third_party/skia/src/utils/ |
H A D | SkShadowUtils.cpp | 181 translate->set(0, 0); in isCompatible() 198 translate->set(0, 0); in makeVertices() 202 translate->set(0, 0); in makeVertices() 221 * This manages a set of tessellations for a given shape in the cache. Because SkResourceCache 365 // If this is valid after Find then the caller should add the vertices to the tessellation set 375 * necessary translation vector are set on the FindContext. 482 // Update or initialize a tessellation set and add it to the cache. in draw_shadow() 555 // Similarly, we set the greyscale alpha based on luminance and alpha so that in ComputeTonalColors() 569 // set the alpha to (S_a + C_a - S_a*C_a). in ComputeTonalColors() 707 factory.fOffset.set( in drawShadow() [all...] |
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-bit-set.hh | 41 hb_bit_set_t (const hb_bit_set_t& other) : hb_bit_set_t () { set (other); } in hb_bit_set_t() 43 hb_bit_set_t& operator= (const hb_bit_set_t& other) { set (other); return *this; } in operator =() 179 page->set (g, v); in set_array() 336 void set (const hb_bit_set_t &other) in set() function 483 // Move page_map entries that we're keeping from the left side set in process() 485 // passthru_left is set since no left side pages will be removed in process()
|