/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_jit_types.c | 454 #define LP_BUILD_LLVM_TEXTURE_MEMBER(_name, _index, _emit_load) \ argument 467 #define LP_BUILD_LLVM_TEXTURE_MEMBER_OUTTYPE(_name, _index, _emit_load) \ argument 557 #define LP_BUILD_LLVM_SAMPLER_MEMBER(_name, _index, _emit_load) \ argument 655 #define LP_BUILD_LLVM_IMAGE_MEMBER(_name, _index, _emit_load) \ argument 667 #define LP_BUILD_LLVM_IMAGE_MEMBER_OUTTYPE(_name, _index, _emit_load) \ argument
|
/aosp_15_r20/external/sdv/vsomeip/implementation/message/src/ |
D | deserializer.cpp | 137 bool deserializer::look_ahead(std::size_t _index, uint8_t &_value) const { in look_ahead() 146 bool deserializer::look_ahead(std::size_t _index, uint16_t &_value) const { in look_ahead() 157 bool deserializer::look_ahead(std::size_t _index, uint32_t &_value) const { in look_ahead()
|
/aosp_15_r20/external/sdv/vsomeip/implementation/e2e_protection/src/e2e/profile/profile04/ |
D | protector.cpp | 59 protector::write_16(e2e_buffer &_buffer, uint16_t _data, size_t _index) { in write_16() 66 protector::write_32(e2e_buffer &_buffer, uint32_t _data, size_t _index) { in write_32()
|
/aosp_15_r20/external/libusb/libusb/os/ |
H A D | windows_winusb.c | 222 HDEVINFO *dev_info, SP_DEVINFO_DATA *dev_info_data, const char *enumerator, unsigned _index) in get_devinfo_data() 260 PSP_DEVINFO_DATA dev_info_data, LPCGUID guid, DWORD *_index, char **dev_interface_path) in get_interface_details() 342 DWORD _index, char *filter_path, char **dev_interface_path) in get_interface_details_filter() 1609 DWORD _index = 0; in winusb_get_device_list() local 2766 DWORD err, _index; in winusbx_claim_interface() local 3622 static int _hid_get_string_descriptor(struct hid_device_priv *hid_priv, int _index, in _hid_get_string_descriptor() 3758 int type, int _index, void *data, size_t *size) in _hid_get_descriptor() 3913 int request, int value, int _index, void *data, struct winusb_transfer_priv *tp, in _hid_class_request()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/test/ |
D | test_elem.hpp | 157 ar & *_index; in serialize() local 166 int* _index; member
|
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/ |
H A D | ArrayIterator.java | 14 private int _index; field in ArrayIterator
|
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/locale/ |
H A D | LocaleSyntaxException.java | 15 private int _index = -1; field in LocaleSyntaxException
|
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/ |
H A D | LocaleSyntaxException.java | 19 private int _index = -1; field in LocaleSyntaxException
|
/aosp_15_r20/external/cronet/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | repeated_field.c | 174 static int index_position(VALUE _index, RepeatedField* repeated_field) { in index_position() 269 static VALUE RepeatedField_index_set(VALUE _self, VALUE _index, VALUE val) { in RepeatedField_index_set()
|
/aosp_15_r20/external/protobuf/ruby/ext/google/protobuf_c/ |
H A D | repeated_field.c | 174 static int index_position(VALUE _index, RepeatedField* repeated_field) { in index_position() 269 static VALUE RepeatedField_index_set(VALUE _self, VALUE _index, VALUE val) { in RepeatedField_index_set()
|
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf.Test/Buffers/ |
H A D | ArrayBufferWriter.cs | 48 private int _index; field in Google.Protobuf.Buffers.TestArrayBufferWriter
|
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test/Buffers/ |
H A D | ArrayBufferWriter.cs | 48 private int _index; field in Google.Protobuf.Buffers.TestArrayBufferWriter
|
/aosp_15_r20/external/flatbuffers/tests/FlatBuffers.Test/ |
H A D | Assert.cs | 44 private readonly int _index; field in FlatBuffers.Test.AssertArrayFailedException
|
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/introspect/ |
H A D | AnnotatedParameter.java | 33 protected final int _index; field in AnnotatedParameter
|
/aosp_15_r20/external/jackson-core/src/main/java/com/fasterxml/jackson/core/ |
H A D | JsonStreamContext.java | 37 protected int _index; field in JsonStreamContext
|
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/ |
H A D | TypeParser.java | 99 protected int _index; field in TypeParser.MyTokenizer
|
/aosp_15_r20/packages/services/BuiltInPrintService/jni/lib/ |
D | plugin_db.c | 39 static int _index = 0; variable
|
/aosp_15_r20/external/pytorch/tools/pyi/ |
H A D | gen_pyi.py | 126 _index = f"Union[SupportsIndex, {_leaf_types}, _NestedSequence[{_leaf_types}]]" variable
|
/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
H A D | RecognitionException.cs | 80 private int _index; field in Antlr.Runtime.RecognitionException
|
/aosp_15_r20/external/coreboot/util/cbfstool/ |
H A D | cse_serger.c | 95 #define SUBPART_WITH_ALT(_index, _rname, _name, _aname) \ argument 97 #define SUBPART(_index, _rname, _name) \ argument
|
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ |
H A D | PropertyMetadata.java | 80 protected final Integer _index; field in PropertyMetadata
|
/aosp_15_r20/external/python/httplib2/doc/html/_static/ |
D | searchtools.js | 216 _index : null, property
|
/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/ |
H A D | HashList.cs | 65 private int _index; field in Antlr.Runtime.Collections.HashList.HashListEnumerator
|
/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
H A D | BufferedTreeNodeStream.cs | 69 int _index; field in Antlr.Runtime.Tree.BufferedTreeNodeStream.StreamIterator
|
/aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/ |
H A D | App.h | 36 unsigned _index; variable
|