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

  /external/openssh/
entropy.c 111 reopen:
137 goto reopen;
148 goto reopen;
  /frameworks/compile/libbcc/include/bcc/Support/
FileBase.h 91 inline bool reopen() { function in class:bcc::FileBase
94 // need to check it again in reopen().
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/_builtinSuites/
builtin_Suite.py 1 """Suite builtin_Suite: Every application supports open, reopen, print, run, and quit
51 def reopen(self, _no_object=None, _attributes={}, **_arguments): member in class:builtin_Suite_Events
52 """reopen: Reactivate a running application. Some applications will open a new untitled window if no window is open.
  /external/grub/netboot/
fsys_tftp.c 330 /* Uggh.. FILEPOS has been moved backwards. So reopen the file. */
427 reopen:
439 /* Save the TFTP packet so that we can reopen the file later. */
481 goto reopen;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionary.java 306 private void reopen() { method in class:BinaryDictionary
316 reopen(); method
322 reopen(); method
ContactsBinaryDictionary.java 99 public void reopen(final Context context) { method in class:ContactsBinaryDictionary
LatinIME.java     [all...]
  /frameworks/compile/libbcc/lib/Support/
FileBase.cpp 173 if (hasError() || !reopen()) {
  /external/chromium_org/chrome/browser/resources/file_manager/js/
background.js 233 * Reopen a window if its state is saved in the local storage.
235 SingletonAppWindowWrapper.prototype.reopen = function() {
500 audioPlayer.reopen();
501 videoPlayer.reopen();
share_dialog.js 232 // Discard the window object and reopen in an external window.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
Standard_Suite.py 360 def reopen(self, _no_object=None, _attributes={}, **_arguments): member in class:Standard_Suite_Events
361 """reopen: Reactivate a running application. Some applications will open a new untitled window if no window is open.