/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stl_tempbuf.h | 120 * where it is wrapped as the temporary_buffer class. See
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/pointers/ |
_vector.h | 49 * iterators passed to template should not be wrapped for casting purpose.
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/pointers/ |
_vector.h | 49 * iterators passed to template should not be wrapped for casting purpose.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
stl_tempbuf.h | 119 * where it is wrapped as the temporary_buffer class. See
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stl_tempbuf.h | 120 * where it is wrapped as the temporary_buffer class. See
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
stl_tempbuf.h | 118 * where it is wrapped as the temporary_buffer class. See
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_iterlen.py | 32 Reversed objects can also be wrapped around mutable objects; however, any
|
test_ssl.py | 554 sys.stdout.write(' server: wrapped server socket as %s\n' % str(self.sock)) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_iterlen.py | 32 Reversed objects can also be wrapped around mutable objects; however, any
|
test_ssl.py | 554 sys.stdout.write(' server: wrapped server socket as %s\n' % str(self.sock)) [all...] |
/external/chromium_org/chrome/browser/resources/google_now/ |
utility.js | 237 * when the callback was wrapped. This stack identifies the callback. 259 * Checks that we run in a wrapped callback. 328 // This is the wrapper for the API function. Pass the wrapped callback to
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
ScriptController.cpp | 370 // NPObjects are treated differently than other objects wrapped by JS. 378 // which it can use to quickly find the wrapped embed object. 381 // wrapped NPObjects. The purpose of the registration is because
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/ |
xm_dd.c | 272 /* renderbuffer is not wrapped - great! */ 277 /* we can't directly clear an alpha-wrapped color buffer */ 285 /* renderbuffer is not wrapped - great! */
|
/external/mesa3d/src/mesa/drivers/x11/ |
xm_dd.c | 272 /* renderbuffer is not wrapped - great! */ 277 /* we can't directly clear an alpha-wrapped color buffer */ 285 /* renderbuffer is not wrapped - great! */
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
KeyguardWidgetPager.java | 324 // All views contained herein should be wrapped in a KeyguardWidgetFrame 773 // Assume view was wrapped by a KeyguardWidgetFrame in KeyguardWidgetPager#addWidget(). 790 // View was wrapped by a KeyguardWidgetFrame by KeyguardWidgetPager#addWidget() [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/ |
pool.py | 119 wrapped = MaybeEncodingError(e, result[1]) 121 wrapped)) 122 put((job, i, (False, wrapped)))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/ |
pool.py | 119 wrapped = MaybeEncodingError(e, result[1]) 121 wrapped)) 122 put((job, i, (False, wrapped)))
|
/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/ |
VTTCue.cpp | 730 // The children of the nodes must be wrapped in an anonymous box whose 739 // WebVTT Ruby Text Objects must be wrapped in anonymous boxes whose 742 // FIXME(BUG 79916): Text runs must be wrapped according to the CSS 744 // the 'white-space' property, lines must be wrapped at the edge of their 748 // normally would in CSS, it is instead forcibly wrapped at the box's edge.) [all...] |
/external/markdown/MarkdownTest/Tests_2004/ |
Markdown Documentation - Syntax.html | 192 that Markdown supports "hard-wrapped" text paragraphs. This differs 260 line of a hard-wrapped paragraph:</p> 731 emphasis. Text wrapped with one <code>*</code> or <code>_</code> will be wrapped with an 732 HTML <code><em></code> tag; double <code>*</code>'s or <code>_</code>'s will be wrapped with an HTML
|
Markdown Documentation - Syntax.text-out | 204 rule is that Markdown supports "hard-wrapped" text paragraphs. This 274 <code>></code> before the first line of a hard-wrapped 744 (<code>_</code>) as indicators of emphasis. Text wrapped with one 745 <code>*</code> or <code>_</code> will be wrapped with an HTML 747 <code>_</code>'s will be wrapped with an HTML
|
Markdown Documentation - Syntax.text-res | 204 rule is that Markdown supports "hard-wrapped" text paragraphs. This 274 <code>></code> before the first line of a hard-wrapped 744 (<code>_</code>) as indicators of emphasis. Text wrapped with one 745 <code>*</code> or <code>_</code> will be wrapped with an HTML 747 <code>_</code>'s will be wrapped with an HTML
|
/external/markdown/MarkdownTest/Tests_2007/ |
Markdown Documentation - Syntax.html | 192 that Markdown supports "hard-wrapped" text paragraphs. This differs 260 line of a hard-wrapped paragraph:</p> 731 emphasis. Text wrapped with one <code>*</code> or <code>_</code> will be wrapped with an 732 HTML <code><em></code> tag; double <code>*</code>'s or <code>_</code>'s will be wrapped with an HTML
|
/external/markdown/tests/extensions-x-def_list/ |
markdown-syntax.html | 156 that Markdown supports "hard-wrapped" text paragraphs. This differs 211 line of a hard-wrapped paragraph:</p> 572 emphasis. Text wrapped with one <code>*</code> or <code>_</code> will be wrapped with an 573 HTML <code><em></code> tag; double <code>*</code>'s or <code>_</code>'s will be wrapped with an HTML
|
/external/markdown/tests/extensions-x-toc/ |
syntax-toc.html | 140 that Markdown supports "hard-wrapped" text paragraphs. This differs 193 line of a hard-wrapped paragraph:</p> 548 emphasis. Text wrapped with one <code>*</code> or <code>_</code> will be wrapped with an 549 HTML <code><em></code> tag; double <code>*</code>'s or <code>_</code>'s will be wrapped with an HTML
|
/external/markdown/tests/markdown-test/ |
markdown-syntax.html | 156 that Markdown supports "hard-wrapped" text paragraphs. This differs 211 line of a hard-wrapped paragraph:</p> 572 emphasis. Text wrapped with one <code>*</code> or <code>_</code> will be wrapped with an 573 HTML <code><em></code> tag; double <code>*</code>'s or <code>_</code>'s will be wrapped with an HTML
|