Searched refs:restricted (Results 1 - 25 of 34) sorted by relevance

12

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowKeyguardManager.java30 public void setinRestrictedInputMode(boolean restricted) { argument
31 inRestrictedInputMode = restricted;
/external/chromium_org/components/data_reduction_proxy/browser/
H A Ddata_reduction_proxy_settings_test_utils.h26 virtual void Enable(bool restricted,
39 // Describes whether the proxy has been put in a restricted mode. True if
40 // |Enable| is called with |restricted| set to true. Defaults to false.
69 bool enabled, bool restricted, bool at_startup));
78 bool restricted,
80 EXPECT_CALL(*this, LogProxyState(enabled, restricted, at_startup)).Times(1);
81 C::SetProxyConfigs(enabled, alternative_enabled, restricted, at_startup);
H A Ddata_reduction_proxy_settings.h67 // The probe failed, but the proxy was already restricted.
70 // The probe succeeded, and as a result the proxy was restricted.
73 // The probe succeeded, but the proxy was already restricted.
197 // |restricted| is true, only enable the fallback proxy. |at_startup| is true
201 bool restricted,
212 virtual void LogProxyState(bool enabled, bool restricted, bool at_startup);
H A Ddata_reduction_proxy_settings.cc333 // the network operator had blocked the canary and restricted the user.
338 false /* restricted */,
348 DVLOG(1) << "The data reduction proxy is restricted to the configured "
355 true /* restricted */,
390 bool enabled, bool restricted, bool at_startup) {
401 kOn + std::string(" ") + (restricted ? kRestricted : kUnrestricted);
464 // Check if the proxy has been restricted explicitly by the carrier.
473 bool restricted,
476 LogProxyState(enabled, restricted, at_startup);
481 configurator_->Enable(restricted,
389 LogProxyState( bool enabled, bool restricted, bool at_startup) argument
471 SetProxyConfigs(bool enabled, bool alternative_enabled, bool restricted, bool at_startup) argument
[all...]
H A Ddata_reduction_proxy_settings_test_utils.cc59 bool restricted,
65 restricted_ = restricted;
291 // Never expect the proxy to be restricted for pref change tests.
58 Enable( bool restricted, bool fallback_restricted, const std::string& primary_origin, const std::string& fallback_origin, const std::string& ssl_origin) argument
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Dheader_bar.css58 #login-header-bar button:not(.button-restricted),
59 #login-header-bar button:active:not(.button-restricted),
60 #login-header-bar button:focus:not(.button-restricted),
61 #login-header-bar button:hover:not(.button-restricted) {
109 .button-restricted {
/external/qemu/slirp/
H A Dlibslirp.h8 void slirp_init(int restricted, const char *special_ip);
H A Dslirp.c174 void slirp_init(int restricted, const char *special_ip) argument
187 slirp_restrict = restricted;
/external/chromium_org/chrome/browser/net/spdyproxy/
H A Ddata_reduction_proxy_settings_android.cc211 bool restricted,
213 // Sanity check: If there's no fallback proxy, we can't do a restricted mode.
215 if (fallback.empty() && enabled && restricted)
218 LogProxyState(enabled, restricted, at_startup);
222 configurator()->Enable(restricted,
228 configurator()->Enable(restricted,
208 SetProxyConfigs( bool enabled, bool alternative_enabled, bool restricted, bool at_startup) argument
H A Ddata_reduction_proxy_settings_android.h94 bool restricted,
/external/chromium_org/sandbox/linux/services/
H A Dyama_unittests.cc101 bool restricted = Yama::RestrictPtracersToAncestors(); local
102 CHECK_EQ(restricted, Yama::IsPresent());
/external/qemu/slirp-android/
H A Dlibslirp.h26 void slirp_init(int restricted, const char *special_ip);
H A Dslirp.c214 void slirp_init(int restricted, const char *special_ip) argument
244 slirp_restrict = restricted;
/external/tinyxml2/
H A Dtinyxml2.cpp1729 void XMLPrinter::PrintString( const char* p, bool restricted )
1733 const bool* flag = restricted ? restrictedEntityFlag : entityFlag;
/external/chromium_org/chrome/browser/resources/login/
H A Doobe.css36 /* Do not apply this style to restricted button state. */
37 button.custom-appearance:not(.button-restricted):not(.button-fancy) {
/external/chromium_org/native_client_sdk/src/doc/
H A Dfaq.rst509 is otherwise restricted to the networking APIs available in the
513 * Code that needs to do local file I/O. Native Client is restricted to
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dsymbol.c727 bool restricted = false; local
733 restricted = strcmp(r, restricted_filename) == 0;
735 return restricted;
739 return restricted;
/external/mksh/src/
H A Dmain.c204 unsigned char restricted, errexit, utf_flag; local
628 restricted = Flag(FRESTRICTED);
658 if (restricted) {
/external/ppp/pppd/plugins/radius/etc/
H A Ddictionary.ascend246 VALUE Ascend-Data-Svc Switched-restricted-bearer-x30 38
248 VALUE Ascend-Data-Svc Switched-restricted-64-x30 40
/external/lldb/utils/vim-lldb/plugin/
H A Dlldb.vim113 " use of the vim module **MUST** be restricted to the main thread.
/external/qemu/net/
H A Dnet-android.c814 int restricted, const char *ip)
822 slirp_init(restricted, ip);
2243 int restricted = 0; local
2255 restricted = (buf[0] == 'y') ? 1 : 0;
2261 ret = net_slirp_init(vlan, device, name, restricted, ip);
813 net_slirp_init(VLANState *vlan, const char *model, const char *name, int restricted, const char *ip) argument
H A Dnet.c712 int restricted, const char *ip)
720 slirp_init(restricted, ip);
2164 int restricted = 0; local
2176 restricted = (buf[0] == 'y') ? 1 : 0;
2182 ret = net_slirp_init(vlan, device, name, restricted, ip);
711 net_slirp_init(VLANState *vlan, const char *model, const char *name, int restricted, const char *ip) argument
/external/libvorbis/doc/
H A D05-comment.tex201 generally the only packet on the second page and may not be restricted
/external/chromium_org/native_client_sdk/src/doc/devguide/devcycle/
H A Ddynamic-loading.rst124 **Note:** The ARM and PNaCl toolchains are currently restricted to newlib.
/external/dnsmasq/contrib/dnslist/
H A Ddnslist.pl342 running the Program is not restricted, and the output from the Program
497 8. If the distribution and/or use of the Program is restricted in

Completed in 889 milliseconds

12