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

/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/resources/chromeos/login/
H A Dheader_bar.css53 #login-header-bar button:not(.button-restricted),
54 #login-header-bar button:active:not(.button-restricted),
55 #login-header-bar button:focus:not(.button-restricted),
56 #login-header-bar button:hover:not(.button-restricted) {
104 .button-restricted {
H A Doobe.css32 /* Do not apply this style to restricted button state. */
33 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/chrome/browser/google_apis/
H A Ddrive_api_parser.h433 void set_restricted(bool restricted) { restricted_ = restricted; } argument
/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
H A D08-residue.tex107 residue coding setup is restricted to a power of two.
/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.cc1714 bool restricted = cellular->connection_state() == flimflam::kStatePortal; local
1716 restricted ?
/external/chromium_org/third_party/yasm/source/patched-yasm/
H A Dconfigure4238 // Iterate through items via the restricted pointer.
/external/chromium_org/third_party/opus/src/
H A Dconfigure11777 // Iterate through items via the restricted pointer.
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/bison/
H A Dconfigure5434 // Iterate through items via the restricted pointer.

Completed in 775 milliseconds