/frameworks/base/docs/html/guide/tutorials/notepad/ |
notepad-ex2.jd | 342 example, a horizontal linear layout is nested inside the vertical one to
|
/frameworks/base/docs/html/resources/tutorials/notepad/ |
notepad-ex2.jd | 342 example, a horizontal linear layout is nested inside the vertical one to
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
GradientDrawable.java | 99 * Gradient is linear (default.) [all...] |
/frameworks/base/media/libstagefright/codecs/aacdec/ |
getics.cpp | 518 /* generate "linear" description from section info
|
/frameworks/base/media/libstagefright/codecs/amrnb/dec/src/ |
d8_31pf.cpp | 297 PURPOSE: decompression of the linear codewords to 4+three indeces
|
/frameworks/base/media/libstagefright/codecs/avc/enc/src/ |
rate_control.cpp | 490 Qstep = (int)(prev_QP * (sqrt(prev_RD / curr_RD) + prev_RD / curr_RD) / 2.0 + 0.9); /* Quadratic and linear approximation */ [all...] |
/frameworks/base/tools/aapt/ |
ZipFile.cpp | 149 * Do a stupid linear string-compare search. [all...] |
/hardware/ti/omap3/omx/system/src/openmax_il/common/inc/ |
TIDspOmx.h | 677 OMX_BOOL packingType; /* 0=linear, 1=rtp packing */
|
/libcore/luni/src/main/java/java/util/ |
ComparableTimSort.java | [all...] |
/libcore/luni/src/main/java/java/util/concurrent/ |
Exchanger.java | 160 * sequentially through the table, analogously to linear probing
|
LinkedBlockingDeque.java | 31 * operations, all of which run in linear time. [all...] |
ScheduledThreadPoolExecutor.java | 793 * which case we fall back to linear search. (We expect that [all...] |
/ndk/sources/host-tools/ndk-stack/elff/ |
dwarf.h | 433 #define DW_AT_PGI_lstride 0x3a02 /* PGI. Block, constant, reference. ASTPLAB adds this attribute to describe the linear stride or the distance between elements in the dimension. */ [all...] |
/ndk/sources/host-tools/sed-4.2.1/ |
NEWS | 306 now linear behavior.
|
/packages/inputmethods/LatinIME/native/src/ |
correction.cpp | 707 // factor is piecewise linear function like: [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
GridLayoutConverter.java | 439 // 0dip is a special trick used in linear layouts in the presence of [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
completionvalues1-expected-completion32.txt | 21 android:baselineAlignedChildIndex : When a linear layout is part of another layout that is baseline aligned, it can specify which of its children to baseline align to (that is, which child TextView). [integer]
|
/external/freetype/src/base/ |
ftobjs.c | 724 /* compute the linear advance in 16.16 pixels */ 777 FT_TRACE5(( " linear x advance: %d\n" , slot->linearHoriAdvance )); 778 FT_TRACE5(( " linear y advance: %d\n" , slot->linearVertAdvance )); [all...] |
/frameworks/base/core/java/android/widget/ |
GridLayout.java | [all...] |
/frameworks/base/docs/html/guide/topics/resources/ |
drawable-resource.jd | [all...] |
/frameworks/base/media/java/android/media/videoeditor/ |
MediaArtistNativeHelper.java | [all...] |
/external/sonivox/docs/ |
JET_Creator_User_Manual.html | [all...] |
/external/pcre/ |
pcre_dfa_exec.c | 53 The issue is the check for duplicate states, which is done by a simple linear 56 linear search is fine. In patterns that have many active states, it might be a 58 had previously been used for each character, and avoided the linear search when [all...] |
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
Dops.java | [all...] |
/dalvik/vm/analysis/ |
Optimize.cpp | 62 * TODO: this is currently just a linear array. We will want to put this [all...] |