HomeSort by relevance Sort by last modified time
    Searched full:limits (Results 151 - 175 of 1166) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/webkit/JavaScriptCore/jit/
ExecutableAllocatorSymbian.cpp 39 // on Symbian OS limits the number of chunks for each process to 16.
  /external/webkit/JavaScriptCore/os-win32/
stdint.h 33 #include <limits.h>
  /external/webkit/JavaScriptCore/wrec/
Quantifier.h 34 #include <limits.h>
  /external/webkit/WebCore/bindings/v8/
ScopedDOMDataStore.h 40 // ScopedDOMDataStore is a DOMDataStore that controls limits the lifetime of
  /external/webkit/WebCore/dom/
TagNodeList.h 32 // NodeList that limits to a particular tag.
  /external/webkit/WebCore/html/
HTMLSourceElement.h 33 #include <limits>
  /external/webkit/WebCore/html/canvas/
CanvasNumberArray.h 32 #include <limits>
  /external/webkit/WebCore/page/
DragActions.h 29 #include <limits.h>
  /external/webkit/WebKit/chromium/public/
WebDragOperation.h 34 #include <limits.h>
  /frameworks/base/cmds/runtime/
ServiceManager.cpp 20 #include <limits.h>
  /frameworks/base/include/private/ui/
sw_gralloc_handle.h 21 #include <limits.h>
  /system/core/fastboot/
util_linux.c 35 #include <limits.h>
  /system/core/sh/
syntax.c 6 #include <limits.h>
  /system/core/toolbox/
rm.c 6 #include <limits.h>
  /external/bluetooth/glib/docs/reference/glib/tmpl/
limits.sgml 2 Limits of Basic Types
5 portable method of determining the limits of the standard types
9 These macros provide a portable method to determine the limits of some of
  /external/icu4c/i18n/
choicfmt.cpp 84 ChoiceFormat::ChoiceFormat(const double* limits,
92 setChoices(limits, formats, cnt );
97 ChoiceFormat::ChoiceFormat(const double* limits,
106 setChoices(limits, closures, formats, cnt );
145 // Checks the limits, the corresponding format string and LE or LT flags.
310 // Perform 2 passes. The first computes the number of limits in
408 // limit. One exception: Two subsequent limits may be
517 ChoiceFormat::setChoices( const double* limits,
521 setChoices(limits, 0, formats, cnt);
527 ChoiceFormat::setChoices( const double* limits,
    [all...]
  /frameworks/base/awt/org/apache/harmony/awt/gl/font/
CommonGlyphVector.java 320 // awt.43=glyphIndex is out of vector's limits
343 // awt.43=glyphIndex is out of vector's limits
373 // awt.43=glyphIndex is out of vector's limits
394 // awt.43=glyphIndex is out of vector's limits
409 // awt.43=glyphIndex is out of vector's limits
450 // awt.43=glyphIndex is out of vector's limits
493 // awt.43=glyphIndex is out of vector's limits
529 // awt.43=glyphIndex is out of vector's limits
747 // awt.43=glyphIndex is out of vector's limits
762 // awt.43=glyphIndex is out of vector's limits
    [all...]
  /frameworks/base/core/java/android/widget/
HeaderViewListAdapter.java 163 // Footer (off-limits positions will throw an ArrayIndexOutOfBoundsException)
184 // Footer (off-limits positions will throw an ArrayIndexOutOfBoundsException)
224 // Footer (off-limits positions will throw an ArrayIndexOutOfBoundsException)
  /external/v8/src/
execution.h 145 // StackGuard contains the handling of the limits that are used to limit the
181 // This provides an asynchronous read of the stack limits for the current
211 // Reset limits to actual values. For example after handling interrupt.
243 // JavaScript stacks are separate. Each of the two stack limits have two
272 // stack guard and the limits are not set to interrupt values.
  /dalvik/libcore/text/src/test/java/org/apache/harmony/text/tests/java/text/
ChoiceFormatTest.java 36 double[] limits = new double[] { 0, 1, ChoiceFormat.nextDouble(1), field in class:ChoiceFormatTest
42 ChoiceFormat f1 = new ChoiceFormat(limits, formats);
168 assertTrue("Incorrect limits", java.util.Arrays.equals(f.getLimits(),
181 assertTrue("Incorrect limits", java.util.Arrays.equals(f.getLimits(),
208 assertTrue("Incorrect limits", java.util.Arrays.equals(f.getLimits(),
277 assertTrue("Should be equals--same limits, same formats",
381 double[] orgLimits = (double[]) limits.clone();
383 assertTrue("Wrong limits", l.equals(limits));
385 assertTrue("Limits copied", !l.equals(orgLimits))
    [all...]
  /dalvik/libcore/security/src/main/files/cacerts/
ed524cf5.0 6 Issuer: C=US, O=Entrust.net, OU=www.entrust.net/CPS incorp. by ref. (limits liab.), OU=(c) 1999 Entrust.net Limited, CN=Entrust.net Secure Server Certification Authority
10 Subject: C=US, O=Entrust.net, OU=www.entrust.net/CPS incorp. by ref. (limits liab.), OU=(c) 1999 Entrust.net Limited, CN=Entrust.net Secure Server Certification Authority
29 DirName:/C=US/O=Entrust.net/OU=www.entrust.net/CPS incorp. by ref. (limits liab.)/OU=(c) 1999 Entrust.net Limited/CN=Entrust.net Secure Server Certification Authority/CN=CRL1
  /bionic/libc/stdio/
snprintf.c 34 #include <limits.h>
sprintf.c 37 #include <limits.h>
vsnprintf.c 34 #include <limits.h>
vsprintf.c 36 #include <limits.h>

Completed in 81 milliseconds

1 2 3 4 5 67 8 91011>>