Home
last modified time | relevance | path

Searched +defs:val +defs:log (Results 1 – 25 of 1186) sorted by relevance

12345678910>>...48

/aosp_15_r20/prebuilts/devtools/tools/lib/
HDddmuilib.jar ... synthetic com.android.ddmuilib.SyncProgressHelper$SyncRunnable val$runnable final synthetic String val$progressMessage final synthetic ...
HDcommons-logging-1.1.1.jar ... Object implements org.apache.commons.logging.Log { private static org.apache.avalon.framework ...
/aosp_15_r20/packages/modules/Connectivity/staticlibs/netd/libnetdutils/include/netdutils/
DLog.h65 LogEntry& arg(IntT val) { in arg()
88 LogEntry& returns(T val) { in returns()
124 void log(const std::string& entry) { record(Level::LOG, entry); } in log() function
126 void log(const char entry[n]) { log(std::string(entry)); } in log() function
127 void log(const LogEntry& entry) { log(entry.toString()); } in log() function
128 void log(const char* fmt, ...) __attribute__((__format__(__printf__, 2, 3))) { in log() function
/aosp_15_r20/external/deqp/framework/qphelper/
H A DqpTestLog.c244 static void qpTestLog_flushFile(qpTestLog *log) in qpTestLog_flushFile()
267 DE_INLINE void int32ToString(int val, char buf[32]) in int32ToString()
272 DE_INLINE void int64ToString(int64_t val, char buf[32]) in int64ToString()
287 static bool endSession(qpTestLog *log) in endSession()
314 qpTestLog *log = (qpTestLog *)deCalloc(sizeof(qpTestLog)); in qpTestLog_createFileLog() local
364 bool qpTestLog_beginSession(qpTestLog *log, const char *additionalSessionInfo) in qpTestLog_beginSession()
400 void qpTestLog_destroy(qpTestLog *log) in qpTestLog_destroy()
426 bool qpTestLog_startCase(qpTestLog *log, const char *testCasePath, qpTestCaseType testCaseType) in qpTestLog_startCase()
476 bool qpTestLog_endCase(qpTestLog *log, qpTestResult result, const char *resultDetails) in qpTestLog_endCase()
514 bool qpTestLog_startTestsCasesTime(qpTestLog *log) in qpTestLog_startTestsCasesTime()
[all …]
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsShaderLibraryCase.cpp158 const Value &val = spec.values.inputs[ndx]; in genVertexShader() local
180 const Value &val = spec.values.inputs[ndx]; in genVertexShader() local
200 const Value &val = valueBlock.outputs[ndx]; in genCompareOp() local
259 const Value &val = spec.values.outputs[ndx]; in genFragmentShader() local
306 const Value &val = spec.values.inputs[ndx]; in specializeVertexShader() local
327 const Value &val = spec.values.outputs[ndx]; in specializeVertexShader() local
382 const Value &val = spec.values.inputs[ndx]; in specializeFragmentShader() local
405 const Value &val = spec.values.outputs[ndx]; in specializeFragmentShader() local
433 const Value &val = valueBlock.uniforms[ndx]; in generateUniformDeclarations() local
453 const Value &val = specParams.caseSpec.values.inputs[ndx]; in generateVertexSpecialization() local
[all …]
H A DglsStateChangePerfTestCases.cpp78 const double val = (double)values[i]; in calculateStats() local
549 TestLog &log = m_testCtx.getLog(); in logAndSetTestResult() local
579 TestLog &log = m_testCtx.getLog(); in iterate() local
689 TestLog &log = m_testCtx.getLog(); in logTestCase() local
707 TestLog &log = m_testCtx.getLog(); in logAndSetTestResult() local
/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DNumericUtils.h31 inline C10_HOST_DEVICE bool _isnan(T val) { in _isnan()
40 inline C10_HOST_DEVICE bool _isnan(T val) { in _isnan()
45 inline C10_HOST_DEVICE bool _isnan(T val) { in _isnan()
52 inline C10_HOST_DEVICE bool _isnan(at::BFloat16 val) { in _isnan()
56 inline C10_HOST_DEVICE bool _isnan(at::BFloat16 val) { in _isnan()
63 inline C10_HOST_DEVICE bool _isnan(T val) { in _isnan()
70 inline C10_HOST_DEVICE bool _isnan(T val) { in _isnan()
77 inline C10_HOST_DEVICE bool _isnan(T val) { in _isnan()
84 inline C10_HOST_DEVICE bool _isnan(T val) { in _isnan()
98 inline C10_HOST_DEVICE bool _isinf(T val) { in _isinf()
[all …]
/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcShaderLibraryCase.cpp124 const ShaderCase::Value &val, int arrayNdx) in setUniformValue()
226 TestLog &log = m_testCtx.getLog(); in checkPixels() local
267 TestLog &log = m_testCtx.getLog(); in execute() local
378 const ShaderCase::Value &val = valueBlock.values[valNdx]; in execute() local
538 const ShaderCase::Value &val = valueBlock.values[ndx]; in genVertexShader() local
561 const ShaderCase::Value &val = valueBlock.values[ndx]; in genVertexShader() local
584 const ShaderCase::Value &val = valueBlock.values[valueNdx]; in genCompareFunctions() local
694 const ShaderCase::Value &val = valueBlock.values[ndx]; in genCompareOp() local
752 const ShaderCase::Value &val = valueBlock.values[ndx]; in genFragmentShader() local
796 const ShaderCase::Value &val = valueBlock.values[ndx]; in specializeVertexShader() local
[all …]
H A DglcPixelStorageModesTests.cpp320 tcu::Float16 val(col); in writeToHalfFloatChannel() local
429 tcu::Float<uint32_t, 5, 6, 15, tcu::FLOAT_SUPPORT_DENORM> val(col); in write11F_11F_10F_Channel() local
437 tcu::Float<uint32_t, 5, 6, 15, tcu::FLOAT_SUPPORT_DENORM> val(col); in write11F_11F_10F_Channel() local
445 tcu::Float<uint32_t, 5, 5, 15, tcu::FLOAT_SUPPORT_DENORM> val(col); in write11F_11F_10F_Channel() local
610 tcu::TestLog &log = m_testCtx.getLog(); in iterate() local
823 tcu::TestLog &log = m_testCtx.getLog(); in iterate() local
1153 tcu::TestLog &log = m_testCtx.getLog(); in iterate() local
1439 tcu::TestLog &log = m_testCtx.getLog(); in iterate() local
/aosp_15_r20/system/core/debuggerd/libdebuggerd/
H A Dutility.cpp68 void _LOG(log_t* log, enum logtype ltype, const char* fmt, ...) { in _LOG()
76 void _VLOG(log_t* log, enum logtype ltype, const char* fmt, va_list ap) { in _VLOG()
204 void dump_memory(log_t* log, unwindstack::Memory* memory, uint64_t addr, const std::string& label) { in dump_memory()
236 for (size_t val = 0; val < sizeof(uintptr_t); val++, ptr++) { in dump_memory() local
449 void log_backtrace(log_t* log, unwindstack::AndroidUnwinder* unwinder, in log_backtrace()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/num/
H A Dint_log10.rs7 let val = val as u32; in u8() localVariable
55 let mut log = 0; in u32() localVariable
66 let mut log = 0; in u64() localVariable
81 let mut log = 0; in u128() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/num/
H A Dint_log10.rs7 let val = val as u32; in u8() localVariable
55 let mut log = 0; in u32() localVariable
66 let mut log = 0; in u64() localVariable
81 let mut log = 0; in u128() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/num/
H A Dint_log10.rs7 let val = val as u32; in u8() localVariable
55 let mut log = 0; in u32() localVariable
66 let mut log = 0; in u64() localVariable
81 let mut log = 0; in u128() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/num/
H A Dint_log10.rs7 let val = val as u32; in u8() localVariable
55 let mut log = 0; in u32() localVariable
66 let mut log = 0; in u64() localVariable
81 let mut log = 0; in u128() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/num/
H A Dint_log10.rs7 let val = val as u32; in u8() localVariable
55 let mut log = 0; in u32() localVariable
66 let mut log = 0; in u64() localVariable
81 let mut log = 0; in u128() localVariable
/aosp_15_r20/external/deqp/modules/egl/
H A DteglCreateContextExtTests.cpp453 bool checkVersionString(TestLog &log, const glw::Functions &gl, bool desktop, int major, int minor) in checkVersionString()
490 const int val = (*iter) - '0'; in checkVersionString() local
523 const int val = (*iter) - '0'; in checkVersionString() local
650 bool checkVersionQueries(TestLog &log, const glw::Functions &gl, int major, int minor) in checkVersionQueries()
681 TestLog &log = m_testCtx.getLog(); in validateCurrentContext() local
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Ddebug_output.c345 uint32_t mask, val; in debug_namespace_set_all() local
497 struct gl_debug_log *log = &debug->Log; in debug_delete_messages() local
627 struct gl_debug_log *log = &debug->Log; in debug_log_message() local
656 const struct gl_debug_log *log = &debug->Log; in debug_fetch_message() local
803 _mesa_set_debug_state_int(struct gl_context *ctx, GLenum pname, GLint val) in _mesa_set_debug_state_int()
834 GLint val; in _mesa_get_debug_state_int() local
875 void *val; in _mesa_get_debug_state_ptr() local
/aosp_15_r20/external/libbpf/src/
H A Drelo_core.c53 #define pr_warn(fmt, log, ...) bpf_log((void *)log, fmt, "", ##__VA_ARGS__) argument
54 #define pr_info(fmt, log, ...) bpf_log((void *)log, fmt, "", ##__VA_ARGS__) argument
55 #define pr_debug(fmt, log, ...) bpf_log((void *)log, fmt, "", ##__VA_ARGS__) argument
681 __u64 *val, __u32 *field_sz, __u32 *type_id, in bpf_core_calc_field_relo()
805 __u64 *val, bool *validate) in bpf_core_calc_type_relo()
849 __u64 *val) in bpf_core_calc_enumval_relo()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/autofill/services.autofill/android_common/repackaged-jarjar/javac/
Dservices.autofill.jar ... .os.IBinder token android.metrics.LogMaker log private void applyTextViewStyle (android.view.View) ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/autofill/services.autofill/android_common/javac/
Dservices.autofill.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/external/fonttools/Lib/fontTools/misc/
H A DxmlReader.py9 log = logging.getLogger(__name__) variable
181 def set(self, val, maxval=None): argument
184 def increment(self, val=1): argument
/aosp_15_r20/trusty/kernel/lib/ubsan/
H A Dubsan.c50 static inline void in_ubsan_set(bool val) { in in_ubsan_set()
65 static inline void in_ubsan_set(bool val) { in in_ubsan_set()
79 value_handle_t val) { in val_signed()
100 value_handle_t val) { in val_unsigned()
112 value_handle_t val) { in render_val()
144 static void log(struct source_location* location, in log() function
246 UBSAN_HANDLER(negate_overflow, struct overflow_data* data, value_handle_t val) { in UBSAN_HANDLER()
359 value_handle_t val) { in is_negative()
418 value_handle_t val) { in UBSAN_HANDLER()
434 value_handle_t val) { in UBSAN_HANDLER()
[all …]
/aosp_15_r20/external/OpenCL-CTS/test_conformance/gles/
H A Dtest_fence_sync.cpp144 GLchar *log = (GLchar*) malloc(logLength); in createShaderProgram() local
174 GLchar *log = (GLchar*)malloc(logLength); in createShaderProgram() local
191 GLchar *log = (GLchar*)malloc(logLength); in createShaderProgram() local
207 GLchar *log = (GLchar*)malloc(logLength); in createShaderProgram() local
350 GLint val, screen; in test_fence_sync_single() local
/aosp_15_r20/packages/services/Car/service/src/com/android/car/util/
DBrightnessUtils.java66 public static final int convertGammaToLinear(int val, int min, int max) { in convertGammaToLinear()
102 public static final int convertLinearToGamma(int val, int min, int max) { in convertLinearToGamma()
114 public static final int convertLinearToGammaFloat(float val, float min, float max) { in convertLinearToGammaFloat()
208 public static float log(float a) { in log() method in BrightnessUtils.MathUtils
/aosp_15_r20/external/cronet/android/tools/gn2bp/
H A Dgn_utils.py20 import logging as log namespace
227 def sources(self, val): argument
235 def inputs(self, val): argument
243 def outputs(self, val): argument
251 def args(self, val): argument
259 def response_file_contents(self, val): argument
275 def deps(self, val): argument
283 def rust_flags(self, val): argument

12345678910>>...48