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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/cc/resources/
raster_mode.h 16 // Low quality implies no lcd test;
17 // high quality implies lcd text.
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/
UnresolvedPrincipalTest.java 88 .implies(fp));
90 .implies(fp));
92 UnresolvedPrincipal.WILDCARD).implies(fp));
94 UnresolvedPrincipal.WILDCARD).implies(fp));
97 UnresolvedPrincipal.class.getName(), name).implies(fp));
99 "hgfuytr765").implies(fp));
  /external/chromium_org/content/browser/gpu/
compositor_util_browsertest.cc 24 THREADED, // Implies FCM
25 DELEGATED, // Implies threaded
  /external/chromium_org/chrome/common/
env_vars.h 22 // Google Update named environment variable that implies kSystemLevel.
  /external/chromium_org/tools/gyp/test/win/linker-flags/
fixed-base.gyp 7 # Disable DYNAMICBASE for these tests because it implies/doesn't imply
  /external/iptables/extensions/
libxt_ipvs.man 6 Any of the following options implies \-\-ipvs (even negated)
libxt_tos.man 12 Note that this implies a mask of 0x3F, i.e. all but the ECN bits.
  /external/valgrind/main/gdbserver_tests/
mcmain_pic.vgtest 2 # On linux, this implies a proper transfer of the auxv
  /external/chromium/chrome/browser/sync/sessions/
test_util.cc 20 // completed implies that the Syncer was unable to exhaust this count during
28 // completed implies that the Syncer was unable to make forward progress
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
ProtectionDomainTest.java 151 assertFalse(new ProtectionDomain(null, null).implies(allperm));
159 assertTrue(new ProtectionDomain(null, perms).implies(allperm));
174 pd.implies(allperm);
192 pd.implies(allperm);
248 public boolean implies(ProtectionDomain domain, Permission permission) { method in class:ProtectionDomainTest.TestPolicy
252 return super.implies(domain, permission);
  /external/apache-harmony/luni/src/test/resources/net.resources/HTTP/html/testres231/UCL/
UCL.jar 
  /external/tremolo/Tremolo/
ivorbiscodec.h 60 implies a fixed rate bitstream
62 implies a VBR stream that averages the nominal bitrate. No hard
65 implies a VBR bitstream that obeys the bitrate limits. nominal
  /frameworks/wilhelm/src/android/
android_Effect.h 101 * sendLevel is the total energy going to the send bus. This implies that the volume attenuation
108 * sendLevel is the total energy going to the send bus. This implies that the volume attenuation
116 * sendLevel is the total energy going to the send bus. This implies that the volume attenuation
  /external/chromium_org/chrome/browser/extensions/api/storage/
storage_api.h 34 // returns whether the result implies success (i.e. !error).
38 // change notification if needed, and returns whether the result implies
  /libcore/luni/src/main/java/java/security/
PermissionsHash.java 67 public boolean implies(Permission permission) { method in class:PermissionsHash
69 if (((Permission)elements.nextElement()).implies(permission)) {
  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
MyPermission.java 49 public boolean implies(Permission permission) { method in class:MyPermission
MyPermissionCollection.java 50 public boolean implies(Permission permission) {
  /external/chromium/chrome/browser/search_engines/
template_url_parser.h 15 // TemplateURLParser, as the name implies, handling reading of TemplateURLs
  /external/chromium_org/cc/layers/
delegated_renderer_layer.h 34 // value of (0, 0) implies that the frame should be displayed to fit exactly
  /external/chromium_org/chrome/renderer/extensions/
native_handler.h 15 // a single v8::Context, this implies that NativeHandlers will also be tied to
  /external/chromium_org/extensions/common/permissions/
api_permission.h 255 // Indicates if the permission implies full access (native code).
258 // Indicates if the permission implies full URL access.
290 // Returns true if this permission implies full access (e.g., native code).
295 // Returns true if this permission implies full URL access.
  /external/chromium_org/ppapi/shared_impl/
ppapi_permissions.cc 32 // Testing permissions. The testing flag implies all permissions since the
  /external/jsr305/ri/src/main/java/javax/annotation/
ParametersAreNullableByDefault.java 20 * <p>This annotation implies the same "nullness" as no annotation. However, it is different
  /external/llvm/lib/Target/ARM/
ARMBuildAttrs.h 112 AllowFPv2 = 2, // v2 FP ISA permitted (implies use of the v1 FP ISA)
113 AllowFPv3A = 3, // v3 FP ISA permitted (implies use of the v2 FP ISA)
115 AllowFPv4A = 5, // v4 FP ISA permitted (implies use of v3 FP ISA)
121 AllowThumb32 = 2, // 32-bit Thumb (implies 16-bit instructions)
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
stochastic_linear_ranker.h 96 // polynomial kernel, it implies the degree of the polynomial. In case of
97 // RBF kernel, it implies the sigma parameter. In case of linear kernel,
139 // polynomial kernel, it implies the degree of the polynomial. In case of
140 // RBF kernel, it implies the sigma parameter. In case of linear kernel,

Completed in 1276 milliseconds

1 2 3 4 5 6 7 8 91011>>