Home
last modified time | relevance | path

Searched defs:kInit (Results 1 – 5 of 5) sorted by relevance

/aosp12/art/runtime/
H A Druntime_callbacks.h98 kInit, // The runtime is initialized (and will run user code soon). enumerator
/aosp12/system/update_engine/
H A Dlibcurl_http_fetcher.h47 kInit = 0, enumerator
/aosp12/frameworks/av/media/libstagefright/tests/mediacodec/
H A DMediaCodecTest.cpp208 kInit, in TEST() enumerator
/aosp12/frameworks/rs/
H A DrsDefines.h484 static const char kInit[] = "init"; variable
/aosp12/art/libdexfile/dex/
H A Ddex_file_verifier.cc3446 constexpr const char* kInit = "<init>"; in FindStringRangesForMethodNames() local