Home
last modified time | relevance | path

Searched refs:Patterns (Results 1 – 25 of 83) sorted by relevance

1234

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowPatterns.java7 import android.util.Patterns;
12 @Implements(Patterns.class)
127 Robolectric.Reflection.setFinalStaticField(Patterns.class, "DOMAIN_NAME", DOMAIN_NAME); in reset()
128 Robolectric.Reflection.setFinalStaticField(Patterns.class, "EMAIL_ADDRESS", EMAIL_ADDRESS); in reset()
129 Robolectric.Reflection.setFinalStaticField(Patterns.class, "IP_ADDRESS", IP_ADDRESS); in reset()
130 Robolectric.Reflection.setFinalStaticField(Patterns.class, "PHONE", PHONE); in reset()
131 Robolectric.Reflection.setFinalStaticField(Patterns.class, "TOP_LEVEL_DOMAIN", in reset()
133 Robolectric.Reflection.setFinalStaticField(Patterns.class, "WEB_URL", WEB_URL); in reset()
/external/llvm/utils/TableGen/
DDAGISelEmitter.cpp139 std::vector<const PatternToMatch*> Patterns; in run() local
142 Patterns.push_back(&*I); in run()
146 std::sort(Patterns.begin(), Patterns.end(), PatternSortingPredicate(CGP)); in run()
151 for (unsigned i = 0, e = Patterns.size(); i != e; ++i) { in run()
153 if (Matcher *M = ConvertPatternToMatcher(*Patterns[i], Variant, CGP)) in run()
/external/hyphenation-patterns/mn/
Dhyph-mn-cyrl.lic.txt31 % - 2008/06/08 Patterns added to hyph-utf8
32 % - 2015/12/05 Patterns released under the MIT license
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrCall.td52 // Patterns for matching a direct call to a global address.
64 // Patterns for matching a direct call to an external symbol.
/external/llvm/lib/CodeGen/
DMachineCombiner.cpp363 SmallVector<MachineCombinerPattern, 16> Patterns; in combineInstructions() local
389 if (!TII->getMachineCombinerPatterns(MI, Patterns)) in combineInstructions()
392 for (auto P : Patterns) { in combineInstructions()
DTargetInstrInfo.cpp639 SmallVectorImpl<MachineCombinerPattern> &Patterns) const { in getMachineCombinerPatterns()
648 Patterns.push_back(MachineCombinerPattern::REASSOC_AX_YB); in getMachineCombinerPatterns()
649 Patterns.push_back(MachineCombinerPattern::REASSOC_XA_YB); in getMachineCombinerPatterns()
651 Patterns.push_back(MachineCombinerPattern::REASSOC_AX_BY); in getMachineCombinerPatterns()
652 Patterns.push_back(MachineCombinerPattern::REASSOC_XA_BY); in getMachineCombinerPatterns()
/external/hyphenation-patterns/de/
Dhyph-de-1996.lic.txt3 \message{German Hyphenation Patterns (Reformed Orthography, 2006) `dehyphn-x' 2015-12-13 (WL)}
Dhyph-de-ch-1901.lic.txt3 \message{Swiss-German Hyphenation Patterns (Traditional Orthography) `dehyphts-x' 2015-12-13 (WL)}
Dhyph-de-1901.lic.txt3 \message{German Hyphenation Patterns (Traditional Orthography) `dehypht-x' 2015-12-13 (WL)}
/external/llvm/lib/Target/AMDGPU/
DVIInstructions.td105 // SMEM Patterns
116 // Patterns for global loads with no offset
DSIInstructions.td2083 // SMRD Patterns
2144 // SOP1 Patterns
2160 // SOP2 Patterns
2171 // SOPP Patterns
2180 // VOP1 Patterns
2194 // VOP2 Patterns
2665 /********** Immediate Patterns **********/
2707 /********** Intrinsic Patterns **********/
2773 // VOP3 Patterns
2793 /********** Load/Store Patterns **********/
[all …]
DCIInstructions.td185 // Flat Patterns
/external/antlr/antlr-3.4/tool/
DREADME.txt32 2nd book, Language Implementation Patterns:
79 Examples from Language Implementation Patterns:
/external/apache-http/android/src/android/net/compatibility/
DWebAddress.java19 import static android.util.Patterns.GOOD_IRI_CHAR;
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp2498 SmallVectorImpl<MachineCombinerPattern> &Patterns) const { in getMachineCombinerPatterns()
2526 Patterns.push_back(MachineCombinerPattern::MULADDW_OP1); in getMachineCombinerPatterns()
2531 Patterns.push_back(MachineCombinerPattern::MULADDW_OP2); in getMachineCombinerPatterns()
2538 Patterns.push_back(MachineCombinerPattern::MULADDX_OP1); in getMachineCombinerPatterns()
2543 Patterns.push_back(MachineCombinerPattern::MULADDX_OP2); in getMachineCombinerPatterns()
2550 Patterns.push_back(MachineCombinerPattern::MULSUBW_OP1); in getMachineCombinerPatterns()
2555 Patterns.push_back(MachineCombinerPattern::MULSUBW_OP2); in getMachineCombinerPatterns()
2562 Patterns.push_back(MachineCombinerPattern::MULSUBX_OP1); in getMachineCombinerPatterns()
2567 Patterns.push_back(MachineCombinerPattern::MULSUBX_OP2); in getMachineCombinerPatterns()
2574 Patterns.push_back(MachineCombinerPattern::MULADDWI_OP1); in getMachineCombinerPatterns()
[all …]
DAArch64InstrInfo.h170 SmallVectorImpl<MachineCombinerPattern> &Patterns)
/external/hyphenation-patterns/en-US/
Dhyph-en-us.lic.txt13 % Patterns of March 1, 1990.
/external/hyphenation-patterns/eu/
Dhyph-eu.lic.txt41 % February 1997 Patterns created by Juan M. Aguirregabiria, based on the
/external/opencv3/doc/tutorials/objdetect/
Dtraincascade.markdown17 supports both Haar @cite Viola01 and @cite Liao2007 (Local Binary Patterns) features. LBP features
320 -# Local Binary Patterns parameters:
322 Local Binary Patterns don't have parameters.
/external/llvm/test/TableGen/
DMultiPat.td115 // rr Patterns
/external/markdown/docs/
Drelease-2.0.txt42 Artem also refactored the Inline Patterns to better support nested patterns
/external/skia/src/sfnt/
DSkPanose.h534 ((Patterns, 8))
/external/valgrind/none/tests/
Dcmdline1.stdout.exp115 text symbol. Patterns can contain ? and *.
/external/llvm/lib/Target/Mips/
DMips64r6InstrInfo.td120 // Patterns and Pseudo Instructions
/external/llvm/test/CodeGen/X86/
Dfma_patterns_wide.ll202 ; Load Folding Patterns
256 ; Patterns (+ fneg variants): mul(add(1.0,x),y), mul(sub(1.0,x),y), mul(sub(x,1.0),y)
524 ; Interpolation Patterns: add(mul(x,t),mul(sub(1.0,t),y))

1234