Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/lib/
H A Dprofiler_controller.h49 kInit = 0, enumerator
/aosp_15_r20/external/pigweed/pw_crypto/public/pw_crypto/
H A Dsha256_mock.h25 kInit = 1, enumerator
/aosp_15_r20/device/google/cuttlefish/host/libs/confui/
Dserver_common.h28 kInit = 1, enumerator
/aosp_15_r20/external/pigweed/pw_bytes/
H A Darray_test.cc54 constexpr std::array<byte, 3> kInit{byte{'?'}, byte{'?'}, byte{'?'}}; variable
/aosp_15_r20/art/runtime/
H A Druntime_callbacks.h111 kInit, // The runtime is initialized (and will run user code soon). enumerator
/aosp_15_r20/system/update_engine/
H A Dlibcurl_http_fetcher.h47 kInit = 0, enumerator
/aosp_15_r20/bionic/tests/libs/
H A Dtestbinary_is_stack_mte_after_dlopen.cpp46 enum State { kInit, kThreadStarted, kStackRemapped }; enumerator
/aosp_15_r20/external/ot-br-posix/src/rest/
H A Dtypes.hpp91 kInit = 0, ///< Init enumerator
/aosp_15_r20/external/webrtc/modules/congestion_controller/goog_cc/
H A Dprobe_controller.h144 kInit, enumerator
/aosp_15_r20/external/webrtc/p2p/client/
H A Dbasic_port_allocator.h349 kInit, // Initial state. enumerator
/aosp_15_r20/frameworks/av/media/libstagefright/tests/mediacodec/
H A DMediaCodecTest.cpp211 kInit, in TEST() enumerator
/aosp_15_r20/external/webrtc/call/
H A Dcall_perf_tests.cc654 kInit, in TEST_F() enumerator
/aosp_15_r20/frameworks/rs/
H A DrsDefines.h484 static const char kInit[] = "init"; variable
/aosp_15_r20/art/libdexfile/dex/
H A Ddex_file_verifier.cc3628 constexpr const char* kInit = "<init>"; in FindStringRangesForMethodNames() local