Home
last modified time | relevance | path

Searched defs:reload (Results 1 – 16 of 16) sorted by relevance

/external/openssh/contrib/redhat/
Dsshd.init65 reload() function
/external/guava/guava/src/com/google/common/cache/
DCacheLoader.java94 public ListenableFuture<V> reload(K key, V oldValue) throws Exception { in reload() method in CacheLoader
193 public ListenableFuture<V> reload(final K key, final V oldValue) throws Exception { in asyncReloading() method in CacheLoader
/external/llvm/lib/DebugInfo/PDB/Raw/
DSymbolStream.cpp32 Error SymbolStream::reload() { in reload() function in SymbolStream
DInfoStream.cpp27 Error InfoStream::reload() { in reload() function in InfoStream
DModStream.cpp28 Error ModStream::reload() { in reload() function in ModStream
DPublicsStream.cpp88 Error PublicsStream::reload() { in reload() function in PublicsStream
DTpiStream.cpp155 Error TpiStream::reload() { in reload() function in TpiStream
DDbiStream.cpp89 Error DbiStream::reload() { in reload() function in DbiStream
/external/javassist/src/main/javassist/util/
DHotSwapper.java155 public void reload(String className, byte[] classFile) { in reload() method in HotSwapper
170 public void reload(Map classFiles) { in reload() method in HotSwapper
/external/autotest/client/tests/cgroup/
Dcgroup.py287 def reload(self): member in cgroup.test_cpuset.per_cpu_load
/external/selinux/policycoreutils/setsebool/
Dsetsebool.c21 int reload = 1; variable
/external/brotli/java/org/brotli/dec/
DBitReader.java158 static void reload(BitReader br) { in reload() method in BitReader
/external/pdfium/xfa/fde/tto/
Dfde_textout.h68 void SetNewReload(bool reload) { m_bNewReload = reload; } in SetNewReload()
/external/selinux/policycoreutils/semodule/
Dsemodule.c46 static int reload; variable
/external/python/cpython2/Lib/
Dihooks.py371 def reload(self, module, path = None): member in BasicModuleImporter
534 def reload(self, module): member in ModuleImporter
/external/autotest/client/cros/faft/
Drpc_functions.py64 def reload(self): member in LazyInitHandlerProxy