/external/webkit/Source/WebCore/xml/ |
XPathFunctions.cpp | 684 { "ceiling", { &createFunCeiling, 1 } },
|
/frameworks/base/graphics/java/android/graphics/ |
RectF.java | 442 * floor of top and left, and the ceiling of right and bottom.
|
/frameworks/base/media/java/android/media/audiofx/ |
EnvironmentalReverb.java | 33 * nearby walls, the ceiling and the floor. As sound waves arrive after undergoing more and more
|
/libcore/luni/src/main/java/libcore/icu/ |
NativeDecimalFormat.java | 492 case CEILING: nativeRoundingMode = 0; break;
|
/ndk/docs/system/libc/ |
OVERVIEW.html | 131 - There is currently no support for read/write locks, priority-ceiling in
|
/sdk/apigenerator/src/com/android/apigenerator/ |
enums.xml | 508 <field name="CEILING" />
|
/external/freetype/src/truetype/ |
ttinterp.c | [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
StrictMathTest.java | 172 assertEquals("Incorrect ceiling for double", 174 assertEquals("Incorrect ceiling for double", [all...] |
MathTest.java | 158 assertEquals("Incorrect ceiling for double", 160 assertEquals("Incorrect ceiling for double", [all...] |
/external/freetype/src/smooth/ |
ftgrays.c | 262 #undef CEILING 271 #define CEILING( x ) ( ( (x) + ONE_PIXEL - 1 ) & -ONE_PIXEL ) [all...] |
/external/quake/quake/src/WinQuake/data/ |
README.TXT | 244 ceiling while walking.
|
/external/srec/srec/Recognizer/include/ |
SR_Recognizer.h | 324 * @param grammar Grammar whose ceiling to be set [all...] |
/external/v8/src/ |
platform-linux.cc | 74 double ceiling(double x) { function in namespace:v8::internal [all...] |
platform-win32.cc | 143 double ceiling(double x) { function in namespace:v8::internal [all...] |
/libcore/luni/src/main/java/java/util/concurrent/ |
Exchanger.java | 361 * with "nbits", the ceiling power of two of table size (looked up
|
ConcurrentSkipListMap.java | 2265 public E ceiling(E e) { return m.ceilingKey(e); } method in class:ConcurrentSkipListMap.KeySet [all...] |
/libcore/luni/src/main/java/java/lang/ |
StrictMath.java | 251 * @return the ceiling of the argument. [all...] |
Math.java | 236 * @return the ceiling of the argument. [all...] |
/external/freetype/include/freetype/ |
freetype.h | [all...] |
/libcore/luni/src/main/java/java/math/ |
BigDecimal.java | 63 * @see RoundingMode#CEILING [all...] |
/external/skia/src/utils/unix/ |
keysym2ucs.c | [all...] |
/libcore/luni/src/test/java/tests/java/sql/ |
DatabaseMetaDataTest.java | [all...] |
/packages/apps/Nfc/jni/ |
com_android_nfc_NativeNfcManager.cpp | [all...] |
/external/libxml2/ |
xpath.c | [all...] |
/external/skia/src/effects/ |
SkGradientShader.cpp | 554 * For dithering with premultiply, we want to ceiling the alpha component, [all...] |