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

123456

/external/valgrind/main/VEX/unused/
H A Ddispatch.c14 char* find_translation ( char* orig )
18 if (transtab[i].orig == orig)
28 char* orig; member in struct:__anon13465
44 void add_translation ( char* orig, int orig_size, char* trans, int trans_size ) argument
48 transtab[n_transtab_used].orig = orig;
/external/openssh/regress/
H A Dconnect-privsep.sh6 cp $OBJ/sshd_proxy $OBJ/sshd_proxy.orig
16 cp $OBJ/sshd_proxy.orig $OBJ/sshd_proxy
H A Dreexec.sh38 cp $OBJ/sshd_config $OBJ/sshd_config.orig
47 cp $OBJ/sshd_config.orig $OBJ/sshd_config
61 cp $OBJ/sshd_config.orig $OBJ/sshd_config
/external/qemu-pc-bios/vgabios/
H A Ddataseghack21 cp $1 $1.orig
23 /bin/rm -f temp.awk.1 temp.awk.2 temp.awk.3 $1.orig
/external/valgrind/main/none/tests/x86/
H A Dbt_literal.c12 UInt mash_reg_L ( UInt orig )
47 : "r" (orig)
97 UInt mash_reg_W ( UInt orig )
132 : "r" (orig)
/external/chromium/chrome/browser/resources/net_internals/
H A Dloggrouper.js18 this.orig = origEntry;
23 return this.orig.phase == LogEventPhase.PHASE_BEGIN;
27 return this.orig.phase == LogEventPhase.PHASE_END
42 if (parentStack[i].orig.type == eventType)
68 findParentIndex(parentStack, groupEntry.orig.type);
H A Dlogviewpainter.js54 (!beginEntry.orig.params || !beginEntry.end.orig.params) &&
55 beginEntry.orig.wasPassivelyCaptured ==
56 beginEntry.end.orig.wasPassivelyCaptured;
64 var startDate = g_browser.convertTimeTicksToDate(entries[0].orig.time);
78 tablePrinter.addCell(entry.orig.wasPassivelyCaptured ? '(P) ' : '');
81 var date = g_browser.convertTimeTicksToDate(entry.orig.time) ;
100 dt = entry.end.orig.time - entry.orig.time;
112 if (entry.orig
[all...]
/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 ) {
/external/valgrind/main/VEX/priv/
H A Dhost_generic_regs.c145 ppHReg(map->orig[i]);
160 void addToHRegRemap ( HRegRemap* map, HReg orig, HReg replacement ) argument
164 if (map->orig[i] == orig)
166 if (!hregIsVirtual(orig))
167 vpanic("addToHRegMap: orig is not a vreg");
172 map->orig[map->n_used] = orig;
178 HReg lookupHRegRemap ( HRegRemap* map, HReg orig )
181 if (!hregIsVirtual(orig))
[all...]
/external/guava/guava-tests/test/com/google/common/testing/
H A DSerializableTesterTest.java38 ClassWhichDoesNotImplementEquals orig =
42 SerializableTester.reserializeAndAssert(orig);
52 ClassWhichIsAlwaysEqualButHasDifferentHashcodes orig =
56 SerializableTester.reserializeAndAssert(orig);
66 ObjectWhichIsEqualButChangesClass orig =
70 SerializableTester.reserializeAndAssert(orig);
/external/regex-re2/util/
H A Dvalgrind.h713 #define CALL_FN_W_v(lval, orig) \
715 volatile OrigFn _orig = (orig); \
729 #define CALL_FN_W_W(lval, orig, arg1) \
731 volatile OrigFn _orig = (orig); \
748 #define CALL_FN_W_WW(lval, orig, arg1,arg2) \
750 volatile OrigFn _orig = (orig); \
769 #define CALL_FN_W_WWW(lval, orig, arg1,arg2,arg3) \
771 volatile OrigFn _orig = (orig); \
792 #define CALL_FN_W_WWWW(lval, orig, arg1,arg2,arg3,arg4) \
794 volatile OrigFn _orig = (orig); \
[all...]
/external/valgrind/dynamic_annotations/third_party/valgrind/
H A Dvalgrind.h724 #define CALL_FN_W_v(lval, orig) \
726 volatile OrigFn _orig = (orig); \
740 #define CALL_FN_W_W(lval, orig, arg1) \
742 volatile OrigFn _orig = (orig); \
759 #define CALL_FN_W_WW(lval, orig, arg1,arg2) \
761 volatile OrigFn _orig = (orig); \
780 #define CALL_FN_W_WWW(lval, orig, arg1,arg2,arg3) \
782 volatile OrigFn _orig = (orig); \
803 #define CALL_FN_W_WWWW(lval, orig, arg1,arg2,arg3,arg4) \
805 volatile OrigFn _orig = (orig); \
[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/valgrind/main/coregrind/
H A Dpub_core_redir.h86 extern Addr VG_(redir_do_lookup) ( Addr orig, Bool* isWrap );
H A Dpub_core_demangle.h44 Char* orig, Char* result, Int result_size );
/external/v8/src/third_party/valgrind/
H A Dvalgrind.h747 #define CALL_FN_W_v(lval, orig) \
749 volatile OrigFn _orig = (orig); \
763 #define CALL_FN_W_W(lval, orig, arg1) \
765 volatile OrigFn _orig = (orig); \
783 #define CALL_FN_W_WW(lval, orig, arg1,arg2) \
785 volatile OrigFn _orig = (orig); \
805 #define CALL_FN_W_WWW(lval, orig, arg1,arg2,arg3) \
807 volatile OrigFn _orig = (orig); \
829 #define CALL_FN_W_WWWW(lval, orig, arg1,arg2,arg3,arg4) \
831 volatile OrigFn _orig = (orig); \
[all...]
/external/valgrind/main/include/
H A Dvalgrind.h764 #define CALL_FN_W_v(lval, orig) \
766 volatile OrigFn _orig = (orig); \
780 #define CALL_FN_W_W(lval, orig, arg1) \
782 volatile OrigFn _orig = (orig); \
800 #define CALL_FN_W_WW(lval, orig, arg1,arg2) \
802 volatile OrigFn _orig = (orig); \
822 #define CALL_FN_W_WWW(lval, orig, arg1,arg2,arg3) \
824 volatile OrigFn _orig = (orig); \
846 #define CALL_FN_W_WWWW(lval, orig, arg1,arg2,arg3,arg4) \
848 volatile OrigFn _orig = (orig); \
[all...]
/external/webkit/Source/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/valgrind/main/drd/scripts/
H A Ddownload-and-build-splash2.in37 diff -ru orig/splash2/codes/apps/radiosity/display.C splash2/codes/apps/radiosity/display.C
38 --- orig/splash2/codes/apps/radiosity/display.C 2008-05-25 10:38:52.000000000 +0200
48 --- orig/splash2/codes/apps/radiosity/Makefile 2008-05-25 10:38:52.000000000 +0200
67 diff -ru orig/splash2/codes/apps/raytrace/rltotiff/Makefile splash2/codes/apps/raytrace/rltotiff/Makefile
68 --- orig/splash2/codes/apps/raytrace/rltotiff/Makefile 2008-05-25 10:38:52.000000000 +0200
81 diff -ru orig/splash2/codes/Makefile.config splash2/codes/Makefile.config
82 --- orig/splash2/codes/Makefile.config 2008-05-25 10:38:52.000000000 +0200
103 --- orig/splash2/codes/apps/radiosity/elemman.C 2008-07-13 20:24:35.000000000 +0200
126 --- orig/splash2/codes/apps/radiosity/rad_main.C 2008-07-13 20:24:35.000000000 +0200
155 --- orig/splash
[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))
/external/oprofile/gui/
H A Doprof_start_util.h34 std::string const format(std::string const & orig, uint const maxlen);

Completed in 642 milliseconds

123456