Home
last modified time | relevance | path

Searched refs:target_ (Results 26 - 50 of 66) sorted by relevance

123

/base/hiviewdfx/hidumper/test/unittest/common/
H A Dhidumper_dumpers_test.cpp264 g_config->target_ = file_name; in HWTEST_F()
281 g_config->target_ = file_name; in HWTEST_F()
295 g_config->target_ = file_name; in HWTEST_F()
311 g_config->target_ = "build_version"; in HWTEST_F()
323 g_config->target_ = "hw_sc.build.os.releasetype"; in HWTEST_F()
335 g_config->target_ = "hw_sc.build.os.version"; in HWTEST_F()
347 g_config->target_ = "system_param"; in HWTEST_F()
370 g_config->target_ = cmd; in HWTEST_F()
384 g_config->target_ = cmd; in HWTEST_F()
479 g_config->target_ in HWTEST_F()
[all...]
/third_party/node/src/
H A Dnode_util.cc214 target_.Reset(realm->isolate(), target); in WeakReference()
216 target_.SetWeak(); in WeakReference()
223 if (target_.IsEmpty()) { in PrepareForSerialization()
238 Local<Object> target = target_.Get(context->GetIsolate()); in PrepareForSerialization()
241 target_.Reset(); in PrepareForSerialization()
281 if (!weak_ref->target_.IsEmpty()) in Get()
282 args.GetReturnValue().Set(weak_ref->target_.Get(isolate)); in Get()
288 if (weak_ref->target_.IsEmpty()) return; in IncRef()
289 if (weak_ref->reference_count_ == 1) weak_ref->target_.ClearWeak(); in IncRef()
298 if (weak_ref->target_ in DecRef()
[all...]
H A Dnode_util.h41 v8::Global<v8::Object> target_; member in node::util::WeakReference
44 SnapshotIndex target_index_ = 0; // 0 means target_ is not snapshotted
/third_party/node/deps/v8/src/utils/
H A Dbit-vector.h34 DCHECK(!target_->is_inline()); in operator ++()
35 current_value_ = target_->data_.ptr_[current_index_]; in operator ++()
57 DCHECK_EQ(target_, other.target_); in operator !=()
68 : target_(target), in Iterator()
76 : target_(target), in Iterator()
83 bool Done() const { return current_index_ >= target_->data_length_; } in Done()
85 const BitVector* target_; member in v8::internal::BitVector::Iterator
/third_party/gn/src/gn/
H A Dninja_bundle_data_target_writer.cc19 for (const SourceFile& source_file : target_->sources()) { in Run()
29 for (const Target* data_dep : resolved().GetDataDeps(target_)) in Run()
H A Dbundle_file_rule.h45 const Target* target() const { return target_; } in target()
51 const Target* target_; member in BundleFileRule
H A Dgroup_target_generator.cc20 target_->set_output_type(Target::GROUP); in DoRun()
H A Drust_values_generator.h30 Target* target_; member in RustValuesGenerator
H A Dswift_values_generator.h29 Target* target_; member in SwiftValuesGenerator
H A Dninja_group_target_writer.cc24 const auto& target_deps = resolved().GetTargetDeps(target_); in Run()
H A Dtarget_generator.h62 Target* target_; member in TargetGenerator
H A Dninja_target_writer.h103 const Target* target_; // Non-owning. member in NinjaTargetWriter
H A Dxcode_object.cc490 : project_(project), target_(target) {} in PBXContainerItemProxy()
509 PrintProperty(out, rules, "remoteGlobalIDString", NoReference(target_)); in Print()
510 PrintProperty(out, rules, "remoteInfo", target_->Name()); in Print()
1036 : target_(target), container_item_proxy_(std::move(container_item_proxy)) {} in PBXTargetDependency()
1063 PrintProperty(out, rules, "target", target_); in Print()
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
H A Dgdb-server-thread.h39 Target& GetTarget() { return *target_; } in GetTarget()
55 std::unique_ptr<Target> target_; member in v8::internal::wasm::gdb_server::GdbServerThread
/third_party/skia/third_party/externals/tint/src/sem/
H A Dcall.h46 const CallTarget* Target() const { return target_; } in Target()
59 CallTarget const* const target_; member in tint::sem::Call
H A Dcall.cc31 target_(target), in Call()
/base/customization/enterprise_device_management/services/edm_plugin/src/network/rule/
H A Dfirewall_chain_rule.cpp31 target_ = ACCEPT_TARGET; in FirewallChainRule()
40 target_ = RuleUtils::EnumToString(std::get<FIREWALL_ACTION_IND>(firewallTuple)); in FirewallChainRule()
132 Action action = RuleUtils::StringToAction(target_); in ToFilterRule()
H A Dchain_rule.cpp32 iss >> target_; in ChainRule() local
61 return target_; in Target()
H A Ddomain_chain_rule.cpp39 target_ = RuleUtils::EnumToString(std::get<DOMAIN_ACTION_IND>(domainFilterRule)); in DomainChainRule()
66 Action action = RuleUtils::StringToAction(target_); in ToFilterRule()
/third_party/node/deps/v8/src/compiler/
H A Dprocessed-feedback.h178 target_(target), in CallFeedback()
183 base::Optional<HeapObjectRef> target() const { return target_; } in target()
189 base::Optional<HeapObjectRef> const target_; member in v8::internal::compiler::CallFeedback::base
/base/hiviewdfx/hidumper/frameworks/native/include/executor/
H A Dlist_dumper.h33 std::string target_; member in OHOS::HiviewDFX::ListDumper
/base/customization/enterprise_device_management/services/edm_plugin/include/network/rule/
H A Dchain_rule.h48 std::string target_; member in OHOS::EDM::IPTABLES::ChainRule
/base/hiviewdfx/hidumper/frameworks/native/include/common/
H A Ddump_cfg.h27 std::string target_; member
/base/hiviewdfx/hidumper/frameworks/native/src/executor/
H A Dcmd_dumper.cpp41 std::string cmd = ptrDumpCfg_->target_; in PreExecute()
/third_party/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_impl_lite.h155 std::string* target_; member in google::protobuf::io::StringOutputStream

Completed in 10 milliseconds

123