Searched refs:orig (Results 76 - 100 of 273) sorted by relevance

1234567891011

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/test/QA/
H A DruniSACfault.txt14 INDIR=../data/orig
H A DruniSACLongtest.txt15 INDIR=../data/orig
H A DruniSACNB.txt15 INDIR=../data/orig
H A DruniSACfixfloat.txt14 INDIR=../data/orig
/external/openssl/crypto/modes/asm/
H A Dghash-parisc.pl636 my $orig = "ldd$mod\t$args";
640 sprintf "\t.WORD\t0x%08x\t; %s",$opcode,$orig;
647 sprintf "\t.WORD\t0x%08x\t; %s",$opcode,$orig;
649 else { "\t".$orig; }
654 my $orig = "std$mod\t$args";
658 sprintf "\t.WORD\t0x%08x\t; %s",$opcode,$orig;
660 else { "\t".$orig; }
665 my $orig = "extrd$mod\t$args";
673 sprintf "\t.WORD\t0x%08x\t; %s",$opcode,$orig;
680 sprintf "\t.WORD\t0x%08x\t; %s",$opcode,$orig;
[all...]
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/QA/
H A DruniSACfault.txt14 INDIR=../data/orig
/external/chromium_org/third_party/markupsafe/
H A D__init__.py168 orig = getattr(text_type, name)
172 return self.__class__(orig(self, *args, **kwargs))
173 func.__name__ = orig.__name__
174 func.__doc__ = orig.__doc__
/external/chromium_org/third_party/skia/tests/
H A DSkResourceCacheTest.cpp19 static bool is_in_scaled_image_cache(const SkBitmap& orig, argument
23 float roundedImageWidth = SkScalarRoundToScalar(orig.width() * xScale);
24 float roundedImageHeight = SkScalarRoundToScalar(orig.height() * xScale);
25 return SkBitmapCache::Find(orig, roundedImageWidth, roundedImageHeight, &scaled);
/external/qemu-pc-bios/vgabios/
H A DMakefile26 temp.awk.* vgabios*.orig _vgabios_* _vgabios-debug_* core vgabios*.bin vgabios*.txt $(RELEASE).bin *.bak
36 temp.awk.* vgabios.*.orig _vgabios_.*.c core *.bak .#*
/external/valgrind/main/callgrind/
H A Dbbcc.c370 static BBCC* clone_bbcc(BBCC* orig, Context* cxt, Int rec_index) argument
375 bb_addr(orig->bb), rec_index, cxt->fn[0]->name);
377 bbcc = new_bbcc(orig->bb);
382 CLG_ASSERT((orig->tid != CLG_(current_tid)) ||
383 (orig->cxt != cxt));
394 CLG_ASSERT(orig->tid == CLG_(current_tid));
396 CLG_ASSERT(orig->cxt == cxt);
397 CLG_ASSERT(orig->rec_array);
399 CLG_ASSERT(orig->rec_array[rec_index] ==0);
404 bbcc->rec_array = orig
[all...]
/external/chromium_org/third_party/skia/gm/
H A Dstrokes.cpp231 SkPath orig; local
233 procs[i](&orig, bounds, &str);
238 canvas->drawPath(orig, strokePaint);
239 canvas->drawPath(orig, origPaint);
241 strokePaint.getFillPath(orig, &fill);
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DRegisterSpec.java525 TypeBearer orig = type;
528 if (orig instanceof Type) {
529 newType = (Type) orig;
531 newType = orig.getType();
538 if (newType == orig) {
/external/skia/gm/
H A Dstrokes.cpp231 SkPath orig; local
233 procs[i](&orig, bounds, &str);
238 canvas->drawPath(orig, strokePaint);
239 canvas->drawPath(orig, origPaint);
241 strokePaint.getFillPath(orig, &fill);
/external/chromium_org/third_party/libxml/src/
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/libxml2/
H A Dentities.c124 if ((entity->orig != NULL) && (!xmlDictOwns(dict, entity->orig)))
125 xmlFree((char *) entity->orig);
137 if (entity->orig != NULL)
138 xmlFree((char *) entity->orig);
193 ret->orig = NULL;
930 if (ent->orig != NULL)
931 cur->orig = xmlStrdup(ent->orig);
1009 if (ent->orig !
[all...]
/external/chromium_org/chrome/browser/resources/net_internals/
H A Dlog_view_painter.js20 (!beginEntry.orig.params || !beginEntry.end.orig.params);
36 var startTime = timeutil.convertTimeTicksToTime(entries[0].orig.time);
44 var entryTime = timeutil.convertTimeTicksToTime(entry.orig.time);
56 dt = entry.end.orig.time - entry.orig.time;
68 if (typeof entry.orig.params == 'object') {
71 writeParameters(entry.orig, privacyStripping, parameterOutputter);
677 text += EventTypeNames[entry.orig.type];
/external/chromium_org/third_party/skia/include/core/
H A DSkPaint.h968 The returned rect will either be orig or storage, thus the caller
970 use the retured value. It is legal for orig and storage to be the same
983 const SkRect& computeFastBounds(const SkRect& orig, SkRect* storage) const { argument
992 return orig;
996 return this->doComputeFastBounds(orig, storage, style);
999 const SkRect& computeFastStrokeBounds(const SkRect& orig, argument
1001 return this->doComputeFastBounds(orig, storage, kStroke_Style);
1006 const SkRect& doComputeFastBounds(const SkRect& orig, SkRect* storage,
/external/skia/include/core/
H A DSkPaint.h975 The returned rect will either be orig or storage, thus the caller
977 use the retured value. It is legal for orig and storage to be the same
990 const SkRect& computeFastBounds(const SkRect& orig, SkRect* storage) const { argument
999 return orig;
1003 return this->doComputeFastBounds(orig, storage, style);
1006 const SkRect& computeFastStrokeBounds(const SkRect& orig, argument
1008 return this->doComputeFastBounds(orig, storage, kStroke_Style);
1013 const SkRect& doComputeFastBounds(const SkRect& orig, SkRect* storage,
/external/doclava/src/com/google/doclava/
H A DConverter.java627 private static AnnotationInstanceInfo[] convertAnnotationInstances(AnnotationDesc[] orig) { argument
628 int len = orig.length;
631 out[i] = Converter.obtainAnnotationInstance(orig[i]);
714 Object orig = o.value();
716 if (orig instanceof Type) {
718 converted = Converter.obtainType((Type) orig);
719 } else if (orig instanceof FieldDoc) {
721 converted = Converter.obtainField((FieldDoc) orig);
722 } else if (orig instanceof AnnotationDesc) {
724 converted = Converter.obtainAnnotationInstance((AnnotationDesc) orig);
[all...]
/external/chromium_org/content/renderer/pepper/
H A Dpepper_graphics_2d_host_unittest.cc153 gfx::Rect orig = r1; local
164 EXPECT_TRUE(r1.Contains(orig));
/external/chromium_org/content/test/plugin/
H A Dplugin_windowed_test.cc133 HGDIOBJ orig = SelectObject(hdc, brush); local
137 SelectObject(hdc, orig); // restore
/external/chromium_org/third_party/cython/src/Tools/
H A Dcython-mode.el174 (let ((orig (point))
223 (if (< (point) orig)
/external/chromium_org/third_party/libvpx/source/libvpx/tools/
H A Dftfy.sh94 ORIG_DIFF=orig.diff.$$
97 ORIG_COMMIT_MSG=orig.commit-msg.$$
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dcatalog.h80 const xmlChar *orig,
134 const xmlChar *orig,
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/QA/
H A DruniSACfixfloat.txt14 INDIR=../data/orig

Completed in 2019 milliseconds

1234567891011