Home
last modified time | relevance | path

Searched defs:Methods (Results 1 – 25 of 87) sorted by relevance

1234

/external/deqp-deps/amber/docs/
Dengines.md109 #### `Engine::Create`
117 #### `Initialize`
134 #### `CreatePipeline`
145 #### `DoClearColor`
150 #### `DoClearStencil`
155 #### `DoClearDepth`
160 #### `DoClear`
165 #### `DoDrawRect`
171 #### `DoDrawGrid`
177 #### `DoDrawArrays`
[all …]
/external/toolchain-utils/binary_search_tool/
DREADME.bisect.md16 ### ChromeOS Package
70 ### ChromeOS Object
136 ### Android object
215 ### Resuming
225 ### Overriding
/external/bazelbuild-rules_go/go/
Dtoolchains.rst608 Methods subsection
625 archive
646 binary
693 link
736 args
751 declare_file
778 library_to_source
816 new_library
/external/golang-protobuf/runtime/protoiface/
Dmethods.go18 type Methods = struct { struct
19 pragma.NoUnkeyedLiterals
22 Flags SupportFlags
26 Size func(SizeInput) SizeOutput
31 Marshal func(MarshalInput) (MarshalOutput, error)
35 Unmarshal func(UnmarshalInput) (UnmarshalOutput, error)
38 Merge func(MergeInput) MergeOutput
41 CheckInitialized func(CheckInitializedInput) (CheckInitializedOutput, error)
/external/golang-protobuf/internal/filedesc/
Ddesc_list_gen.go321 type Methods struct { struct
322 List []Method
323 once sync.Once
324 byName map[protoreflect.Name]*Method // protected by once
327 func (p *Methods) Len() int {
330 func (p *Methods) Get(i int) protoreflect.MethodDescriptor {
333 func (p *Methods) ByName(s protoreflect.Name) protoreflect.MethodDescriptor {
339 func (p *Methods) Format(s fmt.State, r rune) {
342 func (p *Methods) ProtoInternal(pragma.DoNotImplement) {}
343 func (p *Methods) lazyInit() *Methods {
/external/aws-sdk-java-v2/docs/design/core/waiters/
DREADME.md263 #### Methods subsubsection
304 #### Methods subsubsection
384 #### Methods subsubsection
421 #### Methods subsubsection
/external/clang/docs/
DObjectiveCLiterals.rst358 Array-Style Subscripting
413 Dictionary-Style Subscripting
/external/python/jinja/docs/
Dextensions.rst110 .. _gettext: https://docs.python.org/3/library/gettext.html
111 .. _Babel: http://babel.pocoo.org/
/external/python/cpython3/Doc/c-api/
Dinit.rst1806 Methods subsection
1853 .. _thread-local-storage-api:
/external/rust/cxx/book/src/
Dextern-rust.md109 ## Methods section in extern "Rust"
/external/python/cpython2/Doc/library/
Dstdtypes.rst1417 .. _string-formatting:
2967 Methods section in Other Built-in Types
3016 .. _bltin-code-objects:
/external/python/cpython3/Doc/library/
Dnntplib.rst202 Methods section in NNTP Objects
Dstdtypes.rst1876 .. _meth-str-join:
2264 .. _old-string-formatting:
5248 Methods section in Other Built-in Types
5292 .. _bltin-code-objects:
Dpathlib.rst713 Methods section in Concrete paths
/external/mockito-kotlin/tests/src/test/kotlin/test/inline/
DUsingMockMakerInlineTest.kt109 interface Methods { interface
/external/aws-sdk-java-v2/docs/design/core/presigners/
DREADME.md184 #### Methods subsubsection
196 ##### Methods l4subsection
/external/golang-protobuf/internal/testprotos/nullable/
Dnullable.go228 type Methods struct { struct
229 OptionalInt32 int32 `protobuf:"varint,101,opt,name=optional_int32"`
232 func (x *Methods) ProtoMessage() {}
233 func (x *Methods) Reset() { *x = Methods{} }
234 func (x *Methods) String() string { return prototext.Format(protoimpl.X.ProtoMessageV2Of(x)) }
236 func (x *Methods) Marshal() ([]byte, error) {
243 func (x *Methods) Unmarshal(b []byte) error {
/external/nullaway/test-java-lib/src/main/java/com/example/jspecify/unannotatedpackage/
DMethods.java6 public class Methods { class
/external/cpuinfo/
DREADME.md262 ## Methods section in CPU INFOrmation library
/external/rust/crates/mockall_derive/src/
Dmock_item_struct.rs78 struct Methods(Vec<MockFunction>); struct
80 impl Methods { implementation
/external/mockito-kotlin/tests/src/test/kotlin/test/
DClasses.kt45 interface Methods { in stringResult() interface
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DServiceDescriptor.cs87 public IList<MethodDescriptor> Methods property in Google.Protobuf.Reflection.ServiceDescriptor
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DServiceDescriptor.cs87 public IList<MethodDescriptor> Methods property in Google.Protobuf.Reflection.ServiceDescriptor
/external/clang/test/SemaObjC/
Darc-repeated-weak.mm293 @interface Test (Methods) category
296 @implementation Test (Methods) category
/external/javapoet/
DREADME.md491 ### Methods subsection in JavaPoet

1234