HomeSort by relevance Sort by last modified time
    Searched refs:original (Results 226 - 250 of 515) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/include/gcc/darwin/4.2/
ppc_intrinsics.h 398 * returning the original value.
406 double original; local
409 /* outputs: */ : "=f" (original));
413 return original;
  /development/samples/training/bitmapfun/src/com/example/android/bitmapfun/util/
DiskLruCache.java 175 private static <T> T[] copyOfRange(T[] original, int start, int end) {
176 final int originalLength = original.length; // For exception priority compatibility.
186 .newInstance(original.getClass().getComponentType(), resultLength);
187 System.arraycopy(original, start, result, 0, copyLength);
    [all...]
  /external/chromium/chrome/browser/
plugin_carbon_interpose_mac.cc 170 const void* original; member in struct:interpose_substitution
  /external/chromium/chrome/browser/prefs/
pref_service.cc 166 PrefService::PrefService(const PrefService& original,
169 new OverlayPersistentPrefStore(original.user_pref_store_.get())),
170 default_store_(original.default_store_.get()),
173 pref_value_store_.reset(original.pref_value_store_->CloneAndSpecialize(
pref_service.h 227 // keep ownership of the original list, if necessary.
297 PrefService(const PrefService& original,
  /external/chromium/chrome/browser/resources/
bug_report.js 167 // Change the link to say "go to original"
182 // Change the link to say "go to original"
  /external/compiler-rt/lib/interception/
interception.h 42 // You can access original function by calling REAL(foo)(bar, baz).
88 const uptr original; member in struct:interpose_substitution
  /external/guava/guava/src/com/google/common/net/
InetAddresses.java 89 * appear to adhere doggedly to the original intent of the "mapped"
    [all...]
  /external/jmonkeyengine/engine/src/desktop/jme3tools/converters/
ImageToAwt.java 184 int original = buf.get() & 0xff; local
186 original = (original << 8) | (buf.get() & 0xff);
188 return original;
  /external/skia/legacy/src/animator/
SkAnimateMaker.h 91 bool resolveID(SkDisplayable* displayable, SkDisplayable* original);
SkDrawGroup.cpp 269 SkGroup* original = (SkGroup*) orig; local
270 SkTDDrawableArray& originalChildren = original->fChildren;
  /external/skia/src/animator/
SkAnimateMaker.h 91 bool resolveID(SkDisplayable* displayable, SkDisplayable* original);
SkDrawGroup.cpp 269 SkGroup* original = (SkGroup*) orig; local
270 SkTDDrawableArray& originalChildren = original->fChildren;
  /external/v8/src/
frames.h 181 StackFrame(const StackFrame& original) {
182 this->state_ = original.state_;
184 this->isolate_ = original.isolate_;
294 void operator=(const StackFrame& original);
  /external/webkit/Tools/Scripts/webkitpy/common/system/
logtesting.py 167 log messages, and then restores logging to its original state.
  /external/chromium/chrome/browser/resources/net_internals/
loggrouper.js 49 * Returns a list of LogGroupEntrys. This basically wraps the original log
  /external/qemu/distrib/sdl-1.2.15/acinclude/
alsa.m4 17 [dnl Save the original CFLAGS, LDFLAGS, and LIBS
  /external/v8/test/mjsunit/
regexp-string-methods.js 47 // We match other browsers in using the original value of RegExp.prototype.exec.
  /external/v8/test/mjsunit/regress/
regress-1184.js 30 // catcher as it doesn't catch original exception any more.
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLObjectElement17.js 78 The width attribute overrides the original width value.
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLObjectElement17.js 78 The width attribute overrides the original width value.
  /external/webkit/Source/WebCore/inspector/front-end/
SourceFile.js 144 // However, resource content has original line endings, so we have to normalize line endings here.
308 var index = this._mapping.original.upperBound(originalPosition - 1);
317 var originalPosition = this._mapping.original[index];
  /frameworks/base/core/java/android/preference/
GenericInflater.java 117 * @param original The original inflater to copy.
120 protected GenericInflater(GenericInflater<T,P> original, Context newContext) {
122 mFactory = original.mFactory;
127 * pointing to a different Context than the original. This is used by
132 * May be the same as the original Context if desired.
189 * original instance is using.
  /packages/apps/Email/
Android.mk 52 # only include rules to build other stuff for the original package, not the derived package.
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 

Completed in 4953 milliseconds

1 2 3 4 5 6 7 8 91011>>