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

1 2

  /packages/apps/TV/common/src/com/android/tv/common/util/
CollectionUtils.java 56 Collection<T> originals, Collection<T> toAdds, Comparator<T> comparator) {
57 List<T> result = new ArrayList<>(originals);
71 Collection<T> originals, T[] toSubtracts, Comparator<T> comparator) {
72 List<T> result = new ArrayList<>(originals);
  /external/pdfium/fxjs/
JS_Define.cpp 280 const std::vector<v8::Local<v8::Value>>& originals,
286 size_t size = std::min(originals.size(), nKeywords);
288 result[i] = originals[i];
290 if (originals.size() != 1 || !originals[0]->IsObject() ||
291 originals[0]->IsArray()) {
296 v8::Local<v8::Object> pObj = pRuntime->ToObject(originals[0]);
JS_Define.h 38 const std::vector<v8::Local<v8::Value>>& originals,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_importlib.py 44 originals = {}
49 originals[attr] = getattr(sys, attr)
61 for attr, value in originals.items():
  /external/python/cpython2/Lib/test/
test_importlib.py 44 originals = {}
49 originals[attr] = getattr(sys, attr)
61 for attr, value in originals.items():
  /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():
  /packages/apps/TV/src/com/android/tv/dvr/
BaseDvrDataManager.java 217 private List<ScheduledRecording> filterEndTimeIsPast(List<ScheduledRecording> originals) {
218 List<ScheduledRecording> results = new ArrayList<>(originals.size());
219 for (ScheduledRecording r : originals) {
  /external/python/cpython3/Lib/test/test_importlib/
util.py 174 originals = {}
179 originals[attr] = getattr(sys, attr)
191 for attr, value in originals.items():
  /cts/tests/tests/text/src/android/text/cts/
SpannableStringBuilderSpanTest.java 58 String originals[] = { "", "A", "here", "Well, hello there" }; local
61 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 333 // Copy body and comments, as the originals may be used elsewhere.
  /prebuilts/go/linux-x86/src/go/doc/
example.go 333 // Copy body and comments, as the originals may be used elsewhere.
  /build/make/core/
config.mk 259 # convention, the originals should be checked into original-kernel-headers
262 # 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/src/cmd/compile/internal/gc/
inl.go 798 // Make temp names to use instead of the originals.
fmt.go 667 // in %-T mode collapse rune and byte with their originals.
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
inl.go 798 // Make temp names to use instead of the originals.
fmt.go 667 // in %-T mode collapse rune and byte with their originals.
    [all...]
  /prebuilts/tools/common/m2/repository/me/tatarka/retrolambda/projectlombok/lombok.ast/0.2.3.a2/
lombok.ast-0.2.3.a2.jar 
  /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 

Completed in 742 milliseconds

1 2