HomeSort by relevance Sort by last modified time
    Searched refs:more (Results 51 - 75 of 843) sorted by null

1 23 4 5 6 7 8 91011>>

  /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/help/
help.css 95 #more-info-expander {
99 #more-info-container.visible {
103 #more-info-container {
  /external/chromium_org/third_party/libvpx/source/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/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), ([], []))
  /prebuilts/python/linux-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), ([], []))
  /build/tools/atree/
atree.cpp 28 " -f FILELIST Specify one or more files containing the\n"
30 " -I INPUTDIR Specify one or more base directories in\n"
206 vector<FileRecord> more; local
231 err |= list_dir(*it, excludes, &more);
234 for (vector<FileRecord>::iterator it=more.begin();
235 it!=more.end(); it++) {
  /external/chromium_org/chrome/browser/resources/extensions/
extension_error.css 38 .extension-error-list-show-more {
43 .extension-error-list-show-more button {
  /external/chromium_org/remoting/webapp/
host.js 16 * Note that the object has more fields than are detailed below--these
41 * the host's major version number is more than 1 lower than that of the web-

Completed in 1344 milliseconds

1 23 4 5 6 7 8 91011>>