OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:profileName
(Results
1 - 8
of
8
) sorted by null
/external/webkit/JavaScriptCore/profiler/
ProfilerServer.mm
94
JSRetainPtr<JSStringRef>
profileName
(Adopt, JSStringCreateWithUTF8CString([_serverName UTF8String]));
95
JSStartProfiling(0,
profileName
.get());
102
JSRetainPtr<JSStringRef>
profileName
(Adopt, JSStringCreateWithUTF8CString([_serverName UTF8String]));
103
JSEndProfiling(0,
profileName
.get());
/external/icu4c/test/cintltst/
spreptst.c
45
UStringPrepProfileType getTypeFromProfileName(const char*
profileName
);
721
UStringPrepProfileType getTypeFromProfileName(const char*
profileName
) {
722
if (uprv_strcmp(
profileName
, "RFC4013_SASLPREP") == 0) {
724
} else if (uprv_strcmp(
profileName
, "RFC4011_MIB") == 0) {
726
} else if (uprv_strcmp(
profileName
, "RFC4505_TRACE") == 0) {
728
} else if (uprv_strcmp(
profileName
, "RFC4518_LDAP") == 0) {
730
} else if (uprv_strcmp(
profileName
, "RFC4518_LDAP_CI") == 0) {
732
} else if (uprv_strcmp(
profileName
, "RFC3920_RESOURCEPREP") == 0) {
734
} else if (uprv_strcmp(
profileName
, "RFC3920_NODEPREP") == 0) {
736
} else if (uprv_strcmp(
profileName
, "RFC3722_ISCSI") == 0)
[
all
...]
/frameworks/base/vpn/java/android/net/vpn/
VpnManager.java
164
public void broadcastConnectivity(String
profileName
, VpnState s) {
165
broadcastConnectivity(
profileName
, s, VPN_ERROR_NO_ERROR);
169
public void broadcastConnectivity(String
profileName
, VpnState s,
172
intent.putExtra(BROADCAST_PROFILE_NAME,
profileName
);
/frameworks/base/vpn/tests/vpntests/src/android/net/vpn/
VpnTest.java
109
final String
profileName
= "whatever";
115
assertEquals(
profileName
,
125
m.broadcastConnectivity(
profileName
, state);
/external/webkit/SunSpider/
sunspider
103
my $
profileName
= $2;
104
if ($
profileName
=~ /L2 Cache/) {
/packages/apps/Settings/src/com/android/settings/vpn/
VpnSettings.java
[
all
...]
/frameworks/base/core/java/android/app/
ApplicationThreadNative.java
243
String
profileName
= data.readString();
252
providers, testName,
profileName
,
650
String
profileName
, Bundle testArgs, IInstrumentationWatcher testWatcher, int debugMode,
664
data.writeString(
profileName
);
IApplicationThread.java
82
ComponentName testName, String
profileName
, Bundle testArguments,
Completed in 750 milliseconds