Home
last modified time | relevance | path

Searched defs:log (Results 126 - 150 of 1067) sorted by relevance

12345678910>>...43

/third_party/libexif/test/
H A Dtest-fuzzer.c39 logfunc(ExifLog *log, ExifLogCode code, const char *domain, const char *format, va_list args, void *data) in logfunc() argument
114 ExifLog *log = exif_log_new (); in test_parse() local
/third_party/libexif/libexif/
H A Dexif-log.c73 ExifLog *log; in exif_log_new_mem() local
89 ExifLog *log = exif_log_new_mem (mem); in exif_log_new() local
97 exif_log_ref(ExifLog *log) exif_log_ref() argument
104 exif_log_unref(ExifLog *log) exif_log_unref() argument
112 exif_log_free(ExifLog *log) exif_log_free() argument
123 exif_log_set_func(ExifLog *log, ExifLogFunc func, void *data) exif_log_set_func() argument
135 exif_log(ExifLog *log, ExifLogCode code, const char *domain, const char *format, ...) exif_log() argument
146 exif_logv(ExifLog *log, ExifLogCode code, const char *domain, const char *format, va_list args) exif_logv() argument
[all...]
H A Dexif-mnote-data.c152 exif_mnote_data_log (ExifMnoteData *d, ExifLog *log) in exif_mnote_data_log() argument
/third_party/python/Lib/distutils/
H A Dbcppcompiler.py23 from distutils import log namespace
H A Darchive_util.py19 from distutils import log namespace
H A Dfilelist.py12 from distutils import log namespace
/third_party/python/Lib/distutils/command/
H A Dregister.py15 from distutils import log namespace
[all...]
H A Dupload.py18 from distutils import log namespace
H A Dbuild_scripts.py11 from distutils import log namespace
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmComputeShaderTestUtil.cpp33 bool verifyOutputWithEpsilon (const std::vector<AllocationSp>& outputAllocs, const std::vector<Resource>& expectedOutputs, tcu::TestLog& log, const float epsilon) in verifyOutputWithEpsilon() argument
135 bool verifyOutput (const std::vector<Resource>&, const std::vector<AllocationSp>& outputAllocs, const std::vector<Resource>& expectedOutputs, tcu::TestLog& log) in verifyOutput() argument
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcConfigListCase.cpp124 TestLog& log = m_testCtx.getLog(); in iterate() local
/third_party/skia/third_party/externals/angle2/src/tests/gles_conformance_tests/
H A Dgles_conformance_tests.cpp83 std::string log = strCout.str(); in RunConformanceTest() local
/third_party/optimized-routines/math/
H A Dlog.c30 log (double x) in log() function
[all...]
H A Dv_log.c64 V_NAME(log) (v_f64_t x) in log() function
/third_party/typescript/tests/baselines/reference/
H A DtypedefOnStatements.js
/third_party/python/Lib/distutils/tests/
H A Dtest_dir_util.py12 from distutils import log namespace
H A Dtest_core.py12 from distutils import log namespace
H A Dtest_file_util.py8 from distutils import log namespace
/third_party/skia/experimental/lowp-basic/
H A Dlerp-study.cpp21 void log(int16_t golden, int16_t candidate) { in log() function
/third_party/skia/bench/
H A DSkSLBench.cpp507 void RunSkSLMemoryBenchmarks(NanoJSONResultsWriter* log) { in RunSkSLMemoryBenchmarks() argument
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pBlendTests.cpp79 TestLog& log = m_testCtx.getLog(); in init() local
/third_party/vk-gl-cts/modules/glshared/
H A DglsShaderExecUtil.hpp99 inline tcu::TestLog& operator<< (tcu::TestLog& log, const ShaderExecutor* executor) { executor->log(log); return log; } in operator <<() argument
100 inline tcu::TestLog& operator<< (tcu::TestLog& log, const ShaderExecutor& executor) { executor.log(log); return log; } in operator <<() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmComputeShaderTestUtil.cpp33 bool verifyOutputWithEpsilon (const std::vector<AllocationSp>& outputAllocs, const std::vector<Resource>& expectedOutputs, tcu::TestLog& log, const float epsilon) in verifyOutputWithEpsilon() argument
135 bool verifyOutput (const std::vector<Resource>&, const std::vector<AllocationSp>& outputAllocs, const std::vector<Resource>& expectedOutputs, tcu::TestLog& log) in verifyOutput() argument
/third_party/vk-gl-cts/modules/egl/
H A DteglSurfacelessContextTests.cpp76 TestLog& log = m_testCtx.getLog(); in executeForConfig() local
/third_party/vk-gl-cts/modules/gles2/performance/
H A Des2pBlendTests.cpp79 TestLog& log = m_testCtx.getLog(); in init() local

Completed in 10 milliseconds

12345678910>>...43