/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | BindGroupVk.cpp | 42 // Now do a write of a single descriptor set with all possible chained data allocated on the in BindGroup() 172 return mDescriptorSetAllocation.set; in GetHandle() 177 reinterpret_cast<uint64_t&>(mDescriptorSetAllocation.set), "Dawn_BindGroup", in SetLabelImpl()
|
/third_party/skia/third_party/externals/piex/src/ |
H A D | tiff_parser.h | 22 #include <set> 99 typedef std::set<tiff_directory::TiffDirectory::Tag> TagSet; 122 // If 'error' is not set to kOk the returned value is invalid.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
H A D | TGLexer.h | 23 #include <set> 91 typedef std::set<std::string> DependenciesSetTy; 156 // A set of macro names that are defined either via command line or 262 // and adding new macros into DefinedMacros set. 284 // parameter to lexPreprocessor() is set to false. Being passed 287 // to prepSkipRegion() and checking that it is never set to false. 310 // TokStart is set to the first non-whitespace symbol after the preprocessing 333 // or EOF, CurPtr is set to point to this symbol. The method returns false, 364 // controls on the stack have their IsDefined member set to true.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | MVEVPTBlockPass.cpp | 52 return MachineFunctionProperties().set( 53 MachineFunctionProperties::Property::NoVRegs).set(
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | Mips16FrameLowering.cpp | 172 SavedRegs.set(Mips::S2); in determineCalleeSaves() 174 SavedRegs.set(Mips::S0); in determineCalleeSaves()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | DominanceFrontier.h | 27 #include <set> 43 using DomSetType = std::set<BlockT *>; // Dom set for a bb 44 using DomSetMapType = std::map<BlockT *, DomSetType>; // Dom set map
|
/third_party/typescript/tests/baselines/reference/ |
H A D | constructorWithIncompleteTypeAnnotation.js | 104 var set = 0; 109 var sum3 = any + bool + declare + constructor + get + implements + interface + let + module + number + package + private + protected + public + set + static + string + yield; 396 var set = 0;
401 var sum3 = any + bool + declare + constructor + get + implements + interface + let + module + number + package + private + protected + public + set + static + string + yield;
|
H A D | privateNameFieldAssignment.js | 43 return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
54 _A_field.set(this, 0);
|
/third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
H A D | objectivec_field.h | 68 virtual void DetermineForwardDeclarations(std::set<string>* fwd_decls) const; 69 virtual void DetermineObjectiveCClassDefinitions(std::set<string>* fwd_decls) const; 76 // Exposed to get and set the has bits information.
|
/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
H A D | cpp_file.h | 40 #include <set> 181 std::set<const FileDescriptor*> weak_deps_;
|
/third_party/python/Lib/test/ |
H A D | test_dtrace.py | 128 opcodes = set(["CALL_FUNCTION", "CALL_FUNCTION_EX", "CALL_FUNCTION_KW"]) 148 self.assertEqual(set(), opcodes)
|
/third_party/spirv-tools/source/opt/ |
H A D | debug_info_manager.h | 18 #include <set> 257 std::unordered_map<uint32_t, std::set<InstPtr, InstPtrLess>>
|
H A D | def_use_manager.h | 18 #include <set> 218 using IdToUsersMap = std::set<UserEntry, UserEntryLess>;
|
H A D | reduce_load_size.cpp | 17 #include <set> 134 std::set<uint32_t> elements_used; in ShouldReplaceExtract()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktGlobalPriorityQueueUtils.hpp | 32 #include <set> 45 typedef std::set<Priority> Priorities;
|
/kernel/linux/linux-5.10/drivers/md/bcache/ |
H A D | btree.c | 171 b->written < btree_blocks(b) && i->seq == b->keys.set[0].data->seq; in bch_btree_node_read_done() 198 err = "empty set"; in bch_btree_node_read_done() 199 if (i != b->keys.set[0].data && !i->keys) in bch_btree_node_read_done() 211 if (i->seq == b->keys.set[0].data->seq) in bch_btree_node_read_done() 216 i = b->keys.set[0].data; in bch_btree_node_read_done() 218 if (b->keys.set[0].size && in bch_btree_node_read_done() 219 bkey_cmp(&b->key, &b->keys.set[0].end) < 0) in bch_btree_node_read_done() 259 bch_bio_map(bio, b->keys.set[0].data); in bch_btree_node_read() 419 /* If caller isn't waiting for write, parent refcount is cache set */ in __bch_btree_node_write() 443 * do verify if there was more than one set initiall in bch_btree_node_write() [all...] |
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | trace_events.c | 380 * When soft_disable is set and enable is cleared, the sm_ref in __ftrace_event_enable_disable() 384 * SOFT_DISABLED isn't set, then do nothing. But if SOFT_DISABLED in __ftrace_event_enable_disable() 385 * is set we do not want the event to be enabled before we in __ftrace_event_enable_disable() 388 * When soft_disable is not set but the SOFT_MODE flag is, in __ftrace_event_enable_disable() 416 /* If in SOFT_MODE, just set the SOFT_DISABLE_BIT, else clear it */ in __ftrace_event_enable_disable() 424 * When soft_disable is set and enable is set, we want to in __ftrace_event_enable_disable() 427 * nothing (but set SOFT_MODE). If the event is disabled, we in __ftrace_event_enable_disable() 428 * set SOFT_DISABLED before enabling the event tracepoint, so in __ftrace_event_enable_disable() 472 /* WAS_ENABLED gets set bu in __ftrace_event_enable_disable() 787 __ftrace_set_clr_event_nolock(struct trace_array *tr, const char *match, const char *sub, const char *event, int set) __ftrace_set_clr_event_nolock() argument 834 __ftrace_set_clr_event(struct trace_array *tr, const char *match, const char *sub, const char *event, int set) __ftrace_set_clr_event() argument 846 ftrace_set_clr_event(struct trace_array *tr, char *buf, int set) ftrace_set_clr_event() argument 898 trace_set_clr_event(const char *system, const char *event, int set) trace_set_clr_event() argument 925 int set; trace_array_set_clr_event() local 960 int set = 1; ftrace_event_write() local 1216 int set = 0; system_enable_read() local [all...] |
/kernel/linux/linux-6.6/drivers/md/bcache/ |
H A D | btree.c | 171 b->written < btree_blocks(b) && i->seq == b->keys.set[0].data->seq; in bch_btree_node_read_done() 198 err = "empty set"; in bch_btree_node_read_done() 199 if (i != b->keys.set[0].data && !i->keys) in bch_btree_node_read_done() 211 if (i->seq == b->keys.set[0].data->seq) in bch_btree_node_read_done() 216 i = b->keys.set[0].data; in bch_btree_node_read_done() 218 if (b->keys.set[0].size && in bch_btree_node_read_done() 219 bkey_cmp(&b->key, &b->keys.set[0].end) < 0) in bch_btree_node_read_done() 259 bch_bio_map(bio, b->keys.set[0].data); in bch_btree_node_read() 419 /* If caller isn't waiting for write, parent refcount is cache set */ in __bch_btree_node_write() 443 * do verify if there was more than one set initiall in bch_btree_node_write() [all...] |
/third_party/node/test/fixtures/wpt/resources/ |
H A D | idlharness.js | 318 : this.skipped.set(name, [parsed]); 589 map.set(m.name, m.idlType); 640 const set = 646 result = new Set(set); 783 testedPartials.set(parsed_idl.name, partialTestCount); 833 }.bind(this), `Partial ${parsed_idl.type} ${partialTestName}: valid exposure set`); 1396 map.set(m.name, m.idlType); 1468 assert_false("set" in desc, "self's property " + format_value(this.name) + " should not have a setter"); 1490 // "* Its [[Get]] internal property is set as described in ECMA-262 1494 // "* Its [[Construct]] internal property is set a [all...] |
/base/account/os_account/frameworks/appaccount/native/src/ |
H A D | app_account_info.cpp | 183 void AppAccountInfo::GetAuthorizedApps(std::set<std::string> &apps) const in GetAuthorizedApps() 188 void AppAccountInfo::SetAuthorizedApps(const std::set<std::string> &apps) in SetAuthorizedApps() 465 std::set<std::string> authList = tokenInfoIt->second.authList; in CheckOAuthTokenVisibility() 483 const std::string &authType, std::set<std::string> &oauthList, const uint32_t apiVersion) const in GetOAuthList() 516 ACCOUNT_LOGE("failed to write string set for authorizedApps_"); in Marshalling() 620 OHOS::AccountSA::GetDataByType<std::set<std::string>>( in FromJson() 676 ACCOUNT_LOGE("failed to read string set for authorizedApps_"); in ReadFromParcel() 702 bool AppAccountInfo::WriteStringSet(const std::set<std::string> &stringSet, Parcel &data) const in WriteStringSet() 719 bool AppAccountInfo::ReadStringSet(std::set<std::string> &stringSet, Parcel &data) in ReadStringSet()
|
/base/account/os_account/services/accountmgr/test/unittest/app_account/ |
H A D | app_account_info_test.cpp | 122 // set the owner in HWTEST_F() 170 // set the name in HWTEST_F() 218 // set the extra info in HWTEST_F() 289 std::set<std::string> apps; in HWTEST_F() 297 std::set<std::string> appsFromInfo; in HWTEST_F() 319 std::set<std::string> apps; in HWTEST_F() 325 // set the authorized apps in HWTEST_F() 374 // set the sync enable in HWTEST_F() 450 // set the associated data in HWTEST_F() 506 // set th in HWTEST_F() [all...] |
/drivers/peripheral/usb/net/src/ |
H A D | rndis_rawapi.c | 68 struct RndisSet *set; member 147 //set 0 interface and 1 interface data endpoint and ctrl endpoint in UsbParseConfigDescriptor() 325 * specified by @in_len. If @replyLen is not set to -1 then the reply 532 /* set a nonzero filter to enable data transfers */ in HostRndisEnableDataTransfers() 533 memset_s(g_u.set, sizeof(struct RndisSet), 0, sizeof(struct RndisSet)); in HostRndisEnableDataTransfers() 534 g_u.set->msgType = CPU_TO_LE32(RNDIS_MSG_SET); in HostRndisEnableDataTransfers() 535 g_u.set->msgLen = CPU_TO_LE32(MSG_HEAD_LENGTH + sizeof(struct RndisSet)); in HostRndisEnableDataTransfers() 536 g_u.set->oid = CPU_TO_LE32(RNDIS_OID_GEN_CURRENT_PACKET_FILTER); in HostRndisEnableDataTransfers() 537 g_u.set->len = CPU_TO_LE32(MSG_HEAD_LENGTH); in HostRndisEnableDataTransfers() 538 g_u.set in HostRndisEnableDataTransfers() [all...] |
/foundation/resourceschedule/device_standby/utils/policy/src/ |
H A D | standby_config_manager.cpp | 449 template<typename T> std::set<T> StandbyConfigManager::GetEligibleAllowConfig(const std::string& paramName, in GetEligibleAllowConfig() 450 uint32_t condition, bool isAllow, bool isApp, const std::function<void(bool, std::set<T>&, in GetEligibleAllowConfig() 456 std::set<T> eligibleResCtrlConfig; in GetEligibleAllowConfig() 481 std::set<TimeLtdProcess> StandbyConfigManager::GetEligibleAllowTimeConfig(const std::string& paramName, in GetEligibleAllowTimeConfig() 484 auto func = [](bool isApp, std::set<TimeLtdProcess>& eligibleResCtrlConfig, in GetEligibleAllowTimeConfig() 497 std::set<std::string> StandbyConfigManager::GetEligiblePersistAllowConfig(const std::string& paramName, in GetEligiblePersistAllowConfig() 500 auto func = [](bool isApp, std::set<std::string>& eligibleResCtrlConfig, in GetEligiblePersistAllowConfig() 623 STANDBYSERVICE_LOGI("No strategy is set to true."); in UpdateStrategyList()
|
/kernel/linux/linux-5.10/drivers/bus/ |
H A D | moxtet.c | 373 " Cannot set IRQ for module %s\n", in moxtet_find_topology() 696 unsigned long set; in moxtet_irq_thread_fn() local 699 ret = moxtet_irq_read(moxtet, &set); in moxtet_irq_thread_fn() 703 set &= ~moxtet->irq.masked; in moxtet_irq_thread_fn() 706 for_each_set_bit(i, &set, MOXTET_NIRQS) { in moxtet_irq_thread_fn() 713 ret = moxtet_irq_read(moxtet, &set); in moxtet_irq_thread_fn() 717 set &= ~moxtet->irq.masked; in moxtet_irq_thread_fn() 718 } while (set); in moxtet_irq_thread_fn()
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | stan.S | 154 .set INARG,FP_SCR4 156 .set TWOTO63,L_SCR1 157 .set ENDFLAG,L_SCR2 158 .set N,L_SCR3 247 fdivx %fp1,%fp0 |last inst - possible exception set 287 fdivx (%sp)+,%fp0 |last inst - possible exception set 301 fmovex (%sp)+,%fp0 |last inst - possible exception set
|