HomeSort by relevance Sort by last modified time
    Searched refs:getCol (Results 1 - 15 of 15) 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 74 unsigned getCol() const {
  /external/llvm/lib/IR/
DebugLoc.cpp 110 ConstantInt::get(Int32, getLine()), ConstantInt::get(Int32, getCol()),
137 if (getCol() != 0)
138 dbgs() << ',' << getCol();
DebugInfo.cpp     [all...]
  /external/llvm/unittests/ExecutionEngine/JIT/
JITEventListenerTestCommon.h 44 inline unsigned int getCol() {
96 DebugLoc DebugLocation = DebugLoc::get(getLine(), getCol(),
  /external/llvm/tools/llvm-dis/
llvm-dis.cpp 57 OS << DL.getLine() << ":" << DL.getCol();
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 511 if (dl.getCol() != 0)
512 OS << ':' << dl.getCol();
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 447 return DebugLoc::get(DL.getLine(), DL.getCol(), DL.getScope(Ctx),
451 return DebugLoc::get(DL.getLine(), DL.getCol(), DL.getScope(Ctx),
    [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 299 << " " << curLoc.getLine() << " " << curLoc.getCol();
    [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...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp     [all...]

Completed in 278 milliseconds