Home
last modified time | relevance | path

Searched defs:blockIndex (Results 1 – 25 of 383) sorted by relevance

12345678910>>...16

/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fBasicComputeShaderTests.cpp187 …const uint32_t blockIndex = gl.getProgramResourceIndex(program.getProgram(), GL_UNIFORM_BLOCK, "In… in iterate() local
212 const uint32_t blockIndex = in iterate() local
229 const uint32_t blockIndex = in iterate() local
325 const uint32_t blockIndex = in iterate() local
353 const uint32_t blockIndex = in iterate() local
370 const uint32_t blockIndex = in iterate() local
716 const uint32_t blockIndex = in iterate() local
733 const uint32_t blockIndex = in iterate() local
846 const uint32_t blockIndex = in iterate() local
874 const uint32_t blockIndex = in iterate() local
[all …]
/aosp_15_r20/frameworks/base/nfc/java/android/nfc/tech/
H A DMifareClassic.java290 public int blockToSector(int blockIndex) { in blockToSector()
420 public byte[] readBlock(int blockIndex) throws IOException { in readBlock()
442 public void writeBlock(int blockIndex, byte[] data) throws IOException { in writeBlock()
471 public void increment(int blockIndex, int value) throws IOException { in increment()
499 public void decrement(int blockIndex, int value) throws IOException { in decrement()
526 public void transfer(int blockIndex) throws IOException { in transfer()
548 public void restore(int blockIndex) throws IOException { in restore()
/aosp_15_r20/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/
H A DRegularFile.java254 int blockIndex = blockIndex(size); in prepareForWrite() local
308 int blockIndex = blockIndex(pos); in write() local
349 int blockIndex = blockIndex(pos); in write() local
402 int blockIndex = blockIndex(pos); in transferFrom() local
480 int blockIndex = blockIndex(pos); in read() local
513 int blockIndex = blockIndex(pos); in read() local
565 int blockIndex = blockIndex(pos); in transferTo() local
600 private int blockIndex(long position) { in blockIndex() method in RegularFile
/aosp_15_r20/system/chre/util/include/chre/util/
H A Dmemory_pool_impl.h51 size_t blockIndex = mNextFreeBlockIndex; in allocate() local
62 size_t blockIndex; in deallocate() local
87 size_t blockIndex = (i * kBitSizeOfUInt32) + j; in find() local
114 void MemoryPool<ElementType, kSize>::setBlockActiveStatus(size_t blockIndex, in setBlockActiveStatus()
/aosp_15_r20/external/google-cloud-java/google-cloud-examples/src/main/java/com/google/cloud/examples/nio/
H A DParallelCountBytes.java68 int blockIndex; field in ParallelCountBytes.WorkUnit
70 public WorkUnit(SeekableByteChannel chan, int blockSize, int blockIndex) { in WorkUnit()
90 public WorkUnit resetForIndex(int blockIndex) { in resetForIndex()
133 int blockIndex; in countFile() local
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
H A DBlockRealMatrix.java226 int blockIndex = 0; in toBlocksLayout() local
274 int blockIndex = 0; in createBlocksLayout() local
578 int blockIndex = 0; in multiply() local
648 int blockIndex = iBlock * blockColumns; in getData() local
1313 int blockIndex = 0; in transpose() local
1565 int blockIndex = 0; in walkInOptimizedOrder() local
1591 int blockIndex = 0; in walkInOptimizedOrder() local
H A DBlockFieldMatrix.java232 int blockIndex = 0; in toBlocksLayout() local
284 int blockIndex = 0; in createBlocksLayout() local
590 int blockIndex = 0; in multiply() local
661 int blockIndex = iBlock * blockColumns; in getData() local
1289 int blockIndex = 0; in transpose() local
1545 int blockIndex = 0; in walkInOptimizedOrder() local
1571 int blockIndex = 0; in walkInOptimizedOrder() local
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/linear/
H A DBlockRealMatrix.java216 int blockIndex = 0; in toBlocksLayout() local
260 int blockIndex = 0; in createBlocksLayout() local
532 int blockIndex = 0; in multiply() local
599 int blockIndex = iBlock * blockColumns; in getData() local
1271 int blockIndex = 0; in transpose() local
1518 int blockIndex = 0; in walkInOptimizedOrder() local
1543 int blockIndex = 0; in walkInOptimizedOrder() local
H A DBlockFieldMatrix.java223 int blockIndex = 0; in toBlocksLayout() local
271 int blockIndex = 0; in createBlocksLayout() local
558 int blockIndex = 0; in multiply() local
628 int blockIndex = iBlock * blockColumns; in getData() local
1277 int blockIndex = 0; in transpose() local
1529 int blockIndex = 0; in walkInOptimizedOrder() local
1554 int blockIndex = 0; in walkInOptimizedOrder() local
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/
H A Dreflection.cpp93 int blockIndex = -1; in addUniform() local
250 … TList<TIntermBinary*>::const_iterator deref, int offset, int blockIndex, int arraySize, in blowUpActiveAggregate()
578 int blockIndex = -1; in addDereferencedUniform() local
640 int blockIndex = 0; in addBlockName() local
/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/
Dreflection.cpp93 int blockIndex = -1; in addUniform() local
250 … TList<TIntermBinary*>::const_iterator deref, int offset, int blockIndex, int arraySize, in blowUpActiveAggregate()
578 int blockIndex = -1; in addDereferencedUniform() local
640 int blockIndex = 0; in addBlockName() local
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/wav/
H A DWavSeekMap.java53 long blockIndex = (timeUs * wavFormat.frameRateHz) / (C.MICROS_PER_SECOND * framesPerBlock); in getSeekPoints() local
70 private long blockIndexToTimeUs(long blockIndex) { in blockIndexToTimeUs()
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/wav/
H A DWavSeekMap.java53 long blockIndex = (timeUs * wavFormat.frameRateHz) / (C.MICROS_PER_SECOND * framesPerBlock); in getSeekPoints() local
70 private long blockIndexToTimeUs(long blockIndex) { in blockIndexToTimeUs()
/aosp_15_r20/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
H A DFwdLockFile.c72 uint64_t blockIndex; member
223 uint64_t blockIndex, in FwdLockFile_CalculateCounter()
246 uint64_t blockIndex = pSession->filePos / AES_BLOCK_SIZE; in FwdLockFile_DecryptByte() local
/aosp_15_r20/packages/modules/Uwb/service/java/com/android/server/uwb/data/
DUwbOwrAoaMeasurement.java25 public int blockIndex; field in UwbOwrAoaMeasurement
32 int blockIndex, int aoaAzimuth, int aoaAzimuthFom, in UwbOwrAoaMeasurement()
/aosp_15_r20/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2EncoderUtils.cpp52 size_t numActiveUniformsInUniformBlock(void* self, GLuint program, GLuint blockIndex) { in numActiveUniformsInUniformBlock()
58 size_t glActiveUniformBlockivParamSize(void* self, GLuint program, GLuint blockIndex, GLenum pname)… in glActiveUniformBlockivParamSize()
/aosp_15_r20/packages/modules/Uwb/service/support_lib/test/
DDlTDoATests.java40 int blockIndex = 4; in dlTDoAMeasurementTest() local
74 assertEquals(fromBundle.getBlockIndex(), blockIndex); in dlTDoAMeasurementTest() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DSortUtils.cuh99 const IndexType blockIndex = getLinearBlockId<IndexType>(); in C10_LAUNCH_BOUNDS_1() local
176 const IndexType blockIndex = getLinearBlockId<IndexType>(); in C10_LAUNCH_BOUNDS_1() local
/aosp_15_r20/dalvik/dx/src/com/android/dx/ssa/
H A DPhiInsn.java387 public final int blockIndex; field in PhiInsn.Operand
390 public Operand(RegisterSpec regSpec, int blockIndex, int ropLabel) { in Operand()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/nfc/framework-nfc.stubs.exportable/android_common/combined/
Dframework-nfc.stubs.exportable.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/nfc/ android/ ...
/aosp_15_r20/prebuilts/sdk/35/public/
HDframework-nfc.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/nfc/ android/ ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/nfc/framework-nfc.stubs.exportable.from-source/android_common/javac/
Dframework-nfc.stubs.exportable.from-source.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/nfc/ android/ ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/nfc/framework-nfc.stubs.exportable.from-source/android_common/combined/
Dframework-nfc.stubs.exportable.from-source.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/nfc/ android/ ...
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Iso/
H A DIsoIn.cpp323 void CInArchive::SeekToBlock(UInt32 blockIndex) in SeekToBlock()
429 UInt32 blockIndex = GetUi32(_bootDesc.BootSystemUse); in ReadBootInfo() local
/aosp_15_r20/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/dltdoa/
DDlTDoAMeasurement.java67 public DlTDoAMeasurement(int messageType, int messageControl, int blockIndex, int roundIndex, in DlTDoAMeasurement()
251 public DlTDoAMeasurement.Builder setBlockIndex(int blockIndex) { in setBlockIndex()

12345678910>>...16