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

1 2 3 4 56 7 8 91011>>

  /frameworks/base/core/java/android/content/pm/
PackageItemInfo.java 105 public PackageItemInfo(PackageItemInfo orig) {
106 name = orig.name;
108 packageName = orig.packageName;
109 labelRes = orig.labelRes;
110 nonLocalizedLabel = orig.nonLocalizedLabel;
112 icon = orig.icon;
113 banner = orig.banner;
114 logo = orig.logo;
115 metaData = orig.metaData;
116 showUserIcon = orig.showUserIcon
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
RotateDrawable.java 338 RotateState(RotateState orig, Resources res) {
339 super(orig, res);
341 if (orig != null) {
342 mPivotXRel = orig.mPivotXRel;
343 mPivotX = orig.mPivotX;
344 mPivotYRel = orig.mPivotYRel;
345 mPivotY = orig.mPivotY;
346 mFromDegrees = orig.mFromDegrees;
347 mToDegrees = orig.mToDegrees;
348 mCurrentDegrees = orig.mCurrentDegrees
    [all...]
DrawableContainer.java 736 protected DrawableContainerState(DrawableContainerState orig, DrawableContainer owner,
739 mSourceRes = res != null ? res : (orig != null ? orig.mSourceRes : null);
740 mDensity = Drawable.resolveDensity(res, orig != null ? orig.mDensity : 0);
742 if (orig != null) {
743 mChangingConfigurations = orig.mChangingConfigurations;
744 mChildrenChangingConfigurations = orig.mChildrenChangingConfigurations;
749 mVariablePadding = orig.mVariablePadding;
750 mConstantSize = orig.mConstantSize
    [all...]
AnimatedRotateDrawable.java 230 public AnimatedRotateState(AnimatedRotateState orig, Resources res) {
231 super(orig, res);
233 if (orig != null) {
234 mPivotXRel = orig.mPivotXRel;
235 mPivotX = orig.mPivotX;
236 mPivotYRel = orig.mPivotYRel;
237 mPivotY = orig.mPivotY;
238 mFramesCount = orig.mFramesCount;
239 mFrameDuration = orig.mFrameDuration;
ShapeDrawable.java 561 * @param orig the state to create a deep copy of
563 ShapeState(@NonNull ShapeState orig) {
564 mChangingConfigurations = orig.mChangingConfigurations;
565 mPaint = new Paint(orig.mPaint);
566 mThemeAttrs = orig.mThemeAttrs;
567 if (orig.mShape != null) {
569 mShape = orig.mShape.clone();
572 mShape = orig.mShape;
575 mTint = orig.mTint;
576 mTintMode = orig.mTintMode
    [all...]
  /external/openssh/regress/
cert-hostkey.sh 53 kh_ca host_ca_key.pub host_ca_key2.pub > $OBJ/known_hosts-cert.orig
54 cp $OBJ/known_hosts-cert.orig $OBJ/known_hosts-cert
106 cp $OBJ/known_hosts-cert.orig $OBJ/known_hosts-cert
155 kh_ca host_ca_key.pub host_ca_key2.pub > $OBJ/known_hosts-cert.orig
158 kh_revoke cert_host_key_${ktype}.pub >> $OBJ/known_hosts-cert.orig
160 cp $OBJ/known_hosts-cert.orig $OBJ/known_hosts-cert
171 cp $OBJ/known_hosts-cert.orig $OBJ/known_hosts-cert
182 kh_ca host_ca_key.pub host_ca_key2.pub > $OBJ/known_hosts-cert.orig
183 kh_revoke host_ca_key.pub host_ca_key2.pub >> $OBJ/known_hosts-cert.orig
184 cp $OBJ/known_hosts-cert.orig $OBJ/known_hosts-cer
    [all...]
hostkey-rotate.sh 9 rm -f $OBJ/hkr.* $OBJ/ssh_proxy.orig
11 grep -vi 'hostkey' $OBJ/sshd_proxy > $OBJ/sshd_proxy.orig
20 echo "Hostkey $OBJ/hkr.${k}" >> $OBJ/sshd_proxy.orig
47 cp $OBJ/sshd_proxy.orig $OBJ/sshd_proxy
86 ( cat $OBJ/sshd_proxy.orig ; echo HostKey $OBJ/hkr.ssh-rsa-new ) \
96 cp $OBJ/sshd_proxy.orig $OBJ/sshd_proxy
  /cts/tests/tests/widget/src/android/widget/cts/
RemoteViewsActivityTest.java 56 RemoteViews orig = new RemoteViews(PACKAGE_NAME, R.layout.remote_view_test_good); local
58 orig.writeToParcel(p, 0);
82 RemoteViews orig = new RemoteViews(PACKAGE_NAME, R.layout.remote_view_test_bad_1); local
84 orig.writeToParcel(p, 0);
111 RemoteViews orig = new RemoteViews(PACKAGE_NAME, R.layout.remote_view_test_bad_2); local
113 orig.writeToParcel(p, 0);
  /external/libnetfilter_conntrack/src/expect/
build.c 62 l3num = exp->master.orig.l3protonum;
64 l3num = exp->expected.orig.l3protonum;
73 __build_tuple(req, size, &exp->expected.orig, CTA_EXPECT_TUPLE);
77 __build_tuple(req, size, &exp->master.orig, CTA_EXPECT_MASTER);
81 __build_tuple(req, size, &exp->mask.orig, CTA_EXPECT_MASK);
89 __build_tuple(req, size, &exp->nat.orig, CTA_EXPECT_NAT_TUPLE);
  /external/v8/tools/
mingw-generate-makefiles.sh 88 cp $F $F.orig
89 cat $F.orig \
96 rm $F.orig
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Delaunay.cpp 28 #define valid(l) ccw(orig(basel), dest(l), dest(basel))
96 while (orig(ldo) != minx) {
99 while (orig(rdo) != maxx) {
137 orig(temp) = origin;
140 orig(temp) = destination;
162 ans = makeEdge(dest(a), orig(b));
171 ans = makeEdge(dest(a), orig(b));
522 while (ccw(orig(ldi), dest(ldi), orig(rdi))) {
525 if (ccw(dest(rdi), orig(rdi), orig(ldi)))
    [all...]
Delaunay.h 121 #define orig(a) org[a] macro
122 #define dest(a) orig(sym(a))
123 #define left(a) orig(rotinv(a))
124 #define right(a) orig(rot(a))
  /art/runtime/
image-inl.h 58 ArtMethod* orig = imt->Get(i, pointer_size); local
59 ArtMethod* updated = visitor(orig);
60 if (updated != orig) {
  /external/libbrillo/brillo/
flag_helper_unittest.cc 234 FILE* orig = stdout; local
249 stdout = orig;
261 FILE* orig = stdout; local
268 stdout = orig;
282 FILE* orig = stdout; local
290 stdout = orig;
304 FILE* orig = stdout; local
313 stdout = orig;
327 FILE* orig = stdout; local
336 stdout = orig;
350 FILE* orig = stdout; local
    [all...]
  /external/libnetfilter_conntrack/src/conntrack/
getter.c 14 return &ct->head.orig.src.v4;
19 return &ct->head.orig.dst.v4;
34 return &ct->head.orig.src.v6;
39 return &ct->head.orig.dst.v6;
54 return &ct->head.orig.l4src.all;
59 return &ct->head.orig.l4dst.all;
74 return &ct->head.orig.zone;
84 return &ct->head.orig.l4dst.icmp.type;
89 return &ct->head.orig.l4dst.icmp.code;
94 return &ct->head.orig.l4src.icmp.id
    [all...]
  /external/libpng/contrib/tools/
chkfmt 44 cp "$file" "$file".orig
46 if cmp -s "$file".orig "$file"
48 rm "$file".orig
78 ! -name '*.dsp' ! -name '*.orig' ! -name '*.dfn' ! -name '*.swp' \
  /external/pdfium/core/fpdfapi/parser/
fpdf_parser_decode.h 20 CFX_ByteString PDF_NameDecode(const CFX_ByteStringC& orig);
21 CFX_ByteString PDF_NameDecode(const CFX_ByteString& orig);
22 CFX_ByteString PDF_NameEncode(const CFX_ByteString& orig);
  /packages/apps/TV/tests/common/src/com/android/tv/testing/dvr/
RecordingTestUtils.java 61 public static ScheduledRecording normalizePriority(ScheduledRecording orig){
62 return ScheduledRecording.buildFrom(orig).setPriority(orig.getId()).build();
  /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))
  /external/libmojo/base/android/
jni_weak_ref.h 20 JavaObjectWeakGlobalRef(const JavaObjectWeakGlobalRef& orig);
  /external/selinux/libsepol/cil/src/
cil_copy_ast.h 37 void cil_copy_list(struct cil_list *orig, struct cil_list **copy);
38 int cil_copy_expr(struct cil_db *db, struct cil_list *orig, struct cil_list **new);
49 void cil_copy_classperms(struct cil_classperms *orig, struct cil_classperms **new);
50 void cil_copy_classperms_set(struct cil_classperms_set *orig, struct cil_classperms_set **new);
51 void cil_copy_classperms_list(struct cil_list *orig, struct cil_list **new);
92 void cil_copy_fill_level(struct cil_db *db, struct cil_level *orig, struct cil_level **new);
94 void cil_copy_fill_levelrange(struct cil_db *db, struct cil_levelrange *orig, struct cil_levelrange *new);
96 void cil_copy_fill_context(struct cil_db *db, struct cil_context *orig, struct cil_context *new);
108 int cil_copy_exrp(struct cil_db *db, struct cil_list *orig, struct cil_list **new);
113 void cil_copy_fill_ipaddr(struct cil_ipaddr *orig, struct cil_ipaddr *new)
    [all...]
  /frameworks/base/core/java/android/os/
Message.java 141 * @param orig Original message to copy.
144 public static Message obtain(Message orig) {
146 m.what = orig.what;
147 m.arg1 = orig.arg1;
148 m.arg2 = orig.arg2;
149 m.obj = orig.obj;
150 m.replyTo = orig.replyTo;
151 m.sendingUid = orig.sendingUid;
152 if (orig.data != null) {
153 m.data = new Bundle(orig.data)
    [all...]
  /external/ltp/utils/ffsb-6.0-rc2/
ffsb_fs.c 55 void clone_ffsb_fs(ffsb_fs_t * target, ffsb_fs_t * orig)
57 target->basedir = orig->basedir;
58 target->flags = orig->flags;
61 memcpy(&target->files, &orig->files, sizeof(orig->files));
62 memcpy(&target->fill, &orig->fill, sizeof(orig->fill));
63 memcpy(&target->meta, &orig->meta, sizeof(orig->meta));
65 target->num_dirs = orig->num_dirs
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
OutlineTest.java 48 Outline orig = new Outline();
49 orig.setAlpha(0.5f);
50 orig.setRect(10, 10, 20, 20);
52 Outline copy = new Outline(orig);
82 Outline orig = new Outline();
83 orig.setAlpha(0.5f);
84 orig.setRect(10, 10, 20, 20);
87 copy.set(orig);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/
move-faqwiz.sh 53 mv data/$file1 data/$file1.orig
54 mv data/RCS/$file1,v data/RCS/$file1,v.orig

Completed in 3014 milliseconds

1 2 3 4 56 7 8 91011>>