HomeSort by relevance Sort by last modified time
    Searched full:neww (Results 1 - 14 of 14) sorted by null

  /external/clang/test/Analysis/
PR2978.m 55 [self setW:@"newW"]; // This will release '_W', but retain the new value
  /external/clang/test/SemaObjC/
unused-backing-ivar-warning.m 31 - (void) setW:(id)newW {
32 _y = newW;
  /packages/apps/UnifiedEmail/assets/
script.js 249 console.log("ran div-width munger on el=" + el + " oldW=" + elWidth + " newW=" + newWidth
252 transformText += " DIV:newW=" + newWidth;
265 console.log("ran img munger on el=" + el + " oldW=" + elWidth + " newW=" + newWidth
268 transformText += " IMG:newW=" + newWidth;
285 console.log("ran table munger on el=" + el + " oldW=" + elWidth + " newW=" + newWidth
288 transformText += " TABLE:newW=" + newWidth;
304 console.log("ran td munger on el=" + el + " oldW=" + elWidth + " newW=" + newWidth
307 transformText += " TD:newW=" + newWidth;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ResizeGesture.java 161 int newW = Math.abs(b.w + (direction.isLeft() ? -deltaX : deltaX));
163 double newAspectRatio = newW / (double) newH;
  /external/libgdx/gdx/src/com/badlogic/gdx/math/
Quaternion.java 254 final float newW = this.w * other.w - this.x * other.x - this.y * other.y - this.z * other.z;
258 this.w = newW;
273 final float newW = this.w * w - this.x * x - this.y * y - this.z * z;
277 this.w = newW;
289 final float newW = other.w * this.w - other.x * this.x - other.y * this.y - other.z * z;
293 this.w = newW;
308 final float newW = w * this.w - x * this.x - y * this.y - z * this.z;
312 this.w = newW;
    [all...]
  /libcore/ojluni/src/main/java/java/util/
Formatter.java     [all...]
  /frameworks/base/graphics/java/android/graphics/
Bitmap.java 746 int neww = width; local
776 bitmap = createBitmap(neww, newh, newConfig, source.hasAlpha());
784 neww = Math.round(deviceR.width());
787 bitmap = createBitmap(neww, newh, transformed ? Config.ARGB_8888 : newConfig,
    [all...]
  /external/skia/src/core/
SkGeometry.cpp     [all...]
  /external/valgrind/coregrind/m_aspacemgr/
aspacemgr-linux.c     [all...]
  /external/webrtc/data/voice_engine/stereo_rtp_files/
stereo_pcmu.rtp     [all...]
stereo_pcmu_jitter.rtp     [all...]
stereo_pcmu_vad.rtp     [all...]
stereo_pcmu_vad_jitter.rtp     [all...]
  /toolchain/binutils/binutils-2.25/bfd/
ChangeLog-9495     [all...]

Completed in 538 milliseconds