Home
last modified time | relevance | path

Searched defs:restricted (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Doc/library/
Drestricted.rst2 .. _restricted: target
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowKeyguardManager.java108 public void setinRestrictedInputMode(boolean restricted) { in setinRestrictedInputMode()
117 public void setInRestrictedInputMode(boolean restricted) { in setInRestrictedInputMode()
/external/v8/src/compiler/
Dtype-narrowing-reducer.cc74 Type restricted = Type::Intersect(new_type, original_type, zone()); in Reduce() local
/external/python/cpython2/Objects/
Dfuncobject.c175 restricted(void) in restricted() function
/external/tinyxml2/
Dtinyxml2.cpp2494 void XMLPrinter::PrintString( const char* p, bool restricted ) in PrintString()