Home
last modified time | relevance | path

Searched refs:orig (Results 1 – 25 of 207) sorted by relevance

123456789

/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/QA/
DruniSACRate.txt8 ../Release/kenny.exe 13000 -FIXED_FL -FL 30 -MAX 100 ../data/orig/sawsweep_380_60.pcm $OUTDIR/out_n…
9 ../Release/kenny.exe ../data/orig/bottlenecks.txt -FIXED_FL -FL 30 -MAXRATE 32000 ../data/orig/saws…
10 ../Release/kenny.exe 13000 -FIXED_FL -FL 30 -MAX 100 ../data/orig/sawsweep_380_60.pcm $OUTDIR/out_n…
11 ../Release/kenny.exe ../data/orig/bottlenecks.txt -FIXED_FL -FL 30 -MAXRATE 32000 ../data/orig/saws…
12 ../Release/kenny.exe 13000 -FIXED_FL -FL 60 -MAX 100 ../data/orig/sawsweep_380_60.pcm $OUTDIR/out_n…
13 ../Release/kenny.exe ../data/orig/bottlenecks.txt -FIXED_FL -FL 60 -MAXRATE 32000 ../data/orig/saws…
14 ../Release/kenny.exe 13000 -INIT_RATE 32000 -FIXED_FL -FL 60 -MAX 100 ../data/orig/sawsweep_380_60.…
16 ../Release/kenny.exe 13000 -FIXED_FL -FL 30 -MAX 100 ../data/orig/longspeech.pcm $OUTDIR/out_napi_1…
17 ../Release/kenny.exe ../data/orig/bottlenecks.txt -FIXED_FL -FL 30 -MAXRATE 32000 ../data/orig/long…
18 ../Release/kenny.exe 13000 -FIXED_FL -FL 30 -MAX 100 ../data/orig/longspeech.pcm $OUTDIR/out_napi_1…
[all …]
/external/regex-re2/util/
Dvalgrind.h713 #define CALL_FN_W_v(lval, orig) \ argument
715 volatile OrigFn _orig = (orig); \
729 #define CALL_FN_W_W(lval, orig, arg1) \ argument
731 volatile OrigFn _orig = (orig); \
748 #define CALL_FN_W_WW(lval, orig, arg1,arg2) \ argument
750 volatile OrigFn _orig = (orig); \
769 #define CALL_FN_W_WWW(lval, orig, arg1,arg2,arg3) \ argument
771 volatile OrigFn _orig = (orig); \
792 #define CALL_FN_W_WWWW(lval, orig, arg1,arg2,arg3,arg4) \ argument
794 volatile OrigFn _orig = (orig); \
[all …]
/external/v8/src/third_party/valgrind/
Dvalgrind.h747 #define CALL_FN_W_v(lval, orig) \ argument
749 volatile OrigFn _orig = (orig); \
763 #define CALL_FN_W_W(lval, orig, arg1) \ argument
765 volatile OrigFn _orig = (orig); \
783 #define CALL_FN_W_WW(lval, orig, arg1,arg2) \ argument
785 volatile OrigFn _orig = (orig); \
805 #define CALL_FN_W_WWW(lval, orig, arg1,arg2,arg3) \ argument
807 volatile OrigFn _orig = (orig); \
829 #define CALL_FN_W_WWWW(lval, orig, arg1,arg2,arg3,arg4) \ argument
831 volatile OrigFn _orig = (orig); \
[all …]
/external/valgrind/main/include/
Dvalgrind.h854 #define CALL_FN_W_v(lval, orig) \ argument
856 volatile OrigFn _orig = (orig); \
872 #define CALL_FN_W_W(lval, orig, arg1) \ argument
874 volatile OrigFn _orig = (orig); \
893 #define CALL_FN_W_WW(lval, orig, arg1,arg2) \ argument
895 volatile OrigFn _orig = (orig); \
916 #define CALL_FN_W_WWW(lval, orig, arg1,arg2,arg3) \ argument
918 volatile OrigFn _orig = (orig); \
941 #define CALL_FN_W_WWWW(lval, orig, arg1,arg2,arg3,arg4) \ argument
943 volatile OrigFn _orig = (orig); \
[all …]
/external/stlport/test/eh/
Dtest_algo.cpp88 : orig( buf ), partitionPoint(SortClass::kRange / 2) { in test_stable_partition()
109 for ( const SortClass *q = orig.begin(); q != orig.end(); q++ ) in operator ()()
135 const SortBuffer& orig; member
139 void assert_sorted_version( const SortBuffer& orig, const SortBuffer& buf );
146 void assert_sorted_version( const SortBuffer& orig, const SortBuffer& buf ) in assert_sorted_version() argument
155 for ( const SortClass *q = orig.begin(); q != orig.end(); q++ ) in assert_sorted_version()
182 : orig( buf ) { in test_stable_sort_1()
189 assert_sorted_version( orig, buf ); in operator ()()
193 const SortBuffer& orig; member
199 : orig( buf ) { in test_stable_sort_2()
[all …]
Dtest_insert.h330 test_insert_one( const C& orig, int pos =-1 )
331 : original( orig ), fPos( random_number( orig.size() )) in original()
367 test_insert_n( const C& orig, size_t insCnt, int pos =-1 )
368 : original( orig ), fPos( random_number( orig.size() )), fInsCnt(insCnt) in original()
405 test_insert_value( const C& orig ) in test_insert_value()
406 : original( orig ) in test_insert_value()
429 test_insert_noresize( const C& orig ) in test_insert_noresize()
430 : original( orig ) in test_insert_noresize()
499 test_insert_range( const C& orig, Iter first, Iter last, int pos=-1 )
502 original( orig ), in fFirst()
[all …]
/external/valgrind/main/VEX/priv/
Dhost_generic_regs.c145 ppHReg(map->orig[i]); in ppHRegRemap()
160 void addToHRegRemap ( HRegRemap* map, HReg orig, HReg replacement ) in addToHRegRemap() argument
164 if (map->orig[i] == orig) in addToHRegRemap()
166 if (!hregIsVirtual(orig)) in addToHRegRemap()
172 map->orig[map->n_used] = orig; in addToHRegRemap()
178 HReg lookupHRegRemap ( HRegRemap* map, HReg orig ) in lookupHRegRemap() argument
181 if (!hregIsVirtual(orig)) in lookupHRegRemap()
182 return orig; in lookupHRegRemap()
184 if (map->orig[i] == orig) in lookupHRegRemap()
/external/ceres-solver/internal/ceres/
Dtriplet_sparse_matrix_test.cc103 TripletSparseMatrix orig(2, 5, 4); in TEST() local
104 orig.mutable_rows()[0] = 0; in TEST()
105 orig.mutable_cols()[0] = 1; in TEST()
106 orig.mutable_values()[0] = 2.5; in TEST()
108 orig.mutable_rows()[1] = 1; in TEST()
109 orig.mutable_cols()[1] = 4; in TEST()
110 orig.mutable_values()[1] = 5.2; in TEST()
111 orig.set_num_nonzeros(2); in TEST()
113 TripletSparseMatrix cpy(orig); in TEST()
131 TripletSparseMatrix orig(2, 5, 4); in TEST() local
[all …]
Dtriplet_sparse_matrix.cc73 TripletSparseMatrix::TripletSparseMatrix(const TripletSparseMatrix& orig) in TripletSparseMatrix() argument
75 num_rows_(orig.num_rows_), in TripletSparseMatrix()
76 num_cols_(orig.num_cols_), in TripletSparseMatrix()
77 max_num_nonzeros_(orig.max_num_nonzeros_), in TripletSparseMatrix()
78 num_nonzeros_(orig.num_nonzeros_), in TripletSparseMatrix()
83 CopyData(orig); in TripletSparseMatrix()
174 void TripletSparseMatrix::CopyData(const TripletSparseMatrix& orig) { in CopyData() argument
176 rows_[i] = orig.rows_[i]; in CopyData()
177 cols_[i] = orig.cols_[i]; in CopyData()
178 values_[i] = orig.values_[i]; in CopyData()
/external/valgrind/main/VEX/unused/
Ddispatch.c14 char* find_translation ( char* orig ) in find_translation() argument
18 if (transtab[i].orig == orig) in find_translation()
28 char* orig; member
44 void add_translation ( char* orig, int orig_size, char* trans, int trans_size ) in add_translation() argument
48 transtab[n_transtab_used].orig = orig; in add_translation()
/external/guava/guava-tests/test/com/google/common/testing/
DSerializableTesterTest.java38 ClassWhichDoesNotImplementEquals orig = in testClassWhichDoesNotImplementEquals() local
42 SerializableTester.reserializeAndAssert(orig); in testClassWhichDoesNotImplementEquals()
52 ClassWhichIsAlwaysEqualButHasDifferentHashcodes orig = in testClassWhichIsAlwaysEqualButHasDifferentHashcodes() local
56 SerializableTester.reserializeAndAssert(orig); in testClassWhichIsAlwaysEqualButHasDifferentHashcodes()
66 ObjectWhichIsEqualButChangesClass orig = in testObjectWhichIsEqualButChangesClass() local
70 SerializableTester.reserializeAndAssert(orig); in testObjectWhichIsEqualButChangesClass()
/external/chromium/chrome/browser/resources/net_internals/
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);
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.params != undefined) {
115 entry.orig,
362 text += getKeyWithValue(LogEventType, entry.orig.type);
/external/valgrind/main/drd/scripts/
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/Ma…
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/splash2/codes/apps/radiosity/Makefile 2008-07-13 20:24:35.000000000 +0200
/external/valgrind/main/none/tests/x86/
Dbt_literal.c12 UInt mash_reg_L ( UInt orig ) in mash_reg_L() argument
47 : "r" (orig) in mash_reg_L()
97 UInt mash_reg_W ( UInt orig ) in mash_reg_W() argument
132 : "r" (orig) in mash_reg_W()
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Dtoken.rb134 def initialize_copy( orig ) argument
136 self.type = orig.type
137 self.channel = orig.channel
138 self.text = orig.text.clone if orig.text
139 self.start = orig.start
140 self.stop = orig.stop
141 self.line = orig.line
142 self.column = orig.column
143 self.input = orig.input
/external/valgrind/main/auxprogs/
Dposixtestsuite-1.5.1-diff.txt2 diff -U3 -r posixtestsuite.orig/conformance/interfaces/pthread_spin_lock/1-1.c posixtestsuite/confo…
3 --- posixtestsuite.orig/conformance/interfaces/pthread_spin_lock/1-1.c 2003-07-10 02:19:34.00000000…
15 diff -U3 -r posixtestsuite.orig/LDFLAGS posixtestsuite/LDFLAGS
16 --- posixtestsuite.orig/LDFLAGS 2005-06-03 02:32:42.000000000 +0100
27 diff -U3 -r posixtestsuite.orig/locate-test posixtestsuite/locate-test
28 --- posixtestsuite.orig/locate-test 2005-03-14 13:53:50.000000000 +0000
54 diff -U3 -r posixtestsuite.orig/Makefile posixtestsuite/Makefile
55 --- posixtestsuite.orig/Makefile 2005-03-14 13:53:41.000000000 +0000
91 diff -U3 -r posixtestsuite.orig/run_tests posixtestsuite/run_tests
92 --- posixtestsuite.orig/run_tests 2004-12-16 09:56:18.000000000 +0000
/external/dropbear/libtomcrypt/src/encauth/gcm/
Dgcm_memory.c46 void *orig; in gcm_memory() local
69 orig = gcm = XMALLOC(sizeof(*gcm)); in gcm_memory()
71 orig = gcm = XMALLOC(sizeof(*gcm) + 16); in gcm_memory()
101 XFREE(orig); in gcm_memory()
/external/openssl/crypto/modes/asm/
Dghash-parisc.pl631 my $orig = "ldd$mod\t$args";
635 sprintf "\t.WORD\t0x%08x\t; %s",$opcode,$orig;
642 sprintf "\t.WORD\t0x%08x\t; %s",$opcode,$orig;
644 else { "\t".$orig; }
649 my $orig = "std$mod\t$args";
653 sprintf "\t.WORD\t0x%08x\t; %s",$opcode,$orig;
655 else { "\t".$orig; }
660 my $orig = "extrd$mod\t$args";
668 sprintf "\t.WORD\t0x%08x\t; %s",$opcode,$orig;
675 sprintf "\t.WORD\t0x%08x\t; %s",$opcode,$orig;
[all …]
/external/openssl/patches/
Dprogs.patch1 --- openssl-1.0.0.orig/apps/openssl.c 2009-10-04 09:43:21.000000000 -0700
14 --- openssl-1.0.0.orig/apps/progs.h 2009-06-30 08:08:38.000000000 -0700
26 --- openssl-1.0.0.orig/apps/speed.c 2010-03-03 11:56:17.000000000 -0800
44 --- openssl-1.0.0.orig/crypto/ui/ui_openssl.c 2009-10-04 09:43:21.000000000 -0700
/external/e2fsprogs/lib/ext2fs/
Direl_ma.c30 static errcode_t ima_get_by_orig(ext2_irel irel, ext2_ino_t orig, ext2_ino_t *old,
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] = new;
341 ma->orig_map[ma->entries[(unsigned) old].orig] = 0;
Dbmove.c46 blk_t block, orig; in process_block() local
49 block = orig = *block_nr; in process_block()
59 if (block == orig) { in process_block()
66 retval = io_channel_read_blk(fs->io, orig, 1, pb->buf); in process_block()
81 blockcnt, orig, block); in process_block()
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_6/
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/valgrind/main/callgrind/
Dbbcc.c370 static BBCC* clone_bbcc(BBCC* orig, Context* cxt, Int rec_index) in clone_bbcc() argument
375 bb_addr(orig->bb), rec_index, cxt->fn[0]->name); in clone_bbcc()
377 bbcc = new_bbcc(orig->bb); in clone_bbcc()
382 CLG_ASSERT((orig->tid != CLG_(current_tid)) || in clone_bbcc()
383 (orig->cxt != cxt)); in clone_bbcc()
394 CLG_ASSERT(orig->tid == CLG_(current_tid)); in clone_bbcc()
396 CLG_ASSERT(orig->cxt == cxt); in clone_bbcc()
397 CLG_ASSERT(orig->rec_array); in clone_bbcc()
399 CLG_ASSERT(orig->rec_array[rec_index] ==0); in clone_bbcc()
404 bbcc->rec_array = orig->rec_array; in clone_bbcc()
[all …]
/external/valgrind/main/coregrind/m_demangle/
Ddemangle.c90 Char* orig, Char* result, Int result_size ) in VG_()
102 if (VG_(maybe_Z_demangle)( orig, NULL,0,/*soname*/ in VG_()
104 orig = z_demangled; in VG_()
110 demangled = ML_(cplus_demangle) ( orig, DMGL_ANSI | DMGL_PARAMS ); in VG_()
118 VG_(strncpy_safely)(result, orig, result_size); in VG_()

123456789