OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:neww
(Results
1 - 5
of
5
) sorted by null
/external/clang/test/Analysis/
PR2978.m
55
[self setW:@"
newW
"]; // This will release '_W', but retain the new value
/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/llvm/lib/Analysis/
ProfileInfo.cpp
400
double
neww
= floor(w / succ_count);
local
401
ECs[n1] +=
neww
;
402
ECs[n2] +=
neww
;
403
BlockInformation[F][NewBB] +=
neww
;
407
ECs[e] -=
neww
;
[
all
...]
/frameworks/base/graphics/java/android/graphics/
Bitmap.java
566
int
neww
= width;
local
596
bitmap = createBitmap(
neww
, newh, newConfig, source.hasAlpha());
604
neww
= Math.round(deviceR.width());
607
bitmap = createBitmap(
neww
, newh, transformed ? Config.ARGB_8888 : newConfig,
[
all
...]
/external/valgrind/main/coregrind/m_aspacemgr/
aspacemgr-linux.c
[
all
...]
Completed in 168 milliseconds