HomeSort by relevance Sort by last modified time
    Searched refs:orig (Results 1 - 25 of 137) sorted by null

1 2 3 4 5 6

  /frameworks/base/core/java/android/content/pm/
ProviderInfo.java 88 public ProviderInfo(ProviderInfo orig) {
89 super(orig);
90 authority = orig.authority;
91 readPermission = orig.readPermission;
92 writePermission = orig.writePermission;
93 grantUriPermissions = orig.grantUriPermissions;
94 uriPermissionPatterns = orig.uriPermissionPatterns;
95 pathPermissions = orig.pathPermissions;
96 multiprocess = orig.multiprocess;
97 initOrder = orig.initOrder
    [all...]
InstrumentationInfo.java 65 public InstrumentationInfo(InstrumentationInfo orig) {
66 super(orig);
67 targetPackage = orig.targetPackage;
68 sourceDir = orig.sourceDir;
69 publicSourceDir = orig.publicSourceDir;
70 dataDir = orig.dataDir;
71 handleProfiling = orig.handleProfiling;
72 functionalTest = orig.functionalTest;
ConfigurationInfo.java 86 public ConfigurationInfo(ConfigurationInfo orig) {
87 reqTouchScreen = orig.reqTouchScreen;
88 reqKeyboardType = orig.reqKeyboardType;
89 reqNavigation = orig.reqNavigation;
90 reqInputFeatures = orig.reqInputFeatures;
91 reqGlEsVersion = orig.reqGlEsVersion;
PermissionInfo.java 89 public PermissionInfo(PermissionInfo orig) {
90 super(orig);
91 group = orig.group;
92 descriptionRes = orig.descriptionRes;
93 protectionLevel = orig.protectionLevel;
94 nonLocalizedDescription = orig.nonLocalizedDescription;
ServiceInfo.java 39 public ServiceInfo(ServiceInfo orig) {
40 super(orig);
41 permission = orig.permission;
ApplicationInfo.java 408 public ApplicationInfo(ApplicationInfo orig) {
409 super(orig);
410 taskAffinity = orig.taskAffinity;
411 permission = orig.permission;
412 processName = orig.processName;
413 className = orig.className;
414 theme = orig.theme;
415 flags = orig.flags;
416 sourceDir = orig.sourceDir;
417 publicSourceDir = orig.publicSourceDir
    [all...]
ActivityInfo.java 308 public ActivityInfo(ActivityInfo orig) {
309 super(orig);
310 theme = orig.theme;
311 launchMode = orig.launchMode;
312 permission = orig.permission;
313 taskAffinity = orig.taskAffinity;
314 targetActivity = orig.targetActivity;
315 flags = orig.flags;
316 screenOrientation = orig.screenOrientation;
317 configChanges = orig.configChanges
    [all...]
FeatureInfo.java 61 public FeatureInfo(FeatureInfo orig) {
62 name = orig.name;
63 reqGlEsVersion = orig.reqGlEsVersion;
64 flags = orig.flags;
PermissionGroupInfo.java 47 public PermissionGroupInfo(PermissionGroupInfo orig) {
48 super(orig);
49 descriptionRes = orig.descriptionRes;
50 nonLocalizedDescription = orig.nonLocalizedDescription;
ComponentInfo.java 69 public ComponentInfo(ComponentInfo orig) {
70 super(orig);
71 applicationInfo = orig.applicationInfo;
72 processName = orig.processName;
73 descriptionRes = orig.descriptionRes;
74 enabled = orig.enabled;
75 exported = orig.exported;
PackageItemInfo.java 79 public PackageItemInfo(PackageItemInfo orig) {
80 name = orig.name;
82 packageName = orig.packageName;
83 labelRes = orig.labelRes;
84 nonLocalizedLabel = orig.nonLocalizedLabel;
86 icon = orig.icon;
87 metaData = orig.metaData;
  /build/tools/
merge-event-log-tags.py 83 orig = by_tagname[t.tagname] variable
86 if orig.tagnum is None:
87 orig.tagnum = t.tagnum
89 t.tagnum = orig.tagnum
91 if (t.tagnum == orig.tagnum and
92 t.description == orig.description):
97 (t.tagname, t.tagnum, orig.filename, orig.linenum),
102 (t.tagname, orig.tagnum, orig.filename, orig.linenum)
107 orig = by_tagnum[t.tagnum] variable
    [all...]
  /external/stlport/test/eh/
test_algo.cpp 88 : orig( buf ), partitionPoint(SortClass::kRange / 2) {
109 for ( const SortClass *q = orig.begin(); q != orig.end(); q++ )
135 const SortBuffer& orig; member in struct:test_stable_partition
139 void assert_sorted_version( const SortBuffer& orig, const SortBuffer& buf );
144 EFFECTS: Asserts that buf is a stable-sorted version of orig.
146 void assert_sorted_version( const SortBuffer& orig, const SortBuffer& buf )
155 for ( const SortClass *q = orig.begin(); q != orig.end(); q++ )
182 : orig( buf )
193 const SortBuffer& orig; member in struct:test_stable_sort_1
210 const SortBuffer& orig; member in struct:test_stable_sort_2
227 const SortBuffer& orig; member in struct:test_inplace_merge_1
245 const SortBuffer& orig; member in struct:test_inplace_merge_2
    [all...]
test_push_back.h 32 test_push_back( const C& orig ) : original( orig )
test_push_front.h 29 test_push_front( const C& orig ) : original( orig ) {
  /cts/tools/signature-tools/src/signature/
Main.java 120 * @param orig
126 private static String[] without(String[] orig, int n) {
127 int len = orig.length - 1;
129 System.arraycopy(orig, 0, newa, 0, n);
130 System.arraycopy(orig, n + 1, newa, n, len - n);
  /external/dropbear/libtomcrypt/src/encauth/gcm/
gcm_memory.c 46 void *orig; local
69 orig = gcm = XMALLOC(sizeof(*gcm));
71 orig = gcm = XMALLOC(sizeof(*gcm) + 16);
78 * note that we only modify gcm and keep orig intact. This code is not portable
101 XFREE(orig);
  /external/v8/src/third_party/valgrind/
valgrind.h 627 #define CALL_FN_W_v(lval, orig) \
629 volatile OrigFn _orig = (orig); \
643 #define CALL_FN_W_W(lval, orig, arg1) \
645 volatile OrigFn _orig = (orig); \
662 #define CALL_FN_W_WW(lval, orig, arg1,arg2) \
664 volatile OrigFn _orig = (orig); \
    [all...]
  /dalvik/vm/compiler/template/armv5te-vfp/
TEMPLATE_SQRT_DOUBLE_VFP.S 19 fmrrd r0, r1, d0 @ reload orig operand
  /external/bison/src/
symtab.c 314 symbol *orig = this->alias; local
320 if (orig->type_name != alias->type_name)
322 if (orig->type_name)
323 symbol_type_set (alias, orig->type_name, orig->type_location);
325 symbol_type_set (orig, alias->type_name, alias->type_location);
329 if (orig->destructor || alias->destructor)
331 if (orig->destructor)
332 symbol_destructor_set (alias, orig->destructor,
333 orig->destructor_location)
    [all...]
  /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...]
  /frameworks/base/core/java/android/os/
Message.java 112 * @param orig Original message to copy.
115 public static Message obtain(Message orig) {
117 m.what = orig.what;
118 m.arg1 = orig.arg1;
119 m.arg2 = orig.arg2;
120 m.obj = orig.obj;
121 m.replyTo = orig.replyTo;
122 if (orig.data != null) {
123 m.data = new Bundle(orig.data);
125 m.target = orig.target
    [all...]
  /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))

Completed in 197 milliseconds

1 2 3 4 5 6