HomeSort by relevance Sort by last modified time
    Searched refs:Maximum (Results 1 - 25 of 28) sorted by null

1 2

  /external/v8/test/webkit/fast/js/
deep-recursion-test.js 41 shouldBe("msg", "'RangeError: Maximum call stack size exceeded.'");
48 shouldBe("msg", "'RangeError: Maximum call stack size exceeded.'");
65 shouldBe("msg", "'RangeError: Maximum call stack size exceeded.'");
77 shouldBe("msg", "'RangeError: Maximum call stack size exceeded.'");
  /external/jemalloc/include/jemalloc/internal/
size_classes.sh 16 # Maximum lookup size.
213 * LG_TINY_MAXCLASS: Lg of maximum tiny size class.
214 * LOOKUP_MAXCLASS: Maximum size class included in lookup table.
215 * SMALL_MAXCLASS: Maximum small size class.
  /external/elfutils/src/tests/
run-readelf-line.sh 35 Maximum operations per instruction: 1
90 Maximum operations per instruction: 1
140 Maximum operations per instruction: 1
run-readelf-zdebug.sh 361 Maximum operations per instruction: 1
  /external/ppp/pppd/plugins/radius/etc/
dictionary.ascend 19 ATTRIBUTE Ascend-Maximum-Call-Duration 125 integer
28 ATTRIBUTE Ascend-DHCP-Maximum-Leases 134 integer
88 ATTRIBUTE Ascend-Maximum-Time 194 integer
129 ATTRIBUTE Ascend-Maximum-Channels 235 integer
  /external/v8/test/mjsunit/
big-array-literal.js 98 assertTrue(e.message.indexOf("Maximum call stack size exceeded") >= 0);
big-object-literal.js 98 assertTrue(e.message.indexOf("Maximum call stack size exceeded") >= 0);
apply.js 124 assertTrue(e.toString().indexOf("Maximum call stack size exceeded") != -1);
135 assertTrue(e.toString().indexOf("Maximum call stack size exceeded") != -1);
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/i18n/
messages.properties 73 LogCatPreferencePage_MaxMessages=Maximum number of logcat messages to buffer:
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
resapi.h 106 LARGE_INTEGER Maximum;
112 ULARGE_INTEGER Maximum;
131 DWORD Maximum;
298 FILETIME Maximum;
ntdddisk.h 476 USHORT Maximum;
481 USHORT Maximum;
dxvahd.h 242 INT Maximum;
winioctl.h 736 WORD Maximum;
741 WORD Maximum;
    [all...]
ksmedia.h     [all...]
  /external/icu/icu4c/source/i18n/
decNumberLocal.h 57 /* should be a common maximum precision */
151 #define DECNUMMAXP 999999999 /* maximum precision code can handle */
152 #define DECNUMMAXE 999999999 /* maximum adjusted exponent ditto */
155 #error Maximum digits mismatch
158 #error Maximum exponent mismatch
164 /* Set DECDPUNMAX -- the maximum integer that fits in DECDPUN */
253 /* c. Note that cut must be <= 9, and the maximum value for u is */
    [all...]
  /external/blktrace/btreplay/doc/
btreplay.tex 152 decrease the maximum \emph{bunch} size. Refer to section~\ref{sec:c-o-M}
302 \texttt{--max-bunch-time}\\Set Maximum Time Per Bunch}
314 \texttt{--max-pkts}\\Set Maximum Packets Per Bunch}
317 maximum number of IOs to store in a single bunch. As with the \texttt{-m}
321 The default value is 8, with a maximum value of up to 512 being supported.
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
StringUtil.java     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/
matching.py 59 """Compute a maximum-weighted matching of G.
71 If maxcardinality is True, compute the maximum-cardinality matching
72 with maximum weight among all maximum-cardinality matchings.
95 paths and the "primal-dual" method for finding a matching of maximum
100 .. [1] "Efficient Algorithms for Finding Maximum Matching in Graphs",
104 # The algorithm is taken from "Efficient Algorithms for Finding Maximum
107 # the "primal-dual" method for finding a matching of maximum weight, both
110 # A C program for maximum weight matching by Ed Rothberg was used
152 # Find the maximum edge weight
    [all...]
  /external/pcre/dist/
pcregexp.pas 270 match_limit : longint; { Maximum number of calls to match() }
  /frameworks/rs/api/
rs_math.spec 650 summary: Maximum of two floats
652 Returns the maximum of a and b, i.e. <code>(a &lt; b ? b : a)</code>.
986 summary: Maximum
988 Returns the maximum value of two arguments.
    [all...]
  /external/libvorbis/doc/
04-codec.tex 78 \item Maximum and or minimum set implies a VBR bitstream that obeys the bitrate limits
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
scsi.h     [all...]
  /external/blktrace/doc/
blktrace.tex 246 Maximum filesystem blocks=4294967296
    [all...]
  /external/v8/src/
messages.js 118 stack_overflow: ["Maximum call stack size exceeded"],
659 // restricted intervals of maximum allowed size.
    [all...]
mirror-debugger.js 168 // Maximum length when sending strings through the JSON protocol.
849 * @param {number} opt_max_objects Optional parameter specifying the maximum
1027 * @param {number} opt_max_instances Optional parameter specifying the maximum
    [all...]

Completed in 968 milliseconds

1 2