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

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/lcov/bin/
gendesc 13 # General Public License for more details.
130 For more information see: $lcov_url
  /external/chromium_org/v8/test/fuzz-natives/
base.js 6 // - more variance in randomized inputs
69 // When we have 5 or more arguments we lower the amount of tests cases
  /external/elfutils/0.153/libdwfl/
core-file.c 12 General Public License for more details.
65 be replaced by more diddling inside libelf internals. */
182 /* Never read more than this much without mmap. */
238 which might be more useful than what we have.
291 inline bool more (size_t size) function
316 if (! more (minread))
319 /* See how much more we can get of what the caller wants. */
320 (void) more (*buffer_available);
324 (void) more (elf->maximum_size - start);
  /external/fonttools/Lib/fontTools/ttLib/tables/
_g_l_y_f.py 198 MORE_COMPONENTS = 0x0020 # indicates at least one more glyph after this one
351 more = 1
353 while more:
355 more, haveInstr, data = component.decompile(data, glyfTable)
464 more = 1
469 more = 0
471 data = data + compo.compile(more, haveInstructions, glyfTable)
683 more = 1
684 while more:
695 more = flags & MORE_COMPONENT
    [all...]
  /external/chromium_org/third_party/skia/tools/
compare_codereview.py 32 Python's standard library. We need a little more power than a
33 regex. [Search for "You can't parse [X]HTML with regex." for more
154 Python's standard library. We need a little more power than a
155 regex. [Search for "You can't parse [X]HTML with regex." for more
363 if ('compile' in result.text or '...and more' in result.text):
  /external/lldb/examples/python/
types.py 75 and how much padding was found. One or more paths to executable files must be
84 parser.add_option('-m', '--module', action='append', type='string', metavar='MODULE', dest='modules', help='Specify one or more modules which will be used to verify the types.', default=[])
86 parser.add_option('-t', '--type', action='append', type='string', metavar='TYPENAME', dest='typenames', help='Specify one or more type names which should be verified. If no type names are specified, all class and struct types will be verified.', default=[])
  /external/skia/tools/
compare_codereview.py 32 Python's standard library. We need a little more power than a
33 regex. [Search for "You can't parse [X]HTML with regex." for more
154 Python's standard library. We need a little more power than a
155 regex. [Search for "You can't parse [X]HTML with regex." for more
363 if ('compile' in result.text or '...and more' in result.text):
  /frameworks/compile/mclinker/lib/Support/
LEB128.cpp 69 bool more = true; local
77 more = false;
83 } while (more);
  /external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/
popup.js 233 if (item.getElement('more') &&
235 pointInElement(mouse, item.getElement('more')))) {
238 if (item.getElement('more')) {
239 item.getElement('more').hidden = true;
243 [item.div, item.getElement('more')].concat(
244 item.getElement('more').children).forEach(function(elem) {
248 other.item.getElement('more').hidden = true;
251 item.getElement('more').hidden = false;
252 item.getElement('more').style.top =
254 item.getElement('more').style.left = item.div.offsetLeft + 'px'
    [all...]
popup.css 10 .more-left {
106 .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);
  /frameworks/base/services/core/java/com/android/server/wm/
AppWindowAnimator.java 226 final boolean more = animation.getTransformation(currentTime, transformation);
228 TAG, "Stepped animation in " + mAppToken + ": more=" + more + ", xform=" + transformation);
229 if (!more) {
237 hasTransformation = more;
238 return more;
  /external/chromium_org/chrome/renderer/resources/
neterror.js 8 var moreLessButton = document.getElementById('more-less-button');
108 var moreLessButton = document.getElementById('more-less-button');
  /external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/
sdk_update_main.py 44 def usage(more):
46 fn.usage_more = more
220 # or more bundles before failing.
272 # or more bundles before failing.
336 more = getattr(obj, 'usage_more', '')
342 parser.set_usage('usage: %%prog %s [options] %s' % (cmd, more))
363 # or more bundles before failing.
382 help='Use 2 times for more debugging info')
  /external/chromium_org/third_party/mesa/src/docs/
WL_bind_wayland_display.spec 38 more interfaces in the Wayland protocol to allow clients to create
100 compositor will have to create one or more EGLImages for the
  /external/chromium_org/tools/grit/grit/
pseudo.py 17 To make the pseudotranslations more obviously "not a translation" and to make
  /external/chromium_org/tools/grit/grit/tool/
newgrd.py 20 your own for your various languages. See the user's guide for more
  /external/google-tv-pairing-protocol/java/src/com/google/polo/json/
Cookie.java 90 while (x.more()) {
HTTP.java 97 while (x.more()) {
  /external/linux-tools-perf/perf-3.12.0/arch/metag/lib/
memcpy.S 38 ! destination address alignment (i.e we should never copy more than 7
80 ! or more bytes to be copied.
100 ! 4 bytes, and more than 4 bytes.
105 ! The mis-alignment is more than 4 bytes
  /external/llvm/test/MC/Mips/
nabi-regs.s 3 # for 4 more register parameters (A registers) offsetting
  /external/mesa3d/docs/
WL_bind_wayland_display.spec 38 more interfaces in the Wayland protocol to allow clients to create
100 compositor will have to create one or more EGLImages for the
  /frameworks/base/core/java/android/view/animation/
AnimationSet.java 374 boolean more = false;
384 more = a.getTransformation(currentTime, temp, getScaleFactor()) || more;
405 return more;
  /frameworks/opt/photoviewer/
Android.mk 21 # if you're certain that you need it; see go/extradex-design for more context.
43 # go/extradex-design for more context.
  /bionic/libc/arch-mips/string/
memset.S 108 slti t1,a2,4 # .Laligned for 4 or more bytes
110 sne t1,a2,2 # one more halfword?
246 beq a0,a3,.Lchk8w # maybe no more 64-byte chunks?

Completed in 1798 milliseconds

1 2 3 45 6 7 8 91011>>