Home
last modified time | relevance | path

Searched defs:Properties (Results 1 – 25 of 55) sorted by relevance

123

/external/syzkaller/vendor/golang.org/x/text/unicode/norm/
Dforminfo.go38 type Properties struct { struct
39 pos uint8 // start position in reorderBuffer; used in composition.go
40 size uint8 // length of UTF-8 encoding of this rune
41 ccc uint8 // leading canonical combining class (ccc if not decomposition)
42 tccc uint8 // trailing canonical combining class (ccc if not decomposition)
43 nLead uint8 // number of leading non-starters.
44 flags qcInfo // quick check flags
45 index uint16
93 func (p Properties) BoundaryBefore() bool {
105 func (p Properties) BoundaryAfter() bool {
[all …]
Dcomposition.go38 func (ss *streamSafe) first(p Properties) {
44 func (ss *streamSafe) next(p Properties) ssState {
71 func (ss *streamSafe) backwards(p Properties) ssState {
/external/syzkaller/vendor/github.com/golang/protobuf/proto/
Dproperties.go130 type Properties struct { struct
131 Name string // name of the field, for error messages
132 OrigName string // original name before protocol compiler (always set)
133 JSONName string // name to use for JSON; determined by protoc
134 Wire string
135 WireType int
136 Tag int
137 Required bool
138 Optional bool
139 Repeated bool
[all …]
Dequal.go145 func equalAny(v1, v2 reflect.Value, prop *Properties) bool {
Dclone.go135 func mergeAny(out, in reflect.Value, viaPtr bool, prop *Properties) {
/external/golang-protobuf/proto/
Dproperties.go130 type Properties struct { struct
131 Name string // name of the field, for error messages
132 OrigName string // original name before protocol compiler (always set)
133 JSONName string // name to use for JSON; determined by protoc
134 Wire string
135 WireType int
136 Tag int
137 Required bool
138 Optional bool
139 Repeated bool
[all …]
Dequal.go145 func equalAny(v1, v2 reflect.Value, prop *Properties) bool {
Dclone.go135 func mergeAny(out, in reflect.Value, viaPtr bool, prop *Properties) {
/external/syzkaller/vendor/golang.org/x/text/unicode/bidi/
Dprop.go10 type Properties struct { struct
11 entry uint8
12 last uint8
28 func (p Properties) Class() Class {
37 func (p Properties) IsBracket() bool { return p.entry&0xF0 != 0 }
41 func (p Properties) IsOpeningBracket() bool { return p.entry&openMask != 0 }
44 func (p Properties) reverseBracket(r rune) rune {
/external/mesa3d/src/gallium/docs/source/
Dtgsi.rst3548 Properties section in Other tokens
3553 FS_COORD_ORIGIN
3569 FS_COORD_PIXEL_CENTER
3588 FS_COLOR0_WRITES_ALL_CBUFS
3594 VS_PROHIBIT_UCPS
3605 GS_INVOCATIONS
3613 VS_WINDOW_SPACE_POSITION
3623 TCS_VERTICES_OUT
3630 TES_PRIM_MODE
3637 TES_SPACING
[all …]
/external/libbrillo/brillo/dbus/
Dexported_property_set_unittest.cc63 struct Properties { struct in brillo::dbus_utils::ExportedPropertySetTest
65 ExportedProperty<bool> bool_prop_;
66 ExportedProperty<uint8_t> uint8_prop_;
67 ExportedProperty<int16_t> int16_prop_;
68 ExportedProperty<uint16_t> uint16_prop_;
69 ExportedProperty<int32_t> int32_prop_;
70 ExportedProperty<uint32_t> uint32_prop_;
71 ExportedProperty<int64_t> int64_prop_;
72 ExportedProperty<uint64_t> uint64_prop_;
73 ExportedProperty<double> double_prop_;
[all …]
/external/llvm/docs/
DSourceLevelDebugging.rst482 Introduction
497 Proposal
631 New DWARF Tags
640 New DWARF Attributes
655 New DWARF Constants
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DSourceLevelDebugging.rst538 Introduction
553 Proposal
687 New DWARF Tags
696 New DWARF Attributes
711 New DWARF Constants
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/util/
DProperties.java19 public class Properties class
21 private Properties() in Properties() method in Properties
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
DProperties.java17 public class Properties class
19 private Properties() in Properties() method in Properties
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DSDNodeProperties.cpp17 unsigned Properties = 0; in parseSDPatternOperatorProperties() local
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
DProperties.java16 public class Properties implements Serializable { class
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DProperties.java14 public class Properties implements Serializable { class
/external/python/cpython2/Doc/howto/
Ddescriptor.rst193 Properties chapter
/external/python/cpython3/Doc/howto/
Ddescriptor.rst187 Properties chapter
/external/freetype/include/freetype/internal/services/
Dsvprop.h41 FT_DEFINE_SERVICE( Properties ) in FT_DEFINE_SERVICE() argument
/external/grpc-grpc/src/csharp/Grpc.Core/
DAuthContext.cs91 public IEnumerable<AuthProperty> Properties property in Grpc.Core.AuthContext
/external/clang/test/PCH/
Dchain-categories.m19 @interface NSObject (Properties) category
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_cost_analysis.h41 typedef std::map<string, float> Properties; typedef
/external/grpc-grpc/test/cpp/common/
Dsecure_auth_context_test.cc44 TEST_F(SecureAuthContextTest, Properties) { in TEST_F() argument

123