/external/doclava/src/com/google/doclava/ |
Converter.java | 645 private static AnnotationInstanceInfo[] convertAnnotationInstances(AnnotationDesc[] orig) { 646 int len = orig.length; 649 out[i] = Converter.obtainAnnotationInstance(orig[i]); 732 Object orig = o.value(); local 734 if (orig instanceof Type) { 736 converted = Converter.obtainType((Type) orig); 737 } else if (orig instanceof FieldDoc) { 739 converted = Converter.obtainField((FieldDoc) orig); 740 } else if (orig instanceof AnnotationDesc) { 742 converted = Converter.obtainAnnotationInstance((AnnotationDesc) orig); [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_bytes.py | 730 orig = b'hello' 731 a = bytearray(orig) 733 self.assertEqual(a, orig + orig) 734 self.assertEqual(a[5:], orig) 737 a.extend(map(ord, orig * 25)) 738 a.extend(ord(x) for x in orig * 25) 739 self.assertEqual(a, orig * 50) 740 self.assertEqual(a[-5:], orig) 742 a.extend(iter(map(ord, orig * 50)) [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_bytes.py | 730 orig = b'hello' 731 a = bytearray(orig) 733 self.assertEqual(a, orig + orig) 734 self.assertEqual(a[5:], orig) 737 a.extend(map(ord, orig * 25)) 738 a.extend(ord(x) for x in orig * 25) 739 self.assertEqual(a, orig * 50) 740 self.assertEqual(a[-5:], orig) 742 a.extend(iter(map(ord, orig * 50)) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_bytes.py | 730 orig = b'hello' 731 a = bytearray(orig) 733 self.assertEqual(a, orig + orig) 734 self.assertEqual(a[5:], orig) 737 a.extend(map(ord, orig * 25)) 738 a.extend(ord(x) for x in orig * 25) 739 self.assertEqual(a, orig * 50) 740 self.assertEqual(a[-5:], orig) 742 a.extend(iter(map(ord, orig * 50)) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_bytes.py | 730 orig = b'hello' 731 a = bytearray(orig) 733 self.assertEqual(a, orig + orig) 734 self.assertEqual(a[5:], orig) 737 a.extend(map(ord, orig * 25)) 738 a.extend(ord(x) for x in orig * 25) 739 self.assertEqual(a, orig * 50) 740 self.assertEqual(a[-5:], orig) 742 a.extend(iter(map(ord, orig * 50)) [all...] |
/external/e2fsprogs/util/ |
gen-tarball.in | 24 rename_tarball="e2fsprogs_@E2FSPROGS_PKGVER@.orig.tar.gz" 38 (cd $top_srcdir/.. ; find $base_e2fsprogs \( -name \*~ -o -name \*.orig \
|
/external/gptfdisk/ |
mbr.cc | 32 MBRData & MBRData::operator=(const MBRData & orig) { 33 BasicMBRData::operator=(orig); 38 MBRData & MBRData::operator=(const BasicMBRData & orig) { 39 BasicMBRData::operator=(orig);
|
/external/libvpx/libvpx/tools/ |
ftfy.sh | 94 ORIG_DIFF=orig.diff.$$ 97 ORIG_COMMIT_MSG=orig.commit-msg.$$
|
/external/libxml2/include/libxml/ |
catalog.h | 80 const xmlChar *orig, 134 const xmlChar *orig,
|
/external/skia/samplecode/ |
SampleColorFilter.cpp | 29 int orig = x & 7; local 33 int diff = fake - orig;
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/QA/ |
runiSACLongtest.txt | 15 INDIR=../data/orig
|
runiSACNB.txt | 15 INDIR=../data/orig
|
runiSACfixfloat.txt | 14 INDIR=../data/orig
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/QA/ |
runiSACfixfloat.txt | 14 INDIR=../data/orig
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
TransitionDrawable.java | 248 TransitionState(TransitionState orig, TransitionDrawable owner, Resources res) { 249 super(orig, owner, res);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/ |
ftfy.sh | 94 ORIG_DIFF=orig.diff.$$ 97 ORIG_COMMIT_MSG=orig.commit-msg.$$
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/ |
CharsetEncoder2Test.java | 198 byte[] orig = new byte[] { (byte) 0xed, (byte) 0xa0, 200 String s = new String(orig, "UTF-8"); 205 // for (byte o : orig) {
|
/dalvik/dx/src/com/android/dx/ssa/ |
SsaRenamer.java | 195 * @param orig {@code non-null;} array to duplicate 198 private static RegisterSpec[] dupArray(RegisterSpec[] orig) { 199 RegisterSpec[] copy = new RegisterSpec[orig.length]; 201 System.arraycopy(orig, 0, copy, 0, orig.length);
|
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
SsaRenamer.java | 196 * @param orig {@code non-null;} array to duplicate 199 private static RegisterSpec[] dupArray(RegisterSpec[] orig) { 200 RegisterSpec[] copy = new RegisterSpec[orig.length]; 202 System.arraycopy(orig, 0, copy, 0, orig.length);
|
/external/javassist/src/main/javassist/compiler/ |
AccessorMaker.java | 39 public String getConstructor(CtClass c, String desc, MethodInfo orig) 56 ExceptionsAttribute ea = orig.getExceptionsAttribute(); 94 * @param orig the method info of the private method. 98 MethodInfo orig) 115 ExceptionsAttribute ea = orig.getExceptionsAttribute();
|
/frameworks/rs/java/tests/HealingBrush/src/rs/example/android/com/healingbrush/ |
healing.rs | 152 float3 orig = convert_float3(rsGetElementAt_uchar4(image, coord.x + x, coord.y + y).xyz); 154 sum += distance(orig, candidate);
|
/bionic/tests/ |
fortify_test.cpp | 364 char *orig = strdup("0123456789"); local 365 ASSERT_FORTIFY(strcpy(buf, orig)); 366 free(orig); 376 char *orig = strdup(""); local 377 ASSERT_FORTIFY(strcpy(buf, orig)); 378 free(orig); 388 char *orig = strdup("1"); local 389 ASSERT_FORTIFY(strcpy(buf, orig)); 390 free(orig); 400 char *orig = strdup("12") local [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/ |
PKIXCertPath.java | 104 List orig = new ArrayList(certs); local 133 return orig; 155 return orig;
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/tools/ |
afblue.pl | 176 my $orig = $s; 193 # We assume that `$orig' doesn't contain `*/' 194 return $s . " /* $orig */";
|
/external/libnl/lib/ |
handlers.c | 229 * @arg orig original callback handle 231 * orig or NULL 233 struct nl_cb *nl_cb_clone(struct nl_cb *orig) 241 memcpy(cb, orig, sizeof(*orig));
|