Home
last modified time | relevance | path

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/
DStreamHandlerTest.java300 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/
DArTestCase.java132 … 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/
DExpanderTest.java160 try (SevenZOutputFile aos = new SevenZOutputFile(archive)) { in setup7z()
183 try (ArchiveOutputStream aos = new ArchiveStreamFactory() in setupZip()
207 try (ArchiveOutputStream aos = new ArchiveStreamFactory() in setupZip()
DParameterizedExpanderTest.java77 try (ArchiveOutputStream aos = new ArchiveStreamFactory() in setUp()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_dma.c138 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()
Dradeon_common_context.h297 struct radeon_aos aos[RADEON_MAX_AOS_ARRAYS]; member
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_dma.c138 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()
Dradeon_maos_arrays.c82 static void emit_tex_vector(struct gl_context *ctx, struct radeon_aos *aos, in emit_tex_vector()
Dradeon_common_context.h297 struct radeon_aos aos[RADEON_MAX_AOS_ARRAYS]; member
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c1024 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