/external/autotest/server/site_tests/network_WiFi_ProfileBasic/ |
D | network_WiFi_ProfileBasic.py | 16 def profile_name(self): member in ProfileRemovingContext 21 def __init__(self, wifi_client, profile_name='always_removed'): argument 23 self._profile_name = profile_name 27 if not all([self._wifi_client.shill.create_profile(self.profile_name), 28 self._wifi_client.shill.push_profile(self.profile_name)]): 30 self.profile_name) 36 self._wifi_client.shill.pop_profile(self.profile_name) 37 if not self._wifi_client.shill.remove_profile(self.profile_name): 39 self.profile_name) 79 profile_name='bottom') as bottom: [all …]
|
/external/autotest/client/cros/networking/ |
D | shill_xmlrpc_server.py | 56 def create_profile(self, profile_name): argument 63 self._wifi_proxy.manager.CreateProfile(profile_name) 68 def push_profile(self, profile_name): argument 75 self._wifi_proxy.manager.PushProfile(profile_name) 80 def pop_profile(self, profile_name): argument 87 if profile_name is None: 90 self._wifi_proxy.manager.PopProfile(profile_name) 95 def remove_profile(self, profile_name): argument 102 self._wifi_proxy.manager.RemoveProfile(profile_name) 115 profile_name = self._wifi_proxy.dbus2primitive( [all …]
|
/external/autotest/client/site_tests/network_BasicProfileProperties/ |
D | network_BasicProfileProperties.py | 46 shill.manager, profile_name=self.PROFILE_NAME): 54 profile_name = self.get_field_from_properties( 56 if profile_name != self.PROFILE_NAME: 58 '%r.' % profile_name)
|
/external/autotest/client/cros/ |
D | shill_temporary_profile.py | 10 def __init__(self, manager, profile_name='test'): argument 12 self._profile_name = profile_name
|
/external/autotest/client/cros/bluetooth/ |
D | bluetooth_tester_xmlrpc_server.py | 82 (profile_name, profile_short_name) = self.PROFILE_NAMES[profile] 207 self.index, profile_name, profile_short_name) 261 if name != profile_name: 263 name, profile_name)
|
/external/boringssl/src/ssl/ |
D | d1_srtp.cc | 145 static int find_profile_by_name(const char *profile_name, in find_profile_by_name() argument 150 if (len == strlen(p->name) && !strncmp(p->name, profile_name, len)) { in find_profile_by_name()
|
/external/harfbuzz_ng/test/subset/ |
D | subset_test_suite.py | 24 profile_name = os.path.splitext(os.path.basename(self.profile_path))[0] 27 profile_name,
|
/external/autotest/client/site_tests/video_VEAPerf/ |
D | video_VEAPerf.py | 237 profile_name = self._get_profile_name(profile) 238 return (name + '_' + profile_name, name + '.' + profile_name)
|
/external/e2fsprogs/e2fsck/ |
D | e2fsck.h | 644 const char *profile_name, 649 const char *profile_name, 654 const char *profile_name, 659 const char *profile_name,
|
D | util.c | 799 const char *profile_name, unsigned int *old_type) in e2fsck_set_bitmap_type() argument 806 profile_get_uint(ctx->profile, "bitmaps", profile_name, 0, in e2fsck_set_bitmap_type()
|
/external/jemalloc/bin/ |
D | jeprof.in | 3271 my $profile_name = shift; 3272 if (-f $profile_name) { 3273 printf STDERR "Using local file $profile_name.\n"; 3280 my $profile_name = shift; 3282 if (!defined($profile_name) || $profile_name eq "") { 3287 $profile_name =~ m,^(https?://)?([^/]+)(.*?)(/|$PROFILES)?$,; 3484 my ($binary_name, $profile_name) = @_; 3485 my ($host, $baseURL, $path) = ParseProfileURL($profile_name); 3493 my $profile_name = shift; 3497 if (!IsProfileURL($profile_name)) { [all …]
|
/external/jemalloc_new/bin/ |
D | jeprof.in | 3274 my $profile_name = shift; 3275 if (-f $profile_name) { 3276 printf STDERR "Using local file $profile_name.\n"; 3283 my $profile_name = shift; 3285 if (!defined($profile_name) || $profile_name eq "") { 3290 $profile_name =~ m,^(https?://)?([^/]+)(.*?)(/|$PROFILES)?$,; 3487 my ($binary_name, $profile_name) = @_; 3488 my ($host, $baseURL, $path) = ParseProfileURL($profile_name); 3496 my $profile_name = shift; 3500 if (!IsProfileURL($profile_name)) { [all …]
|
/external/autotest/client/site_tests/network_8021xWiredAuthentication/ |
D | network_8021xWiredAuthentication.py | 102 manager, profile_name=self.TEST_PROFILE_NAME):
|
/external/autotest/client/site_tests/network_DhcpStaticIP/ |
D | network_DhcpStaticIP.py | 228 manager, profile_name=self.TEST_PROFILE_NAME):
|
/external/autotest/client/site_tests/network_VPNConnect/ |
D | network_VPNConnect.py | 237 manager, profile_name=self.TEST_PROFILE_NAME):
|
/external/libmtp/src/ |
D | ptp.c | 3433 strncpy(params->wifi_profiles[profn].profile_name, (char*)&data[pos], n); in ptp_nikon_getwifiprofilelist() 3434 params->wifi_profiles[profn].profile_name[16] = '\0'; in ptp_nikon_getwifiprofilelist() 3469 strcpy(test.profile_name, "MyTest"); in ptp_nikon_getwifiprofilelist() 3536 strncpy((char*)&buffer[0x05], profile->profile_name, 16); in ptp_nikon_writewifiprofile()
|
D | ptp.h | 1271 char profile_name[17]; member
|