HomeSort by relevance Sort by last modified time
    Searched defs:aos (Results 1 - 6 of 6) sorted by null

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ConstructedOctetStream.java 57 ASN1OctetStringParser aos = (ASN1OctetStringParser)_parser.readObject(); local
59 if (aos == null)
65 _currentStream = aos.getOctetStream();
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldErrorManagerTest.java 38 MockStream aos = new MockStream(); local
39 PrintStream st = new PrintStream(aos);
44 assertTrue("message appears (supertest)", aos.getWrittenData().indexOf("supertest") != -1);
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
StreamHandlerTest.java 300 ByteArrayOutputStream aos = new MockOutputStream(); local
301 StreamHandler h = new StreamHandler(aos, new MockFormatter());
311 assertTrue(aos.toString().endsWith("MockFormatter_Tail"));
320 ByteArrayOutputStream aos = new MockExceptionOutputStream(); local
321 StreamHandler h = new StreamHandler(aos, new MockFormatter());
333 ByteArrayOutputStream aos = new MockOutputStream(); local
334 StreamHandler h = new StreamHandler(aos, new MockFormatter());
342 assertEquals("MockFormatter_HeadMockFormatter_Tail", aos.toString()
358 ByteArrayOutputStream aos = new MockOutputStream(); local
359 StreamHandler h = new StreamHandler(aos, new MockFormatter())
475 ByteArrayOutputStream aos = new ByteArrayOutputStream(); local
509 ByteArrayOutputStream aos = new ByteArrayOutputStream(); local
571 ByteArrayOutputStream aos = new ByteArrayOutputStream(); local
583 ByteArrayOutputStream aos = new ByteArrayOutputStream(); local
600 ByteArrayOutputStream aos = new ByteArrayOutputStream(); local
616 ByteArrayOutputStream aos = new ByteArrayOutputStream(); local
635 ByteArrayOutputStream aos = new ByteArrayOutputStream(); local
693 ByteArrayOutputStream aos = new ByteArrayOutputStream(); local
720 ByteArrayOutputStream aos = new ByteArrayOutputStream(); local
750 ByteArrayOutputStream aos = new ByteArrayOutputStream(); local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.c 609 LLVMValueRef* aos,
658 store_aos(gallivm, io_ptrs[i], attr_index, aos[i]);
680 LLVMValueRef aos[LP_MAX_VECTOR_WIDTH / 32]; local
702 lp_build_transpose_aos(gallivm, soa_type, soa, aos);
707 aos[i] = lp_build_extract_range(gallivm,
717 aos,
740 LLVMValueRef aos[LP_MAX_VECTOR_LENGTH]; local
772 aos[i] = lp_build_extract_range(gallivm,
786 lp_set_store_alignment(LLVMBuildStore(builder, aos[j], clip_ptr), sizeof(float));
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common_context.h 298 struct radeon_aos aos[RADEON_MAX_AOS_ARRAYS]; member in struct:radeon_tcl_info
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 484 milliseconds