/third_party/rust/crates/aho-corasick/src/ |
H A D | tests.rs | 779 Standard 787 Standard, 794 Standard, 803 Standard, 812 Standard, 821 Standard, 830 Standard, 839 Standard, 850 Standard, 861 Standard, [all...] |
H A D | dfa.rs | 14 Standard(Standard<S>), 23 DFA::Standard(ref dfa) => dfa.repr(), in repr() 64 DFA::Standard(ref dfa) => dfa.overlapping_find_at( in overlapping_find_at() 104 DFA::Standard(ref dfa) => { in earliest_find_at() 127 DFA::Standard(ref dfa) => { in find_at_no_state() 144 pub struct Standard<S>(Repr<S>); structure names 146 impl<S: StateID> Standard<S> { impls 152 impl<S: StateID> Automaton for Standard<S> { 669 Ok(DFA::Standard(Standar in build() [all...] |
H A D | ahocorasick.rs | 102 /// [`MatchKind::Standard`](enum.MatchKind.html#variant.Standard) 139 /// the default `MatchKind::Standard`, then use 225 /// When using `MatchKind::Standard`, this corresponds precisely to the 248 /// .match_kind(MatchKind::Standard) // default, not necessary 306 /// .match_kind(MatchKind::Standard) // default, not necessary 360 /// `MatchKind::Standard` semantics. If this automaton was constructed with 374 /// `MatchKind::Standard`. 645 /// `MatchKind::Standard` semantics. If this automaton was constructed 663 /// `MatchKind::Standard` [all...] |
H A D | automaton.rs | 542 MatchKind::Standard => { in find_at() 563 MatchKind::Standard => { in find_at_no_state()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
H A D | OpenGLVersion.cpp | 33 mStandard = Standard::ES; in Initialize() 45 mStandard = Standard::Desktop; in Initialize() 57 return mStandard == Standard::Desktop; in IsDesktop() 61 return mStandard == Standard::ES; in IsES()
|
H A D | OpenGLVersion.h | 33 enum class Standard { class 39 Standard mStandard;
|
/third_party/rust/crates/aho-corasick/bench/src/ |
H A D | random.rs | 89 Standard, in many_patterns() 123 Standard, in many_patterns() 137 Standard, in many_patterns() 171 Standard, in many_patterns()
|
/third_party/skia/src/sksl/ |
H A D | SkSLMemoryLayout.h | 19 enum Standard { enum in SkSL::MemoryLayout 25 MemoryLayout(Standard std) in MemoryLayout() 50 // See OpenGL Spec 7.6.2.2 Standard Uniform Block Layout in alignment() 165 const Standard fStd;
|
/third_party/googletest/googletest/include/gtest/hwext/ |
H A D | gtest-tag.h | 22 Standard = 9 << 8, Safety = 10 << 8, Resilience = 11 << 8 enumerator 80 static const int standard = Standard;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
H A D | TargetOptions.h | 34 Standard, // Only allow fusion of 'blessed' ops (currently just fmuladd). enumerator 279 /// Standard mode - allow fusion only for 'blessed' FP ops. At present the 289 FPOpFusion::FPOpFusionMode AllowFPOpFusion = FPOpFusion::Standard;
|
/third_party/rust/crates/aho-corasick/aho-corasick-debug/ |
H A D | main.rs | 97 "standard" => MatchKind::Standard, in parse()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/ |
H A D | Dwarf.cpp | 429 StringRef llvm::dwarf::LNStandardString(unsigned Standard) { in LNStandardString() argument 430 switch (Standard) { in LNStandardString()
|
/third_party/skia/src/sfnt/ |
H A D | SkPanose.h | 409 Standard = 2, member in SkPanose::Data::Decorative::Topology
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/ |
H A D | UCharacterCaseTest.java | 1562 * See CaseFolding.txt and the Unicode Standard for how to apply the case foldings.
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
H A D | UCharacterCaseTest.java | 1645 * See CaseFolding.txt and the Unicode Standard for how to apply the case foldings.
|
/third_party/lz4/ |
H A D | Makefile | 248 @echo Check support of Makefile Standard variables through environment
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeRawSymbol.cpp | 389 return codeview::ThunkOrdinal::Standard; in getThunkOrdinal()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeView.h | 549 Standard, member in llvm::codeview::CallingConvention::ClassOptions::FrameProcedureOptions::FunctionOptions::HfaKind::MemberAccess::MethodKind::MethodOptions::ModifierOptions::PointerKind::PointerMode::PointerOptions::PointerToMemberRepresentation::VFTableSlotKind::WindowsRTClassKind::ExportFlags::ThunkOrdinal
|
H A D | SymbolRecord.h | 82 ThunkOrdinal Thunk = ThunkOrdinal::Standard;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
H A D | Dwarf.h | 274 /// Line Number Standard Opcode Encodings. 470 StringRef LNStandardString(unsigned Standard);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
H A D | EnumTables.cpp | 250 CV_ENUM_CLASS_ENT(ThunkOrdinal, Standard),
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
H A D | PDBExtras.cpp | 179 CASE_OUTPUT_ENUM_CLASS_NAME(codeview::ThunkOrdinal, Standard, OS) in operator <<()
|
/third_party/skia/src/sksl/codegen/ |
H A D | SkSLSPIRVCodeGenerator.cpp | 574 SkASSERT(layout.fStd == MemoryLayout::Standard::k140_Standard || in getType() 575 layout.fStd == MemoryLayout::Standard::k430_Standard); in getType() 576 MemoryLayout::Standard otherStd = layout.fStd == MemoryLayout::Standard::k140_Standard in getType() 577 ? MemoryLayout::Standard::k430_Standard in getType() 578 : MemoryLayout::Standard::k140_Standard; in getType()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 947 const ThunkOrdinal ordinal = ThunkOrdinal::Standard; // Only supported kind. in emitDebugInfoForThunk()
|
/third_party/rust/crates/memchr/bench/data/code/ |
H A D | rust-library.rs | 2033 use rand::distributions::{Alphanumeric, Standard}; 2219 (&mut rng).sample_iter(&Standard).take(len).collect() in gen_random() 2224 (&mut rng).sample_iter(&Standard).take(len).collect() in gen_random_bytes() 2261 (&mut rng).sample_iter(&Standard).map(|x| [x; 16]).take(len).collect() 9255 use rand::distributions::Standard; 9645 rng.sample_iter::<i32, _>(&Standard).map(|x| x % modulus).take(len).collect(); in test_sort() 22758 // Standard trait implementations for slices [all...] |