/bionic/ |
.gitignore | 3 libc/kernel/original
|
/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/memcheck/tests/ |
wrap7so.c | 4 /* The "original" function */
|
/hardware/qcom/msm8x27/ |
clean.sh | 4 ORIGINAL=original-kernel-headers 6 OPTS=-k$ORIGINAL 12 $CLEAN_HEADER $OPTS $ORIGINAL/$HEADER > $NEW/$HEADER
|
/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/sfntly/cpp/src/test/ |
serialization_test.h | 24 bool VerifyHHEA(Table* original, Table* target); 25 bool VerifyGLYF(Table* original, Table* target); 26 bool VerifyHMTX(Table* original, Table* target); 27 bool VerifyLOCA(Table* original, Table* target); 28 bool VerifyMAXP(Table* original, Table* target); 29 bool VerifyNAME(Table* original, Table* target); 30 bool VerifyOS_2(Table* original, Table* target);
|
/art/test/147-stripped-dex-fallback/ |
info.txt | 2 no image and the original dex code has been stripped.
|
/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/opencv3/modules/photo/perf/opencl/ |
perf_denoising.cpp | 21 UMat result(_original.size(), _original.type()), original; local 22 _original.copyTo(original); 24 declare.in(original).out(result).iterations(10); 27 cv::fastNlMeansDenoising(original, result, 10); 37 UMat result(_original.size(), _original.type()), original; local 38 _original.copyTo(original); 40 declare.in(original).out(result).iterations(10); 43 cv::fastNlMeansDenoisingColored(original, result, 10, 10); 52 vector<UMat> original(imgs_count); 59 tmp.copyTo(original[i]) [all...] |
/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/slf4j/ |
binderVersion.pl | 20 my $original = "$filename.original"; 22 rename($filename, $original); 24 open(IN, "$original"); 34 unlink($original);
|
version.pl | 17 my $original = "$filename.original"; 19 rename($filename, $original); 21 open(IN, "$original"); 33 unlink($original);
|
/external/selinux/policycoreutils/mcstrans/share/examples/default/ |
README | 0 Original RHEL 5 setrans.conf
|
/frameworks/base/core/tests/coretests/src/android/view/ |
RemoteViewsTest.java | 65 RemoteViews original = new RemoteViews(mPackage, R.layout.remote_views_test); local 68 original.setImageViewBitmap(R.id.image, bitmap); 69 RemoteViews clone = original.clone(); 78 RemoteViews original = new RemoteViews(mPackage, R.layout.remote_views_test); local 80 RemoteViews clone = original.clone(); 87 RemoteViews original = new RemoteViews(mPackage, R.layout.remote_views_test); local 89 RemoteViews clone = original.clone(); 90 original.setTextViewText(R.id.text, "test"); 99 RemoteViews original = new RemoteViews(mPackage, R.layout.remote_views_test); local 102 original.addView(R.id.layout, child) 110 RemoteViews original = new RemoteViews(mPackage, R.layout.remote_views_test); local 120 RemoteViews original = new RemoteViews(mPackage, R.layout.remote_views_test); local [all...] |
/prebuilts/tools/common/m2/repository/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
|