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

1 2 3

  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/samplegrouping/
TemporalLevelEntry.java 24 * A grouping according to temporal level facilitates easy extraction of temporal subsequences, for instance using the Subsegment Indexing box in 0.
  /libcore/libart/src/main/java/java/lang/
StringFactory.java 184 * subsequences as part of its error handling for ill-formed subsequences"
185 * The current byte could be part of well-formed subsequences. Reduce the
  /libcore/ojluni/src/main/java/java/util/regex/
Matcher.java 66 * <p> This class also defines methods for replacing matched subsequences with
78 * count of such subsequences. As a convenience, methods are also provided for
79 * returning these captured subsequences in string form.
589 * <p> The replacement string may contain references to subsequences
606 * treated as references to captured subsequences as described above, and
734 * string may contain references to captured subsequences as in the {@link
740 * treated as references to captured subsequences as described above, and
757 * by the replacement string, substituting captured subsequences
777 * string may contain references to captured subsequences as in the {@link
783 * treated as references to captured subsequences as described above, an
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
lca.go 114 // depth blocks for powers-of-two subsequences of the tour.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
lca.go 114 // depth blocks for powers-of-two subsequences of the tour.
  /external/python/cpython3/Doc/library/
zlib.rst 103 (such as a :class:`bytes` object) containing subsequences that are expected
104 to occur frequently in the data that is to be compressed. Those subsequences
itertools.rst 183 Return *r* length subsequences of elements from the input *iterable*.
231 Return *r* length subsequences of elements from the input *iterable*
    [all...]
  /external/python/cpython3/Modules/clinic/
zlibmodule.c.h 119 " containing subsequences that are likely to occur in the input data.");
  /external/tensorflow/tensorflow/compiler/xla/
util.h 412 // Returns the start indices of consecutive non-overlapping subsequences of `a`
422 // possible such subsequences; else, returns `{(0, 0), (a.size, b.size)}`.
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
UResource.java 67 * and lifetimes of subSequences created from this key.
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UResource.java 65 * and lifetimes of subSequences created from this key.
  /external/tensorflow/tensorflow/python/framework/
errors_impl.py 102 # Attempt to elide large common subsequences of the subsequent
  /frameworks/support/textclassifier/src/main/java/androidx/textclassifier/
TextLinks.java 43 * A collection of links, representing subsequences of text and the entity types (phone number,
  /external/jdiff/src/jdiff/
DiffMyers.java 277 /** Compare in detail contiguous subsequences of the two files
317 one of the two subsequences is empty,
  /external/python/cpython2/Doc/library/
itertools.rst 122 Return *r* length subsequences of elements from the input *iterable*.
172 Return *r* length subsequences of elements from the input *iterable*
    [all...]
  /external/tensorflow/tensorflow/contrib/rnn/python/kernel_tests/
lstm_ops_test.py 398 # tiny (single-time) subsequences, i.e. unfuse the cell
  /frameworks/base/core/java/android/view/textclassifier/
TextLinks.java 52 * A collection of links, representing subsequences of text and the entity types (phone number,
  /libcore/ojluni/src/main/java/java/util/stream/
SliceOps.java 33 * that produce subsequences of their input stream.
    [all...]
  /prebuilts/go/darwin-x86/src/sort/
sort.go 384 // SymMerge merges the two sorted subsequences data[a:m] and data[m:b] using
  /prebuilts/go/linux-x86/src/sort/
sort.go 384 // SymMerge merges the two sorted subsequences data[a:m] and data[m:b] using
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
pytree.py 658 content: optional sequence of subsequences of patterns;
  /external/libusb/examples/getopt/
getopt.c 293 /* Exchange two adjacent subsequences of ARGV.
  /external/python/cpython2/Lib/lib2to3/
pytree.py 658 content: optional sequence of subsequences of patterns;
  /external/python/cpython3/Lib/lib2to3/
pytree.py 625 content: optional sequence of subsequences of patterns;
  /external/python/cpython3/Modules/
zlibmodule.c 453 containing subsequences that are likely to occur in the input data.
    [all...]

Completed in 1245 milliseconds

1 2 3