HomeSort by relevance Sort by last modified time
    Searched refs:getCol (Results 1 - 11 of 11) sorted by null

  /packages/apps/Browser/tests/src/com/android/browser/
BrowserProviderTests.java 123 String text1 = getCol(c, SearchManager.SUGGEST_COLUMN_TEXT_1);
126 String text2 = getCol(c, SearchManager.SUGGEST_COLUMN_TEXT_2);
128 String data = getCol(c, SearchManager.SUGGEST_COLUMN_INTENT_DATA);
170 private static String getCol(Cursor c, String name) {
  /external/llvm/include/llvm/Support/
DebugLoc.h 75 unsigned getCol() const {
  /external/llvm/lib/VMCore/
DebugLoc.cpp 109 ConstantInt::get(Int32, getLine()), ConstantInt::get(Int32, getCol()),
151 if (getCol() != 0)
152 dbgs() << ',' << getCol();
  /external/llvm/tools/llvm-dis/
llvm-dis.cpp 56 OS << DL.getLine() << ":" << DL.getCol();
  /external/llvm/lib/Analysis/
DebugInfo.cpp 765 if (DL.getCol() != 0)
766 CommentOS << ':' << DL.getCol();
    [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp     [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 128 milliseconds