Home
last modified time | relevance | path

Searched refs:Standard (Results 1 - 25 of 27) sorted by relevance

12

/third_party/rust/crates/aho-corasick/src/
H A Dtests.rs779 Standard
787 Standard,
794 Standard,
803 Standard,
812 Standard,
821 Standard,
830 Standard,
839 Standard,
850 Standard,
861 Standard,
[all...]
H A Ddfa.rs14 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 Dahocorasick.rs102 /// [`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 Dautomaton.rs542 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 DOpenGLVersion.cpp33 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 DOpenGLVersion.h33 enum class Standard { class
39 Standard mStandard;
/third_party/rust/crates/aho-corasick/bench/src/
H A Drandom.rs89 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 DSkSLMemoryLayout.h19 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 Dgtest-tag.h22 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 DTargetOptions.h34 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 Dmain.rs97 "standard" => MatchKind::Standard, in parse()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
H A DDwarf.cpp429 StringRef llvm::dwarf::LNStandardString(unsigned Standard) { in LNStandardString() argument
430 switch (Standard) { in LNStandardString()
/third_party/skia/src/sfnt/
H A DSkPanose.h409 Standard = 2, member in SkPanose::Data::Decorative::Topology
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
H A DUCharacterCaseTest.java1562 * 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 DUCharacterCaseTest.java1645 * See CaseFolding.txt and the Unicode Standard for how to apply the case foldings.
/third_party/lz4/
H A DMakefile248 @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 DNativeRawSymbol.cpp389 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 DCodeView.h549 Standard, member in llvm::codeview::CallingConvention::ClassOptions::FrameProcedureOptions::FunctionOptions::HfaKind::MemberAccess::MethodKind::MethodOptions::ModifierOptions::PointerKind::PointerMode::PointerOptions::PointerToMemberRepresentation::VFTableSlotKind::WindowsRTClassKind::ExportFlags::ThunkOrdinal
H A DSymbolRecord.h82 ThunkOrdinal Thunk = ThunkOrdinal::Standard;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DDwarf.h274 /// 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 DEnumTables.cpp250 CV_ENUM_CLASS_ENT(ThunkOrdinal, Standard),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp179 CASE_OUTPUT_ENUM_CLASS_NAME(codeview::ThunkOrdinal, Standard, OS) in operator <<()
/third_party/skia/src/sksl/codegen/
H A DSkSLSPIRVCodeGenerator.cpp574 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 DCodeViewDebug.cpp947 const ThunkOrdinal ordinal = ThunkOrdinal::Standard; // Only supported kind. in emitDebugInfoForThunk()
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs2033 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...]

Completed in 74 milliseconds

12