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

1 23 4 5 6 7 8 91011>>

  /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
antRun.bat 3 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/compile/libbcc/runtime/make/
options.mk 22 # FIXME: Make this more portable. When that is done, it should probably be the
  /ndk/sources/host-tools/make-3.81/
subproc.bat 14 rem more details.
  /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/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/skia/third_party/glu/libtess/
README 9 more closed contours. It is backward-compatible with the current
53 Within each BeginPolygon/EndPolygon pair, there can be zero or more
55 or more calls to gluTessVertex(). The vertices specify a closed
323 Given two or more polygons of the form above, CSG operations can be
396 The new tesselator generates many more fans and strips, reducing the
  /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)) {
  /frameworks/base/core/java/android/view/animation/
AnimationSet.java 374 boolean more = false;
384 more = a.getTransformation(currentTime, temp, getScaleFactor()) || more;
405 return more;
  /packages/apps/Email/src/com/android/email/activity/
MessageFileViewFragment.java 64 UiUtilities.setVisibilitySafe(result, R.id.more, View.GONE);
  /bootable/recovery/
Android.mk 40 # TODO: Build the ramdisk image in a more principled way.
  /device/moto/stingray/
full_stingray.mk 22 # A few more packages that aren't quite used on all builds
  /device/moto/wingray/
full_wingray.mk 22 # A few more packages that aren't quite used on all builds
  /external/chromium/chrome/common/extensions/docs/examples/extensions/news/css/
feed.css 75 .more {
  /external/dhcpcd/mk/
prog.mk 40 # instead of the more traditional method above
  /external/webkit/LayoutTests/storage/
open-database-while-transaction-in-progress.js 13 // The only way to force SQLite to obtain an exclusive lock is to change more
  /external/webkit/Source/WebCore/bindings/scripts/
gobject-generate-headers.pl 15 # Library General Public License for more details.
40 Library General Public License for more details.
  /external/webkit/Source/WebCore/plugins/win/
PaintHooks.asm 12 ; Library General Public License for more details.

Completed in 851 milliseconds

1 23 4 5 6 7 8 91011>>