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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/test/QA/
runiSACRate.txt 8 ../Release/kenny.exe 13000 -FIXED_FL -FL 30 -MAX 100 ../data/orig/sawsweep_380_60.pcm $OUTDIR/out_napi_1.pcm > $LOGG
9 ../Release/kenny.exe ../data/orig/bottlenecks.txt -FIXED_FL -FL 30 -MAXRATE 32000 ../data/orig/sawsweep_380_60.pcm $OUTDIR/out_napi_2.pcm >> $LOGG
10 ../Release/kenny.exe 13000 -FIXED_FL -FL 30 -MAX 100 ../data/orig/sawsweep_380_60.pcm $OUTDIR/out_napi_3.pcm >> $LOGG
11 ../Release/kenny.exe ../data/orig/bottlenecks.txt -FIXED_FL -FL 30 -MAXRATE 32000 ../data/orig/sawsweep_380_60.pcm $OUTDIR/out_napi_4.pcm >> $LOGG
12 ../Release/kenny.exe 13000 -FIXED_FL -FL 60 -MAX 100 ../data/orig/sawsweep_380_60.pcm $OUTDIR/out_napi_5.pcm >> $LOGG
13 ../Release/kenny.exe ../data/orig/bottlenecks.txt -FIXED_FL -FL 60 -MAXRATE 32000 ../data/orig/sawsweep_380_60.pcm $OUTDIR/out_napi_6.pcm >> $LOGG
14 ../Release/kenny.exe 13000 -INIT_RATE 32000 -FIXED_FL -FL 60 -MAX 100 ../data/orig/sawsweep_380_60.pcm $OUTDIR/out_napi_7.pcm >> $LOG
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/QA/
runiSACRate.txt 8 ../Release/kenny.exe 13000 -FIXED_FL -FL 30 -MAX 100 ../data/orig/sawsweep_380_60.pcm $OUTDIR/out_napi_1.pcm > $LOGG
9 ../Release/kenny.exe ../data/orig/bottlenecks.txt -FIXED_FL -FL 30 -MAXRATE 32000 ../data/orig/sawsweep_380_60.pcm $OUTDIR/out_napi_2.pcm >> $LOGG
10 ../Release/kenny.exe 13000 -FIXED_FL -FL 30 -MAX 100 ../data/orig/sawsweep_380_60.pcm $OUTDIR/out_napi_3.pcm >> $LOGG
11 ../Release/kenny.exe ../data/orig/bottlenecks.txt -FIXED_FL -FL 30 -MAXRATE 32000 ../data/orig/sawsweep_380_60.pcm $OUTDIR/out_napi_4.pcm >> $LOGG
12 ../Release/kenny.exe 13000 -FIXED_FL -FL 60 -MAX 100 ../data/orig/sawsweep_380_60.pcm $OUTDIR/out_napi_5.pcm >> $LOGG
13 ../Release/kenny.exe ../data/orig/bottlenecks.txt -FIXED_FL -FL 60 -MAXRATE 32000 ../data/orig/sawsweep_380_60.pcm $OUTDIR/out_napi_6.pcm >> $LOGG
14 ../Release/kenny.exe 13000 -INIT_RATE 32000 -FIXED_FL -FL 60 -MAX 100 ../data/orig/sawsweep_380_60.pcm $OUTDIR/out_napi_7.pcm >> $LOG
    [all...]
  /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:__anon16028
44 void add_translation ( char* orig, int orig_size, char* trans, int trans_size )
48 transtab[n_transtab_used].orig = orig;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
encoders.py 46 orig = msg.get_payload()
47 encdata = _bencode(orig)
59 orig = msg.get_payload()
60 encdata = _qencode(orig)
69 orig = msg.get_payload()
70 if orig is None:
77 orig.encode('ascii')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
encoders.py 46 orig = msg.get_payload()
47 encdata = _bencode(orig)
59 orig = msg.get_payload()
60 encdata = _qencode(orig)
69 orig = msg.get_payload()
70 if orig is None:
77 orig.encode('ascii')
  /frameworks/base/core/java/android/content/pm/
InstrumentationInfo.java 83 public InstrumentationInfo(InstrumentationInfo orig) {
84 super(orig);
85 targetPackage = orig.targetPackage;
86 sourceDir = orig.sourceDir;
87 publicSourceDir = orig.publicSourceDir;
88 dataDir = orig.dataDir;
89 nativeLibraryDir = orig.nativeLibraryDir;
90 handleProfiling = orig.handleProfiling;
91 functionalTest = orig.functionalTest;
ProviderInfo.java 103 public ProviderInfo(ProviderInfo orig) {
104 super(orig);
105 authority = orig.authority;
106 readPermission = orig.readPermission;
107 writePermission = orig.writePermission;
108 grantUriPermissions = orig.grantUriPermissions;
109 uriPermissionPatterns = orig.uriPermissionPatterns;
110 pathPermissions = orig.pathPermissions;
111 multiprocess = orig.multiprocess;
112 initOrder = orig.initOrder
    [all...]
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;
PermissionGroupInfo.java 64 public PermissionGroupInfo(PermissionGroupInfo orig) {
65 super(orig);
66 descriptionRes = orig.descriptionRes;
67 nonLocalizedDescription = orig.nonLocalizedDescription;
68 flags = orig.flags;
69 priority = orig.priority;
ApplicationInfo.java 675 public ApplicationInfo(ApplicationInfo orig) {
676 super(orig);
677 taskAffinity = orig.taskAffinity;
678 permission = orig.permission;
679 processName = orig.processName;
680 className = orig.className;
681 theme = orig.theme;
682 flags = orig.flags;
683 requiresSmallestWidthDp = orig.requiresSmallestWidthDp;
684 compatibleWidthLimitDp = orig.compatibleWidthLimitDp
    [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/qemu-pc-bios/vgabios/
dataseghack 21 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/
bt_literal.c 12 UInt mash_reg_L ( UInt orig )
47 : "r" (orig)
97 UInt mash_reg_W ( UInt orig )
132 : "r" (orig)
  /external/chromium_org/third_party/skia/gm/
colortype.cpp 29 SkTypeface* orig = sk_tool_utils::create_portable_typeface("Times", local
31 if (NULL == orig) {
32 orig = SkTypeface::RefDefault();
34 fColorType = SkNEW_ARGS(SkGTypeface, (orig, paint));
35 orig->unref();
  /external/skia/gm/
colortype.cpp 29 SkTypeface* orig = SkTypeface::CreateFromName("Times", local
31 if (NULL == orig) {
32 orig = SkTypeface::RefDefault();
34 fColorType = SkNEW_ARGS(SkGTypeface, (orig, paint));
35 orig->unref();
  /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 ) {
  /frameworks/base/services/core/java/com/android/server/pm/
PackageSetting.java 45 PackageSetting(PackageSetting orig) {
46 super(orig);
48 appId = orig.appId;
49 pkg = orig.pkg;
50 sharedUser = orig.sharedUser;
  /external/valgrind/main/VEX/priv/
host_generic_regs.c 145 ppHReg(map->orig[i]);
160 void addToHRegRemap ( HRegRemap* map, HReg orig, HReg replacement )
164 if (sameHReg(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/
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/libpng/scripts/
dfn.awk 73 orig=$0
80 print orig
119 print "line", lineno, ": internal error:", orig
  /external/chromium_org/base/third_party/valgrind/
valgrind.h     [all...]
  /external/chromium_org/third_party/re2/util/
valgrind.h     [all...]
  /external/regex-re2/util/
valgrind.h     [all...]

Completed in 547 milliseconds

1 2 3 4 5 6 7 8 91011>>