OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAXLENGTH
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/chromeos/
external_metrics_unittest.cc
22
#define
MAXLENGTH
ExternalMetrics::kMetricsMessageMaxLength
97
char b[
MAXLENGTH
+ 100];
98
for (i = 0; i <
MAXLENGTH
+ 99; i++) {
/external/chromium_org/chrome/browser/chromeos/
external_metrics_unittest.cc
22
#define
MAXLENGTH
ExternalMetrics::kMetricsMessageMaxLength
98
char b[
MAXLENGTH
+ 100];
99
for (i = 0; i <
MAXLENGTH
+ 99; i++) {
/external/smack/src/org/xbill/DNS/
Message.java
22
public static final int
MAXLENGTH
= 65535;
403
int
maxLength
)
418
if (out.current() >
maxLength
) {
428
toWire(DNSOutput out, int
maxLength
) {
429
if (
maxLength
< Header.LENGTH)
434
int tempMaxLength =
maxLength
;
499
* could happen if
maxLength
is smaller than a DNS header, for example.
500
* @param
maxLength
The maximum length of the message.
507
toWire(int
maxLength
) {
509
toWire(out,
maxLength
);
[
all
...]
/prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar
Completed in 72 milliseconds