Home
last modified time | relevance | path

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

123

/external/guava/android/guava/src/com/google/common/cache/
DCacheLoader.java99 public ListenableFuture<V> reload(K key, V oldValue) throws Exception { in reload() method in CacheLoader
198 public ListenableFuture<V> reload(final K key, final V oldValue) throws Exception { in asyncReloading() method in CacheLoader
/external/guava/guava/src/com/google/common/cache/
DCacheLoader.java99 public ListenableFuture<V> reload(K key, V oldValue) throws Exception { in reload() method in CacheLoader
197 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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DInjectedSourceStream.cpp28 Error InjectedSourceStream::reload(const PDBStringTable &Strings) { in reload() function in InjectedSourceStream
DSymbolStream.cpp27 Error SymbolStream::reload() { in reload() function in SymbolStream
DPublicsStream.cpp58 Error PublicsStream::reload() { in reload() function in PublicsStream
DInfoStream.cpp25 Error InfoStream::reload() { in reload() function in InfoStream
DPDBStringTable.cpp84 Error PDBStringTable::reload(BinaryStreamReader &Reader) { in reload() function in PDBStringTable
DModuleDebugStream.cpp37 Error ModuleDebugStreamRef::reload() { in reload() function in ModuleDebugStreamRef
/external/javassist/src/main/javassist/util/
DHotSwapper.java170 public void reload(String className, byte[] classFile) { in reload() method in HotSwapper
185 public void reload(Map<String,byte[]> classFiles) { in reload() method in HotSwapper
/external/perfetto/ui/src/frontend/
Dlive_reload.ts71 const reload = constant
/external/python/cpython3/Lib/importlib/
D__init__.py132 def reload(module): function
/external/freetype/src/pfr/
Dpfrsbit.c73 FT_UInt n, reload; in pfr_bitwriter_decode_bytes() local
128 FT_UInt n, reload; in pfr_bitwriter_decode_rle1() local
209 FT_UInt n, reload; in pfr_bitwriter_decode_rle2() local
/external/python/cpython3/Lib/idlelib/
Dzzdummy.py44 def reload(cls): member in ZzDummy
Dcodecontext.py78 def reload(cls): member in CodeContext
Dsqueezer.py207 def reload(cls): member in Squeezer
Dautocomplete.py53 def reload(cls): member in AutoComplete
/external/arm-trusted-firmware/plat/mediatek/mt8183/drivers/rtc/
Drtc.c34 static void rtc_xosc_write(uint16_t val, bool reload) in rtc_xosc_write()
/external/mesa3d/src/amd/compiler/
Daco_spill.cpp299 …aco_ptr<Pseudo_instruction> reload{create_instruction<Pseudo_instruction>(aco_opcode::p_reload, Fo… in do_reload() local
756 …aco_ptr<Instruction> reload = do_reload(ctx, live.first, new_name, ctx.spills_exit[pred_idx][live.… in add_coupling_code() local
788 …aco_ptr<Instruction> reload = do_reload(ctx, live.first, new_name, ctx.spills_exit[pred_idx][live.… in add_coupling_code() local
964 … aco_ptr<Instruction> reload = do_reload(ctx, tmp, new_name, ctx.spills_exit[pred_idx][tmp]); in add_coupling_code() local
1004 …aco_ptr<Instruction> reload = do_reload(ctx, pair.first, new_name, ctx.spills_exit[pred.index][pai… in add_coupling_code() local
1191 … aco_ptr<Instruction> reload = do_reload(ctx, pair.second.first, pair.first, pair.second.second); in process_block() local
1692 …Pseudo_instruction* reload = create_instruction<Pseudo_instruction>(aco_opcode::p_reload, Format::… in assign_spill_slots() local
/external/autotest/client/bin/
Dpartition_unittest.py13 from six.moves import reload_module as reload unknown
/external/pdfium/xfa/fde/
Dcfde_textout.h74 void set_new_reload(bool reload) { new_reload_ = reload; } in set_new_reload()
/external/curl/tests/http/testenv/
Dnghttpx.py119 def reload(self, timeout: timedelta): member in Nghttpx
/external/autotest/tko/
Dsite_parse_unittest.py13 from six.moves import reload_module as reload unknown

123