/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
H A D | XPathParts.java | 391 public String getElement(int elementIndex) { in getElement() 395 public int getAttributeCount(int elementIndex) { in getAttributeCount() 404 public Map<String, String> getAttributes(int elementIndex) { in getAttributes() 415 public Collection<String> getAttributeKeys(int elementIndex) { in getAttributeKeys() 426 public String getAttributeValue(int elementIndex, String attribute) { in getAttributeValue() 433 public void putAttributeValue(int elementIndex, String attribute, String value) { in putAttributeValue() 514 public void makeElementMutable(int elementIndex) { in makeElementMutable() 554 public XPathParts removeAttribute(int elementIndex, String attributeName) { in removeAttribute() 563 public XPathParts removeAttributes(int elementIndex, Collection<String> attributeNames) { in removeAttributes() 1144 public XPathParts setElement(int elementIndex, String newElement) { in setElement() [all …]
|
/aosp_15_r20/external/aac/libSBRdec/src/ |
H A D | sbrdecoder.cpp | 277 const int elementIndex, in sbrDecoder_ResetElement() 510 const int elementIndex) { in sbrDecoder_DestroyElement() 530 const MP4_ELEMENT_ID elementID, const int elementIndex, in sbrDecoder_InitElement() 802 const MP4_ELEMENT_ID elementID, const INT elementIndex, in sbrDecoder_Header() 944 int elementIndex; in sbrDecoder_SetParam() local 999 int elementIndex, elChanIdx = 0, numCh = 0; in sbrDecoder_drcGetChannel() local 1122 MP4_ELEMENT_ID prevElement, int elementIndex, in sbrDecoder_Parse() 1579 int channelIndex, const int elementIndex, const int numInChannels, in sbrDecoder_DecodeElement()
|
/aosp_15_r20/external/kotlinx.serialization/guide/example/ |
H A D | example-formats-11.kt | 28 private var elementIndex = 0 in encodeToList() variable in example.exampleFormats11.ListDecoder
|
H A D | example-formats-12.kt | 28 private var elementIndex = 0 in encodeToList() variable in example.exampleFormats12.ListDecoder
|
H A D | example-formats-13.kt | 33 private var elementIndex = 0 in encodeToList() variable
|
H A D | example-formats-14.kt | 36 private var elementIndex = 0 in encodeToList() variable
|
H A D | example-formats-15.kt | 41 private var elementIndex = 0 in encodeTo() variable
|
H A D | example-formats-16.kt | 63 private var elementIndex = 0 in encodeTo() variable
|
/aosp_15_r20/external/kotlinx.serialization/core/commonTest/src/kotlinx/serialization/ |
H A D | CustomPropertyAccessorsTest.kt | 113 private var elementIndex = 0 variable
|
/aosp_15_r20/external/armnn/shim/sl/canonical/ |
H A D | CanonicalUtils.cpp | 209 void DumpTensorElement(const TensorType& tensor, unsigned int elementIndex, std::ofstream& fileStre… in DumpTensorElement() 317 for (unsigned int elementIndex = 0; elementIndex < tensor.GetNumElements(); ++elementIndex) in DumpTensor() local
|
/aosp_15_r20/external/leakcanary2/leakcanary-android-core/src/main/java/leakcanary/internal/ |
H A D | DisplayLeakAdapter.kt | 276 private fun elementIndex(position: Int) = position - 2 in <lambda>() method
|
/aosp_15_r20/external/android-nn-driver/ |
H A D | Utils.cpp | 328 void DumpTensorElement(const TensorType& tensor, unsigned int elementIndex, std::ofstream& fileStre… in DumpTensorElement() 437 for (unsigned int elementIndex = 0; elementIndex < tensor.GetNumElements(); ++elementIndex) in DumpTensor() local
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/stream/ |
H A D | AbstractSpinedBuffer.java | 64 protected int elementIndex; field in AbstractSpinedBuffer
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/stream/ |
D | AbstractSpinedBuffer.java | 64 protected int elementIndex; field in AbstractSpinedBuffer
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/22/libcore/ojluni/src/main/java/java/util/stream/ |
D | AbstractSpinedBuffer.java | 64 protected int elementIndex; field in AbstractSpinedBuffer
|
/aosp_15_r20/external/angle/src/compiler/translator/hlsl/ |
H A D | StructureHLSL.h | 34 int elementIndex() const { return mElementIndex; } in elementIndex() function
|
/aosp_15_r20/external/angle/src/libANGLE/ |
H A D | ProgramExecutable.cpp | 91 for (unsigned int elementIndex = 0; elementIndex < elementCount; elementIndex++) in FindUsedOutputLocation() local 119 for (unsigned int elementIndex = 0; elementIndex < elementCount; elementIndex++) in AssignOutputLocations() local 947 for (size_t elementIndex = 0; elementIndex < elementCount; ++elementIndex) in load() local 1798 for (unsigned int elementIndex = 0; elementIndex < elementCount; elementIndex++) in gatherOutputTypes() local 2943 for (unsigned int elementIndex = 0; in setUniformValuesFromBindingQualifiers() local
|
/aosp_15_r20/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayReference/ |
H A D | SetValues003Test.java | 238 private ReplyPacket setArrayValue(long arrayID, int elementIndex, long elementObjectID) { in setArrayValue()
|
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf.Test/ |
H A D | ByteStringTest.cs | 424 public override MemoryHandle Pin(int elementIndex = 0) in Pin()
|
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test/ |
H A D | ByteStringTest.cs | 424 public override MemoryHandle Pin(int elementIndex = 0) in Pin()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/robustness/ |
H A D | vktRobustnessVertexAccessTests.cpp | 886 … const uint32_t elementIndex = valueNdx / (numScalarsPerVertex * m_numVertices); // instance id in verifyResult() local 898 const uint32_t elementIndex = valueNdx / numScalarsPerVertex; // vertex id in verifyResult() local
|
/aosp_15_r20/external/angle/src/compiler/translator/ |
H A D | ValidateOutputs.cpp | 137 for (size_t elementIndex = 0; elementIndex < elementCount; elementIndex++) in validate() local
|
/aosp_15_r20/frameworks/native/include/input/ |
H A D | RingBuffer.h | 278 size_type bufferIndex(size_type elementIndex) const { in bufferIndex()
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validate_constants.cpp | 320 for (size_t elementIndex = 2; elementIndex < instruction.size(); in IsTypeNullable() local
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/val/ |
H A D | validate_constants.cpp | 320 for (size_t elementIndex = 2; elementIndex < instruction.size(); in IsTypeNullable() local
|