HomeSort by relevance Sort by last modified time
    Searched full:allowed (Results 376 - 400 of 9846) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/tests/coretests/src/android/print/
IPrintManagerParametersTest.java 286 // Cannot test bad user Id as these tests are allowed to call across users
314 // Cannot test bad user Id as these tests are allowed to call across users
368 // Cannot test bad user Id as these tests are allowed to call across users
389 // Cannot test bad user Id as these tests are allowed to call across users
415 // Cannot test bad user Id as these tests are allowed to call across users
441 // Cannot test bad user Id as these tests are allowed to call across users
465 // Cannot test bad user Id as these tests are allowed to call across users
484 // Cannot test bad user Id as these tests are allowed to call across users
508 // Cannot test bad user Id as these tests are allowed to call across users
530 // Cannot test bad user Id as these tests are allowed to call across user
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
DigestInputStreamTest.java 96 // allowed failure
137 // allowed failure
172 // allowed failure
207 // allowed failure
237 // allowed failure
315 // allowed failure
354 // allowed failure
404 // allowed failure
437 // allowed failure
476 // allowed failur
    [all...]
  /external/guice/core/test/com/google/inject/
BinderTest.java 190 "1) Binding to null instances is not allowed. Use toProvider(Providers.of(null))",
191 "2) Binding to null instances is not allowed. Use toProvider(Providers.of(null))");
473 "1) Binding to Provider is not allowed.",
507 "Binding to core guice framework type is not allowed: AbstractModule.",
511 "Binding to core guice framework type is not allowed: Binder.",
515 "Binding to core guice framework type is not allowed: Binding.",
519 "Binding to core guice framework type is not allowed: Injector.",
523 "Binding to core guice framework type is not allowed: Key.",
527 "Binding to core guice framework type is not allowed: Module.",
531 "Binding to Provider is not allowed."
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DigestInputStreamTest.java 89 // allowed failure
130 // allowed failure
165 // allowed failure
200 // allowed failure
231 // allowed failure
310 // allowed failure
349 // allowed failure
399 // allowed failure
432 // allowed failure
471 // allowed failur
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_bitfields.py 116 # bit fields are not allowed on non-integer types.
118 self.assertEqual(result, (TypeError, 'bit fields not allowed for type c_char_p'))
121 self.assertEqual(result, (TypeError, 'bit fields not allowed for type c_void_p'))
125 self.assertEqual(result, (TypeError, 'bit fields not allowed for type LP_c_int'))
128 self.assertEqual(result, (TypeError, 'bit fields not allowed for type c_char'))
136 self.assertEqual(result, (TypeError, 'bit fields not allowed for type c_wchar'))
142 self.assertEqual(result, (TypeError, 'bit fields not allowed for type Dummy'))
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_bitfields.py 116 # bit fields are not allowed on non-integer types.
118 self.assertEqual(result, (TypeError, 'bit fields not allowed for type c_char_p'))
121 self.assertEqual(result, (TypeError, 'bit fields not allowed for type c_void_p'))
125 self.assertEqual(result, (TypeError, 'bit fields not allowed for type LP_c_int'))
128 self.assertEqual(result, (TypeError, 'bit fields not allowed for type c_char'))
136 self.assertEqual(result, (TypeError, 'bit fields not allowed for type c_wchar'))
142 self.assertEqual(result, (TypeError, 'bit fields not allowed for type Dummy'))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_bitfields.py 116 # bit fields are not allowed on non-integer types.
118 self.assertEqual(result, (TypeError, 'bit fields not allowed for type c_char_p'))
121 self.assertEqual(result, (TypeError, 'bit fields not allowed for type c_void_p'))
125 self.assertEqual(result, (TypeError, 'bit fields not allowed for type LP_c_int'))
128 self.assertEqual(result, (TypeError, 'bit fields not allowed for type c_char'))
136 self.assertEqual(result, (TypeError, 'bit fields not allowed for type c_wchar'))
142 self.assertEqual(result, (TypeError, 'bit fields not allowed for type Dummy'))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_bitfields.py 116 # bit fields are not allowed on non-integer types.
118 self.assertEqual(result, (TypeError, 'bit fields not allowed for type c_char_p'))
121 self.assertEqual(result, (TypeError, 'bit fields not allowed for type c_void_p'))
125 self.assertEqual(result, (TypeError, 'bit fields not allowed for type LP_c_int'))
128 self.assertEqual(result, (TypeError, 'bit fields not allowed for type c_char'))
136 self.assertEqual(result, (TypeError, 'bit fields not allowed for type c_wchar'))
142 self.assertEqual(result, (TypeError, 'bit fields not allowed for type Dummy'))
  /external/chromium-trace/catapult/third_party/gsutil/gslib/addlhelp/
acls.py 37 - Users granted READ access are allowed to list the bucket contents and read
40 - Users granted WRITE access are allowed READ access and also are allowed to
44 - Users granted OWNER access are allowed WRITE access and also are allowed to
49 - Users granted READ access are allowed to read the object's data and
52 - Users granted OWNER access are allowed READ access and also are allowed to
167 of those groups are allowed to read the object and read and write the ACL),
projects.py 29 - Project Owners are allowed to list, create, and delete buckets,
35 - Project Editors are allowed to list, create, and delete buckets.
37 - All Project Team Members are allowed to list buckets within a project.
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p3.cpp 90 constexpr int F() const { return 0; } // expected-error {{constexpr member function not allowed in struct with virtual base class}}
123 asm("int3"); // expected-error {{statement not allowed in constexpr function}}
128 goto x; // expected-error {{statement not allowed in constexpr function}}
134 try {} catch (...) {} // expected-error {{statement not allowed in constexpr function}}
161 // expected-error@-2 {{statement not allowed in constexpr function}}
234 // return value shall be one of those allowed in a constant expression.
242 // parameter is not allowed in a constant expression.
260 // expected-note{{reinterpret_cast is not allowed in a constant expression}}
303 // expected-error@-5 {{statement not allowed}}
  /system/update_engine/update_manager/
policy.h 44 // Attributes pertaining to the case where update checks are allowed.
51 // Whether the allowed update is interactive (user-initiated) or periodic.
85 // Max number of errors allowed per download URL.
123 // Maximum wait period allowed for this update, as determined by Omaha.
145 // Whether the update attempt is allowed to proceed.
155 // allowed (backoff, scattering) there may still be other means for download
164 // Whether P2P download and sharing are allowed.
232 // UpdateCheckAllowed returns whether it is allowed to request an update check
251 // Checks whether downloading of an update is allowed; currently, this checks
  /device/google/contexthub/
CodingStandard.txt 24 12. Do not use short. char is allowed for actual printable strings only. Use uint8_t/uint16_t/
26 13. int/unsigned int is allowed only for simple loop iterators only (or, if you must, as a return type
30 15. All structures shall be packed to avoid space waste, as compiler is not allowed to pack them for
37 18. Absolutely no "double" types are allowed. Absolutely no passing of "float" vars through var-args
39 19. Absolutely no inline assembly unless you're in a folder under "cpu" or "variant". Allowed in
  /external/clang/test/CXX/expr/expr.const/
p3-0x.cpp 84 using Int = A<1.0>; // expected-error {{conversion from 'double' to 'unsigned char' is not allowed in a converted constant expression}}
86 True = &a, // expected-error {{conversion from 'bool (*)(int)' to 'bool' is not allowed in a converted constant expression}}
87 False = nullptr // expected-error {{conversion from 'nullptr_t' to 'bool' is not allowed in a converted constant expression}}
92 case 0.0f: // expected-error {{conversion from 'float' to 'int' is not allowed in a converted constant expression}}
100 int n = Val<bool, &S::operator int>::value; // expected-error-re {{conversion from 'int (S::*)(){{( __attribute__\(\(thiscall\)\))?}} const' to 'bool' is not allowed in a converted constant expression}}
  /external/libchrome/base/threading/
thread_collision_warner.h 69 // that time on only that thread is allowed to execute push or pop.
160 // because the critical section being pinned is allowed to be used only
218 // calls this multiple time (recursion allowed).
221 // Same as EnterSelf but recursion is not allowed.
233 // (when allowed) in order to unpin it when counter_ reaches 0.
  /external/llvm/test/Transforms/GVN/
atomic.ll 9 ; GVN across unordered store (allowed)
21 ; GVN across unordered load (allowed)
34 ; GVN load to unordered load (allowed)
69 ; GVN across monotonic store (allowed)
81 ; GVN of an unordered across monotonic load (not allowed)
  /external/owasp/sanitizer/src/main/org/owasp/html/
HtmlPolicyBuilder.java 159 * {@code <img src=javascript:alert(1337)>} because its URL is not allowed
239 * By default, text content is allowed in any
240 * {@link #allowElements allowed elements} that can contain character data per
241 * the HTML5 spec, but text content is not allowed by default in elements that
267 * Assuming the given elements are allowed, allows them to appear without
371 * Adds to the set of protocols that are allowed in URL attributes.
372 * For each URL attribute that is allowed, we further constrain it by
375 * This is done regardless of whether any protocols have been allowed, so
385 // If there is at least one allowed protocol, then allow URLs and
451 * @param out receives calls to open only tags allowed b
    [all...]
  /frameworks/base/core/java/android/content/
SyncAdapterType.java 97 "this method is not allowed to be called when this is a key");
105 "this method is not allowed to be called when this is a key");
118 "this method is not allowed to be called when this is a key");
134 "this method is not allowed to be called when this is a key");
146 "this method is not allowed to be called when this is a key");
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
ApConfigUtil.java 66 * @param allowed2GChannels list of allowed 2GHz channels
67 * @param allowed5GFreqList list of allowed 5GHz frequencies
82 Log.d(TAG, "2GHz allowed channel list not specified");
108 * @param allowed2GChannels list of allowed 2GHz channels
126 Log.e(TAG, "5GHz band is not allowed without country code");
  /frameworks/support/core-utils/java/android/support/v4/content/
PermissionChecker.java 61 /** Permission result: The permission is denied because the app op is not allowed. */
76 * and whether the app op that corresponds to this permission is allowed.
116 * that corresponds to this permission is allowed.
131 * the app op that corresponds to this permission is allowed.
151 * and whether the app op that corresponds to this permission is allowed.
  /hardware/bsp/intel/peripheral/libupm/src/at42qt1070/
at42qt1070.cxx 164 throw std::invalid_argument("Only keys 0-6 are allowed");
179 throw std::invalid_argument("Only keys 0-6 are allowed");
209 throw std::invalid_argument("Only keys 0-6 are allowed");
224 throw std::invalid_argument("Only keys 0-6 are allowed");
228 throw std::invalid_argument("Only groups 0-3 are allowed");
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/linear/
AbstractLinearOptimizer.java 37 /** Default maximal number of iterations allowed. */
64 /** Maximal number of iterations allowed. */
125 * can be found in the allowed number of iterations
  /external/clang/test/CXX/basic/basic.start/basic.start.main/
p2.cpp 49 static int main() { // expected-error {{'main' is not allowed to be declared static}}
54 inline int main() { // expected-error {{'main' is not allowed to be declared inline}}
80 constexpr int main() { } // expected-error{{'main' is not allowed to be declared constexpr}}
  /external/clang/test/Sema/
c89.c 59 void foo(T); /* typedef for void is allowed */
95 /* Duplicated type-qualifiers aren't allowed by C90 */
127 struct Test17 t1 = test17_aux(); /* this is allowed */
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
MapMakerTest.java 58 // even to the same value is not allowed
69 // even to the same value is not allowed
79 // even to the same value is not allowed

Completed in 1002 milliseconds

<<11121314151617181920>>