Searched
full:allowed (Results
301 -
325 of
9846) sorted by null
<<11121314151617181920>>
/art/test/800-smali/smali/ |
b_20843113.smali | 23 # allowed as we will terminate abnormally below.
|
b_26594149_5.smali | 23 # Allowed operation on uninitialized objects.
|
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/userrestrictions/ |
PrimaryProfileOwnerUserRestrictionsTest.java | 22 return DeviceOwnerUserRestrictionsTest.ALLOWED;
|
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/ |
MyVpnService.java | 86 String allowed = intent.getStringExtra(packageName + ".allowedapplications"); local 87 if (allowed != null) { 88 String[] packageArray = allowed.split(","); 123 + " allowedApplications=" + allowed
|
/cts/tests/tests/widget/src/android/widget/cts/ |
RemoteViewsActivityTest.java | 94 assertTrue("Derived class (EditText) allowed to be inflated", exceptionThrown); 95 assertNull("Derived class (EditText) allowed to be inflated", result); 123 assertTrue("WebView allowed to be inflated", exceptionThrown); 124 assertNull("WebView allowed to be inflated", result);
|
/external/autotest/client/site_tests/security_DbusOwners/ |
control | 8 Enforces a whitelist of known, allowed Dbus interfaces owned by chronos
|
/external/autotest/client/site_tests/security_Minijail_seccomp/ |
control | 13 Fail if either seccomp_filter fails to block syscalls or if allowed syscalls
|
/external/autotest/client/site_tests/security_NetworkListeners/ |
control | 8 Enforces a whitelist of known, allowed processes with open network listens
|
/external/autotest/client/site_tests/security_ReservedPrivileges/ |
control | 8 Enforces a whitelist of known, allowed reserved privileged processes on the system
|
/external/autotest/client/site_tests/security_SuidBinaries/ |
control | 8 Enforces a whitelist of known, allowed setuid/gid binaries on the system
|
/external/autotest/server/site_tests/system_ColdBoot/ |
system_ColdBoot.py | 16 # Allowed timeout for graceful shutdown.
|
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.aggr/ |
p4.cpp | 17 // Allowed by GNU extension
|
/external/clang/test/Parser/ |
brackets.c | 10 // expected-error@-1{{brackets are not allowed here; to declare an array, place the brackets after the identifier}} 26 // expected-error@-1{{brackets are not allowed here; to declare an array, place the brackets after the identifier}} 56 // expected-error@-5{{brackets are not allowed here; to declare an array, place the brackets after the identifier}} 65 // expected-error@-1{{brackets are not allowed here; to declare an array, place the brackets after the identifier}}
|
objc-forcollection-neg-2.m | 28 for (id el, elem in self) // expected-error {{only one element declaration is allowed}}
|
/external/clang/test/Sema/ |
ext_vector_conversions.c | 10 // Not allowed. There's no splatting conversion between float and int vector,
|
/external/clang/test/SemaCXX/ |
const-cast.cpp | 53 char **var2 = const_cast<char**>(var); // expected-error {{const_cast from 'const char *volatile *const volatile *' to 'char **' is not allowed}} 55 short ***var3 = const_cast<short***>(var); // expected-error {{const_cast from 'const char *volatile *const volatile *' to 'short ***' is not allowed}} 62 int *(*rar)[100] = const_cast<int *(*)[100]>(&ar); // expected-error {{const_cast from 'const int *(*)[100]' to 'int *(*)[100]' is not allowed}} 76 char *PR21845() { return const_cast<char *>((void)T::x); } // expected-error {{const_cast from 'void' to 'char *' is not allowed}}
|
/external/clang/test/SemaObjC/ |
assign-rvalue-message.m | 22 [self bar].x = 10; // expected-error {{assigning to 'readonly' return result of an Objective-C message not allowed}}
|
/external/clang/test/SemaTemplate/ |
instantiate-exception-spec.cpp | 5 template<typename T> void f1(T*) throw(T); // expected-error{{incomplete type 'Incomplete' is not allowed in exception specification}}
|
/external/deqp/external/vulkancts/framework/vulkan/ |
vkWsiPlatform.hpp | 46 Window (const Window&); // Not allowed 47 Window& operator= (const Window&); // Not allowed 61 Display (const Display&); // Not allowed 62 Display& operator= (const Display&); // Not allowed
|
/external/e2fsprogs/tests/f_extent_oobounds/ |
expect.1 | 2 Inode 12, end of extent exceeds allowed value
|
/external/eigen/bench/btl/cmake/ |
FindBlitz.cmake | 11 # Redistribution and use is allowed according to the terms of the BSD license.
|
/external/libchrome/sandbox/linux/syscall_broker/ |
broker_policy.cc | 39 // Check if calling access() should be allowed on |requested_filename| with 42 // confusing. We're checking if calling access() should even be allowed with 47 // return true if calling access() on this file should be allowed, false 76 // Return true if opening should be allowed, false otherwise.
|
broker_policy.h | 37 // Check if calling access() should be allowed on |requested_filename| with 40 // confusing. We're checking if calling access() should even be allowed with 46 // return true if calling access() on this file should be allowed, false 63 // Return true if opening should be allowed, false otherwise.
|
/external/libevent/include/event2/ |
bufferevent_struct.h | 86 /** An input buffer. Only the bufferevent is allowed to add data to 87 this buffer, though the user is allowed to drain it. */ 90 /** An input buffer. Only the bufferevent is allowed to drain data 91 from this buffer, though the user is allowed to add it. */
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/ |
btCollisionObjectWrapper.h | 22 btCollisionObjectWrapper(const btCollisionObjectWrapper&); // not implemented. Not allowed.
|
Completed in 487 milliseconds
<<11121314151617181920>>