/third_party/vulkan-headers/registry/ |
H A D | vkconventions.py | 16 CATEGORIES_REQUIRING_VALIDATION = set(('handle', 'enum', 'bitmask')) 19 # This first set is for things we recognize explicitly as words, 22 SPECIAL_WORDS = set(( 238 """Return a set of directories not to automatically descend into 279 cause Vk*FlagBits values with bit 31 set to result in a 64 bit
|
/third_party/vulkan-loader/scripts/ |
H A D | generate_source.py | 82 temp_files = set(os.listdir(temp_dir)) 83 repo_files = set(os.listdir(repo_dir))
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | VertexAttribute.h | 46 mBuffer.set(context, bufferIn); in setBuffer() 56 void setBoundAttribute(size_t index) { mBoundAttributesMask.set(index); } in setBoundAttribute()
|
/foundation/ability/ability_runtime/services/appdfr/src/ |
H A D | appfreeze_manager.cpp | 270 std::set<int> pids = GetBinderPeerPids(binderInfo, pid); in AcquireStack() 323 std::map<int, std::set<int>> AppfreezeManager::BinderParser(std::ifstream& fin, std::string& stack) const in BinderParser() 325 std::map<int, std::set<int>> binderInfo; in BinderParser() 382 std::set<int> AppfreezeManager::GetBinderPeerPids(std::string& stack, int pid) const in GetBinderPeerPids() 384 std::set<int> pids; in GetBinderPeerPids() 400 std::map<int, std::set<int>> binderInfo = BinderParser(fin, stack); in GetBinderPeerPids() 414 void AppfreezeManager::ParseBinderPids(const std::map<int, std::set<int>>& binderInfo, in ParseBinderPids() 415 std::set<int>& pids, int pid, int layer) const in ParseBinderPids()
|
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | node_model.cpp | 126 std::set<ArkUI_NodeHandle> g_nodeSet; 170 auto eventListenersSet = reinterpret_cast<std::set<void (*)(ArkUI_NodeCustomEvent*)>*>( in DisposeNativeSource() 179 auto eventListenersSet = reinterpret_cast<std::set<void (*)(ArkUI_NodeEvent*)>*>( in DisposeNativeSource() 527 auto eventListenersSet = reinterpret_cast<std::set<void (*)(ArkUI_NodeEvent*)>*>(event->node->eventListeners); in HandleNodeEvent() 535 void TriggerNodeEvent(ArkUI_NodeEvent* event, std::set<void (*)(ArkUI_NodeEvent*)>* eventListenersSet) in TriggerNodeEvent() 633 nodePtr->eventListeners = new std::set<void (*)(ArkUI_NodeEvent*)>(); in AddNodeEventReceiver() 635 auto eventListenersSet = reinterpret_cast<std::set<void (*)(ArkUI_NodeEvent*)>*>(nodePtr->eventListeners); in AddNodeEventReceiver() 648 auto eventListenersSet = reinterpret_cast<std::set<void (*)(ArkUI_NodeEvent*)>*>(nodePtr->eventListeners); in RemoveNodeEventReceiver()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
H A D | sqlite_single_ver_relational_storage_executor.h | 113 int GetExistsDeviceList(std::set<std::string> &devices) const; 154 const RelationalSchemaObject &schema, std::set<std::string> &clearWaterMarkTables); 201 const std::set<std::string> &gidFilters); 301 int GetQueryLogSql(const std::string &tableName, const VBucket &vBucket, const std::set<std::string> &pkSet, 304 int GetQueryInfoSql(const std::string &tableName, const VBucket &vBucket, std::set<std::string> &pkSet, 338 std::string GetWhereConditionForDataTable(const std::string &gidStr, const std::set<std::string> &pkSet, 342 const std::string &gidStr, const std::set<std::string> &pkSet, std::string &updateSql); 358 int GetDeleteStatementForCloudSync(const TableSchema &tableSchema, const std::set<std::string> &pkSet,
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | json_object.cpp | 313 int JsonObject::GetSubFieldPath(const FieldPath &inPath, std::set<FieldPath> &outSubPath) const in GetSubFieldPath() 337 int JsonObject::GetSubFieldPath(const std::set<FieldPath> &inPath, std::set<FieldPath> &outSubPath) const in GetSubFieldPath() 377 int JsonObject::GetSubFieldPathAndType(const std::set<FieldPath> &inPath, in GetSubFieldPathAndType() 862 int JsonObject::GetSubFieldPath(const FieldPath &inPath, std::set<FieldPath> &outSubPath) const 869 int JsonObject::GetSubFieldPath(const std::set<FieldPath> &inPath, std::set<FieldPath> &outSubPath) const 883 int JsonObject::GetSubFieldPathAndType(const std::set<FieldPath> &inPath,
|
/foundation/distributedhardware/distributed_input/services/source/sourcemanager/include/ |
H A D | distributed_input_source_manager.h | 21 #include <set> 430 std::set<DInputClientPrepareInfo> preCallbacks_; 431 std::set<DInputClientUnprepareInfo> unpreCallbacks_; 438 std::set<DInputClientRelayPrepareInfo> relayPreCallbacks_; 439 std::set<DInputClientRelayUnprepareInfo> relayUnpreCallbacks_; 445 std::set<sptr<IAddWhiteListInfosCallback>> addWhiteListCallbacks_; 446 std::set<sptr<IDelWhiteListInfosCallback>> delWhiteListCallbacks_; 447 std::set<sptr<ISimulationEventListener>> simulationEventCallbacks_;
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
H A D | CollationRuleParser.java | 76 void suppressContractions(UnicodeSet set) {} in suppressContractions() argument 78 void optimize(UnicodeSet set) {} in optimize() argument 87 * The Sink must be set before parsing. 88 * The Importer can be set, otherwise [import locale] syntax is not supported. 678 UnicodeSet set = new UnicodeSet(); in parseSetting() 679 j = parseUnicodeSet(j, set); in parseSetting() 682 sink.optimize(set); in parseSetting() 684 setParseError("[optimize set] failed", e); in parseSetting() 690 sink.suppressContractions(set); in parseSetting() 692 setParseError("[suppressContractions set] faile in parseSetting() 772 parseUnicodeSet(int i, UnicodeSet set) parseUnicodeSet() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
H A D | CollationRuleParser.java | 80 void suppressContractions(UnicodeSet set) {} in suppressContractions() argument 82 void optimize(UnicodeSet set) {} in optimize() argument 91 * The Sink must be set before parsing. 92 * The Importer can be set, otherwise [import locale] syntax is not supported. 682 UnicodeSet set = new UnicodeSet(); in parseSetting() 683 j = parseUnicodeSet(j, set); in parseSetting() 686 sink.optimize(set); in parseSetting() 688 setParseError("[optimize set] failed", e); in parseSetting() 694 sink.suppressContractions(set); in parseSetting() 696 setParseError("[suppressContractions set] faile in parseSetting() 776 parseUnicodeSet(int i, UnicodeSet set) parseUnicodeSet() argument [all...] |
/third_party/icu/icu4c/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/mesa3d/src/compiler/nir/ |
H A D | nir_schedule.c | 90 /* Mapping from nir_register * or nir_ssa_def * to a struct set of 101 struct set *live_values; 162 static struct set * 367 * * Include it on the unknown intrinsic set, as we want discard to be in nir_schedule_intrinsic_deps() 555 struct set *remaining_uses = nir_schedule_scoreboard_get_src(scoreboard, src); in nir_schedule_regs_freed_src_cb() 619 /* Find the leader in the ready (shouldn't-stall) set with the mininum in nir_schedule_choose_instruction_fallback() 665 /* Find the leader in the ready (shouldn't-stall) set with the maximum in nir_schedule_choose_instruction_csp() 788 /* Pick the max delay of the remaining ready set. */ in nir_schedule_choose_instruction_csr() 852 struct set *remaining_uses = in nir_schedule_mark_use() 867 struct set *remaining_use in nir_schedule_mark_src_scheduled() [all...] |
/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/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...] |
/third_party/jerryscript/tests/jerry/ |
H A D | regression-test-issue-115.js | 17 set: function() {},
|
/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...] |
/third_party/glslang/glslang/HLSL/ |
H A D | pch.h | 51 #include <set>
|