/external/icu4c/test/cintltst/ |
reapits.c | 726 /* Also, verify that non-greedy *? succeeds in finding the full match. */ 743 /* Also, verify that non-greedy *? finds the first (shortest) match. */ [all...] |
/external/v8/src/ |
ast.h | [all...] |
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
ActionTranslator.g | 752 : '{' (options {greedy=false;}:.)* '}'
|
/external/chromium_org/testing/gtest/src/ |
gtest-port.cc | 335 // greedy match.
|
/external/llvm/lib/CodeGen/ |
StackColoring.cpp | 735 // This is a simple greedy algorithm for merging allocas. First, sort the
|
/packages/apps/Email/res/xml/ |
providers.xml | 97 An asterisk is also not greedy; it only matches a single part of a domain name;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
stl_iterator.h | 791 // valid. However, the greedy and unfriendly operators in std::rel_ops [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
stl_iterator.h | 791 // valid. However, the greedy and unfriendly operators in std::rel_ops [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
stl_iterator.h | 791 // valid. However, the greedy and unfriendly operators in std::rel_ops [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stl_iterator.h | 799 // valid. However, the greedy and unfriendly operators in std::rel_ops [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
stl_iterator.h | 791 // valid. However, the greedy and unfriendly operators in std::rel_ops [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stl_iterator.h | 799 // valid. However, the greedy and unfriendly operators in std::rel_ops [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
stl_iterator.h | 797 // valid. However, the greedy and unfriendly operators in std::rel_ops [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
codecs.py | 446 The method should use a greedy read strategy meaning that [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/ |
pytree.py | 650 except it always uses non-greedy matching.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
codecs.py | 446 The method should use a greedy read strategy meaning that [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/ |
pytree.py | 650 except it always uses non-greedy matching.
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
Grammar.java | 254 new HashSet() {{add("k"); add("greedy"); add("backtrack"); add("memoize");}}; 258 new HashMap() {{put("greedy","true");}}; 261 new HashMap() {{put("greedy","true");}}; [all...] |
/external/chromium_org/net/socket/ |
ssl_client_socket_nss.cc | [all...] |
/external/llvm/utils/TableGen/ |
FixedLenDecoderEmitter.cpp | 474 bool filterProcessor(bool AllowMixed, bool Greedy = true); [all...] |
/external/mockito/src/org/mockito/ |
Mockito.java | [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
rematch.cpp | [all...] |
/external/icu4c/i18n/ |
rematch.cpp | [all...] |
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
TestNFAConstruction.java | 312 "A : (options {greedy=false;}:'0'..'9')+ ;\n");
|
/external/libvorbis/lib/ |
floor1.c | 637 /* start progressive splitting. This is a greedy, non-optimal
|