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

1 2 3 4 5 6 7 8 9

  /external/boringssl/src/util/fipstools/testdata/x86_64-LabelRewrite/
in2.s 1 # References to local labels are rewrittenn in subsequent files.
  /external/skia/tools/
reformat-json.py 12 so that subsequent runs of rebaseline.py will generate useful diffs
  /external/skqp/tools/
reformat-json.py 12 so that subsequent runs of rebaseline.py will generate useful diffs
  /external/libpng/
libpng-config.in 46 --static revise subsequent outputs for static linking
  /external/llvm/test/MC/ARM/
deprecated-v8.s 36 @ CHECK-ARMV8: warning: applying IT instruction to more than one subsequent instruction is deprecated
37 @ CHECK-THUMBV8: warning: applying IT instruction to more than one subsequent instruction is deprecated
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
lower.go 16 // lowering and a subsequent dead code elimination (because lowering
copyelim.go 8 // A subsequent deadcode pass is needed to actually remove the copies.
deadstore.go 25 // loadUse contains stores which are used by a subsequent load.
26 // storeUse contains stores which are used by a subsequent store.
zcse.go 12 // nothing is deleted. A subsequent deadcode pass is required to actually
  /prebuilts/go/darwin-x86/src/syscall/
syscall_bsd_test.go 33 t.Errorf("Getfsstat(nil) = %d, but subsequent Getfsstat(slice) = %d", n, n2)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
lower.go 16 // lowering and a subsequent dead code elimination (because lowering
copyelim.go 8 // A subsequent deadcode pass is needed to actually remove the copies.
deadstore.go 25 // loadUse contains stores which are used by a subsequent load.
26 // storeUse contains stores which are used by a subsequent store.
  /prebuilts/go/linux-x86/src/syscall/
syscall_bsd_test.go 33 t.Errorf("Getfsstat(nil) = %d, but subsequent Getfsstat(slice) = %d", n, n2)
  /prebuilts/go/darwin-x86/src/cmd/vet/testdata/
bool.go 22 _ = 0 == <-c || 0 == <-c // OK subsequent receives may yield different values
70 _ = 0 != <-c && 0 != <-c // OK subsequent receives may yield different values
  /prebuilts/go/linux-x86/src/cmd/vet/testdata/
bool.go 22 _ = 0 == <-c || 0 == <-c // OK subsequent receives may yield different values
70 _ = 0 != <-c && 0 != <-c // OK subsequent receives may yield different values
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/
unsafe.go 47 // Mess with y so that the subsequent cast
86 // Mess with y so that the subsequent cast
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/testdata/
unsafe.go 47 // Mess with y so that the subsequent cast
86 // Mess with y so that the subsequent cast
  /external/curl/docs/cmdline-opts/
proto.d 21 subject to later modification by subsequent entries in the comma separated
  /libcore/ojluni/src/main/java/sun/security/x509/
GeneralSubtrees.java 190 // Algorithm: compare each entry n to all subsequent entries in
191 // the list: if any subsequent entry matches or widens entry n,
192 // remove entry n. If any subsequent entries narrow entry n, remove
193 // the subsequent entries.
198 /* compare current to subsequent elements */
200 GeneralNameInterface subsequent = getGeneralNameInterface(j); local
201 switch (current.constrains(subsequent)) {
210 /* subsequent narrows current */
211 /* remove narrower name (subsequent) */
213 j--; /* continue check with new subsequent */
    [all...]
  /prebuilts/go/darwin-x86/src/io/
pipe.go 130 // Close closes the reader; subsequent writes to the
136 // CloseWithError closes the reader; subsequent writes
156 // Close closes the writer; subsequent reads from the
162 // CloseWithError closes the writer; subsequent reads from the
  /prebuilts/go/linux-x86/src/io/
pipe.go 130 // Close closes the reader; subsequent writes to the
136 // CloseWithError closes the reader; subsequent writes
156 // Close closes the writer; subsequent reads from the
162 // CloseWithError closes the writer; subsequent reads from the
  /compatibility/cdd/5_multimedia/
5_6_audio-latency.md 15 * **continuous output latency**. The output latency for subsequent frames,
25 * **continuous input latency**. The input latency for subsequent frames,
  /external/compiler-rt/make/
lib_platforms.mk 53 # Collect all the platform variables for subsequent use.
subdir.mk 63 # Collect all subdirectory variables for subsequent use.

Completed in 1695 milliseconds

1 2 3 4 5 6 7 8 9