Home
last modified time | relevance | path

Searched refs:permitted (Results 1 – 25 of 241) sorted by relevance

12345678910

/frameworks/av/apex/
Dld.config.txt45 # Add /apex/... pat to the permitted paths because linker uses realpath(3)
53 namespace.platform.permitted.paths = /apex/com.android.runtime/${LIB}/bionic
54 namespace.platform.asan.permitted.paths = /apex/com.android.runtime/${LIB}/bionic
69 namespace.sphal.permitted.paths = /odm/${LIB}
70 namespace.sphal.permitted.paths += /vendor/${LIB}
71 namespace.sphal.permitted.paths += /vendor/${LIB}/hw
72 namespace.sphal.permitted.paths += /system/vendor/${LIB}
79 namespace.sphal.asan.permitted.paths = /data/asan/odm/${LIB}
80 namespace.sphal.asan.permitted.paths += /odm/${LIB}
81 namespace.sphal.asan.permitted.paths += /data/asan/vendor/${LIB}
[all …]
/frameworks/base/core/java/com/android/internal/os/
DWrapperInit.java197 if (data[0].permitted != data[0].inheritable || in preserveCapabilities()
198 data[1].permitted != data[1].inheritable) { in preserveCapabilities()
199 data[0] = new StructCapUserData(data[0].effective, data[0].permitted, in preserveCapabilities()
200 data[0].permitted); in preserveCapabilities()
201 data[1] = new StructCapUserData(data[1].effective, data[1].permitted, in preserveCapabilities()
202 data[1].permitted); in preserveCapabilities()
/frameworks/base/core/java/android/security/
DNetworkSecurityPolicy.java91 public void setCleartextTrafficPermitted(boolean permitted) { in setCleartextTrafficPermitted() argument
92 FrameworkNetworkSecurityPolicy policy = new FrameworkNetworkSecurityPolicy(permitted); in setCleartextTrafficPermitted()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
DRestrictedLockUtilsInternal.java265 boolean permitted = true; in checkIfInputMethodDisallowed()
267 permitted = dpm.isInputMethodPermittedByAdmin(admin.component, in checkIfInputMethodDisallowed()
278 if (!permitted && !permittedByProfileAdmin) { in checkIfInputMethodDisallowed()
280 } else if (!permitted) { in checkIfInputMethodDisallowed()
319 boolean permitted = true; in checkIfAccessibilityServiceDisallowed()
321 permitted = dpm.isAccessibilityServicePermittedByAdmin(admin.component, in checkIfAccessibilityServiceDisallowed()
332 if (!permitted && !permittedByProfileAdmin) { in checkIfAccessibilityServiceDisallowed()
334 } else if (!permitted) { in checkIfAccessibilityServiceDisallowed()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/test/java/com/google/protobuf/nano/
Dunittest_extension_nano.proto25 // The largest permitted field number, per
Dunittest_single_nano.proto6 // modification, are permitted provided that the following conditions are
/frameworks/native/services/vr/performanced/
Dmain.cpp54 capdata[CAP_TO_INDEX(CAP_SYS_NICE)].permitted |= CAP_TO_MASK(CAP_SYS_NICE); in main()
/frameworks/base/core/jni/
Dcom_android_internal_os_Zygote.cpp574 static void SetCapabilities(uint64_t permitted, uint64_t effective, uint64_t inheritable, in SetCapabilities() argument
585 capdata[0].permitted = permitted; in SetCapabilities()
586 capdata[1].permitted = permitted >> 32; in SetCapabilities()
592 "failed: %s", permitted, effective, inheritable, strerror(errno))); in SetCapabilities()
/frameworks/base/obex/
DNOTICE6 modification, are permitted provided that the following conditions are met:
/frameworks/base/native/webview/plat_support/
DLICENSE4 // modification, are permitted provided that the following conditions are
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester/
Dmain.m6 // modification, are permitted provided that the following conditions are
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/js/
Dtestempty.proto6 // modification, are permitted provided that the following conditions are
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dunittest_no_arena_import.proto6 // modification, are permitted provided that the following conditions are
Dunittest_import_public_lite.proto6 // modification, are permitted provided that the following conditions are
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/import_test_package/
Dinner.proto6 // modification, are permitted provided that the following conditions are
Douter.proto6 // modification, are permitted provided that the following conditions are
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/com/google/protobuf/
Dnon_nested_extension.proto6 // modification, are permitted provided that the following conditions are
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/js/commonjs/test6/
Dtest6.proto6 // modification, are permitted provided that the following conditions are
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Dunittest_lite_imports_nonlite.proto6 // modification, are permitted provided that the following conditions are
Dunittest_import_public.proto6 // modification, are permitted provided that the following conditions are
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/
Dunittest_objc_startup.proto6 // modification, are permitted provided that the following conditions are
/frameworks/native/opengl/tests/angeles/
Dlicense-BSD.txt10 modification, are permitted provided that the following conditions
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Dfile_options_test.proto6 // modification, are permitted provided that the following conditions are
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest_lite_imports_nonlite.proto6 // modification, are permitted provided that the following conditions are
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Dproto2_api_test.proto6 // modification, are permitted provided that the following conditions are

12345678910