Home
last modified time | relevance | path

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

123456

/aosp_15_r20/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 …]
/aosp_15_r20/external/bazelbuild-rules_go/go/
H A Dtoolchains.rst608 Methods subsection
625 archive
646 binary
693 link
736 args
751 declare_file
778 library_to_source
816 new_library
/aosp_15_r20/external/golang-protobuf/runtime/protoiface/
H A 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)
/aosp_15_r20/external/golang-protobuf/internal/filedesc/
H A 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 {
/aosp_15_r20/external/toolchain-utils/binary_search_tool/
H A DREADME.bisect.md16 ### ChromeOS Package
70 ### ChromeOS Object
136 ### Android object
215 ### Resuming
225 ### Overriding
/aosp_15_r20/hardware/google/gfxstream/codegen/magma/
DREADME.md14 ### `magma_device_query_fudge`
83 ### `magma_connection_execute_command_fudge`
98 ### `magma_connection_execute_immediate_commands_fudge`
110 ### `magma_buffer_set_name_fudge`
/aosp_15_r20/external/emboss/runtime/cpp/test/
H A Demboss_memory_util_test.cc369 TEST(ReadOnlyContiguousBuffer, Methods) { in TEST() argument
421 TEST(ReadWriteContiguousBuffer, Methods) { in TEST() argument
520 TEST(LittleEndianByteOrderer, Methods) { in TEST() argument
557 TEST(BigEndianByteOrderer, Methods) { in TEST() argument
593 TEST(NullByteOrderer, Methods) { in TEST() argument
676 TEST(OffsetBitBlock, Methods) { in TEST() argument
/aosp_15_r20/external/aws-sdk-java-v2/docs/design/core/waiters/
H A DREADME.md263 #### Methods subsubsection
304 #### Methods subsubsection
384 #### Methods subsubsection
421 #### Methods subsubsection
/aosp_15_r20/external/golang-protobuf/internal/testprotos/nullable/
H A 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 {
/aosp_15_r20/external/python/cpython3/Doc/library/
Dstdtypes.rst1876 .. _meth-str-join:
2264 .. _old-string-formatting:
5248 Methods section in Other Built-in Types
5292 .. _bltin-code-objects:
/aosp_15_r20/external/python/cpython2/Doc/library/
Dstdtypes.rst1417 .. _string-formatting:
2967 Methods section in Other Built-in Types
3016 .. _bltin-code-objects:
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/pyext/
H A Ddescriptor.cc682 static PyMethodDef Methods[] = { variable
1014 static PyMethodDef Methods[] = { variable
1153 static PyMethodDef Methods[] = { variable
1299 static PyMethodDef Methods[] = { variable
1486 static PyMethodDef Methods[] = { variable
1653 static PyMethodDef Methods[] = { variable
1773 static PyMethodDef Methods[] = { variable
1902 static PyMethodDef Methods[] = { variable
/aosp_15_r20/external/protobuf/python/google/protobuf/pyext/
H A Ddescriptor.cc682 static PyMethodDef Methods[] = { variable
1014 static PyMethodDef Methods[] = { variable
1153 static PyMethodDef Methods[] = { variable
1299 static PyMethodDef Methods[] = { variable
1486 static PyMethodDef Methods[] = { variable
1653 static PyMethodDef Methods[] = { variable
1773 static PyMethodDef Methods[] = { variable
1902 static PyMethodDef Methods[] = { variable
/aosp_15_r20/external/clang/docs/
H A DObjectiveCLiterals.rst358 Array-Style Subscripting
413 Dictionary-Style Subscripting
/aosp_15_r20/external/rust/android-crates-io/crates/mockall_derive/src/
Dmock_item_struct.rs78 struct Methods(Vec<MockFunction>); struct
80 impl Methods { implementation
/aosp_15_r20/external/python/jinja/docs/
Dextensions.rst110 .. _gettext: https://docs.python.org/3/library/gettext.html
111 .. _Babel: http://babel.pocoo.org/
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dinit.rst1806 Methods subsection
1853 .. _thread-local-storage-api:
/aosp_15_r20/external/mockito-kotlin/tests/src/test/kotlin/test/inline/
H A DUsingMockMakerInlineTest.kt109 interface Methods { interface in UsingMockMakerInlineTest
/aosp_15_r20/external/aws-sdk-java-v2/docs/design/core/presigners/
H A DREADME.md184 #### Methods subsubsection
196 ##### Methods l4subsection
/aosp_15_r20/external/mockito-kotlin/tests/src/test/kotlin/test/
H A DClasses.kt45 interface Methods { in stringResult() interface
/aosp_15_r20/external/clang/test/SemaObjC/
H A Darc-repeated-weak.mm293 @interface Test (Methods) category
296 @implementation Test (Methods) category
/aosp_15_r20/external/pytorch/docs/source/elastic/
H A Dmetrics.rst24 Methods chapter
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/service/
DREADME.md8 ## Methods section in DBus API
/aosp_15_r20/external/rust/cxx/book/src/
Dextern-rust.md109 ## Methods section in extern "Rust"
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxx-1.0.120/book/src/
H A Dextern-rust.md109 ## Methods section in extern "Rust"

123456