OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pattern2
(Results
1 - 7
of
7
) sorted by null
/development/tools/findunused/
findunusedtranslations
33
$
pattern2
= "$prefix/values$1$2-??-r??$3/$suffix";
36
$
pattern2
= "$prefix/values-??-r??$values/$suffix";
39
@matches = (glob($pattern1), glob($
pattern2
));
/external/bluetooth/glib/tests/
patterntest.c
166
gchar *
pattern2
,
170
GPatternSpec *p2 = g_pattern_spec_new (
pattern2
);
173
verbose ("comparing \"%s\" with \"%s\" \t", pattern1,
pattern2
);
207
#define TEST_EQUAL(pattern1,
pattern2
, match) { \
209
if (test_equal (pattern1,
pattern2
, match)) \
/external/icu4c/i18n/
dtitvinf.cpp
585
const UnicodeString*
pattern2
= (UnicodeString*)val2.pointer;
local
589
ret = (pattern1[i] ==
pattern2
[i]);
tmutfmt.cpp
810
const MessageFormat**
pattern2
= (const MessageFormat**)val2.pointer;
local
811
return *pattern1[0] == *
pattern2
[0] && *pattern1[1] == *
pattern2
[1];
[
all
...]
/external/icu4c/test/intltest/
msfmrgts.cpp
177
UnicodeString
pattern2
("Double '' Quotes {0} test and quoted '{1}' test plus 'other {2} stuff'.");
255
logln("Apply with pattern : " +
pattern2
);
256
messageFormatter->applyPattern(
pattern2
, status);
[
all
...]
/external/v8/benchmarks/
earley-boyer.js
[
all
...]
/external/webkit/SunSpider/tests/v8-v4/
v8-earley-boyer.js
[
all
...]
Completed in 190 milliseconds