Home
last modified time | relevance | path

Searched refs:nbsp (Results 1 – 2 of 2) sorted by relevance

/frameworks/rs/script_api/
Drs_for_each.spec124 &nbsp;&nbsp;return a * a;<br/>
128 &nbsp;&nbsp;rsForEach(square, ain, aout);<br/>
247 &nbsp;&nbsp;// The current index in the common x, y, z dimensions are accessed by<br/>
248 &nbsp;&nbsp;// adding these variables as arguments. For the more rarely used indices<br/>
249 &nbsp;&nbsp;// to the other dimensions, extract them from the kernel context:<br/>
250 &nbsp;&nbsp;uint32_t index_a0 = rsGetArray0(context);<br/>
251 &nbsp;&nbsp;//...<br/>
/frameworks/base/core/tests/coretests/src/android/text/
DTextLineTest.java75 final char nbsp = '\u00A0'; in disabledTestJustify_NBSP() local
76 assertTrue(stretchesToFullWidth("non-breaking" + nbsp + "space")); in disabledTestJustify_NBSP()
77 assertTrue(stretchesToFullWidth("mix" + nbsp + "and match")); in disabledTestJustify_NBSP()
80 assertFalse(stretchesToFullWidth("combining" + nbsp + combining_acute + "acute")); in disabledTestJustify_NBSP()