OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMaxStringLength
(Results
1 - 7
of
7
) sorted by null
/external/srec/tools/thirdparty/OpenFst/fst/lib/
random-weight.h
90
// strings chosen from {1,...,kAlphabetSize}^{0,
kMaxStringLength
} U { Zero }
102
int n = rand() % (
kMaxStringLength
+ allow_zero_);
103
if (allow_zero_ && n ==
kMaxStringLength
)
116
static const int
kMaxStringLength
= 5;
/external/openfst/src/include/fst/
random-weight.h
145
// strings chosen from {1,...,kAlphabetSize}^{0,
kMaxStringLength
} U { Zero }
157
int n = rand() % (
kMaxStringLength
+ allow_zero_);
158
if (allow_zero_ && n ==
kMaxStringLength
)
171
static const int
kMaxStringLength
= 5;
179
const int StringWeightGenerator<L, S>::
kMaxStringLength
;
/external/chromium/base/win/
registry.cc
155
const size_t
kMaxStringLength
= 1024; // This is after expansion.
157
wchar_t raw_value[
kMaxStringLength
];
164
wchar_t expanded[
kMaxStringLength
];
165
size = ExpandEnvironmentStrings(raw_value, expanded,
kMaxStringLength
);
169
if (size == 0 || size >
kMaxStringLength
) {
/external/chromium_org/base/win/
registry.cc
203
const size_t
kMaxStringLength
= 1024; // This is after expansion.
205
wchar_t raw_value[
kMaxStringLength
];
212
wchar_t expanded[
kMaxStringLength
];
213
size = ExpandEnvironmentStrings(raw_value, expanded,
kMaxStringLength
);
217
if (size == 0 || size >
kMaxStringLength
) {
/external/chromium_org/chrome/browser/predictors/
resource_prefetch_predictor_tables.h
101
// less than |
kMaxStringLength
| in length.
117
static const size_t
kMaxStringLength
;
135
// Returns true if the strings in the |data| are less than |
kMaxStringLength
|
resource_prefetch_predictor_tables.cc
60
const size_t ResourcePrefetchPredictorTables::
kMaxStringLength
= 1024;
372
if (data.primary_key.length() >
kMaxStringLength
)
377
if (it->resource_url.spec().length() >
kMaxStringLength
)
resource_prefetch_predictor.cc
206
ResourcePrefetchPredictorTables::
kMaxStringLength
) {
849
if (key.length() > ResourcePrefetchPredictorTables::
kMaxStringLength
) {
[
all
...]
Completed in 2888 milliseconds