Searched refs:orig (Results 1 - 25 of 78) sorted by relevance

1234

/external/stlport/test/eh/
H A Dtest_algo.cpp88 : 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 ) argument
155 for ( const SortClass *q = orig.begin(); q != orig.end(); q++ )
182 : orig( bu
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...]
H A Dtest_push_back.h32 test_push_back( const C& orig ) : original( orig )
H A Dtest_push_front.h29 test_push_front( const C& orig ) : original( orig ) {
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/dropbear/libtomcrypt/src/encauth/gcm/
H A Dgcm_memory.c46 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/chromium/base/third_party/valgrind/
H A Dvalgrind.h626 #define CALL_FN_W_v(lval, orig) \
628 volatile OrigFn _orig = (orig); \
642 #define CALL_FN_W_W(lval, orig, arg1) \
644 volatile OrigFn _orig = (orig); \
661 #define CALL_FN_W_WW(lval, orig, arg1,arg2) \
663 volatile OrigFn _orig = (orig); \
682 #define CALL_FN_W_WWW(lval, orig, arg1,arg2,arg3) \
684 volatile OrigFn _orig = (orig); \
705 #define CALL_FN_W_WWWW(lval, orig, arg1,arg2,arg3,arg4) \
707 volatile OrigFn _orig = (orig); \
[all...]
/external/v8/src/third_party/valgrind/
H A Dvalgrind.h627 #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); \
683 #define CALL_FN_W_WWW(lval, orig, arg1,arg2,arg3) \
685 volatile OrigFn _orig = (orig); \
706 #define CALL_FN_W_WWWW(lval, orig, arg1,arg2,arg3,arg4) \
708 volatile OrigFn _orig = (orig); \
[all...]
/external/webkit/JavaScriptCore/tests/mozilla/ecma_3/Exceptions/
H A D15.11.7.6-002.js59 var orig = F.prototype;
61 return F.prototype === orig;
H A D15.11.7.6-003.js59 var orig = F.prototype;
61 return F.prototype === orig;
/external/bison/src/
H A Dsymtab.c314 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
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Direl.h19 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))
H A Dbmove.c42 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);
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/bluetooth/glib/tests/gobject/
H A Dgvalue-test.c40 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,
[all...]
/external/webkit/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/bouncycastle/src/main/java/org/bouncycastle/asn1/
H A DDERApplicationSpecific.java141 byte[] orig = this.getEncoded();
142 byte[] tmp = replaceTagNumber(derTagNo, orig);
144 if ((orig[0] & DERTags.CONSTRUCTED) != 0)
/external/webkit/WebKit/chromium/src/js/
H A DDevTools.js396 var orig = InjectedScriptAccess.prototype.getProperties;
404 orig.apply(this, arguments);
435 var orig = WebInspector.ConsoleMessage.prototype.setMessageBody;
442 orig.call(this, args);
449 var orig = InjectedScriptAccess.prototype.getCompletions;
455 return orig.apply(this, arguments);
/external/skia/xcode/Simple/
H A DSimpleApp.cpp60 void SimpleWindow::afterChildren(SkCanvas* orig) { argument
/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/e2fsprogs/util/
H A Dgen-tarball.in31 (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/skia/include/core/
H A DSkPaint.h445 The returned rect will either be orig or storage, thus the caller
447 use the retured value. It is legal for orig and storage to be the same
460 const SkRect& computeFastBounds(const SkRect& orig, SkRect* storage) const { argument
461 return this->getStyle() == kFill_Style ? orig :
462 this->computeStrokeFastBounds(orig, storage);
847 const SkRect& computeStrokeFastBounds(const SkRect& orig,
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
H A DPKIXCertPath.java96 List orig = new ArrayList(certs);
125 return orig;
147 return orig;
/external/netcat/
H A Dstupidh431 static char orig[16];
432 strcpy (orig, "ABCDEFGHIJK");
433 yow.bletch = orig;
/external/skia/gm/
H A Dgmmain.cpp170 SkBitmap orig; local
171 bool success = SkImageDecoder::DecodeFile(path.c_str(), &orig,
175 compare(bitmap, orig, name);

Completed in 240 milliseconds

1234