/packages/apps/Gallery2/src/com/android/gallery3d/util/ |
UpdateHelper.java | 24 public int update(int original, int update) { 25 if (original != update) { 27 original = update; 29 return original; 32 public long update(long original, long update) { 33 if (original != update) { 35 original = update; 37 return original; 40 public double update(double original, double update) { 41 if (original != update) [all...] |
/external/guava/guava-tests/test/com/google/common/collect/ |
TransposedTableTest.java | 31 Table<Integer, String, Character> original = HashBasedTable.create(); local 32 Table<String, Integer, Character> table = Tables.transpose(original); 39 Table<Integer, String, Character> original = HashBasedTable.create(); local 40 assertSame(original, Tables.transpose(Tables.transpose(original))); 44 Table<Integer, String, Character> original = HashBasedTable.create(); local 45 Table<String, Integer, Character> transpose = Tables.transpose(original); 46 original.put(1, "foo", 'a'); 51 Table<Integer, String, Character> original = HashBasedTable.create(); local 52 Table<String, Integer, Character> transpose = Tables.transpose(original); 58 Table<Integer, String, Character> original = HashBasedTable.create(); local [all...] |
/external/valgrind/main/memcheck/tests/ |
wrap7so.c | 4 /* The "original" function */
|
/prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-core-commands/3.6.0/ |
PREBUILT | 1 The original filename is
|
/prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-equinox-common/3.6.0/ |
PREBUILT | 1 The original filename is
|
/prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/ |
PREBUILT | 1 The original filename is
|
/external/elfutils/tests/ |
run-strip-test4.sh | 0 original=testfile11
|
run-strip-test5.sh | 0 original=testfile8
|
run-strip-test6.sh | 0 original=testfile12
|
run-strip-test7.sh | 0 original=testfile39
|
run-strip-test8.sh | 0 original=testfile47
|
run-unstrip-test2.sh | 0 original=testfile11
|
/external/webkit/LayoutTests/fast/dom/DeviceOrientation/ |
event-after-navigation-expected.txt | 1 Tests for a crash where an event is fired after the page has been navigated away when the original page is in the page cache.
|
/external/webkit/LayoutTests/fast/encoding/ |
external-script-charset-expected.txt | 3 Javascript 1 (original document charset): PASS
|
/prebuilts/tools/common/commons-compress/ |
NOTICE | 7 Original BZip2 classes contributed by Keiron Liddle 10 Original Tar classes from contributors of the Apache Ant project 12 Original Zip classes from contributors of the Apache Ant project 14 Original CPIO classes contributed by Markus Kuss and the jRPM project
|
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.0/ |
NOTICE | 7 Original BZip2 classes contributed by Keiron Liddle 10 Original Tar classes from contributors of the Apache Ant project 12 Original Zip classes from contributors of the Apache Ant project 14 Original CPIO classes contributed by Markus Kuss and the jRPM project
|
/external/chromium/chrome/browser/sync/util/ |
cryptographer_unittest.cc | 49 sync_pb::PasswordSpecificsData original; local 50 original.set_origin("http://example.com"); 51 original.set_username_value("azure"); 52 original.set_password_value("hunter2"); 55 EXPECT_TRUE(cryptographer.Encrypt(original, &encrypted)); 60 EXPECT_EQ(original.SerializeAsString(), decrypted.SerializeAsString()); 70 sync_pb::PasswordSpecificsData original; local 71 original.set_origin("http://example.com"); 72 original.set_username_value("azure"); 73 original.set_password_value("hunter2") 104 sync_pb::PasswordSpecificsData original; local [all...] |
/cts/tools/signature-tools/src/signature/compare/model/subst/ |
ExecutableMemberProjection.java | 34 private final IExecutableMember original; field in class:ExecutableMemberProjection 37 public ExecutableMemberProjection(IExecutableMember original, 39 this.original = original; 44 return original.getAnnotations(); 52 return ViewpointAdapter.substitutedTypeReferences(original 57 return original.getModifiers(); 61 return original.getName(); 66 for (IParameter parameter : original.getParameters()) { 74 return original.getTypeParameters() [all...] |
ClassProjection.java | 40 private final IClassDefinition original; field in class:ClassProjection 43 public ClassProjection(IClassDefinition original, 45 this.original = original; 81 Set<ITypeReference> originalInterfaces = original.getInterfaces(); 97 return original.getKind(); 105 Set<IMethod> originalMethods = original.getMethods(); 110 for (IMethod m : original.getMethods()) { 120 return original.getModifiers(); 124 return original.getName() [all...] |
/frameworks/base/graphics/java/android/graphics/ |
BlurMaskFilter.java | 21 * or not to include the original mask, and whether the blur goes outside, 22 * inside, or straddles, the original mask's border, is controlled by the 28 NORMAL(0), //!< blur inside and outside of the original border 29 SOLID(1), //!< include the original mask, blur outside 30 OUTER(2), //!< just blur outside the original border 31 INNER(3); //!< just blur inside the original border 42 * @param radius The radius to extend the blur from the original mask. Must be > 0.
|
/external/webkit/LayoutTests/fast/dom/HTMLButtonElement/value/ |
getset-expected.txt | 3 This test changes the value of the button. The original value is "Fail"; the new value should be "Success"
|
/prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/ |
PREBUILT | 1 The original archive containing the objects in this prebuilt directory can be downloaded from
|
/prebuilts/tools/darwin-x86/swt/ |
PREBUILT | 1 The original archive containing the objects in this prebuilt directory can be downloaded from
|
/prebuilts/tools/darwin-x86_64/swt/ |
PREBUILT | 1 The original archive containing the objects in this prebuilt directory can be downloaded from
|
/prebuilts/tools/linux-x86/swt/ |
PREBUILT | 1 The original archive containing the objects in this prebuilt directory can be downloaded from
|