Home
last modified time | relevance | path

Searched defs:log (Results 1 – 17 of 17) sorted by relevance

/device/generic/vulkan-cereal/third-party/glm/include/glm/gtx/
Dlog_base.inl7 GLM_FUNC_QUALIFIER genType log(genType const & x, genType const & base) function
14 GLM_FUNC_QUALIFIER vecType<T, P> log(vecType<T, P> const & x, vecType<T, P> const & base) function
Dquaternion.inl58 GLM_FUNC_QUALIFIER tquat<T, P> log(tquat<T, P> const& q) function
/device/google/cuttlefish/host/libs/graphics_detector/
Dgles.cpp152 std::vector<char> log(log_length + 1, 0); in CreateShader() local
192 std::vector<char> log(log_length + 1, 0); in CreateProgram() local
/device/google/gs201/
Dconvert_to_ext4.sh9 function log() { function
/device/generic/vulkan-cereal/fake-android-guest/
DCMakeLists.txt2 add_library(log SHARED androidImpl/Log.cpp) target
/device/generic/goldfish-opengl/system/vulkan_enc/
DVkEncoder.cpp.inl26 void log(const char* text) { function in VkEncoder::Impl
/device/generic/vulkan-cereal/third-party/glm/include/glm/detail/
Dfunc_exponential.inl86 GLM_FUNC_QUALIFIER vecType<T, P> log(vecType<T, P> const & x) function
/device/google/cuttlefish/host/commands/secure_env/rust/
Dlib.rs182 fn log(&self, record: &log::Record) { in log() method
/device/sample/apps/tv/SetupCustomizationSample/app/src/main/java/com/google/android/tv/setup/customizationsample/
DBaseActivity.java61 protected void log(String message) { in log() method in BaseActivity
/device/sample/apps/tv/SetupValidation/app/src/main/java/com/google/android/tv/setup/customizationsample/
DBaseActivity.java61 protected void log(String message) { in log() method in BaseActivity
/device/google/cuttlefish/host/commands/run_cvd/
Dboot_state_machine.cc82 auto log = SharedFD::Open(log_path.c_str(), O_CREAT | O_WRONLY | O_APPEND, in DaemonizeLauncher() local
/device/linaro/poplar/wifi/wifi_hal/
Dcpp_bindings.cpp495 void WifiEvent::log() { in log() function in WifiEvent
/device/google/cuttlefish/guest/services/cf_satellite_service/src/com/google/android/telephony/satellite/
DCFSatelliteService.java325 private static void logd(@NonNull String log) { in logd()
/device/google/cuttlefish/host/commands/assemble_cvd/
Dassemble_cvd.cc182 auto log = SharedFD::Open(runtime_dir_parent, O_WRONLY | O_TMPFILE, in InitFilesystemAndCreateConfig() local
/device/google/contexthub/contexthubhal/test/
Dmain.cpp173 std::ostream &log; member in NanoClient
/device/generic/vulkan-cereal/stream-servers/gl/glestranslator/GLES_V2/
DProgramData.cpp640 void ProgramData::setInfoLog(const GLchar* log) { in setInfoLog()
DGLESv2Imp.cpp3271 std::unique_ptr<GLchar[]> log(new GLchar[infoLogLength + 1]); in glLinkProgram() local
3858 …, GLenum* sources, GLenum* types, GLuint* ids, GLenum* severities, GLsizei* lengths, GLchar* log) { in glGetDebugMessageLogKHR()