Searched refs:restricted (Results 1 - 25 of 31) 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/chrome/browser/net/spdyproxy/
H A Ddata_reduction_proxy_settings_unittest.h26 bool enabled, bool restricted, bool at_startup));
30 bool enabled, bool restricted, bool at_startup) OVERRIDE {
31 EXPECT_CALL(*this, LogProxyState(enabled, restricted, at_startup)).Times(1);
32 C::SetProxyConfigs(enabled, restricted, at_startup);
H A Ddata_reduction_proxy_settings_android.cc220 bool restricted,
222 // Sanity check: If there's no fallback proxy, we can't do a restricted mode.
224 if (fallback.empty() && enabled && restricted)
233 LogProxyState(enabled, restricted, at_startup);
242 base::Base64Encode(GetProxyPacScript(restricted), &base64_pac);
277 bool restricted) {
291 std::string hosts = restricted ? fallback_host : proxy_host + fallback_host;
219 SetProxyConfigs(bool enabled, bool restricted, bool at_startup) argument
276 GetProxyPacScript( bool restricted) argument
H A Ddata_reduction_proxy_settings.h157 // the value of |enabled|. If |restricted| is true, only enable the fallback
160 virtual void SetProxyConfigs(bool enabled, bool restricted, bool at_startup);
170 virtual void LogProxyState(bool enabled, bool restricted, bool at_startup);
H A Ddata_reduction_proxy_settings_android.h87 bool enabled, bool restricted, bool at_startup) OVERRIDE;
101 std::string GetProxyPacScript(bool restricted);
H A Ddata_reduction_proxy_settings.cc150 false /* restricted */,
397 // the network operator had blocked the canary and restricted the user.
401 false /* restricted */,
411 DVLOG(1) << "The data reduction proxy is restricted to the configured "
418 true /* restricted */,
456 bool enabled, bool restricted, bool at_startup) {
467 kOn + std::string(" ") + (restricted ? kRestricted : kUnrestricted);
514 // Check if the proxy has been restricted explicitly by the carrier.
520 bool enabled, bool restricted, bool at_startup) {
521 // If |restricted| i
455 LogProxyState( bool enabled, bool restricted, bool at_startup) argument
519 SetProxyConfigs( bool enabled, bool restricted, bool at_startup) argument
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Dheader_bar.css54 #login-header-bar button:not(.button-restricted),
55 #login-header-bar button:active:not(.button-restricted),
56 #login-header-bar button:focus:not(.button-restricted),
57 #login-header-bar button:hover:not(.button-restricted) {
105 .button-restricted {
H A Doobe.css36 /* Do not apply this style to restricted button state. */
37 button.custom-appearance:not(.button-restricted):not(.button-fancy) {
/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/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/google_apis/drive/
H A Ddrive_api_parser.h400 void set_restricted(bool restricted) { restricted_ = restricted; } argument
/external/chromium_org/native_client_sdk/src/doc/
H A Dfaq.rst504 is otherwise restricted to the networking APIs available in the
508 * Code that needs to do local file I/O. Native Client is restricted to
/external/mksh/src/
H A Dmain.c193 unsigned char restricted, errexit, utf_flag; local
603 restricted = Flag(FRESTRICTED);
633 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/qemu/
H A Dnet-android.c839 int restricted, const char *ip)
847 slirp_init(restricted, ip);
2268 int restricted = 0; local
2280 restricted = (buf[0] == 'y') ? 1 : 0;
2286 ret = net_slirp_init(vlan, device, name, restricted, ip);
838 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/linux-tools-perf/util/
H A Dsymbol.c688 bool restricted = false; local
694 restricted = strcmp(r, restricted_filename) == 0;
696 return restricted;
700 return restricted;
/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
/external/dropbear/libtommath/
H A Dbn.tex1496 digit shifting and small multiplications. In this case the ``restricted'' variant refers to moduli of the
1515 This reduces $a$ in place modulo $b$ with the pre--computed value $mp$. $b$ must be of a restricted
1519 Since the moduli are restricted this algorithm is not particularly useful for something like Rabin, RSA or
1528 Unrestricted reductions work much like the restricted counterparts except in this case the moduli is of the
1568 moduli of the a ``restricted dimminished radix'' form lead to the fastest modular exponentiations. Followed by Montgomery
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dinternet_options_handler.cc1724 bool restricted = cellular->connection_state() == shill::kStatePortal; local
1726 restricted ?

Completed in 1299 milliseconds

12