OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsUpToDate
(Results
1 - 5
of
5
) sorted by null
/art/runtime/
oat_file_assistant.h
154
bool
IsUpToDate
();
oat_file_manager.cc
575
if (!oat_file_assistant.
IsUpToDate
()) {
oat_file_assistant.cc
201
bool OatFileAssistant::
IsUpToDate
() {
[
all
...]
/art/runtime/native/
dalvik_system_DexFile.cc
491
return oat_file_assistant.
IsUpToDate
() ? JNI_FALSE : JNI_TRUE;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
oleidl.h
528
virtual HRESULT WINAPI
IsUpToDate
(void) = 0;
556
HRESULT (WINAPI *
IsUpToDate
)(IOleObject *This);
586
#define IOleObject_IsUpToDate(This) (This)->lpVtbl->
IsUpToDate
(This)
[
all
...]
Completed in 1481 milliseconds