HomeSort by relevance Sort by last modified time
    Searched full:allowed (Results 601 - 625 of 7690) sorted by null

<<21222324252627282930>>

  /external/skia/src/core/
SkDiscardableMemory.h 48 * Nested calls to lock are not allowed.
  /external/smack/src/org/jivesoftware/smackx/commands/
LocalCommandFactory.java 39 * @throws IllegalAccessException if creating an instance is not allowed.
  /external/v8/test/mjsunit/regress/
regress-1176.js 30 // "delete this" is allowed in strict mode.
  /external/v8/test/preparser/
strict-with.js 28 // The with statement is not allowed in strict code.
  /external/wpa_supplicant_8/
COPYING 11 terms that allowed either of those license alternatives to be
  /frameworks/av/include/private/media/
StaticAudioTrackState.h 24 // state is too large to be updated atomically without a mutex, and mutexes aren't allowed here, the
  /frameworks/base/core/java/android/content/pm/
ProviderInfo.java 52 * If non-null, these are the patterns that are allowed for granting URI
54 * allowed to be granted. If null, all URIs are allowed. The
62 * If non-null, these are path-specific permissions that are allowed for
  /frameworks/base/core/java/android/os/
NetworkOnMainThreadException.java 24 * are allowed to do networking on their main event loop threads,
  /frameworks/base/core/java/android/test/
FlakyTest.java 38 * @return The total number of allowed run, the default is 1.
  /frameworks/base/packages/SystemUI/tests/
Android.mk 26 # sign this with platform cert, so this test is allowed to inject key events into
  /frameworks/base/telephony/java/com/android/internal/telephony/
IWapPushManager.aidl 31 * record in the application ID table is not allowed. Use update/delete method.
  /hardware/libhardware_legacy/vibrator/
vibrator.c 68 /* constant on, up to maximum allowed time */
  /libcore/luni/src/main/java/java/util/
IllegalFormatException.java 24 * allowed to be instantiated.
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/concept/detail/
has_constraints.hpp 27 // Error: complex expression not allowed in dependent template
  /packages/apps/UnifiedEmail/src/com/android/mail/content/
CursorCreator.java 29 * not advance/rewind the cursor, and is only allowed to read the existing row.
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/
HTML.java 163 /** The list of allowed values, or null if any value is allowed */
200 * containing the allowed attribute values. The return set is guaranteed to
203 * @return a Set of Strings, in lower case, for the allowed attribute
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
SwipeableItemView.java 33 * Returns the minimum allowed displacement in the Y axis that is considered a scroll. After
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HTML.java 164 /** The list of allowed values, or null if any value is allowed */
201 * containing the allowed attribute values. The return set is guaranteed to
204 * @return a Set of Strings, in lower case, for the allowed attribute
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
hysdn_if.h 26 #define ERR_NOT_BOOTED 1008 /* operation only allowed when booted */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
hysdn_if.h 26 #define ERR_NOT_BOOTED 1008 /* operation only allowed when booted */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
hysdn_if.h 26 #define ERR_NOT_BOOTED 1008 /* operation only allowed when booted */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_struct_fields.py 13 # When they are finalized, assigning _fields_ is no longer allowed.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_struct_fields.py 13 # When they are finalized, assigning _fields_ is no longer allowed.
  /external/clang/test/SemaObjCXX/
arc-type-conversion.mm 49 (void)static_cast<__autoreleasing id*>(idp); // expected-error{{static_cast from '__strong id *' to '__autoreleasing id *' is not allowed}}
50 (void)static_cast<__weak id*>(idp); // expected-error{{static_cast from '__strong id *' to '__weak id *' is not allowed}}
57 (void)const_cast<__strong id *>(wip); // expected-error{{is not allowed}}
58 (void)const_cast<__weak id *>(sip); // expected-error{{is not allowed}}
72 // Not allowed to cast away constness
81 // C-style casts aren't allowed to change Objective-C ownership
101 // Functional casts aren't allowed to change Objective-C ownership
  /external/smack/src/org/jivesoftware/smackx/
OfflineMessageManager.java 77 * @throws XMPPException If the user is not allowed to make this request.
88 * @throws XMPPException If the user is not allowed to make this request or the server does
109 * @throws XMPPException If the user is not allowed to make this request or the server does
132 * @throws XMPPException If the user is not allowed to make this request or the server does
188 * @throws XMPPException If the user is not allowed to make this request or the server does
232 * @throws XMPPException If the user is not allowed to make this request or the server does
262 * @throws XMPPException If the user is not allowed to make this request or the server does

Completed in 1349 milliseconds

<<21222324252627282930>>