HomeSort by relevance Sort by last modified time
    Searched full:implies (Results 201 - 225 of 1615) sorted by null

1 2 3 4 5 6 7 891011>>

  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
SignerTest.java 51 if (denied!=null && denied.implies(permission)) throw new SecurityException();
  /libcore/support/src/test/java/tests/net/
StuckServer.java 60 // RFC 5737 implies this network will be unreachable. (There are two other networks
  /ndk/tests/device/test-stlport_shared-exception/jni/
badalloc1.cpp 15 // Assume that STACK_SIZE defined implies a system that does not have a
  /ndk/tests/device/test-stlport_static-exception/jni/
badalloc1.cpp 15 // Assume that STACK_SIZE defined implies a system that does not have a
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DirectoryPartition.java 119 * implies using the adapter's
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ClassLoaderTest.java 48 assertFalse("impossible! misconfiguration?", a.getProtectionDomain().implies(p));
52 assertTrue("default domain is not dynamic", a.getProtectionDomain().implies(p));
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/reflect/
ProxyTest.java 226 assertTrue(pd.implies(new AllPermission()));
239 assertTrue(pd.implies(new AllPermission()));
  /external/chromium/chrome/browser/ui/
browser_init.h 65 // implies that the directory of the executable should be used.
97 // There are two ctors. The first one implies a NULL browser_init object
  /external/chromium_org/google_apis/gcm/base/
socket_stream.cc 167 // Result == 0 implies EOF, which is treated as an error.
300 // Result == 0 implies EOF, which is treated as an error.
  /external/chromium_org/sandbox/linux/seccomp-bpf/
errorcode.h 93 // This implies that a mask of zero always results in a passing test.
95 // This implies that a mask of zero always results in a failing test.
  /external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
v3_pci.c 151 /* realloc failure implies the original data space is b0rked too! */
212 /* realloc failure implies the original data space is b0rked too! */
  /external/openssl/crypto/x509v3/
v3_pci.c 151 /* realloc failure implies the original data space is b0rked too! */
212 /* realloc failure implies the original data space is b0rked too! */
  /external/v8/src/
log-utils.cc 72 // --prof implies --log-code.
75 // --prof_lazy controls --log-code, implies --noprof_auto.
flag-definitions.h 139 "enable harmony modules (implies block scoping)")
251 "enable use of VFP3 instructions if available - this implies "
481 "stress the GC compactor to flush out bugs (implies "
580 "Log statistical profiling information (implies --log-code).")
585 " when profiler is active (implies --noprof_auto).")
  /external/valgrind/main/docs/internals/
porting-HOWTO.txt 10 Note that this implies both a new architecture, and a new platform (ie. arch/OS
84 Similarly to above, this implies both a new OS, and a new platform.
  /frameworks/base/docs/html/guide/topics/manifest/
activity-alias-element.jd 78 only by specifying the exact name of the alias. This implies that the alias
81 On the other hand, the presence of at least one filter implies that the alias
  /hardware/libhardware/include/hardware/
hardware.h 104 * implies that versions 0x0100-0x01ff are all API-compatible.
219 * and 'primary' or 'a2dp' are module interfaces. This implies that the files
  /libcore/luni/src/main/java/java/math/
MathContext.java 74 * precision passed is zero, then this implies that the computations have to
89 * this implies that the computations have to be performed exact, the
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppBatch.java 56 * 7. Cancel sending a file from multiple files (implies cancel the transfer, rest of
59 * 9. Cancel receiving a file (implies cancel the transfer, no additional files will be received)
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DbModifierWithNotification.java 169 * implies (indirectly) that this does not affect any voicemail entry, as a voicemail entry is
186 * content values. An empty set returned by this method also implies (indirectly) that this does
  /external/kernel-headers/original/asm-mips/
bitops.h 183 * clear_bit() is atomic and implies release semantics before the memory
253 * It also implies a memory barrier.
322 * This operation is atomic and implies acquire ordering semantics
390 * It also implies a memory barrier.
480 * It also implies a memory barrier.
551 * __clear_bit() is non-atomic and implies release semantics before the memory
  /frameworks/base/core/java/android/animation/
ObjectAnimator.java 194 * value implies that that value is the one being animated to. Two values imply a starting
214 * value implies that that value is the one being animated to. Two values imply a starting
232 * value implies that that value is the one being animated to. Two values imply a starting
252 * value implies that that value is the one being animated to. Two values imply a starting
271 * value implies that that value is the one being animated to. Two values imply a starting
296 * value implies that that value is the one being animated to. Two values imply a starting
Keyframe.java 79 * from the target object when the animation first starts (note that this implies that keyframes
111 * from the target object when the animation first starts (note that this implies that keyframes
143 * from the target object when the animation first starts (note that this implies that keyframes
  /external/guava/guava/src/com/google/common/collect/
Range.java 39 * {@code range.contains(a) && range.contains(c)} implies that {@code
259 * Note that if {@code a.encloses(b)}, then {@code b.contains(v)} implies
267 * <li>antisymmetric: {@code a.encloses(b) && b.encloses(a)} implies {@code
269 * <li>transitive: {@code a.encloses(b) && b.encloses(c)} implies {@code
433 * {@code a.asSet(domain).equals(b.asSet(domain))} implies
  /dalvik/vm/native/
dalvik_system_VMRuntime.cpp 299 // Skip uninitialized classes because filled cache entry implies it is initialized.
321 // cache entry implies the class is initialized.
355 // cache entry implies the class is initialized.

Completed in 1657 milliseconds

1 2 3 4 5 6 7 891011>>