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

  /libcore/luni/src/test/java/libcore/java/nio/charset/
OldCharset_SingleByteAbstractTest.java 49 ByteBuffer inputBB = ByteBuffer.wrap(allBytes);
53 outputCB = decoder.decode(inputBB);
65 ByteBuffer inputBB = ByteBuffer.wrap(input);
69 outputCB = decoder.decode(inputBB);
90 // ByteBuffer inputBB = ByteBuffer.wrap(allBytes);
93 // outputCB = decoder.decode(inputBB);
OldCharset_SingleByte_ISO_8859_3.java 48 // ByteBuffer inputBB = ByteBuffer.wrap(new byte[] {(byte)166});
52 // outputCB = decoder.decode(inputBB);
Charset_TestGenerator.java 239 // ByteBuffer inputBB = ByteBuffer.wrap(bytes);
242 // outputCB = decoder.decode(inputBB);
OldCharset_AbstractTest.java 124 ByteBuffer inputBB = ByteBuffer.wrap(input);
126 CharBuffer outputCB = decoder.decode(inputBB);
  /external/llvm/lib/Transforms/Utils/
LoopSimplify.cpp 189 static void addBlockAndPredsToSet(BasicBlock *InputBB, BasicBlock *StopBlock,
192 Worklist.push_back(InputBB);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
LoopSimplify.cpp 436 static void AddBlockAndPredsToSet(BasicBlock *InputBB, BasicBlock *StopBlock,
439 WorkList.push_back(InputBB);

Completed in 550 milliseconds