/external/cronet/stable/base/allocator/ |
D | partition_alloc_support.cc | 346 const std::string& process_type) { in ShouldEnableFeatureOnProcess() argument 349 return process_type.empty(); in ShouldEnableFeatureOnProcess() 351 return process_type != switches::kRendererProcess; in ShouldEnableFeatureOnProcess() 353 return process_type.empty() || process_type == switches::kRendererProcess; in ShouldEnableFeatureOnProcess() 355 return process_type == switches::kRendererProcess; in ShouldEnableFeatureOnProcess() 357 return !process_type.empty() && process_type != switches::kZygoteProcess; in ShouldEnableFeatureOnProcess() 364 bool ShouldEnableShadowMetadata(const std::string& process_type) { in ShouldEnableShadowMetadata() argument 370 features::kShadowMetadataEnabledProcessesParam.Get(), process_type); in ShouldEnableShadowMetadata() 798 void ReconfigurePartitionForKnownProcess(const std::string& process_type) { in ReconfigurePartitionForKnownProcess() argument 799 DCHECK_NE(process_type, switches::kZygoteProcess); in ReconfigurePartitionForKnownProcess() [all …]
|
D | partition_alloc_support.h | 79 void ReconfigureEarlyish(const std::string& process_type); 80 void ReconfigureAfterZygoteFork(const std::string& process_type); 82 const std::string& process_type, 84 void ReconfigureAfterTaskRunnerInit(const std::string& process_type); 99 static BrpConfiguration GetBrpConfiguration(const std::string& process_type); 103 static bool ShouldEnableMemoryTagging(const std::string& process_type); 111 const std::string& process_type);
|
/external/cronet/tot/base/allocator/ |
D | partition_alloc_support.cc | 346 const std::string& process_type) { in ShouldEnableFeatureOnProcess() argument 349 return process_type.empty(); in ShouldEnableFeatureOnProcess() 351 return process_type != switches::kRendererProcess; in ShouldEnableFeatureOnProcess() 353 return process_type.empty() || process_type == switches::kRendererProcess; in ShouldEnableFeatureOnProcess() 355 return process_type == switches::kRendererProcess; in ShouldEnableFeatureOnProcess() 357 return !process_type.empty() && process_type != switches::kZygoteProcess; in ShouldEnableFeatureOnProcess() 364 bool ShouldEnableShadowMetadata(const std::string& process_type) { in ShouldEnableShadowMetadata() argument 370 features::kShadowMetadataEnabledProcessesParam.Get(), process_type); in ShouldEnableShadowMetadata() 798 void ReconfigurePartitionForKnownProcess(const std::string& process_type) { in ReconfigurePartitionForKnownProcess() argument 799 DCHECK_NE(process_type, switches::kZygoteProcess); in ReconfigurePartitionForKnownProcess() [all …]
|
D | partition_alloc_support.h | 79 void ReconfigureEarlyish(const std::string& process_type); 80 void ReconfigureAfterZygoteFork(const std::string& process_type); 82 const std::string& process_type, 84 void ReconfigureAfterTaskRunnerInit(const std::string& process_type); 99 static BrpConfiguration GetBrpConfiguration(const std::string& process_type); 103 static bool ShouldEnableMemoryTagging(const std::string& process_type); 111 const std::string& process_type);
|
/external/cronet/tot/base/tracing/stdlib/chrome/scroll_jank/ |
D | scroll_jank_cause_utils.sql | 22 process_type STRING, 29 process_type, 38 process_type, 52 WHERE process_type = $type 64 WHERE process_type = $type 152 process_type STRING, 168 $process_type,
|
/external/cronet/stable/base/tracing/stdlib/chrome/scroll_jank/ |
D | scroll_jank_cause_utils.sql | 22 process_type STRING, 29 process_type, 38 process_type, 52 WHERE process_type = $type 64 WHERE process_type = $type 152 process_type STRING, 168 $process_type,
|
/external/perfetto/src/trace_processor/perfetto_sql/stdlib/chrome/scroll_jank/ |
D | scroll_jank_cause_utils.sql | 23 process_type STRING, 30 process_names(process_type, process_name, process_glob) AS ( 38 process_type, 53 process_type = $type 66 process_type = $type 161 process_type STRING, 178 FROM _processes_by_type_for_event_latency($process_type, $thread_name, $event_latency_id)
|
/external/perfetto/src/trace_processor/metrics/sql/chrome/ |
D | chrome_processes.sql | 21 SELECT upid, IFNULL(pt.string_value, '') AS process_type 51 WHERE process_type IN ("Sandboxed", "Privileged") 59 IIF(sandbox_type IS NULL, process_type, sandbox_type) AS process_type 64 process_type
|
/external/cronet/stable/base/process/ |
D | current_process.cc | 11 const char* GetNameForProcessType(CurrentProcessType process_type) { in GetNameForProcessType() argument 13 switch (process_type) { in GetNameForProcessType() 179 void CurrentProcess::SetProcessType(CurrentProcessType process_type) { in SetProcessType() argument 180 std::string process_name = GetNameForProcessType(process_type); in SetProcessType() 182 process_type); in SetProcessType() 186 CurrentProcessType process_type) { in SetProcessNameAndType() argument 190 process_type_.store(static_cast<CurrentProcessType>(process_type), in SetProcessNameAndType()
|
/external/cronet/tot/base/process/ |
D | current_process.cc | 11 const char* GetNameForProcessType(CurrentProcessType process_type) { in GetNameForProcessType() argument 13 switch (process_type) { in GetNameForProcessType() 179 void CurrentProcess::SetProcessType(CurrentProcessType process_type) { in SetProcessType() argument 180 std::string process_name = GetNameForProcessType(process_type); in SetProcessType() 182 process_type); in SetProcessType() 186 CurrentProcessType process_type) { in SetProcessNameAndType() argument 190 process_type_.store(static_cast<CurrentProcessType>(process_type), in SetProcessNameAndType()
|
/external/cronet/tot/base/metrics/ |
D | histogram_shared_memory.cc | 119 std::string_view process_type) { in PassOnCommandLineIsEnabled() argument 133 && process_type != "gpu-process" in PassOnCommandLineIsEnabled() 135 && process_type != "utility" in PassOnCommandLineIsEnabled() 151 const std::string process_type = command_line->GetSwitchValueASCII("type"); in AddToLaunchParameters() local 152 const bool enabled = PassOnCommandLineIsEnabled(process_type); in AddToLaunchParameters() 156 << process_type << " process."; in AddToLaunchParameters()
|
D | histogram_shared_memory.h | 50 const int process_type; // See: content/public/common/process_type.h member 89 static bool PassOnCommandLineIsEnabled(std::string_view process_type);
|
/external/cronet/stable/base/metrics/ |
D | histogram_shared_memory.cc | 119 std::string_view process_type) { in PassOnCommandLineIsEnabled() argument 133 && process_type != "gpu-process" in PassOnCommandLineIsEnabled() 135 && process_type != "utility" in PassOnCommandLineIsEnabled() 151 const std::string process_type = command_line->GetSwitchValueASCII("type"); in AddToLaunchParameters() local 152 const bool enabled = PassOnCommandLineIsEnabled(process_type); in AddToLaunchParameters() 156 << process_type << " process."; in AddToLaunchParameters()
|
D | histogram_shared_memory.h | 50 const int process_type; // See: content/public/common/process_type.h member 89 static bool PassOnCommandLineIsEnabled(std::string_view process_type);
|
/external/cronet/stable/components/nacl/renderer/plugin/ |
D | service_runtime.h | 29 PP_NaClAppProcessType process_type) in SelLdrStartParams() 32 process_type(process_type) { in SelLdrStartParams() 36 PP_NaClAppProcessType process_type; member
|
/external/cronet/tot/components/nacl/renderer/plugin/ |
D | service_runtime.h | 29 PP_NaClAppProcessType process_type) in SelLdrStartParams() 32 process_type(process_type) { in SelLdrStartParams() 36 PP_NaClAppProcessType process_type; member
|
/external/cronet/stable/components/nacl/common/ |
D | nacl_types.cc | 19 process_type(kUnknownNaClProcessType) { in NaClStartParams() 65 NaClAppProcessType process_type) in NaClLaunchParams() argument 73 process_type(process_type) {} in NaClLaunchParams()
|
D | nacl_types.h | 97 NaClAppProcessType process_type; member 121 NaClAppProcessType process_type); 137 NaClAppProcessType process_type = kUnknownNaClProcessType; member
|
/external/cronet/tot/components/nacl/common/ |
D | nacl_types.cc | 19 process_type(kUnknownNaClProcessType) { in NaClStartParams() 65 NaClAppProcessType process_type) in NaClLaunchParams() argument 73 process_type(process_type) {} in NaClLaunchParams()
|
D | nacl_types.h | 97 NaClAppProcessType process_type; member 121 NaClAppProcessType process_type); 137 NaClAppProcessType process_type = kUnknownNaClProcessType; member
|
/external/google-breakpad/src/client/linux/handler/ |
D | microdump_extra_info.h | 40 const char* process_type; member 46 process_type(NULL) {} in MicrodumpExtraInfo()
|
/external/sdv/vsomeip/third_party/boost/spirit/test/qi/ |
D | regression_attr_with_action.cpp | 16 struct process_type struct 24 process_type process; in main() argument
|
/external/cronet/tot/components/metrics/content/ |
D | content_stability_metrics_provider.cc | 79 return (data.process_type == content::PROCESS_TYPE_UTILITY && in IsCdmUtilityProcess() 169 if (data.process_type == content::PROCESS_TYPE_UTILITY) in BrowserChildProcessCrashed() 180 if (data.process_type == content::PROCESS_TYPE_UTILITY) in BrowserChildProcessLaunchedAndConnected() 193 if (data.process_type == content::PROCESS_TYPE_UTILITY) in BrowserChildProcessLaunchFailed()
|
/external/cronet/stable/components/metrics/content/ |
D | content_stability_metrics_provider.cc | 79 return (data.process_type == content::PROCESS_TYPE_UTILITY && in IsCdmUtilityProcess() 169 if (data.process_type == content::PROCESS_TYPE_UTILITY) in BrowserChildProcessCrashed() 180 if (data.process_type == content::PROCESS_TYPE_UTILITY) in BrowserChildProcessLaunchedAndConnected() 193 if (data.process_type == content::PROCESS_TYPE_UTILITY) in BrowserChildProcessLaunchFailed()
|
/external/cronet/stable/components/nacl/zygote/ |
D | nacl_fork_delegate_linux.h | 42 bool CanHelp(const std::string& process_type, 46 pid_t Fork(const std::string& process_type,
|