HomeSort by relevance Sort by last modified time
    Searched refs:more (Results 76 - 100 of 763) sorted by null

1 2 34 5 6 7 8 91011>>

  /ndk/sources/host-tools/make-3.81/
ansi2knr.c 241 char *more; local
319 more = ++line;
324 switch ( *skipspace(ppdirforward(more), 1) )
329 fputs(more, out);
338 /* more might be. */
340 strcpy(buf, more);
376 * Skip forward or backward over one or more preprocessor directives.
subproc.bat 14 rem more details.
  /system/core/sh/
input.c 281 * 3) If the is more stuff in this buffer, use it else call read to fill it.
289 int more; local
315 for (more = 1; more;) {
327 more = 0; /* Stop processing here */
342 more = 0;
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
SlotView.java 246 boolean more = mScroller.advanceAnimation(animTime);
247 more |= mLayout.advanceAnimation(animTime);
268 more |= paperActive;
271 more |= mAnimation.calculate(animTime);
282 if ((r & RENDER_MORE_FRAME) != 0) more = true;
291 if ((r & RENDER_MORE_FRAME) != 0) more = true;
299 if (more) invalidate();
302 if (mMoreAnimation && !more && listener != null) {
310 mMoreAnimation = more;
  /external/arduino/hardware/arduino/cores/arduino/
WInterrupts.c 16 Lesser General Public License for more details.
111 #warning attachInterrupt may need some more work for this cpu (case 1)
171 #warning detachInterrupt may need some more work for this cpu (case 1)
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/news_a11y/
feed.css 68 .more {
  /external/chromium_org/third_party/mesa/src/docs/
MESA_agp_offset.spec 38 no real specification exists. See GL_NV_vertex_array_range for more
  /external/compiler-rt/make/
options.mk 22 # FIXME: Make this more portable. When that is done, it should probably be the
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
lcp.bat 2 REM Licensed to the Apache Software Foundation (ASF) under one or more
  /external/mesa3d/docs/
MESA_agp_offset.spec 38 no real specification exists. See GL_NV_vertex_array_range for more
  /frameworks/base/media/mca/filterfw/
Android.mk 45 # Don't prelink this library. For more efficient code, you may want
  /frameworks/rs/cpp/
Android.mk 20 # See build/core/version_defaults.mk for more information about this.
  /packages/experimental/NotificationLog/src/com/android/notificationlog/
NotificationLogActivity.java 85 TextView more = (TextView)view.findViewById(R.id.text); local
106 more.setText(text);
  /development/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/
AccelerometerPlayActivity.java 268 // We do no more than a limited number of iterations
277 boolean more = true;
279 for (int k = 0; k < NUM_MAX_ITERATIONS && more; k++) {
280 more = false;
304 more = true;
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/modes/
filter.rb 14 See http://www.antlr.org/wiki/display/ANTLR3/Lexical+filters for more info on
  /external/chromium_org/build/android/gyp/util/
md5_check_test.py 42 input_file1.write('some more input')
  /external/chromium_org/chrome/browser/resources/ntp4/
apps_page.css 134 .apps-promo-learn-more {
153 .apps-promo-learn-more:hover {
  /external/chromium_org/third_party/lcov/bin/
gendesc 13 # General Public License for more details.
127 For more information see: $lcov_url
  /external/chromium_org/third_party/lcov-1.9/bin/
gendesc 13 # General Public License for more details.
130 For more information see: $lcov_url
  /external/elfutils/libdwfl/
core-file.c 12 General Public License for more details.
65 be replaced by more diddling inside libelf internals. */
189 /* Never read more than this much without mmap. */
245 which might be more useful than what we have.
289 inline bool more (size_t size) function
313 if (! more (minread))
316 /* See how much more we can get of what the caller wants. */
317 (void) more (*buffer_available);
321 (void) more (elf->maximum_size - start);
  /frameworks/compile/mclinker/lib/Support/
LEB128.cpp 69 bool more = true; local
77 more = false;
83 } while (more);
  /build/tools/atree/
files.cpp 294 errstr = "Error: More than 2 paths per line.";
394 const FileRecord& rec, vector<FileRecord>*more)
408 more->push_back(r);
426 vector<FileRecord>* more)
458 add_more(entry, is_directory, rec, more);
466 list_dir(*it, rec, excludes, more);
  /external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/
popup.js 222 if (item.getElement('more') &&
224 pointInElement(evt, item.getElement('more')))) {
227 if (item.getElement('more')) {
228 item.getElement('more').hidden = true;
232 [item.getElement('icon'), item.getElement('more')].concat(
233 item.getElement('more').children).forEach(function(elem) {
237 other.item.getElement('more').hidden = true;
240 item.getElement('more').hidden = false;
241 item.getElement('more').style.top =
243 item.getElement('more').style.left = item.div.offsetLeft + 'px'
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete_popup_view_gtk_unittest.cc 82 for (gboolean more = true, findNextStart = false;
83 more;
84 more = pango_attr_iterator_next(attr_iter)) {
  /external/chromium_org/chrome/browser/ui/gtk/omnibox/
omnibox_popup_view_gtk_unittest.cc 81 for (gboolean more = true, findNextStart = false;
82 more;
83 more = pango_attr_iterator_next(attr_iter)) {

Completed in 882 milliseconds

1 2 34 5 6 7 8 91011>>