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

  /external/llvm/include/llvm/Support/
DebugLoc.h 75 unsigned getCol() const {
  /external/llvm/unittests/ExecutionEngine/JIT/
JITEventListenerTestCommon.h 46 inline unsigned int getCol() {
98 DebugLoc DebugLocation = DebugLoc::get(getLine(), getCol(),
  /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) {

Completed in 900 milliseconds