Home
last modified time | relevance | path

Searched refs:from_id (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/build/android/buildbot/
Dbb_run_bot.py204 for to_id, from_id in copy_map:
207 bot_map[to_id] = copy.deepcopy(bot_map[from_id])._replace(bot_id=to_id)
/external/chromium_org/chrome/browser/chromeos/login/screens/
Dscreen_manager.h69 void TransitionScreen(const std::string& from_id,
Dscreen_manager.cc115 void ScreenManager::TransitionScreen(const std::string& from_id, in TransitionScreen() argument
/external/clang/bindings/python/clang/
Dcindex.py509 def from_id(id): member in CursorKind
1133 return CursorKind.from_id(self._kind_id)
1434 def from_id(id): member in TypeKind
1499 return TypeKind.from_id(self._kind_id)
1886 return CursorKind.from_id(self.cursorKind)