/external/libldac/src/ |
D | pack_ldac.c | 25 STREAM *p_block, in pack_store_ldac() 28 STREAM *p_bufptr; in pack_store_ldac() 55 STREAM *p_stream) in pack_frame_header_ldac() 76 STREAM *p_stream, in pack_frame_alignment_ldac() 98 STREAM *p_stream, in pack_byte_alignment_ldac() 117 STREAM *p_stream, in pack_band_info_ldac() 132 STREAM *p_stream, in pack_gradient_ldac() 162 STREAM *p_stream, in pack_scale_factor_0_ldac() 198 STREAM *p_stream, in pack_scale_factor_1_ldac() 231 STREAM *p_stream, in pack_scale_factor_2_ldac() [all …]
|
D | proto_ldac.h | 54 DECLFUNC void pack_frame_header_ldac(int, int, int, int, STREAM *); 55 DECLFUNC int pack_raw_data_frame_ldac(SFINFO *, STREAM *, int *, int *); 56 DECLFUNC int pack_null_data_frame_ldac(SFINFO *, STREAM *, int *, int *);
|
D | ldaclib_api.c | 440 (STREAM *)p_stream); 700 error_code2 = pack_null_data_frame_ldac(p_sfinfo, (STREAM *)p_stream, &loc, p_nbytes_used); 710 error_code = pack_raw_data_frame_ldac(p_sfinfo, (STREAM *)p_stream, &loc, p_nbytes_used); 715 error_code2 = pack_null_data_frame_ldac(p_sfinfo, (STREAM *)p_stream, &loc, p_nbytes_used);
|
D | struct_ldac.h | 43 typedef unsigned char STREAM; typedef
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopUnroll/Hexagon/ |
D | peel-small-loop.ll | 6 %struct.STREAM = type { %union.anon, i32, i32 } 9 define void @function(%struct.STREAM* nocapture readonly %b) local_unnamed_addr { 11 %bitPtr3 = getelementptr inbounds %struct.STREAM, %struct.STREAM* %b, i32 0, i32 2 17 %value2 = getelementptr inbounds %struct.STREAM, %struct.STREAM* %b, i32 0, i32 1 19 %w = getelementptr inbounds %struct.STREAM, %struct.STREAM* %b, i32 0, i32 0, i32 0
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/ |
D | pdbdump-raw-stream.test | 1 ; RUN: llvm-pdbutil bytes -stream-data=1 %p/Inputs/empty.pdb | FileCheck --check-prefix=STREAM %s 11 STREAM: Stream Data 12 STREAM-NEXT: ============================================================ 13 STREAM-NEXT: Stream 1: PDB Stream (dumping 118 / 118 bytes) 14 STREAM-NEXT: Data ( 15 STREAM-NEXT: 13000: 942E3101 E207E554 01000000 0B355641 86A0A249 896F9988 FAE52FF0 22000000 … 16 STREAM-NEXT: 13020: 2F4C696E 6B496E66 6F002F6E 616D6573 002F7372 632F6865 61646572 626C6F63 … 17 STREAM-NEXT: 13040: 6B000300 00000600 00000100 00001A00 00000000 00001100 00000900 00000A00 … 18 STREAM-NEXT: 13060: 00000D00 00000000 00000500 00000000 00004191 3201 … 19 STREAM-NEXT: )
|
/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | CodedOutputStreamTest.java | 83 return OutputType.STREAM; in getOutputType() 207 STREAM() { in STREAM() enumConstant 330 Coder coder = OutputType.STREAM.newCoder(blockSize); in testWriteWholeMessage() 333 assertEqualBytes(OutputType.STREAM, expectedBytes, coder.toByteArray()); in testWriteWholeMessage() 374 Coder coder = OutputType.STREAM.newCoder(4 * 1024); 623 Coder coder = OutputType.STREAM.newCoder(blockSize); 626 assertEqualBytes(OutputType.STREAM, data, coder.toByteArray()); 644 Coder coder = OutputType.STREAM.newCoder(blockSize); 647 assertEqualBytes(OutputType.STREAM, data, coder.toByteArray()); 732 Coder coder = OutputType.STREAM.newCoder(blockSize); [all …]
|
/external/python/cpython3/Lib/test/test_asyncio/ |
D | test_base_events.py | 56 STREAM = socket.SOCK_STREAM 62 (INET, STREAM, TCP, '', ('1.2.3.4', 1)), 63 base_events._ipaddr_info('1.2.3.4', 1, INET, STREAM, TCP)) 66 (INET, STREAM, TCP, '', ('1.2.3.4', 1)), 67 base_events._ipaddr_info(b'1.2.3.4', 1, INET, STREAM, TCP)) 70 (INET, STREAM, TCP, '', ('1.2.3.4', 1)), 71 base_events._ipaddr_info('1.2.3.4', 1, UNSPEC, STREAM, TCP)) 79 (INET, STREAM, TCP, '', ('1.2.3.4', 1)), 80 base_events._ipaddr_info('1.2.3.4', 1, UNSPEC, STREAM, 0)) 93 base_events._ipaddr_info('1.2.3.4', 1, INET6, STREAM, TCP)) [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-pdbdump/ |
D | explain.test | 19 ; RUN: | FileCheck --check-prefix=STREAM %s 70 STREAM: Block:Offset = 7:0000. 71 STREAM-NEXT: Address is in block 7 (allocated). 72 STREAM-NEXT: Address is at offset 0/684 of Stream 12 (Module "* Linker *").
|
/external/bcc/examples/networking/neighbor_sharing/ |
D | README.txt | 39 MIGRATED TCP STREAM TEST from 0.0.0.0 (0.0.0.0) port 0 AF_INET to 172.16.1.100 () port 0 AF_INET : … 48 MIGRATED TCP STREAM TEST from 0.0.0.0 (0.0.0.0) port 0 AF_INET to 172.16.1.150 () port 0 AF_INET : …
|
/external/ltp/testscripts/ |
D | Readme_ROBind | 25 STREAM 75 STREAM
|
/external/webrtc/webrtc/modules/audio_processing/test/ |
D | audio_file_processor.cc | 97 } else if (event_msg.type() == Event::STREAM) { in ProcessChunk() 105 } while (event_msg.type() != Event::STREAM); in ProcessChunk()
|
D | unpack.cc | 130 } else if (event_msg.type() == Event::STREAM) { in do_main()
|
/external/python/cpython2/Lib/unittest/test/ |
D | test_runner.py | 255 STREAM = object() 258 runner = unittest.TextTestRunner(STREAM, DESCRIPTIONS, VERBOSITY,
|
/external/python/cpython3/Lib/unittest/test/ |
D | test_runner.py | 267 STREAM = object() 270 runner = unittest.TextTestRunner(STREAM, DESCRIPTIONS, VERBOSITY,
|
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_object.h | 38 STREAM, enumerator
|
D | fpdf_parser_utility.cpp | 208 case CPDF_Object::STREAM: { in operator <<()
|
D | cpdf_stream.cpp | 36 return STREAM; in GetType()
|
D | cpdf_object_unittest.cpp | 89 CPDF_Object::STREAM, CPDF_Object::NULLOBJ}; in SetUp() 147 case CPDF_Object::STREAM: { in Equal() 374 if (m_DirectObjTypes[i] == CPDF_Object::STREAM) { in TEST_F()
|
/external/deqp/doc/testspecs/GLES3/ |
D | performance.buffer.data_upload.txt | 27 - STREAM, STATIC and DYNAMIC buffer usages 41 - STREAM, STATIC and DYNAMIC buffer usages 62 - STREAM, STATIC and DYNAMIC buffer usages
|
/external/webrtc/webrtc/modules/audio_processing/ |
D | debug.proto | 76 STREAM = 2; enumerator
|
D | audio_processing_impl.cc | 627 debug_dump_.capture.event_msg->set_type(audioproc::Event::STREAM); in ProcessStream() 717 debug_dump_.capture.event_msg->set_type(audioproc::Event::STREAM); in ProcessStream()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
D | AMDGPUTargetStreamer.cpp | 212 #define PRINT_IF_NOT_DEFAULT(STREAM, DIRECTIVE, KERNEL_DESC, \ in EmitAmdhsaKernelDescriptor() argument 216 STREAM << "\t\t" << DIRECTIVE << " " \ in EmitAmdhsaKernelDescriptor()
|
/external/libxml2/os400/ |
D | xmllint.cmd | 137 (*STREAM '--stream') +
|
/external/pdfium/fpdfsdk/ |
D | fpdfppo.cpp | 295 case CPDF_Object::STREAM: { in UpdateReference()
|