Home
last modified time | relevance | path

Searched refs:profile_name (Results 1 – 8 of 8) sorted by relevance

/external/e2fsprogs/e2fsck/
De2fsck.h559 const char *profile_name,
564 const char *profile_name,
569 const char *profile_name,
574 const char *profile_name,
Dutil.c791 const char *profile_name, unsigned int *old_type) in e2fsck_set_bitmap_type() argument
799 profile_name, 0, default_type, &type); in e2fsck_set_bitmap_type()
/external/boringssl/src/ssl/
Dd1_srtp.c138 static int find_profile_by_name(const char *profile_name, in find_profile_by_name() argument
145 if (len == strlen(p->name) && !strncmp(p->name, profile_name, len)) { in find_profile_by_name()
/external/v8/test/cctest/
Dtest-cpu-profiler.cc393 v8::Local<v8::String> profile_name = in TEST() local
395 cpu_profiler->StartProfiling(profile_name); in TEST()
396 const v8::CpuProfile* profile = cpu_profiler->StopProfiling(profile_name); in TEST()
406 v8::Local<v8::String> profile_name = in RunProfiler() local
409 cpu_profiler->StartProfiling(profile_name, collect_samples); in RunProfiler()
418 v8::CpuProfile* profile = cpu_profiler->StopProfiling(profile_name); in RunProfiler()
1276 v8::Local<v8::String> profile_name = in TEST() local
1279 v8::CpuProfile* profile = cpu_profiler->StopProfiling(profile_name); in TEST()
1549 v8::Local<v8::String> profile_name = in TEST() local
1551 cpu_profiler->StartProfiling(profile_name); in TEST()
[all …]
Dtest-api.cc94 v8::Local<v8::String> profile_name = in RunWithProfiler() local
98 cpu_profiler->StartProfiling(profile_name); in RunWithProfiler()
/external/jemalloc/bin/
Djeprof.in3206 my $profile_name = shift;
3207 if (-f $profile_name) {
3208 printf STDERR "Using local file $profile_name.\n";
3215 my $profile_name = shift;
3217 if (!defined($profile_name) || $profile_name eq "") {
3222 $profile_name =~ m,^(https?://)?([^/]+)(.*?)(/|$PROFILES)?$,;
3396 my ($binary_name, $profile_name) = @_;
3397 my ($host, $baseURL, $path) = ParseProfileURL($profile_name);
3405 my $profile_name = shift;
3409 if (!IsProfileURL($profile_name)) {
[all …]
/external/libmtp/src/
Dptp.c2244 strncpy(params->wifi_profiles[profn].profile_name, (char*)&data[pos], n); in ptp_nikon_getwifiprofilelist()
2245 params->wifi_profiles[profn].profile_name[16] = '\0'; in ptp_nikon_getwifiprofilelist()
2277 strcpy(test.profile_name, "MyTest"); in ptp_nikon_getwifiprofilelist()
2342 strncpy((char*)&buffer[0x05], profile->profile_name, 16); in ptp_nikon_writewifiprofile()
Dptp.h1033 char profile_name[17]; member