Home
last modified time | relevance | path

Searched refs:restricted (Results 1 – 25 of 136) sorted by relevance

123456

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowKeyguardManager.java30 public void setinRestrictedInputMode(boolean restricted) { in setinRestrictedInputMode() argument
31 inRestrictedInputMode = restricted; in setinRestrictedInputMode()
/external/qemu/slirp/
Dlibslirp.h8 void slirp_init(int restricted, const char *special_ip);
Dslirp.c174 void slirp_init(int restricted, const char *special_ip) in slirp_init() argument
187 slirp_restrict = restricted; in slirp_init()
/external/chromium/chrome/browser/
Dutility.sb12 ; file system access is entireley restricted.
/external/valgrind/main/gdbserver_tests/
DmcinvokeRU.vgtest9 # on kernels where ptrace is restricted.
/external/qemu/slirp-android/
Dlibslirp.h26 void slirp_init(int restricted, const char *special_ip);
Dslirp.c214 void slirp_init(int restricted, const char *special_ip) in slirp_init() argument
244 slirp_restrict = restricted; in slirp_init()
/external/qemu/
Dnet.c712 int restricted, const char *ip) in net_slirp_init() argument
720 slirp_init(restricted, ip); in net_slirp_init()
2164 int restricted = 0; in net_client_init() local
2176 restricted = (buf[0] == 'y') ? 1 : 0; in net_client_init()
2182 ret = net_slirp_init(vlan, device, name, restricted, ip); in net_client_init()
Dnet-android.c839 int restricted, const char *ip) in net_slirp_init() argument
847 slirp_init(restricted, ip); in net_slirp_init()
2268 int restricted = 0; in net_client_init() local
2280 restricted = (buf[0] == 'y') ? 1 : 0; in net_client_init()
2286 ret = net_slirp_init(vlan, device, name, restricted, ip); in net_client_init()
/external/mksh/src/
Dmain.c193 unsigned char restricted, errexit, utf_flag; in main_init() local
603 restricted = Flag(FRESTRICTED); in main_init()
633 if (restricted) { in main_init()
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
DWebErrorsMac.mm49 #define WebKitErrorDescriptionCannotUseRestrictedPort WEB_UI_STRING("Not allowed to use restricted
/external/webkit/Source/WebKit/mac/Misc/
DWebKitErrors.m47 …criptionCannotUseRestrictedPort UI_STRING_INTERNAL("Not allowed to use restricted network port", "…
/external/ppp/pppd/plugins/radius/etc/
Ddictionary.ascend246 VALUE Ascend-Data-Svc Switched-restricted-bearer-x30 38
248 VALUE Ascend-Data-Svc Switched-restricted-64-x30 40
/external/mdnsresponder/mDNSPosix/
Dnss_ReadMe.txt99 that cannot be wholly or partly excluded, restricted or modified,
/external/linux-tools-perf/util/
Dsymbol.c688 bool restricted = false; in symbol__restricted_filename() local
694 restricted = strcmp(r, restricted_filename) == 0; in symbol__restricted_filename()
696 return restricted; in symbol__restricted_filename()
700 return restricted; in symbol__restricted_filename()
/external/linux-tools-perf/
Ddesign.txt222 way to request that counting of events be restricted to times when the
246 cpu >= 0: the counter is restricted to a specific CPU
/external/llvm/docs/HistoricalNotes/
D2003-06-25-Reoptimizer1.txt104 We are restricted to using single instructions to branch between the
/external/tinyxml2/
Dtinyxml2.cpp1729 void XMLPrinter::PrintString( const char* p, bool restricted ) in PrintString() argument
1733 const bool* flag = restricted ? restrictedEntityFlag : entityFlag; in PrintString()
/external/quake/quake/src/
Dgnu.txt29 …nse; they are outside its scope. The act of running the Program is not restricted, and the output …
72 8. If the distribution and/or use of the Program is restricted in certain countries either by paten…
/external/libvorbis/doc/
D05-comment.tex201 generally the only packet on the second page and may not be restricted
/external/webkit/Source/WebCore/platform/text/mac/
Dcharacter-sets.txt1471 restricted to A0-FF in both bytes
1475 restricted to A0-FF in both bytes
1487 restricted to A0-FF in both bytes
1492 restricted to A0-FF in
/external/quake/
DNOTICE90 running the Program is not restricted, and the output from the Program
245 8. If the distribution and/or use of the Program is restricted in
430 running the Program is not restricted, and the output from the Program
585 8. If the distribution and/or use of the Program is restricted in
/external/llvm/docs/TableGen/
DLangRef.rst133 and an empty :token:`ObjectBody`. This can serve as a restricted form of
/external/chromium/net/tools/spdyshark/
DCOPYING74 running the Program is not restricted, and the output from the Program
229 8. If the distribution and/or use of the Program is restricted in
/external/valgrind/main/VEX/
DLICENSE.GPL74 running the Program is not restricted, and the output from the Program
229 8. If the distribution and/or use of the Program is restricted in

123456