/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fBasicComputeShaderTests.cpp | 187 …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 D | MifareClassic.java | 290 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 D | RegularFile.java | 254 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 D | memory_pool_impl.h | 51 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 D | ParallelCountBytes.java | 68 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 D | BlockRealMatrix.java | 226 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 D | BlockFieldMatrix.java | 232 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 D | BlockRealMatrix.java | 216 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 D | BlockFieldMatrix.java | 223 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 D | reflection.cpp | 93 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/ |
D | reflection.cpp | 93 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 D | WavSeekMap.java | 53 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 D | WavSeekMap.java | 53 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 D | FwdLockFile.c | 72 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/ |
D | UwbOwrAoaMeasurement.java | 25 public int blockIndex; field in UwbOwrAoaMeasurement 32 int blockIndex, int aoaAzimuth, int aoaAzimuthFom, in UwbOwrAoaMeasurement()
|
/aosp_15_r20/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | GL2EncoderUtils.cpp | 52 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/ |
D | DlTDoATests.java | 40 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 D | SortUtils.cuh | 99 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 D | PhiInsn.java | 387 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/ |
D | framework-nfc.stubs.exportable.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/nfc/
android/ ... |
/aosp_15_r20/prebuilts/sdk/35/public/ |
HD | framework-nfc.jar | META-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/ |
D | framework-nfc.stubs.exportable.from-source.jar | META-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/ |
D | framework-nfc.stubs.exportable.from-source.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/nfc/
android/ ... |
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Iso/ |
H A D | IsoIn.cpp | 323 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/ |
D | DlTDoAMeasurement.java | 67 public DlTDoAMeasurement(int messageType, int messageControl, int blockIndex, int roundIndex, in DlTDoAMeasurement() 251 public DlTDoAMeasurement.Builder setBlockIndex(int blockIndex) { in setBlockIndex()
|