/external/dexmaker/src/main/java/com/google/dexmaker/ |
Code.java | 140 * <li>{@link #invokeSuper invokeSuper()} is used to invoke the closest 662 * Calls the closest superclass's virtual method {@code method} of {@code [all...] |
/external/icu4c/i18n/ |
nfrs.cpp | 465 * denominator can produce the fraction closest in value to the 510 // the numerator's distance from the CLOSEST multiple
|
/external/jpeg/ |
jquant1.c | 41 * index of the colormap entry closest to a given pixel value is just 150 /* colorindex[i][j] = index of color closest to pixel value j in component i,
|
/external/llvm/lib/CodeGen/ |
PrologEpilogInserter.cpp | 558 // Make sure the special register scavenging spill slot is closest to the 642 // Make sure the special register scavenging spill slot is closest to the
|
/external/qemu/distrib/jpeg-6b/ |
jquant1.c | 41 * index of the colormap entry closest to a given pixel value is just 150 /* colorindex[i][j] = index of color closest to pixel value j in component i,
|
/external/webkit/Source/WebCore/css/ |
CSSGradientValue.cpp | 816 // that it would if closest-side or farthest-side were specified, as appropriate. 833 // that it would if closest-side or farthest-side were specified, as appropriate. [all...] |
/external/webkit/Source/WebKit/android/plugins/ |
android_npapi.h | 458 @return reference to the closest-matching typeface. Caller must call 470 @return reference to the closest-matching typeface. Call must call [all...] |
/frameworks/base/core/java/android/text/format/ |
Time.java | 660 * closest Thursday yearDay. 685 // Get the year day for the closest Thursday
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
DomUtilities.java | 409 * Returns the closest ancestor element, or null if none 412 * @return the closest parent element, or null [all...] |
/device/samsung/crespo/sec_mm/sec_omx/sec_omx_include/khronos/ |
OMX_Audio.h | 304 bitrate closest to specified value (in bps) */ [all...] |
/external/llvm/lib/Support/ |
CommandLine.cpp | 187 /// LookupNearestOption - Lookup the closest match to the option specified by 202 // Find the closest match. 694 // Otherwise, look for the closest available option to report to the user [all...] |
/frameworks/base/docs/html/guide/topics/resources/ |
providing-resources.jd | 373 the smallestWidth qualifier, the system uses the one closest to (without exceeding) the 401 for this configuration, the system uses the one closest to (without exceeding) 429 for this configuration, the system uses the one closest to (without exceeding) [all...] |
/frameworks/native/include/media/openmax/ |
OMX_Audio.h | 323 bitrate closest to specified value (in bps) */ [all...] |
/hardware/qcom/media/mm-core/omxcore/inc/ |
OMX_Audio.h | 304 bitrate closest to specified value (in bps) */ [all...] |
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/ |
OMX_Audio.h | 304 bitrate closest to specified value (in bps) */
[all...] |
/hardware/ti/omap4xxx/domx/omx_core/inc/ |
OMX_Audio.h | 304 bitrate closest to specified value (in bps) */ [all...] |
/libcore/luni/src/main/java/java/util/ |
Calendar.java | 222 * sets the {@code DAY_OF_MONTH} to 30, the closest possible value. 246 * sets it to the closest possible value, 30. Finally, the <strong>roll rule</strong> 259 * changing the {@code WEEK_OF_MONTH}, is set to Tuesday, the closest [all...] |
/external/elfutils/libdwfl/ |
ChangeLog | 68 which decides which symbol is "closest" to a given address. 534 and size cover the address, select the closest symbol with st_size==0 [all...] |
dwfl_segment_report_module.c | 76 /* Return user segment index closest to ADDR but not above it. */
|
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
avcenc_lib.h | 96 tool by a specific profile. If the profile is not set, it will just find the closest 111 for a specific level. If the level is not set, it will just find the closest [all...] |
/external/aac/libAACenc/src/ |
aacenc.h | 231 * \param bitRate the initial bit rate value for which the closest valid bit rate value is searched for
|
/external/aac/libSBRdec/src/ |
sbrdec_freq_sca.cpp | 362 num_bands0 = ( ((k2 - k0) >> 1) + 1 ) & 254; /* ROUND to the closest fit */
|
/external/aac/libSBRenc/src/ |
sbrenc_freq_sca.cpp | 486 num_bands0 = 2 * (((k2 - k0)/dk +1)/2); /* ROUND to get closest fit */
|
/external/apache-xml/src/main/java/org/apache/xpath/objects/ |
XObject.java | 392 * Return a java object that's closest to the representation
|
/external/clang/lib/Lex/ |
PPLexerChange.cpp | 438 // We handle this by scanning for the closest real lexer, switching it to
|