OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:restricted
(Results
76 - 100
of
1115
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/cts/tools/signature-tools/src/signature/model/
IAnnotationElement.java
26
*
restricted
to the possible value types for annotation elements.
/external/chromium_org/chrome/browser/metrics/variations/
variations_service_unittest.cc
152
prefs.SetString(prefs::kVariationsRestrictParameter, "
restricted
");
156
EXPECT_EQ("
restricted
", value);
206
SetVariationsRestrictParameterPolicyValue("
restricted
");
210
EXPECT_EQ("
restricted
", value);
/external/chromium_org/chrome/common/extensions/api/
streams_private.idl
50
// expected to handle the request. The event is
restricted
to a small number
/external/chromium_org/chrome/renderer/resources/extensions/
searchbox_api.js
45
// This method is
restricted
to chrome-search://most-visited pages by
146
// This method is
restricted
to chrome-search://most-visited pages by
152
// This method is
restricted
to chrome-search://most-visited pages by
158
// This method is
restricted
to chrome-search://most-visited pages by
/external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_configurator.h
24
// |fallback_origin| may not be used. If both are
restricted
, then the
data_reduction_proxy_settings_test_utils.cc
59
bool
restricted
,
65
restricted_ =
restricted
;
291
// Never expect the proxy to be
restricted
for pref change tests.
/external/chromium_org/remoting/protocol/
token_validator.h
56
// a token scope that is
restricted
to the current connection's JIDs.
/external/chromium_org/sandbox/linux/services/
yama.h
26
// Ptrace could be entirely denied, or
restricted
to CAP_SYS_PTRACE
/external/e2fsprogs/debugfs/
ro_debug_cmds.ct
2
#
Restricted
set of debugfs commands
/external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_ListModes.3
33
/* Check if or resolution is
restricted
*/
/external/qemu/include/qemu/
tls.h
32
* This means that for the moment use should be
restricted
to
/external/smack/src/org/jivesoftware/smack/util/collections/
DefaultMapEntry.java
23
* A
restricted
implementation of {@link java.util.Map.Entry} that prevents
/packages/apps/PhoneCommon/res/values/
strings.xml
118
<string name="callFailed_fdn_only">Outgoing calls are
restricted
by FDN.</string>
122
<string name="callFailed_dsac_restricted">All calls are
restricted
by access control.</string>
124
<string name="callFailed_dsac_restricted_emergency">Emergency calls are
restricted
by access control.</string>
126
<string name="callFailed_dsac_restricted_normal">Normal calls are
restricted
by access control.</string>
/packages/apps/Settings/src/com/android/settings/location/
LocationSettings.java
205
public void onModeChanged(int mode, boolean
restricted
) {
223
//
Restricted
user can't change the location mode, so disable the master switch. But in some
229
mSwitchBar.setEnabled(!
restricted
);
230
mLocationMode.setEnabled(enabled && !
restricted
);
/developers/build/prebuilts/gradle/AppRestrictions/Application/src/main/java/com/example/android/apprestrictions/
CustomRestrictionsFragment.java
38
* can integrate its own custom app restriction settings with the
restricted
profile feature.
42
* (from Settings > Users >
Restricted
Profile), the shared preferences are used to initialize
48
*
restricted
profile.
/developers/samples/android/content/multiuser/AppRestrictions/Application/src/main/java/com/example/android/apprestrictions/
CustomRestrictionsFragment.java
38
* can integrate its own custom app restriction settings with the
restricted
profile feature.
42
* (from Settings > Users >
Restricted
Profile), the shared preferences are used to initialize
48
*
restricted
profile.
/development/samples/browseable/AppRestrictions/src/com.example.android.apprestrictions/
CustomRestrictionsFragment.java
38
* can integrate its own custom app restriction settings with the
restricted
profile feature.
42
* (from Settings > Users >
Restricted
Profile), the shared preferences are used to initialize
48
*
restricted
profile.
/external/chromium_org/sandbox/win/tools/launcher/
launcher.cc
8
//
restricted
token. This is to be used for testing only.
30
} else if (_wcsicmp(param, L"
RESTRICTED
") == 0) {
52
} else if (_wcsicmp(param, L"
RESTRICTED
") == 0) {
/external/chromium_org/third_party/fips181/
randpass.cc
142
** is_restricted_symbol - detcts if symbol is
restricted
rigt now
146
** int - 0 - not
restricted
147
** 1 -
restricted
/external/guava/guava/src/com/google/common/collect/
SortedMultiset.java
95
* Returns a view of this multiset
restricted
to the elements less than
107
* Returns a view of this multiset
restricted
to the range between
123
* Returns a view of this multiset
restricted
to the elements greater than
/frameworks/base/telecomm/java/android/telecom/
DisconnectCause.java
60
public static final int
RESTRICTED
= 8;
243
case
RESTRICTED
:
244
code = "
RESTRICTED
";
/frameworks/base/telephony/java/android/telephony/
DisconnectCause.java
71
/** Call was blocked by
restricted
all voice access */
73
/** Call was blocked by
restricted
normal voice access */
75
/** Call was blocked by
restricted
emergency voice access */
/developers/build/prebuilts/gradle/AppRestrictions/
README.md
8
types and custom.When launched under a
restricted
profile, this activity displays app
/developers/samples/android/content/multiuser/AppRestrictions/
README.md
8
types and custom.When launched under a
restricted
profile, this activity displays app
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
BigIntegers.java
102
// fall back to a faster (
restricted
) method
Completed in 3031 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>