Searched refs:orig (Results 26 - 50 of 144) sorted by relevance

123456

/external/skia/samplecode/
H A DSampleWarp.cpp26 SkBitmap orig, mask; local
27 SkImageDecoder::DecodeFile("/skimages/app_icon.png", &orig);
33 orig.extractAlpha(&mask, &paint, &offset);
45 canvas->drawBitmap(orig, -offset.fX, -offset.fY, &paint);
56 canvas->drawBitmap(orig, -offset.fX, -offset.fY, &paint);
64 canvas->drawBitmap(orig, -offset.fX, -offset.fY, &paint);
70 canvas->drawBitmap(orig, -offset.fX, -offset.fY, &paint);
77 canvas->drawBitmap(orig, -offset.fX, -offset.fY, &paint);
85 canvas->drawBitmap(orig, -offset.fX, -offset.fY, &paint);
94 canvas->drawBitmap(orig,
368 apply_warp(const SkVector& drag, SkScalar dragLength, const SkPoint& dragStart, const SkPoint& dragCurr, const SkPoint& orig) argument
389 apply_warp2(const SkVector& drag, SkScalar dragLength, const SkPoint& dragStart, const SkPoint& dragCurr, const SkPoint& orig) argument
[all...]
/external/dexmaker/src/dx/java/com/android/dx/dex/code/form/
H A DForm35c.java182 * @param orig {@code non-null;} the original list
185 private static RegisterSpecList explicitize(RegisterSpecList orig) { argument
186 int wordCount = wordCount(orig);
187 int sz = orig.size();
190 return orig;
197 RegisterSpec one = orig.get(i);
/external/e2fsprogs/lib/ext2fs/
H A Dbmove.c46 blk_t block, orig; local
49 block = orig = *block_nr;
59 if (block == orig) {
66 retval = io_channel_read_blk(fs->io, orig, 1, pb->buf);
81 blockcnt, orig, block);
H A Direl_ma.c30 static errcode_t ima_get_by_orig(ext2_irel irel, ext2_ino_t orig, ext2_ino_t *old,
152 * Force the orig field to the correct value; the application
156 ent->orig = old;
158 ent->orig = ma->entries[(unsigned) old].orig;
175 ma->orig_map[(unsigned) ent->orig] = old;
193 static errcode_t ima_get_by_orig(ext2_irel irel, ext2_ino_t orig, ext2_ino_t *old,
200 if (orig > ma->max_inode)
202 ino = ma->orig_map[(unsigned) orig];
324 ma->orig_map[ma->entries[new].orig]
[all...]
/external/stlport/test/eh/
H A Dtest_insert.h186 // not found in input range, probably re-ordered from the orig
330 test_insert_one( const C& orig, int pos =-1 ) argument
331 : original( orig ), fPos( random_number( orig.size() ))
367 test_insert_n( const C& orig, size_t insCnt, int pos =-1 ) argument
368 : original( orig ), fPos( random_number( orig.size() )), fInsCnt(insCnt)
405 test_insert_value( const C& orig )
406 : original( orig )
429 test_insert_noresize( const C& orig )
499 test_insert_range( const C& orig, Iter first, Iter last, int pos=-1 ) argument
535 insert_range_tester( const C& orig, const Iter& first, const Iter& last ) argument
541 insert_range_at_begin_tester( const C& orig, const Iter& first, const Iter& last ) argument
547 insert_range_at_end_tester( const C& orig, const Iter& first, const Iter& last ) argument
[all...]
/external/valgrind/main/coregrind/m_demangle/
H A Ddemangle.c90 Char* orig, Char* result, Int result_size )
102 if (VG_(maybe_Z_demangle)( orig, NULL,0,/*soname*/
104 orig = z_demangled;
110 demangled = ML_(cplus_demangle) ( orig, DMGL_ANSI | DMGL_PARAMS );
118 VG_(strncpy_safely)(result, orig, result_size);
89 demangle( Bool do_cxx_demangling, Bool do_z_demangling, Char* orig, Char* result, Int result_size ) argument
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_6/
H A Dshell.js361 this.orig = {};
362 this.orig.strict = this.strict = false;
363 this.orig.werror = this.werror = false;
409 this.orig.strict = this.strict =
418 this.orig.werror = this.werror =
475 this.setOption('strict', this.orig.strict);
476 this.setOption('werror', this.orig.werror);
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/basis/
H A DFilteredBasis.java104 float[] orig = buf.array();
106 result.put(orig, i * origSize + offset, newSize);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
H A Denvset.cmd78 orig = value(envar,,env)
95 addval: procedure expose sep equal orig expand newval mode env
98 if var = '.' then expvar = orig
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DDERApplicationSpecific.java186 byte[] orig = this.getEncoded();
187 byte[] tmp = replaceTagNumber(derTagNo, orig);
189 if ((orig[0] & BERTags.CONSTRUCTED) != 0)
/external/openssl/crypto/modes/asm/
H A Dghash-parisc.pl636 my $orig = "ldd$mod\t$args";
640 sprintf "\t.WORD\t0x%08x\t; %s",$opcode,$orig;
647 sprintf "\t.WORD\t0x%08x\t; %s",$opcode,$orig;
649 else { "\t".$orig; }
654 my $orig = "std$mod\t$args";
658 sprintf "\t.WORD\t0x%08x\t; %s",$opcode,$orig;
660 else { "\t".$orig; }
665 my $orig = "extrd$mod\t$args";
673 sprintf "\t.WORD\t0x%08x\t; %s",$opcode,$orig;
680 sprintf "\t.WORD\t0x%08x\t; %s",$opcode,$orig;
[all...]
/external/qemu-pc-bios/vgabios/
H A DMakefile26 temp.awk.* vgabios*.orig _vgabios_* _vgabios-debug_* core vgabios*.bin vgabios*.txt $(RELEASE).bin *.bak
36 temp.awk.* vgabios.*.orig _vgabios_.*.c core *.bak .#*
/external/valgrind/main/callgrind/
H A Dbbcc.c370 static BBCC* clone_bbcc(BBCC* orig, Context* cxt, Int rec_index) argument
375 bb_addr(orig->bb), rec_index, cxt->fn[0]->name);
377 bbcc = new_bbcc(orig->bb);
382 CLG_ASSERT((orig->tid != CLG_(current_tid)) ||
383 (orig->cxt != cxt));
394 CLG_ASSERT(orig->tid == CLG_(current_tid));
396 CLG_ASSERT(orig->cxt == cxt);
397 CLG_ASSERT(orig->rec_array);
399 CLG_ASSERT(orig->rec_array[rec_index] ==0);
404 bbcc->rec_array = orig
[all...]
/external/webkit/Source/WebCore/platform/graphics/android/
H A DImageBufferAndroid.cpp100 const SkBitmap& orig = device->accessBitmap(false); local
103 if (PlatformBridge::canSatisfyMemoryAllocation(orig.getSize()))
104 orig.copyTo(&copy, orig.config());
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DRegisterSpec.java525 TypeBearer orig = type;
528 if (orig instanceof Type) {
529 newType = (Type) orig;
531 newType = orig.getType();
538 if (newType == orig) {
/external/libxml2/
H A Dentities.c122 if ((entity->orig != NULL) && (!xmlDictOwns(dict, entity->orig)))
123 xmlFree((char *) entity->orig);
135 if (entity->orig != NULL)
136 xmlFree((char *) entity->orig);
191 ret->orig = NULL;
847 if (ent->orig != NULL)
848 cur->orig = xmlStrdup(ent->orig);
926 if (ent->orig !
[all...]
/external/doclava/src/com/google/doclava/
H A DConverter.java566 private static AnnotationInstanceInfo[] convertAnnotationInstances(AnnotationDesc[] orig) { argument
567 int len = orig.length;
570 out[i] = Converter.obtainAnnotationInstance(orig[i]);
653 Object orig = o.value();
655 if (orig instanceof Type) {
657 converted = Converter.obtainType((Type) orig);
658 } else if (orig instanceof FieldDoc) {
660 converted = Converter.obtainField((FieldDoc) orig);
661 } else if (orig instanceof AnnotationDesc) {
663 converted = Converter.obtainAnnotationInstance((AnnotationDesc) orig);
[all...]
/external/apache-harmony/nio_char/src/test/java/org/apache/harmony/nio_char/tests/java/nio/charset/
H A DCharsetEncoderTest.java175 byte[] orig = new byte[] { (byte) 0xed, (byte) 0xa0,
177 String s = new String(orig, "UTF-8");
182 // for (byte o : orig) {
/external/e2fsprogs/util/
H A Dgen-tarball.in24 rename_tarball="e2fsprogs_@E2FSPROGS_PKGVER@.orig.tar.gz"
38 (cd $top_srcdir/.. ; find $base_e2fsprogs \( -name \*~ -o -name \*.orig \
/external/libxml2/include/libxml/
H A Dcatalog.h80 const xmlChar *orig,
134 const xmlChar *orig,
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DSsaRenamer.java196 * @param orig {@code non-null;} array to duplicate
199 private static RegisterSpec[] dupArray(RegisterSpec[] orig) { argument
200 RegisterSpec[] copy = new RegisterSpec[orig.length];
202 System.arraycopy(orig, 0, copy, 0, orig.length);
/external/javassist/src/main/javassist/compiler/
H A DAccessorMaker.java39 public String getConstructor(CtClass c, String desc, MethodInfo orig) argument
56 ExceptionsAttribute ea = orig.getExceptionsAttribute();
94 * @param orig the method info of the private method.
98 MethodInfo orig)
115 ExceptionsAttribute ea = orig.getExceptionsAttribute();
97 getMethodAccessor(String name, String desc, String accDesc, MethodInfo orig) argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
H A DPKIXCertPath.java99 List orig = new ArrayList(certs);
128 return orig;
150 return orig;
/external/dbus/test/
H A Dbreak-loader.c302 dbus_uint32_t orig; local
327 orig = _dbus_demarshal_uint32 (mutated, byte_order, i, NULL);
332 (unsigned) (orig + delta));
342 dbus_uint32_t orig; local
385 orig = _dbus_demarshal_uint32 (mutated, byte_order, i, NULL);
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DLocalList.java829 * @param orig {@code null-ok;} the original spec
833 private static RegisterSpec filterSpec(RegisterSpec orig) { argument
834 if ((orig != null) && (orig.getType() == Type.KNOWN_NULL)) {
835 return orig.withType(Type.OBJECT);
838 return orig;

Completed in 528 milliseconds

123456