OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DENY
(Results
1 - 25
of
26
) sorted by null
1
2
/cts/tests/tests/os/jni/
android_os_cts_OSFeatures.cpp
44
#define
DENY
BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_KILL)
51
struct sock_filter filter[] = {
DENY
};
/system/netd/server/
FirewallControllerTest.cpp
122
mFw.setUidRule(STANDBY, 12345,
DENY
);
136
mFw.setUidRule(DOZABLE, 54321,
DENY
);
FirewallController.h
27
enum FirewallRule {
DENY
, ALLOW };
FirewallController.cpp
253
op = (rule ==
DENY
)? "-A" : "-D";
CommandListener.cpp
[
all
...]
/external/jetty/src/java/org/eclipse/jetty/security/
ConstraintSecurityHandler.java
142
if (permitOrDeny.equals(EmptyRoleSemantic.
DENY
))
145
constraint.setName(name+"-
Deny
");
/prebuilts/gdb/darwin-x86/lib/python2.7/sqlite3/test/
dbapi.py
811
return sqlite.
DENY
/prebuilts/gdb/linux-x86/lib/python2.7/sqlite3/test/
dbapi.py
811
return sqlite.
DENY
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
dbapi.py
811
return sqlite.
DENY
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
dbapi.py
811
return sqlite.
DENY
/external/jetty/lib/
javax.servlet-3.0.0.v201112011016.jar
/external/slf4j/log4j-over-slf4j/compatibility/lib/
logback-core-0.9.8-SNAPSHOT.jar
log4j-1.2.14.jar
log4j-1.3alpha-8.jar
/external/guice/extensions/persist/lib/
log4j-1.2.14.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar
org.eclipse.osgi_3.6.2.R36x_v20101103.jar
/external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.10.100.v20150529-1857.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi_3.9.1.v20140110-1610.jar
/prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar
/build/tools/droiddoc/templates-ndk/assets/js/
android_3p-bundle.js
[
all
...]
/build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js
[
all
...]
Completed in 1712 milliseconds
1
2