Searched defs:aos (Results 1 – 10 of 10) sorted by relevance
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
D | StreamHandlerTest.java | 300 ByteArrayOutputStream aos = new MockOutputStream(); in testClose_SufficientPrivilege_NormalClose() local 320 ByteArrayOutputStream aos = new MockExceptionOutputStream(); in testClose_SufficientPrivilege_Exception() local 333 ByteArrayOutputStream aos = new MockOutputStream(); in testClose_SufficientPrivilege_DirectClose() local 358 ByteArrayOutputStream aos = new MockOutputStream(); in testFlush_Normal() local 475 ByteArrayOutputStream aos = new ByteArrayOutputStream(); in testPublish_NoFilter() local 509 ByteArrayOutputStream aos = new ByteArrayOutputStream(); in testPublish_WithFilter() local 571 ByteArrayOutputStream aos = new ByteArrayOutputStream(); in testPublish_EmptyMsg() local 583 ByteArrayOutputStream aos = new ByteArrayOutputStream(); in testPublish_NullMsg() local 600 ByteArrayOutputStream aos = new ByteArrayOutputStream(); in testPublish_AfterClose() local 616 ByteArrayOutputStream aos = new ByteArrayOutputStream(); in testSetEncoding_Normal() local [all …]
|
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/ |
D | ArTestCase.java | 132 … final ArchiveOutputStream aos = new ArchiveStreamFactory().createArchiveOutputStream("ar", os); in testArDelete() local 195 ArArchiveOutputStream aos = null; in XtestDirectoryEntryFromFile() local 237 ArArchiveOutputStream aos = null; in XtestExplicitDirectoryEntry() local 277 ArArchiveOutputStream aos = null; in testFileEntryFromFile() local 327 ArArchiveOutputStream aos = null; in testExplicitFileEntry() local
|
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/examples/ |
D | ExpanderTest.java | 160 try (SevenZOutputFile aos = new SevenZOutputFile(archive)) { in setup7z() 183 try (ArchiveOutputStream aos = new ArchiveStreamFactory() in setupZip() 207 try (ArchiveOutputStream aos = new ArchiveStreamFactory() in setupZip()
|
D | ParameterizedExpanderTest.java | 77 try (ArchiveOutputStream aos = new ArchiveStreamFactory() in setUp()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_dma.c | 138 void rcommon_emit_vector(struct gl_context * ctx, struct radeon_aos *aos, in rcommon_emit_vector() 170 void rcommon_emit_vecfog(struct gl_context *ctx, struct radeon_aos *aos, in rcommon_emit_vecfog()
|
D | radeon_common_context.h | 297 struct radeon_aos aos[RADEON_MAX_AOS_ARRAYS]; member
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_dma.c | 138 void rcommon_emit_vector(struct gl_context * ctx, struct radeon_aos *aos, in rcommon_emit_vector() 170 void rcommon_emit_vecfog(struct gl_context *ctx, struct radeon_aos *aos, in rcommon_emit_vecfog()
|
D | radeon_maos_arrays.c | 82 static void emit_tex_vector(struct gl_context *ctx, struct radeon_aos *aos, in emit_tex_vector()
|
D | radeon_common_context.h | 297 struct radeon_aos aos[RADEON_MAX_AOS_ARRAYS]; member
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.c | 1024 LLVMValueRef stride, buffer_overflowed, aos, index_valid; in fetch_instanced() local 1223 LLVMValueRef* aos, in store_aos_array() 1306 LLVMValueRef aos[LP_MAX_VECTOR_WIDTH / 32]; in convert_to_aos() local 1373 LLVMValueRef aos[LP_MAX_VECTOR_LENGTH]; in store_clip() local
|