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

1 2 3 4 5 6

  /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);
  /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/skia/gm/
colortype.cpp 30 SkTypeface* orig = SkTypeface::CreateFromName("Times", local
32 if (NULL == orig) {
33 orig = SkTypeface::RefDefault();
35 fColorType = SkNEW_ARGS(SkGTypeface, (orig, paint));
36 orig->unref();
  /external/valgrind/main/VEX/unused/
dispatch.c 14 char* find_translation ( char* orig )
18 if (transtab[i].orig == orig)
28 char* orig; member in struct:__anon29470
44 void add_translation ( char* orig, int orig_size, char* trans, int trans_size )
48 transtab[n_transtab_used].orig = orig;
  /external/e2fsprogs/lib/ext2fs/
bmove.c 46 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);
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))
  /bionic/tests/
fortify_test.cpp 302 char *orig = strdup("0123456789"); local
303 ASSERT_EXIT(strcpy(buf, orig), testing::KilledBySignal(SIGABRT), "");
304 free(orig);
311 char *orig = strdup(""); local
312 ASSERT_EXIT(strcpy(buf, orig), testing::KilledBySignal(SIGABRT), "");
313 free(orig);
320 char *orig = strdup("1"); local
321 ASSERT_EXIT(strcpy(buf, orig), testing::KilledBySignal(SIGABRT), "");
322 free(orig);
329 char *orig = strdup("12") local
    [all...]
  /build/tools/
merge-event-log-tags.py 94 orig = by_tagname[t.tagname] variable
97 if orig.tagnum is None:
98 orig.tagnum = t.tagnum
100 t.tagnum = orig.tagnum
102 if (t.tagnum == orig.tagnum and
103 t.description == orig.description):
108 (t.tagname, t.tagnum, orig.filename, orig.linenum),
113 (t.tagname, orig.tagnum, orig.filename, orig.linenum)
118 orig = by_tagnum[t.tagnum] variable
    [all...]
  /external/chromium_org/content/renderer/pepper/
pepper_graphics_2d_host_unittest.cc 77 gfx::Rect orig = r1; local
88 EXPECT_TRUE(r1.Contains(orig));
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_atomic.h 242 int32_t orig; local
249 mov [orig], eax
252 return orig;
  /external/guava/guava-tests/test/com/google/common/testing/
SerializableTesterTest.java 38 ClassWhichDoesNotImplementEquals orig = local
42 SerializableTester.reserializeAndAssert(orig);
52 ClassWhichIsAlwaysEqualButHasDifferentHashcodes orig = local
56 SerializableTester.reserializeAndAssert(orig);
66 ObjectWhichIsEqualButChangesClass orig = local
70 SerializableTester.reserializeAndAssert(orig);
  /external/mesa3d/src/gallium/auxiliary/util/
u_atomic.h 242 int32_t orig; local
249 mov [orig], eax
252 return orig;
  /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...]
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
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))
  /packages/apps/Camera2/jni/feature_mos/src/mosaic/
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))
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
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))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_bridge/
ebt_802_3.h 30 uint8_t orig[3]; member in struct:hdr_ui
38 uint8_t orig[3]; member in struct:hdr_ni
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_bridge/
ebt_802_3.h 30 uint8_t orig[3]; member in struct:hdr_ui
38 uint8_t orig[3]; member in struct:hdr_ni
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_bridge/
ebt_802_3.h 30 uint8_t orig[3]; member in struct:hdr_ui
38 uint8_t orig[3]; member in struct:hdr_ni
  /dalvik/dx/src/com/android/dx/cf/code/
ExecutionStack.java 285 TypeBearer orig = stack[idx]; local
287 if ((orig == null) ||
288 (orig.getType().getCategory() != type.getType().getCategory())) {
290 stackElementString(orig) + " -> " +
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
PKIXCertPath.java 101 List orig = new ArrayList(certs); local
130 return orig;
152 return orig;
  /external/chromium_org/third_party/libxml/src/include/libxml/
entities.h 49 xmlChar *orig; /* content without ref substitution */ member in struct:_xmlEntity
  /external/chromium_org/third_party/mesa/src/src/glsl/
ir_clone.cpp 363 ir_constant *const orig = (ir_constant *) node; local
365 c->components.push_tail(orig->clone(mem_ctx, NULL));
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/basis/
FilteredBasis.java 104 float[] orig = buf.array(); local
106 result.put(orig, i * origSize + offset, newSize);
  /external/libxml2/include/libxml/
entities.h 49 xmlChar *orig; /* content without ref substitution */ member in struct:_xmlEntity

Completed in 3517 milliseconds

1 2 3 4 5 6