HomeSort by relevance Sort by last modified time
    Searched refs:original (Results 251 - 275 of 2349) sorted by null

<<11121314151617181920>>

  /external/deqp/modules/glshared/
glsFragmentOpUtil.hpp 146 tcu::PixelBufferAccess getMultisampleAccess(const tcu::PixelBufferAccess& original);
147 tcu::ConstPixelBufferAccess getMultisampleAccess(const tcu::ConstPixelBufferAccess& original);
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/instr/
SignatureRemoverTest.java 88 String original = "Manifest-Version: 1.0\r\n" local
102 original.getBytes("ISO-8859-1"));
  /external/mesa3d/src/gallium/auxiliary/rbug/
rbug_shader.h 86 uint32_t *original; member in struct:rbug_proto_shader_info_reply
123 uint32_t *original,
  /external/toybox/toys/net/
microcom.c 30 // and saving the original terminal state.
32 struct termios *original)
37 *original = t;
  /external/webrtc/talk/app/webrtc/
streamcollection.h 115 explicit StreamCollection(StreamCollection* original)
116 : media_streams_(original->media_streams_) {
  /frameworks/base/core/java/android/preference/
PreferenceInflater.java 50 PreferenceInflater(GenericInflater<Preference, PreferenceGroup> original, PreferenceManager preferenceManager, Context newContext) {
51 super(original, newContext);
  /frameworks/base/core/tests/coretests/src/android/view/inputmethod/
InputMethodSubtypeArrayTest.java 61 InputMethodSubtypeArray cloneViaParcel(final InputMethodSubtypeArray original) {
65 original.writeToParcel(parcel);
  /prebuilts/go/darwin-x86/src/net/
main_cloexec_test.go 17 // Placeholders for saving original socket system calls.
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue9076.go 7 // Issue 9076: cmd/gc shows computed values in error messages instead of original expression.
  /prebuilts/go/linux-x86/src/net/
main_cloexec_test.go 17 // Placeholders for saving original socket system calls.
  /prebuilts/go/linux-x86/test/fixedbugs/
issue9076.go 7 // Issue 9076: cmd/gc shows computed values in error messages instead of original expression.
  /test/vts-testcase/kernel/ltp/shell_environment/definitions/
path_permission.py 90 commands = ["chmod {} {}".format(original, path)
91 for (path, permission, original) in self._failed_paths]
  /build/make/tools/releasetools/
target_files_diff.py 57 def rewrite_build_property(original, new):
79 for line in original:
89 def trim_install_recovery(original, new):
94 for line in original:
97 def sort_file(original, new):
102 lines = original.readlines()
  /cts/tests/tests/graphics/src/android/graphics/cts/
PictureTest.java 56 Picture original = new Picture(); local
57 Canvas canvas = original.beginRecording(TEST_WIDTH, TEST_HEIGHT);
63 Picture copy = new Picture(original);
69 original.writeToStream(bout);
81 original.draw(drawDest);
82 verifyBalance(original);
  /external/deqp/external/vulkancts/framework/vulkan/
vkAllocationCallbackUtil.hpp 47 virtual void* reallocate (void* original, size_t size, size_t alignment, VkSystemAllocationScope allocationScope) = 0;
86 void* original; member in struct:vk::AllocationCallbackRecord::__anon17580::__anon17582
110 static AllocationCallbackRecord reallocation (void* original, size_t size, size_t alignment, VkSystemAllocationScope scope, void* returnedPtr);
123 void* reallocate (void* original, size_t size, size_t alignment, VkSystemAllocationScope allocationScope);
140 void* reallocate (void* original, size_t size, size_t alignment, VkSystemAllocationScope allocationScope);
176 void* reallocate (void* original, size_t size, size_t alignment, VkSystemAllocationScope allocationScope);
  /external/guava/guava-tests/test/com/google/common/collect/
EvictingQueueTest.java 171 EvictingQueue<String> original = EvictingQueue.create(5); local
172 original.add("one");
173 original.add("two");
174 original.add("three");
176 EvictingQueue<String> copy = SerializableTester.reserialize(original);
177 assertEquals(copy.maxSize, original.maxSize);
FauxveridesTest.java 82 Map<Object, Object> original = local
86 ImmutableSortedMap.copyOf(original);
93 Set<Object> original = ImmutableSet.of(new Object(), new Object()); local
96 ImmutableSortedSet.copyOf(original);
103 Set<Object> original = ImmutableSet.of(new Object(), new Object()); local
106 ImmutableSortedSet.copyOf(original.iterator());
  /frameworks/ex/camera2/utils/tests/src/com/android/ex/camera2/utils/
Camera2UtilsTest.java 311 Camera2RequestSettingsSet original = new Camera2RequestSettingsSet(); local
312 Camera2RequestSettingsSet unchanged = new Camera2RequestSettingsSet(original);
314 requestSettingsSetAndForget(original, CaptureRequest.CONTROL_AE_LOCK, true);
315 Camera2RequestSettingsSet changed = new Camera2RequestSettingsSet(original);
321 Camera2RequestSettingsSet original = new Camera2RequestSettingsSet(); local
322 Camera2RequestSettingsSet unchanged = new Camera2RequestSettingsSet(original);
323 assertEquals(original.getRevision(), unchanged.getRevision());
325 requestSettingsSetAndAssertChanged(original, CaptureRequest.CONTROL_AE_LOCK, true, true);
326 Camera2RequestSettingsSet changed = new Camera2RequestSettingsSet(original);
327 assertEquals(original.getRevision(), changed.getRevision())
333 Camera2RequestSettingsSet original = new Camera2RequestSettingsSet(); local
    [all...]
  /libcore/ojluni/src/main/java/java/util/
Arrays.java 471 * working space no greater than the size of the original array. The
504 * space no greater than the size of the specified range of the original
541 * working space no greater than the size of the original array. The
574 * space no greater than the size of the specified range of the original
611 * working space no greater than the size of the original array. The
644 * space no greater than the size of the specified range of the original
681 * working space no greater than the size of the original array. The
    [all...]
  /frameworks/opt/chips/src/com/android/ex/chips/
RecipientAlternatesAdapter.java 458 * to do this if the original cursor is large, but it's okay here because the alternate list
467 static Cursor removeUndesiredDestinations(final Cursor original, final String desiredMimeType,
470 original.getColumnNames(), original.getCount());
478 original.moveToPosition(-1);
479 while (original.moveToNext()) {
480 final String mimeType = original.getString(Query.MIME_TYPE);
485 defaultDisplayName = original.getString(Query.NAME);
486 defaultPhotoThumbnailUri = original.getString(Query.PHOTO_THUMBNAIL_URI);
487 defaultDisplayNameSource = original.getInt(Query.DISPLAY_NAME_SOURCE)
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
ShortcutRequestPinProcessor.java 173 /** Original shortcut passed by the app. */
333 // Pass a clone, not the original.
448 final ShortcutInfo original = request.shortcutOriginal; local
449 final int appUserId = original.getUserId();
450 final String appPackageName = original.getPackage();
453 final String shortcutId = original.getId();
465 if (launcher.hasPinned(original)) {
467 Slog.d(TAG, "Shortcut " + original + " already pinned."); // This too.
480 mService.validateShortcutForPinRequest(original);
498 if (original.getActivity() == null)
    [all...]
  /external/skia/src/gpu/
GrShape.cpp 70 GrShape GrShape::MakeFilled(const GrShape& original, FillInversion inversion) {
71 if (original.style().isSimpleFill() && !flip_inversion(original.inverseFilled(), inversion)) {
72 // By returning the original rather than falling through we can preserve any inherited style
74 return original;
77 if (original.fInheritedPathForListeners.isValid()) {
78 result.fInheritedPathForListeners.set(*original.fInheritedPathForListeners.get());
80 switch (original.fType) {
82 result.fType = original.fType;
83 result.fRRectData.fRRect = original.fRRectData.fRRect
    [all...]
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
MapsTest.java 75 Map<String, Integer> original = new TreeMap<String, Integer>(); local
76 original.put("a", 1);
77 original.put("b", 2);
78 original.put("c", 3);
79 HashMap<String, Integer> map = Maps.newHashMap(original);
80 assertEquals(original, map);
84 Map<String, Integer> original = new TreeMap<String, Integer>(); local
85 original.put("a", 1);
86 original.put("b", 2);
87 original.put("c", 3)
156 Map<String, Integer> original = new LinkedHashMap<String, Integer>(); local
237 EnumMap<SomeEnum, Integer> original = Maps.newEnumMap(SomeEnum.class); local
244 EnumMap<SomeEnum, Integer> original = Maps.newEnumMap(SomeEnum.class); local
251 HashMap<SomeEnum, Integer> original = Maps.newHashMap(); local
258 Map<SomeEnum, Integer> original = Maps.newHashMap(); local
354 MapDifference<Integer, String> original = Maps.difference(left, right); local
535 SortedMapDifference<Integer, String> original = local
    [all...]
  /external/tensorflow/tensorflow/core/util/
device_name_utils_test.cc 28 bool RoundTripParsedName(const string& original, const string& expected) {
30 if (!DeviceNameUtils::ParseFullName(original, &p)) {
41 string original, expected; local
43 strings::StrAppend(&original, "/job:", parts[0]);
47 strings::StrAppend(&original, "/replica:", parts[1]);
51 strings::StrAppend(&original, "/task:", parts[2]);
56 strings::StrAppend(&original, "/device:", parts[3]);
59 strings::StrAppend(&original, "/", parts[3]);
63 return RoundTripParsedName(original, expected);
  /cts/tests/tests/text/src/android/text/style/cts/
SuggestionSpanTest.java 177 private String getNonNullLocaleString(@Nullable final Locale original) {
178 if (original == null) {
181 return original.toString();
238 SuggestionSpan cloneViaParcel(@NonNull final SuggestionSpan original) {
242 original.writeToParcel(parcel, 0);

Completed in 743 milliseconds

<<11121314151617181920>>