/external/skia/platform_tools/android/tests/ |
makefile_writer_tests.py | 201 raise Exception('failed one or more unittests')
|
/external/stlport/stlport/ |
float.h | 22 # error This header is only reentrant once, it should be modified if it has to be included more.
|
/ndk/sources/cxx-stl/stlport/stlport/ |
float.h | 22 # error This header is only reentrant once, it should be modified if it has to be included more.
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/ |
float.h | 22 # error This header is only reentrant once, it should be modified if it has to be included more.
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/ |
float.h | 22 # error This header is only reentrant once, it should be modified if it has to be included more.
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/ |
float.h | 22 # error This header is only reentrant once, it should be modified if it has to be included more.
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/ |
float.h | 22 # error This header is only reentrant once, it should be modified if it has to be included more.
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/ |
float.h | 22 # error This header is only reentrant once, it should be modified if it has to be included more.
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/ |
RewriteCardinalityException.js | 6 * This signifies a case where the cardinality of two or more elements
|
/external/chromium_org/chrome/browser/resources/cryptotoken/ |
gnubbycodetypes.js | 24 /** One or more devices are waiting for touch. */
|
/external/chromium_org/chrome/browser/resources/help/ |
help_content.css | 91 #more-info-expander { 95 #more-info-container.visible { 99 #more-info-container {
|
/external/chromium_org/third_party/libvpx/source/libvpx/ |
tools_common.c | 116 const size_t more = (left < needed) ? left : needed; local 117 memcpy(ptr, detect->buf + detect->position, more); 118 buf_position = more; 119 needed -= more; 120 detect->position += more;
|
/external/elfutils/0.153/libdwfl/ |
gzip.c | 12 General Public License for more details. 107 size_t more = size ? size * 2 : start; local 108 char *b = realloc (buffer, more); 109 while (unlikely (b == NULL) && more >= size + 1024) 110 b = realloc (buffer, more -= 1024); 114 size = more;
|
/external/jpeg/ |
ansi2knr.c | 93 Agreement (except that you may choose to grant more extensive 327 char *more; local 382 more = ++line; 387 switch ( *skipspace(more, 1) ) 392 fputs(more, out); 401 /* more might be. */ 403 strcpy(buf, more);
|
/external/libvpx/libvpx/ |
tools_common.c | 115 const size_t more = (left < needed) ? left : needed; local 116 memcpy(ptr, detect->buf + detect->position, more); 117 buf_position = more; 118 needed -= more; 119 detect->position += more;
|
/external/qemu/distrib/jpeg-6b/ |
ansi2knr.c | 93 Agreement (except that you may choose to grant more extensive 327 char *more; local 382 more = ++line; 387 switch ( *skipspace(more, 1) ) 392 fputs(more, out); 401 /* more might be. */ 403 strcpy(buf, more);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
tools_common.c | 115 const size_t more = (left < needed) ? left : needed; local 116 memcpy(ptr, detect->buf + detect->position, more); 117 buf_position = more; 118 needed -= more; 119 detect->position += more;
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
logtesting.py | 29 more advanced needs (e.g. unit-testing methods that configure logging), 136 for more details. 166 This method asserts that there are no more messages in the array of 169 unittest.TestCase. See the docstring of this class for more details. 191 # This gets us a bit more mileage out of our tests without writing any
|
/external/chromium_org/third_party/skia/experimental/LightSymbolsUtil/lightsymbols/ |
lightsymbols.cc | 131 int more = 0;
local 136 if (more > 0) {
137 sprintf(szOut, " ... %i more frames. allocate more memory!", more);
|
/external/skia/experimental/LightSymbolsUtil/lightsymbols/ |
lightsymbols.cc | 131 int more = 0;
local 136 if (more > 0) {
137 sprintf(szOut, " ... %i more frames. allocate more memory!", more);
|
/frameworks/av/media/libstagefright/ |
ESDS.cpp | 80 bool more; local 90 more = (x & 0x80) != 0; 92 while (more);
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/news_a11y/ |
feed.js | 44 // Where the more stories link should navigate to. 173 var more = document.createElement('a'); 174 more.className = 'more'; 175 more.innerText = 'More stories \u00BB'; 176 more.tabIndex = 0; 177 more.addEventListener('click', moreStories); 178 more.addEventListener('keydown', function(event) { 182 feed.appendChild(more); [all...] |
/external/chromium_org/ppapi/tests/extensions/background_keepalive/ |
background.js | 38 // Create 2 embeds to verify that we can handle more than one.
|
/external/smali/ |
README.md | 9 - [#smali on freenode](http://webchat.freenode.net/?channels=smali) - Free free to drop by and ask a question. Don't expect an instant response, but if you hang around someone will respond. Think of it more in terms of.. multi-player notepad.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_modulefinder.py | 246 more = list(found - modules) 248 # check if we found what we expected, not more, not less 249 self.assertEqual((more, less), ([], []))
|