/third_party/node/deps/icu-small/source/i18n/ |
H A D | number_fluent.cpp | 280 copy.fMacros.usage.set(usage); in usage() 287 move.fMacros.usage.set(usage); in usage() 296 copy.fMacros.unitDisplayCase.set(nullptr); in displayOptions() 300 copy.fMacros.unitDisplayCase.set( in displayOptions() 310 move.fMacros.unitDisplayCase.set(nullptr); in displayOptions() 314 move.fMacros.unitDisplayCase.set( in displayOptions() 322 copy.fMacros.unitDisplayCase.set(unitDisplayCase); in unitDisplayCase() 329 move.fMacros.unitDisplayCase.set(unitDisplayCase); in unitDisplayCase() 493 // Copy over the compiled formatter and set call count to INT32_MIN as in computeCompiled(). in lnfMoveHelper() 689 // Note: We set th in computeCompiled() [all...] |
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/ |
H A D | DumbTextComponent.java | 228 tempSelection.set(selection); in keyPressed() 234 tempSelection.set(selection); in keyPressed() 240 tempSelection.set(selection); in keyPressed() 249 tempSelection.set(selection); in keyPressed() 409 selection.set(newSelection); in select() 425 tempSelection.set(start, end, clickAfter); in select() 456 select(tempSelection.set(selection).pin(contents)); in setText() 479 select(tempSelection.set(selection). in replaceRange()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | R600ControlFlowFinalizer.cpp | 42 #include <set> 297 std::set<unsigned> &DstRegs) const { in isCompatibleWithClause() 338 std::set<unsigned> DstRegs; in MakeFetchClause() 495 void CounterPropagateAddr(const std::set<MachineInstr *> &MIs, in CounterPropagateAddr() 520 std::vector<std::pair<unsigned, std::set<MachineInstr *>>> LoopStack; 574 std::pair<unsigned, std::set<MachineInstr *>> Pair(CfCount, 575 std::set<MachineInstr *>()); 584 std::pair<unsigned, std::set<MachineInstr *>> Pair =
|
/third_party/skia/gn/ |
H A D | gn_to_cmake.py | 62 out.write('set("') 83 """Given a set of source files, sets the given property on them.""" 236 output_directories = set() 304 output_directories = set() 406 # Hack, set linker language to c if no c or cxx files present. 464 # TODO: This is broken, one cannot generally set properties on files, 520 object_dependencies = set() 549 synthetic_dependencies = set() 573 libraries = set() 574 nonlibraries = set() [all...] |
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsFboCompletenessTests.cpp | 446 const std::set<std::set<std::string> > rows = db.getFormatFeatureExtensions(format, feature); in logAffectingExtensions() 448 for (std::set<std::set<std::string> >::const_iterator rowIt = rows.begin(); rowIt != rows.end(); ++rowIt) in logAffectingExtensions() 450 const std::set<std::string>& requiredExtensions = *rowIt; in logAffectingExtensions() 451 std::set<std::string>::const_iterator it = requiredExtensions.begin(); in logAffectingExtensions() 481 std::set<ImageFormat> formats; in logFormatInfo() 492 for (std::set<ImageFormat>::const_iterator it = formats.begin(); it != formats.end(); ++it) in logFormatInfo()
|
/third_party/jerryscript/tests/jerry/es2015/ |
H A D | regression-test-issue-3040.js | 17 map.set(array);
|
/third_party/ltp/tools/sparse/sparse-src/validation/backend/ |
H A D | store-type.c | 4 static void set(struct foo *f) in set() function
|
/third_party/node/deps/v8/src/objects/ |
H A D | intl-objects.cc | 580 std::set<std::string> Intl::BuildLocaleSet( in BuildLocaleSet() 583 std::set<std::string> locales; in BuildLocaleSet() 1027 // weights_uniq_sorted = sorted(set(ws)) 1187 bool USetContainsAllAsciiItem(USet* set) { in USetContainsAllAsciiItem() argument 1191 const int length = uset_getItemCount(set); in USetContainsAllAsciiItem() 1196 uset_getItem(set, i, &start, &end, buffer, kBufferSize, &status); in USetContainsAllAsciiItem() 1233 // These attributes must be set to the expected value for fast comparisons. in CollatorAllowsFastComparison() 1290 // result is EQUAL, we set `processed_until_out` to the first non-processed 1593 // 17. If hasSd or roundingPriority is not "auto", set needSd to true; else, in SetNumberFormatDigitOptions() 1594 // set needS in SetNumberFormatDigitOptions() [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | arkModifier.js | 17 overrideMap.set( 24 overrideMap.set( 47 stageMap.set(key, copyModifierWithKey(value)); 61 stageMap.set(key, this.copyModifierWithKey(value)); 72 stageMap.set(key, newValue); 74 stageMap.set(key, this.copyModifierWithKey(value)); 173 set(key, value) { 175 this.map_.set(key, value); 213 set attribute(value) { 221 set modifierStat [all...] |
/foundation/multimodalinput/input/service/subscriber/src/ |
H A D | key_shortcut_manager.cpp | 254 std::set<int32_t> preKeys; in ReadSystemKey() 274 int32_t KeyShortcutManager::AddSystemKey(const std::set<int32_t> &preKeys, int32_t finalKey) in AddSystemKey() 386 std::string KeyShortcutManager::FormatModifiers(const std::set<int32_t> &modifiers) const in FormatModifiers() 566 std::set<int32_t> KeyShortcutManager::GetForegroundPids() const in GetForegroundPids() 569 std::set<int32_t> foregroundPids; in GetForegroundPids() 574 std::set<int32_t> tForegroundPids; in GetForegroundPids() 596 std::set<int32_t> foregroundPids = GetForegroundPids(); in HandleKeyDown() 623 std::set<int32_t> foregroundPids = GetForegroundPids(); in HandleKeyUp() 719 std::set<int32_t> foregroundPids = GetForegroundPids(); in RunShortcut() 950 std::set<int32_ in ReadHotkey() [all...] |
/third_party/backends/sanei/ |
H A D | sanei_pa4s2.c | 51 These debug levels can be set using the environment variable 785 DBG (6, "pa4s2_disable: using alternative command set\n"); in pa4s2_disable() 1830 sanei_pa4s2_options (u_int * options, int set) in sanei_pa4s2_options() argument 1835 DBG (4, "sanei_pa4s2_options: called with options %u and set = %d\n", in sanei_pa4s2_options() 1836 *options, set); in sanei_pa4s2_options() 1838 if ((set != SANE_TRUE) && (set != SANE_FALSE)) in sanei_pa4s2_options() 1839 DBG (2, "sanei_pa4s2_options: value of set is invalid\n"); in sanei_pa4s2_options() 1841 if ((set == SANE_TRUE) && (*options > 7)) in sanei_pa4s2_options() 1844 if (set in sanei_pa4s2_options() 2003 sanei_pa4s2_options(u_int * options, int set) sanei_pa4s2_options() argument [all...] |
/third_party/node/deps/v8/src/debug/ |
H A D | debug-scopes.cc | 17 #include "src/objects/string-set-inl.h" 234 // This can only happen if we set a break point inside right before the 298 // {closure_scope_} to be set to the scope of the function. 348 details->set(kScopeDetailsTypeIndex, Smi::FromInt(Type())); in MaterializeScopeDetails() 350 details->set(kScopeDetailsObjectIndex, *scope_object); in MaterializeScopeDetails() 355 details->set(kScopeDetailsNameIndex, *closure_name); in MaterializeScopeDetails() 356 details->set(kScopeDetailsStartPositionIndex, in MaterializeScopeDetails() 358 details->set(kScopeDetailsEndPositionIndex, Smi::FromInt(end_position())); in MaterializeScopeDetails() 360 details->set(kScopeDetailsFunctionIndex, *function_); in MaterializeScopeDetails() 640 // The above functions only set variable in SetVariableValue() [all...] |
/third_party/skia/src/core/ |
H A D | SkRRect.cpp | 35 fRadii[i].set(xRad, yRad); in setOval() 68 fRadii[i].set(xRad, yRad); in setRectXY() 129 fRadii[kUpperLeft_Corner].set(leftRad, topRad); in setNinePatch() 130 fRadii[kUpperRight_Corner].set(rightRad, topRad); in setNinePatch() 131 fRadii[kLowerRight_Corner].set(rightRad, bottomRad); in setNinePatch() 132 fRadii[kLowerLeft_Corner].set(leftRad, bottomRad); in setNinePatch() 253 // adjust radii may set x or y to zero; set companion to zero as well in scaleRadii() 272 canonicalPt.set(x - fRect.centerX(), y - fRect.centerY()); in checkCornerContainment() 279 canonicalPt.set( in checkCornerContainment() [all...] |
/base/startup/init/test/unittest/seccomp/ |
H A D | seccomp_unittest.cpp | 69 std::cout << "PR_SET_NO_NEW_PRIVS set fail " << std::endl;
in StartChild() 74 std::cout << "SetSeccompPolicy set fail fiterName is " << filterName << std::endl;
in StartChild() 111 sigset_t set;
in CheckSyscall() local 117 sigemptyset(&set);
in CheckSyscall() 118 sigaddset(&set, SIGCHLD);
in CheckSyscall() 119 sigprocmask(SIG_BLOCK, &set, nullptr);
in CheckSyscall() 120 sigaddset(&set, SIGSYS);
in CheckSyscall() 138 if (sigtimedwait(&set, nullptr, &waitTime) == -1) { /* Wait for 5 seconds */
in CheckSyscall()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/ |
H A D | lazy_for_each_builder.h | 281 void CheckCacheIndex(std::set<int32_t>& idleIndexes, int32_t count) in CheckCacheIndex() 352 std::set<int32_t>& idleIndexes) in ProcessPreBuildingIndex() 365 std::set<int32_t>& idleIndexes) in ProcessCachedIndex() 380 void LoadCacheByIndex(std::unordered_map<std::string, LazyForEachCacheChild>& cache, std::set<int32_t>& idleIndexes, in LoadCacheByIndex() 381 const LazyForEachCacheChild& node, const std::string& key, const std::set<int32_t>::iterator& iter, in LoadCacheByIndex() 397 void LoadCacheByKey(std::unordered_map<std::string, LazyForEachCacheChild>& cache, std::set<int32_t>& idleIndexes, in LoadCacheByKey()
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/ |
H A D | render_node_default_env.cpp | 118 CORE_LOG_V("%s: render data store post process configuration not set in render node graph", in InitNode() 200 // set 0, ubos in RenderData() 213 // set 1, bind combined image samplers in RenderData() 232 // custom set 2 resources in RenderData() 289 // user generated setup, we check for validity of all bindings in the descriptor set in UpdateAndBindCustomSet() 301 "invalid bindings with custom shader descriptor set 2 (render node: %s)", in UpdateAndBindCustomSet() 417 const uint32_t set = 0u; in CreateDescriptorSets() local 418 const RenderHandle descriptorSetHandle = descriptorSetMgr.CreateDescriptorSet(set, defaultPipelineLayout_); in CreateDescriptorSets() 420 descriptorSetHandle, defaultPipelineLayout_.descriptorSetLayouts[set].bindings); in CreateDescriptorSets() 423 const uint32_t set in CreateDescriptorSets() local [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/ |
H A D | single_ver_sync_task_context.cpp | 408 std::set<CompressAlgorithm> SingleVerSyncTaskContext::GetRemoteCompressAlgo() const in GetRemoteCompressAlgo() 411 std::set<CompressAlgorithm> compressAlgoSet; in GetRemoteCompressAlgo() 423 std::set<CompressAlgorithm> remoteCompressAlgoSet = GetRemoteCompressAlgo(); in GetRemoteCompressAlgoStr() 446 LOGI("[SingleVerSyncTaskContext] set dev=%s compressAlgo=%s, IsSupAllPredicateQuery=%u," in SetDbAbility() 456 std::set<CompressAlgorithm> remoteAlgo = GetRemoteCompressAlgo(); in ChooseCompressAlgo() 460 std::set<CompressAlgorithm> localAlgorithmSet; in ChooseCompressAlgo() 462 std::set<CompressAlgorithm> algoIntersection; in ChooseCompressAlgo()
|
/third_party/gn/src/gn/ |
H A D | runtime_deps_unittest.cc | 54 // -> source set in TEST_F() 71 Target set(setup.settings(), Label(SourceDir("//"), "set")); in TEST_F() 72 InitTargetWithType(setup, &set, Target::SOURCE_SET); in TEST_F() 73 set.data().push_back("//set.dat"); in TEST_F() 74 ASSERT_TRUE(set.OnResolved(&err)); in TEST_F() 81 main.private_deps().push_back(LabelTargetPair(&set)); in TEST_F() 104 EXPECT_TRUE(base::ContainsValue(result, MakePair("../../set.dat", &set))) in TEST_F() [all...] |
/third_party/mesa3d/src/freedreno/drm/msm/ |
H A D | msm_ringbuffer.c | 31 #include "util/set.h" 54 /* hash-set of associated rings: */ 55 struct set *ring_set; 107 struct set *ring_set; 167 append_ring(struct set *set, struct fd_ringbuffer *ring) in append_ring() argument 171 if (!_mesa_set_search_pre_hashed(set, hash, ring)) { in append_ring() 173 _mesa_set_add_pre_hashed(set, hash, ring); in append_ring()
|
/third_party/node/lib/internal/http2/ |
H A D | compat.js | 255 set(stream, prop, value) { 418 set method(method) { 438 set url(url) { 546 set sendDate(bool) { 570 set statusCode(code) { 662 set statusMessage(msg) {
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | ext.py | 63 tags = set() 160 tags = set(['trans']) 267 referenced = set() 410 tags = set(['do']) 420 tags = set(['break', 'continue']) 444 If you don't want that behavior set the `babel_style` parameter to `False` 547 is now set to a list of keywords for extraction, the extractor will 554 The `newstyle_gettext` flag can be set to `True` to enable newstyle 558 A `silent` option can now be provided. If set to `False` template 570 extensions = set() [all...] |
/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
H A D | sha1-mips.pl | 350 .set noat 351 .set noreorder 358 .set noreorder 390 .set reorder 433 .set noreorder 437 .set noreorder
|
/third_party/rust/crates/aho-corasick/src/ |
H A D | prefilter.rs | 296 /// Enable ASCII case insensitivity. When set, byte strings added to this 389 /// A rare byte prefilter attempts to pick out a small set of rare bytes that 397 /// A set of rare bytes, indexed by byte value. 399 /// A set of byte offsets associated with bytes in a pattern. An entry 406 /// Whether this is available as a prefilter or not. This can be set to 410 /// The number of bytes set to an active value in `byte_offsets`. 417 /// A set of bytes. 445 f.debug_struct("ByteSet").field("set", &bytes).finish() 449 /// A set of byte offsets, keyed by byte. 454 set 467 pub fn set(&mut self, byte: u8, off: RareByteOffset) { set() functions [all...] |
/third_party/python/Tools/c-analyzer/c_common/ |
H A D | scriptutil.py | 114 return tuple(sorted(set(self.values))) 126 _selected = set() 384 included = set() 385 excluded = set() 430 elif isinstance(subset, set): 498 remainder = set(keys) 522 """A decorator factory to set CLI info.""" 525 raise Exception(f'already set')
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/ |
H A D | vktAmberTestCase.cpp | 154 std::set<std::string> device_extensions(ctx.getDeviceExtensions().begin(), in checkSupport() 156 std::set<std::string> instance_extensions(ctx.getInstanceExtensions().begin(), in checkSupport() 159 for (std::set<std::string>::iterator iter = m_required_extensions.begin(); in checkSupport() 183 for (std::set<std::string>::iterator iter = m_required_features.begin(); in checkSupport() 499 std::set<std::string> allRequirements; in validateRequirements() 504 std::set<std::string> ctsRequirements = m_required_features; in validateRequirements()
|