Home
last modified time | relevance | path

Searched defs:writeBlock (Results 1 – 25 of 230) sorted by relevance

12345678910

/aosp_15_r20/cts/tests/tests/media/audio/src/android/media/audio/cts/
H A DAudioTrackSurroundTest.java340 protected abstract int writeBlock(int numSamples); in writeBlock() method in AudioTrackSurroundTest.SamplePlayerBase
443 protected int writeBlock(int numShorts) { in writeBlock() method in AudioTrackSurroundTest.SamplePlayerShorts
477 protected int writeBlock(int numBytes) { in writeBlock() method in AudioTrackSurroundTest.SamplePlayerBytes
/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/utils/
H A DFixedLengthBlockOutputStream.java90 private void writeBlock() throws IOException { in writeBlock() method in FixedLengthBlockOutputStream
/aosp_15_r20/frameworks/base/nfc/java/android/nfc/tech/
H A DMifareClassic.java442 public void writeBlock(int blockIndex, byte[] data) throws IOException { in writeBlock() method in MifareClassic
/aosp_15_r20/prebuilts/go/linux-x86/src/compress/flate/
Dhuffman_bit_writer.go431 func (w *huffmanBitWriter) writeBlock(tokens []token, eof bool, input []byte) { func
Ddeflate.go164 func (d *compressor) writeBlock(tokens []token, index int) error { func
/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorEvaluator.h165 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void writeBlock( in writeBlock() function
/aosp_15_r20/prebuilts/go/linux-x86/src/image/jpeg/
Dwriter.go354 func (e *encoder) writeBlock(b *block, q quantIndex, prevDC int32) int32 { func
/aosp_15_r20/frameworks/base/libs/hwui/jni/pdf/
H A DPdfEditor.cpp84 static int writeBlock(FPDF_FILEWRITE* owner, const void* buffer, unsigned long size) { in writeBlock() function
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/pprof/
Dpprof.go914 func writeBlock(w io.Writer, debug int) error { func
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DTrie2Writable.java353 private void writeBlock(int block, int value) { in writeBlock() method in Trie2Writable
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/
H A DTrie2Writable.java351 private void writeBlock(int block, int value) { in writeBlock() method in Trie2Writable
/aosp_15_r20/external/skia/src/sksl/codegen/
H A DSkSLPipelineStageCodeGenerator.cpp817 void PipelineStageCodeGenerator::writeBlock(const Block& b) { in writeBlock() function in SkSL::PipelineStage::PipelineStageCodeGenerator
H A DSkSLGLSLCodeGenerator.cpp1677 void GLSLCodeGenerator::writeBlock(const Block& b) { in writeBlock() function in SkSL::GLSLCodeGenerator
H A DSkSLMetalCodeGenerator.cpp2906 void MetalCodeGenerator::writeBlock(const Block& b) { in writeBlock() function in SkSL::MetalCodeGenerator
H A DSkSLRasterPipelineCodeGenerator.cpp1715 bool Generator::writeBlock(const Block& b) { in writeBlock() function in SkSL::RP::Generator
H A DSkSLWGSLCodeGenerator.cpp1989 void WGSLCodeGenerator::writeBlock(const Block& b) { in writeBlock() function in SkSL::WGSLCodeGenerator
/aosp_15_r20/external/cronet/third_party/icu/source/common/
H A Dutrie2_builder.cpp704 writeBlock(uint32_t *block, uint32_t value) { in writeBlock() function
H A Dumutablecptrie.cpp376 writeBlock(uint32_t *block, uint32_t value) { in writeBlock() function
/aosp_15_r20/external/icu/icu4c/source/common/
H A Dutrie2_builder.cpp704 writeBlock(uint32_t *block, uint32_t value) { in writeBlock() function
H A Dumutablecptrie.cpp376 writeBlock(uint32_t *block, uint32_t value) { in writeBlock() function
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/ld/
Ddata.go1066 func writeBlock(ctxt *Link, out *OutBuf, ldr *loader.Loader, syms []loader.Sym, addr, size int64, p… func
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DMutableCodePointTrie.java235 private void writeBlock(int block, int value) { in writeBlock() method in MutableCodePointTrie
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/util/
H A DMutableCodePointTrie.java240 private void writeBlock(int block, int value) { in writeBlock() method in MutableCodePointTrie
/aosp_15_r20/system/incremental_delivery/incfs/tests/
H A Dincfs_test.cpp108 void writeBlock(int pageIndex) { in writeBlock() function in IncFsTest
/aosp_15_r20/external/zstd/tests/
H A Ddecodecorpus.c1034 static void writeBlock(U32* seed, frame_t* frame, size_t contentSize, in writeBlock() function

12345678910