/external/icu/icu4c/source/test/intltest/ |
transrt.cpp | [all...] |
/external/chromium_org/native_client_sdk/doc_generated/ |
faq.html | 6 <ul class="small-gap"> 8 <ul class="small-gap"> 18 <ul class="small-gap"> 24 <ul class="small-gap"> 37 <ul class="small-gap"> 42 <ul class="small-gap"> 49 <ul class="small-gap"> 60 <ul class="small-gap"> 66 <ul class="small-gap"> 78 <ul class="small-gap" [all...] |
/external/chromium_org/native_client_sdk/doc_generated/sdk/ |
download.html | 11 <ul class="small-gap"> 29 <ul class="small-gap"> 40 <ul class="small-gap"> 65 <ul class="small-gap"> 75 <ul class="small-gap"> 215 <ul class="small-gap">
|
/external/chromium_org/net/quic/ |
quic_data_stream_test.cc | 290 // Set a small flow control limit. 332 // Set a small flow control receive window. 375 // Set a small flow control limit. 422 // Set a small flow control limit for streams and connection. 478 // Set a small flow control limit. 509 // Set a small flow control window on streams, and connection.
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSValueKeywords.in | 36 small-caption 38 -webkit-small-control 55 small-caps 101 xx-small 102 x-small 103 small
|
/external/chromium_org/ui/base/ime/chromeos/ |
character_composer_unittest.cc | 172 // LATIN SMALL LETTER A WITH ACUTE 181 // LATIN SMALL LETTER A WITH CIRCUMFLEX AND ACUTE 192 // LATIN SMALL LETTER C WITH CEDILLA 203 // LATIN SMALL LETTER A WITH CIRCUMFLEX AND ACUTE 228 // LATIN SMALL LETTER A WITH ACUTE 518 // LATIN SMALL LETTER A WITH ACUTE
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/ |
ConfigResultsElement.java | 91 list.add("This test and/or its variation has a small value on this machine, hence it may not be necessary to spend time on fixing it if a regression occurs"); 427 // Small value 435 excluded.append(configResults+" excluded from status due to a small build value!"); 440 localBuffer.append("small build value ("); 449 excluded.append(configResults+" excluded from status due to a small delta value!"); 454 localBuffer.append("small delta value (");
|
/external/eigen/Eigen/src/Core/products/ |
TriangularSolverMatrix.h | 103 // The idea is to split A11 into multiple small vertical panels. 104 // Each panel can be split into a small triangular part T1k which is processed without optimization, 105 // and the remaining small part T2k which is processed using gebp with appropriate block strides 109 // for each small vertical panels [T1k^T, T2k^T]^T of lhs 116 // TODO write a small kernel handling this (can be shared with trsv) 267 // for each small block of the diagonal (=> vertical panels of rhs)
|
/external/llvm/test/CodeGen/XCore/ |
epilogue_prologue.ll | 4 ; When using SP for small frames, we don't need any scratch registers (SR). 6 ; When using FP, for large or small frames, we may need one scratch register. 8 ; FP + small frame: spill FP+SR = entsp 2 17 ; !FP + small frame: no spills = no stack adjustment needed 29 ; FP + small frame: spill FP+SR+R0+LR = entsp 3 + extsp 1 45 ; !FP + small frame: spill R0+LR = entsp 2
|
/packages/apps/Settings/res/values/ |
styles.xml | 195 <item name="android:textAppearance">@android:style/TextAppearance.Small</item> 299 <style name="TextAppearance.PagerTabs" parent="@android:style/TextAppearance.Material.Small"> 322 <style name="TextAppearance.Small" parent="@android:style/TextAppearance.Material.Small"> 328 <style name="TextAppearance.CategoryTitle" parent="@android:style/TextAppearance.Material.Small"> 336 <style name="TextAppearance.TileSubTitle" parent="@android:style/TextAppearance.Material.Small">
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
cgitb.py | 47 def small(text): function 49 return '<small>' + text + '</small>' 116 indent = '<tt>' + small(' ' * 5) + ' </tt>' 144 num = small(' ' * (5-len(str(i))) + str(i)) + ' ' 168 rows.append('<tr><td>%s</td></tr>' % small(grey(', '.join(dump))))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
cgitb.py | 47 def small(text): function 49 return '<small>' + text + '</small>' 116 indent = '<tt>' + small(' ' * 5) + ' </tt>' 144 num = small(' ' * (5-len(str(i))) + str(i)) + ' ' 168 rows.append('<tr><td>%s</td></tr>' % small(grey(', '.join(dump))))
|
/external/ceres-solver/include/ceres/internal/ |
fixed_array.h | 47 // FixedArray allocates small arrays inline, and large arrays on 51 // FixedArray keeps performance fast for small arrays, because it 144 // seems small enough to not cause stack overflow or unnecessary
|
/external/chromium-trace/trace-viewer/third_party/gl-matrix/jsdoc-template/static/ |
default.css | 211 a small { 336 small { 379 header a small {
|
/external/chromium_org/native_client_sdk/doc_generated/community/security-contest/ |
contest-announcement.html | 6 <ul class="small-gap"> 30 <ul class="small-gap"> 55 <ul class="last small-gap">
|
/external/chromium_org/net/websockets/ |
websocket_frame.cc | 185 // If the buffer is too small for the vectorised version to be useful, revert 196 // Guaranteed by the above check for small data_size. 202 // Guaranteed by the above check for small data_size.
|
/external/chromium_org/third_party/skia/bench/ |
HairlinePathBench.cpp | 52 fFlags & kBig_Flag ? "big" : "small", 234 // FLAG00 - no AA, small 235 // FLAG01 - no AA, small
|
/external/chromium_org/third_party/skia/gm/ |
rrects.cpp | 167 // small circular corners are an interesting test case for gpu clipping 239 // small radius circular corner tabs 253 // nine patch elliptical, small radii
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
common.cc | 44 // that is fine since we only use it for small sizes. 87 // Avoid bringing too many objects into small object free lists. 93 // If this value is too small:
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
common.cc | 40 // that is fine since we only use it for small sizes. 83 // Avoid bringing too many objects into small object free lists. 89 // If this value is too small:
|
/external/chromium_org/v8/src/ |
zone.h | 24 // The Zone supports very fast allocation of small chunks of 53 // small (size <= kMaximumKeptSegmentSize) segment around if it finds one. 56 // Deletes the last small segment kept around by DeleteAll(). You
|
/external/libpng/contrib/pngminus/ |
README | 48 a small prototype that contains only the basic functionality. It doesn't 58 As this is the small brother of the future PngPlus, I called this fellow 121 Please, remember that this was just a small experiment to learn a few
|
/external/llvm/lib/Target/Hexagon/ |
HexagonCallingConvLower.cpp | 73 // If the function returns a small struct in registers, skip 98 // For Hexagon, Return small structures in registers. 139 // If the called function returns a small struct in registers, skip
|
/external/markdown/docs/ |
CHANGE_LOG | 139 Cogumbreiro. Fixed some small issues with backticks to get 100% 159 Aug. 29, 2005: Added flexible tabs, fixed a few small issues, added 163 Aug. 13, 2005: Fixed a number of small bugs in order to conform to the
|
/external/nanopb-c/docs/ |
index.rst | 2 Nanopb: Protocol Buffers with small code size 39 #) Small code size (2?10 kB depending on processor, plus any message definitions) 40 #) Small ram usage (typically ~300 bytes, plus any message structs)
|