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

1 2

  /packages/apps/TV/src/com/android/tv/dvr/
BaseDvrDataManager.java 147 private List<ScheduledRecording> filterEndTimeIsPast(List<ScheduledRecording> originals) {
148 List<ScheduledRecording> results = new ArrayList<>(originals.size());
149 for (ScheduledRecording r : originals) {
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_importlib.py 44 originals = {}
49 originals[attr] = getattr(sys, attr)
61 for attr, value in originals.items():
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_importlib.py 44 originals = {}
49 originals[attr] = getattr(sys, attr)
61 for attr, value in originals.items():
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_importlib.py 44 originals = {}
49 originals[attr] = getattr(sys, attr)
61 for attr, value in originals.items():
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_importlib.py 44 originals = {}
49 originals[attr] = getattr(sys, attr)
61 for attr, value in originals.items():
  /cts/tests/tests/text/src/android/text/cts/
SpannableStringBuilderSpanTest.java 45 String originals[] = { "", "A", "here", "Well, hello there" }; local
48 for (String original: originals) {
  /external/ImageMagick/www/api/
distort.php 158 <p>RotateImage() creates a new image that is a rotated copy of an existing one. Positive angles rotate counter-clockwise (right-hand rule), while negative angles rotate clockwise. Rotated images are usually larger than the originals and have 'empty' triangular corners. X axis. Empty triangles left over from shearing the image are filled with the background color defined by member 'background_color' of the image. RotateImage allocates the memory necessary for the new Image structure and returns a pointer to the new image.</p>
  /prebuilts/go/darwin-x86/src/go/doc/
example.go 330 // Copy body and comments, as the originals may be used elsewhere.
  /prebuilts/go/linux-x86/src/go/doc/
example.go 330 // Copy body and comments, as the originals may be used elsewhere.
  /build/core/
config.mk 202 # convention, the originals should be checked into original-kernel-headers
205 # device/samsung/tuna/original-kernel-headers <----- originals
    [all...]
  /external/libvpx/libvpx/vpx_dsp/x86/
highbd_subpel_variance_impl_sse2.asm 44 mova %2, %1 ; use originals for calc sse
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
fmt.go 496 // in %-T mode collapse rune and byte with their originals.
    [all...]
inl.go 565 // Make temp names to use instead of the originals
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
fmt.go 493 // in %-T mode collapse rune and byte with their originals.
    [all...]
inl.go 562 // Make temp names to use instead of the originals
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
fmt.go 496 // in %-T mode collapse rune and byte with their originals.
    [all...]
inl.go 565 // Make temp names to use instead of the originals
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
fmt.go 493 // in %-T mode collapse rune and byte with their originals.
    [all...]
inl.go 562 // Make temp names to use instead of the originals
  /external/bison/
maint.mk     [all...]
  /prebuilts/devtools/tools/lib/
lombok-ast-0.2.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/lombok/lombok-ast/0.2.2/
lombok-ast-0.2.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/lombok/lombok-ast/0.2.3/
lombok-ast-0.2.3.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.2/
lombok-ast-0.2.2.jar 

Completed in 1482 milliseconds

1 2