Searched refs:profile_name (Results 1 – 8 of 8) sorted by relevance
/external/e2fsprogs/e2fsck/ |
D | e2fsck.h | 559 const char *profile_name, 564 const char *profile_name, 569 const char *profile_name, 574 const char *profile_name,
|
D | util.c | 791 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/ |
D | d1_srtp.c | 138 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/ |
D | test-cpu-profiler.cc | 393 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 …]
|
D | test-api.cc | 94 v8::Local<v8::String> profile_name = in RunWithProfiler() local 98 cpu_profiler->StartProfiling(profile_name); in RunWithProfiler()
|
/external/jemalloc/bin/ |
D | jeprof.in | 3206 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/ |
D | ptp.c | 2244 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()
|
D | ptp.h | 1033 char profile_name[17]; member
|