/prebuilts/tools/common/lombok-ast/ |
lombok-ast-0.2.1.jar | |
lombok-ast-0.2.jar | |
/frameworks/base/core/tests/coretests/src/android/net/ |
NetworkStatsTest.java | 298 final NetworkStats original = new NetworkStats(TEST_START, 5) local 302 // make clone and mutate original 303 final NetworkStats clone = original.clone(); 304 original.addValues(TEST_IFACE, 101, SET_DEFAULT, TAG_NONE, 128L, 8L, 0L, 0L, 0L); 306 assertEquals(3, original.size()); 309 assertEquals(128L + 512L + 128L, original.getTotalBytes());
|
/external/guava/guava-tests/test/com/google/common/collect/ |
AbstractBiMapTest.java | 498 BiMapPair(BiMap<Integer, String> original) { 499 this.forward = original; 500 this.backward = original.inverse();
|
/external/quake/ |
NOTICE | 62 want its recipients to know that what they have is not the original, so 63 that any problems introduced by others will not reflect on the original 210 original licensor to copy, distribute or modify the Program subject to 251 original copyright holder who places the Program under this License 407 want its recipients to know that what they have is not the original, so 408 that any problems introduced by others will not reflect on the original 555 original licensor to copy, distribute or modify the Program subject to 596 original copyright holder who places the Program under this License [all...] |
/cts/tests/tests/view/src/android/view/cts/ |
LayoutInflaterTest.java | 371 public MockLayoutInflater(LayoutInflater original, Context newContext) { 372 super(original, newContext);
|
/external/bison/data/ |
glr.cc | 34 # know the "real" original parse-param, we save them 133 ]dnl In this section, the parse param are the original parse_params.
|
/external/chromium/chrome/common/extensions/ |
extension_message_bundle_unittest.cc | 319 const char* original; member in struct:ReplaceVariables 382 std::string text = test_cases[i].original;
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.frameworkadmin.equinox_1.0.200.v20100505.jar | |
/external/gtest/test/ |
Android.mk | 24 # review of the original import.
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
TreeMultiset.java | 201 Node<E> original = mutationResult.getOriginalTarget(); local 202 return countOrZero(original);
|
/external/protobuf/java/src/test/java/com/google/protobuf/ |
TextFormatTest.java | 303 String original = "repeated_float: inf\n" + local 328 TextFormat.merge(original, builder);
|
/external/skia/legacy/src/animator/ |
SkAnimateMaker.cpp | 277 bool SkAnimateMaker::resolveID(SkDisplayable* displayable, SkDisplayable* original) { 279 bool success = computeID(original, NULL, &newID);
|
/external/skia/src/animator/ |
SkAnimateMaker.cpp | 277 bool SkAnimateMaker::resolveID(SkDisplayable* displayable, SkDisplayable* original) { 279 bool success = computeID(original, NULL, &newID);
|
/external/v8/test/mjsunit/ |
array-join.js | 72 // Restore original toString.
|
/external/webkit/LayoutTests/dom/html/level1/core/ |
hc_textsplittextone.js | 86 checks the "nextSibling()" method of the original node
|
/external/webkit/LayoutTests/dom/xhtml/level1/core/ |
hc_textsplittextone.js | 86 checks the "nextSibling()" method of the original node
|
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
documentrenamenode09.js | 83 created in the original Document, but later adopted by this new document node. The
|
nodeisequalnode13.js | 79 Document with deep=false. Using isEqualNode check if the original and the imported
|
nodesetuserdata06.js | 82 second setUserData is the same as original Entity.
|
/external/aac/libMpegTPDec/src/ |
tpdec_adts.cpp | 197 bs.original = FDKreadBits(hBs, Adts_Length_OriginalCopy);
|
/external/chromium/chrome/browser/ui/gtk/ |
gtk_theme_service.cc | 205 SkBitmap original = *rb.GetBitmapNamed(id); local 209 original.width(), original.height(), 0); 213 fill_color, original); [all...] |
/external/chromium/net/tools/flip_server/ |
balsa_frame.cc | 521 // Not a continuation, so stop. Note that if the 'original' i = 1, 691 bool SplitStringPiece(base::StringPiece original, char delim, 693 const char* p = original.data(); 694 const char* end = p + original.size(); 715 *before = original; [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/ |
TestResultsGenerator.java | 603 String original, 606 int replaceIndex = source.indexOf(original); 612 + source.substring(replaceIndex + original.length()); 615 System.out.println("Could not find token: " + original); [all...] |
/external/libvpx/libvpx/vp8/encoder/arm/neon/ |
fastquantizeb_neon.asm | 62 ;modify data to have its original sign 204 ;modify data to have its original sign
|