HomeSort by relevance Sort by last modified time
    Searched refs:orig (Results 26 - 50 of 150) sorted by null

12 3 4 5 6

  /dalvik/dx/src/com/android/dx/command/
Main.java 161 * @param orig {@code non-null;} original array
165 private static String[] without(String[] orig, int n) {
166 int len = orig.length - 1;
168 System.arraycopy(orig, 0, newa, 0, n);
169 System.arraycopy(orig, n + 1, newa, n, len - n);
  /frameworks/base/graphics/java/android/graphics/drawable/
DrawableContainer.java 290 DrawableContainerState(DrawableContainerState orig, DrawableContainer owner,
294 if (orig != null) {
295 mChangingConfigurations = orig.mChangingConfigurations;
296 mChildrenChangingConfigurations = orig.mChildrenChangingConfigurations;
298 final Drawable[] origDr = orig.mDrawables;
301 mNumChildren = orig.mNumChildren;
314 mVariablePadding = orig.mVariablePadding;
315 if (orig.mConstantPadding != null) {
316 mConstantPadding = new Rect(orig.mConstantPadding);
318 mConstantSize = orig.mConstantSize
    [all...]
InsetDrawable.java 268 InsetState(InsetState orig, InsetDrawable owner, Resources res) {
269 if (orig != null) {
271 mDrawable = orig.mDrawable.getConstantState().newDrawable(res);
273 mDrawable = orig.mDrawable.getConstantState().newDrawable();
276 mInsetLeft = orig.mInsetLeft;
277 mInsetTop = orig.mInsetTop;
278 mInsetRight = orig.mInsetRight;
279 mInsetBottom = orig.mInsetBottom;
LevelListDrawable.java 160 LevelListState(LevelListState orig, LevelListDrawable owner, Resources res) {
161 super(orig, owner, res);
163 if (orig != null) {
164 mLows = orig.mLows;
165 mHighs = orig.mHighs;
ScaleDrawable.java 265 ScaleState(ScaleState orig, ScaleDrawable owner, Resources res) {
266 if (orig != null) {
268 mDrawable = orig.mDrawable.getConstantState().newDrawable(res);
270 mDrawable = orig.mDrawable.getConstantState().newDrawable();
273 mScaleWidth = orig.mScaleWidth;
274 mScaleHeight = orig.mScaleHeight;
275 mGravity = orig.mGravity;
ShapeDrawable.java 383 ShapeState(ShapeState orig) {
384 if (orig != null) {
385 mPaint = orig.mPaint;
386 mShape = orig.mShape;
387 mPadding = orig.mPadding;
388 mIntrinsicWidth = orig.mIntrinsicWidth;
389 mIntrinsicHeight = orig.mIntrinsicHeight;
390 mAlpha = orig.mAlpha;
391 mShaderFactory = orig.mShaderFactory;
ClipDrawable.java 249 ClipState(ClipState orig, ClipDrawable owner, Resources res) {
250 if (orig != null) {
252 mDrawable = orig.mDrawable.getConstantState().newDrawable(res);
254 mDrawable = orig.mDrawable.getConstantState().newDrawable();
257 mOrientation = orig.mOrientation;
258 mGravity = orig.mGravity;
AnimationDrawable.java 302 AnimationState(AnimationState orig, AnimationDrawable owner,
304 super(orig, owner, res);
306 if (orig != null) {
307 mDurations = orig.mDurations;
308 mOneShot = orig.mOneShot;
  /frameworks/base/core/java/android/os/
Message.java 113 * @param orig Original message to copy.
116 public static Message obtain(Message orig) {
118 m.what = orig.what;
119 m.arg1 = orig.arg1;
120 m.arg2 = orig.arg2;
121 m.obj = orig.obj;
122 m.replyTo = orig.replyTo;
123 if (orig.data != null) {
124 m.data = new Bundle(orig.data);
126 m.target = orig.target
    [all...]
WorkSource.java 36 * If <var>orig</var> is null, an empty WorkSource is created.
38 public WorkSource(WorkSource orig) {
39 if (orig == null) {
43 mNum = orig.mNum;
44 if (orig.mUids != null) {
45 mUids = orig.mUids.clone();
  /cts/tests/tests/widget/src/android/widget/cts/
RemoteViewsActivityTest.java 47 RemoteViews orig = new RemoteViews(PACKAGE_NAME, R.layout.remote_view_test_good); local
49 orig.writeToParcel(p, 0);
73 RemoteViews orig = new RemoteViews(PACKAGE_NAME, R.layout.remote_view_test_bad_1); local
75 orig.writeToParcel(p, 0);
99 RemoteViews orig = new RemoteViews(PACKAGE_NAME, R.layout.remote_view_test_bad_2); local
101 orig.writeToParcel(p, 0);
  /external/e2fsprogs/lib/ext2fs/
irel.h 19 ext2_ino_t orig; member in struct:ext2_inode_relocate_entry
46 errcode_t (*get_by_orig)(ext2_irel irel, ext2_ino_t orig, ext2_ino_t *old,
105 #define ext2fs_irel_get_by_orig(irel, orig, old, ent) \
106 ((irel)->get_by_orig((irel), orig, old, ent))
bmove.c 42 blk_t block, orig; local
45 block = orig = *block_nr;
55 if (block == orig) {
62 retval = io_channel_read_blk(fs->io, orig, 1, pb->buf);
77 blockcnt, orig, block);
irel_ma.c 30 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] = new
    [all...]
  /external/bluetooth/glib/tests/gobject/
gvalue-test.c 40 GValue orig = { 0, }; local
46 g_value_init (&orig, type);
47 g_value_set_enum (&orig, 1);
51 g_value_transform (&orig, &xform);
56 g_value_transform (&orig, &xform);
61 g_value_transform (&orig, &xform);
66 g_value_transform (&orig, &xform);
71 g_value_transform (&orig, &xform);
76 g_value_transform (&orig, &xform);
81 g_value_transform (&orig, &xform);
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/Exceptions/
15.11.7.6-002.js 59 var orig = F.prototype;
61 return F.prototype === orig;
15.11.7.6-003.js 59 var orig = F.prototype;
61 return F.prototype === orig;
  /dalvik/dx/src/com/android/dx/dex/code/form/
Form35c.java 164 * @param orig {@code non-null;} the original list
167 private static RegisterSpecList explicitize(RegisterSpecList orig) {
168 int wordCount = wordCount(orig);
169 int sz = orig.size();
172 return orig;
179 RegisterSpec one = orig.get(i);
  /external/stlport/test/eh/
test_insert.h 186 // not found in input range, probably re-ordered from the orig
330 test_insert_one( const C& orig, int pos =-1 )
331 : original( orig ), fPos( random_number( orig.size() ))
367 test_insert_n( const C& orig, size_t insCnt, int pos =-1 )
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 )
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
ExecutionStack.java 247 TypeBearer orig = stack[idx]; local
249 if ((orig == null) ||
250 (orig.getType().getCategory() != type.getType().getCategory())) {
252 stackElementString(orig) + " -> " +
  /libcore/luni/src/main/java/java/lang/reflect/
Method.java 109 * @param orig non-null; the original instance to clone
111 /*package*/ Method(Method orig) {
112 this(orig.declaringClass, orig.parameterTypes, orig.exceptionTypes,
113 orig.returnType, orig.name, orig.slot);
116 if (orig.flag) {
  /external/webkit/JavaScriptCore/tests/mozilla/js1_6/
shell.js 361 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/bouncycastle/src/main/java/org/bouncycastle/asn1/
DERApplicationSpecific.java 141 byte[] orig = this.getEncoded();
142 byte[] tmp = replaceTagNumber(derTagNo, orig);
144 if ((orig[0] & DERTags.CONSTRUCTED) != 0)
  /libcore/luni/src/main/java/java/lang/
ClassCache.java 294 * @param orig non-null; array to copy
297 public static Method[] deepCopy(Method[] orig) {
298 int length = orig.length;
302 result[i] = REFLECT.clone(orig[i]);
458 * @param orig non-null; array to copy
461 public static Field[] deepCopy(Field[] orig) {
462 int length = orig.length;
466 result[i] = REFLECT.clone(orig[i]);
  /external/skia/xcode/Simple/
SimpleApp.cpp 60 void SimpleWindow::afterChildren(SkCanvas* orig) {

Completed in 1012 milliseconds

12 3 4 5 6