HomeSort by relevance Sort by last modified time
    Searched refs:inhibit (Results 1 - 25 of 30) sorted by null

1 2

  /libcore/ojluni/src/main/java/sun/security/x509/
PolicyConstraintsExtension.java 71 public static final String INHIBIT = "inhibit";
77 private int inhibit = -1; field in class:PolicyConstraintsExtension
81 if (require == -1 && inhibit == -1) {
94 if (inhibit != -1) {
96 tmp.putInteger(inhibit);
106 * require explicit policy and inhibit policy mapping. The
110 * @param inhibit inhibit policy mapping (-1 for optional).
112 public PolicyConstraintsExtension(int require, int inhibit)
    [all...]
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
PolicyChecker.java 333 int inhibit = local
334 polConstExt.get(PolicyConstraintsExtension.INHIBIT).intValue();
337 + "inhibit Index from cert = " + inhibit);
339 if (inhibit != -1) {
340 if ((policyMapping == -1) || (inhibit < policyMapping)) {
341 policyMapping = inhibit;
    [all...]
  /external/jdiff/src/jdiff/
DiffMyers.java 343 private boolean inhibit = false; field in class:DiffMyers
350 if (inhibit)
  /prebuilts/go/darwin-x86/src/runtime/pprof/
pprof_test.go 404 t.Skipf("low resolution timers inhibit profiling signals (golang.org/issue/13405)")
410 t.Skipf("low resolution timers inhibit profiling signals (golang.org/issue/13405, golang.org/issue/17936)")
  /prebuilts/go/linux-x86/src/runtime/pprof/
pprof_test.go 404 t.Skipf("low resolution timers inhibit profiling signals (golang.org/issue/13405)")
410 t.Skipf("low resolution timers inhibit profiling signals (golang.org/issue/13405, golang.org/issue/17936)")
  /prebuilts/go/darwin-x86/src/regexp/
backtrack.go 172 // Pushing it here will inhibit that. Instead, re-push
  /prebuilts/go/linux-x86/src/regexp/
backtrack.go 172 // Pushing it here will inhibit that. Instead, re-push
  /external/guava/guava/lib/
jdiff.jar 
  /external/guice/lib/build/jdiff/
jdiff.jar 
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
gnu.go 410 // A few instructions inhibit this behavior.
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
gnu.go 410 // A few instructions inhibit this behavior.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
inl.go 380 // inhibit inlining of their argument
  /prebuilts/go/darwin-x86/src/net/
dial_test.go 529 // Sleep long enough for Happy Eyeballs to kick in, and inhibit cancelation.
  /prebuilts/go/darwin-x86/src/net/http/
fs_test.go 456 // Explicitly inhibit sniffing.
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
inl.go 380 // inhibit inlining of their argument
  /prebuilts/go/linux-x86/src/net/
dial_test.go 529 // Sleep long enough for Happy Eyeballs to kick in, and inhibit cancelation.
  /prebuilts/go/linux-x86/src/net/http/
fs_test.go 456 // Explicitly inhibit sniffing.
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
regalloc.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
regalloc.go     [all...]
  /external/netperf/doc/
texinfo.tex     [all...]
  /prebuilts/go/darwin-x86/src/reflect/
type.go     [all...]
  /prebuilts/go/linux-x86/src/reflect/
type.go     [all...]
  /prebuilts/go/darwin-x86/src/runtime/
proc.go 37 // 1. Centralize all scheduler state (would inhibit scalability).
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
proc.go 37 // 1. Centralize all scheduler state (would inhibit scalability).
    [all...]
  /external/e2fsprogs/doc/
texinfo.tex     [all...]

Completed in 913 milliseconds

1 2