HomeSort by relevance Sort by last modified time
    Searched full:ba1 (Results 1 - 25 of 27) sorted by null

1 2

  /external/guava/guava-tests/benchmark/com/google/common/primitives/
UnsignedBytesBenchmark.java 34 private byte[] ba1; field in class:UnsignedBytesBenchmark
48 ba1 = new byte[length];
49 r.nextBytes(ba1);
50 ba2 = Arrays.copyOf(ba1, ba1.length);
52 ba3 = Arrays.copyOf(ba1, ba1.length);
53 ba4 = Arrays.copyOf(ba1, ba1.length);
54 ba3[ba1.length - 1] = (byte) 43
    [all...]
  /external/llvm/test/Assembler/
invalid-uselistorder_bb-numbered.ll 4 @ba1 = constant i8* blockaddress (@foo, %1)
uselistorder_bb.ll 6 @ba1 = constant i8* blockaddress (@bafunc1, %bb)
  /external/sfntly/cpp/src/test/
byte_array_test.cc 59 bool ReadComparison(ByteArray* ba1, ByteArray* ba2) {
61 for (int i = 0; i < ba1->Length(); ++i) {
62 EXPECT_EQ(ba1->Get(i), ba2->Get(i));
67 int increments = std::max<int32_t>(ba1->Length() / 11, 1);
68 for (int buffer_size = 1; buffer_size < ba1->Length();
71 ReadByteArrayWithBuffer(ba1, &buffer, &b1);
81 for (int window_size = 1; window_size < ba1->Length();
83 ReadByteArrayWithSlidingWindow(ba1, window_size, &b1);
endian_test.cc 38 ByteArrayPtr ba1 = new GrowableMemoryByteArray(); local
40 ba1->Put(i, test_data[i]);
42 ReadableFontDataPtr rfd = new ReadableFontData(ba1);
test_utils.h 49 // @param ba1 the first ByteArray
  /external/llvm/test/Bitcode/
use-list-order.ll 136 @ba1 = constant i8* blockaddress (@bafunc1, %bb)
  /external/skia/src/opts/
SkBitmapProcState_opts_SSSE3.cpp 148 // (0, 0, 0, 0, 0, 0, 0, 0, Aa1, Aa0, Ba1, Ba0, Ga1, Ga0, Ra1, Ra0)
158 // Aa1, Aa0, Ba1, Ba0, Ga1, Ga0, Ra1, Ra0)
357 // (0, 0, 0, 0, 0, 0, 0, 0, Aa1, Aa0, Ba1, Ba0, Ga1, Ga0, Ra1, Ra0)
  /external/llvm/include/llvm/Support/
ELF.h 293 EM_BA1 = 201, // Beyond BA1 CPU architecture
    [all...]
  /external/google-breakpad/src/tools/windows/dump_syms/testdata/
dump_syms_regtest.sym 1125 FUNC 2ba1 5f 0 strcpy_s
1126 2ba1 5 13 2523
    [all...]
dump_syms_regtest64.sym     [all...]
omap_reorder_funcs.sym 1034 4ba1 1 191 3583
    [all...]
omap_stretched_filled.sym     [all...]
omap_stretched.sym     [all...]
  /external/icu/icu4c/source/test/testdata/
CollationTest_NON_IGNORABLE_SHORT.txt     [all...]
CollationTest_SHIFTED_SHORT.txt     [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/data/
CollationTest_NON_IGNORABLE_SHORT.txt     [all...]
CollationTest_SHIFTED_SHORT.txt     [all...]
  /external/google-breakpad/src/processor/testdata/symbols/ld-2.13.so/C32AD7E235EA6112E02A5B9D6219C4850/
ld-2.13.so.sym 137 STACK CFI 5ba1 .cfa: $rsp 16 +
    [all...]
  /external/icu/icu4c/source/data/unidata/
DerivedCoreProperties.txt 678 1BA1 ; Alphabetic
    [all...]
  /external/google-breakpad/src/client/mac/handler/testcases/testdata/
dump_syms_i386_breakpad.sym 315 2ba1 17 603 3
579 4ba1 34 444 3
    [all...]
  /external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/
libc-2.13.so.sym     [all...]
  /external/icu/icu4c/source/test/intltest/
numfmtst.cpp     [all...]
  /development/perftests/panorama/input/
test_020.ppm     [all...]
  /external/elfutils/src/tests/
testfile45.expect.bz2 

Completed in 9066 milliseconds

1 2