Home
last modified time | relevance | path

Searched +defs:val +defs:log (Results 76 – 100 of 1657) sorted by relevance

12345678910>>...67

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiMemoryRequirementInvarianceTests.cpp568 tcu::TestLog &log = m_context.getTestContext().getLog(); in iterate() local
643 size_t val = objs[order[i]]->getSize(m_context); in iterate() local
683 tcu::TestLog &log = m_context.getTestContext().getLog(); in iterate() local
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/logging/
DLogManager.java1472 String val = getProperty(name); in getStringProperty() local
1483 String val = getProperty(name); in getIntProperty() local
1498 String val = getProperty(name); in getBooleanProperty() local
1515 String val = getProperty(name); in getLevelProperty() local
1528 String val = getProperty(name); in getFilterProperty() local
1551 String val = getProperty(name); in getFormatterProperty() local
1653 public void log(LogRecord record) { in log() method in LogManager.RootLogger
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/23/libcore/ojluni/src/main/java/java/util/logging/
DLogManager.java1472 String val = getProperty(name); in getStringProperty() local
1483 String val = getProperty(name); in getIntProperty() local
1498 String val = getProperty(name); in getBooleanProperty() local
1515 String val = getProperty(name); in getLevelProperty() local
1528 String val = getProperty(name); in getFilterProperty() local
1551 String val = getProperty(name); in getFormatterProperty() local
1653 public void log(LogRecord record) { in log() method in LogManager.RootLogger
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/logging/
H A DLogManager.java1472 String val = getProperty(name); in getStringProperty() local
1483 String val = getProperty(name); in getIntProperty() local
1498 String val = getProperty(name); in getBooleanProperty() local
1515 String val = getProperty(name); in getLevelProperty() local
1528 String val = getProperty(name); in getFilterProperty() local
1551 String val = getProperty(name); in getFormatterProperty() local
1653 public void log(LogRecord record) { in log() method in LogManager.RootLogger
/aosp_15_r20/out/soong/.intermediates/external/slf4j/slf4j-jdk14/android_common_apex33/javac/
Dslf4j-jdk14.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/slf4j/ org/ ...
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/proto/tcg/
Dv2.rs296 let val = u32::from_le_bytes(bytes.try_into().unwrap()); in u32_le_from_bytes_at_offset() localVariable
573 log: &'a EventLog<'a>, field
686 let log = unsafe { in get_event_log_v1() localVariable
715 let log = EventLog { in get_event_log_v2() localVariable
1009 let log = EventLog { in test_event_log_v2() localVariable
/aosp_15_r20/external/rust/crates/uefi/src/proto/tcg/
Dv2.rs296 let val = u32::from_le_bytes(bytes.try_into().unwrap()); in u32_le_from_bytes_at_offset() localVariable
573 log: &'a EventLog<'a>, field
686 let log = unsafe { in get_event_log_v1() localVariable
715 let log = EventLog { in get_event_log_v2() localVariable
1009 let log = EventLog { in test_event_log_v2() localVariable
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Ddebug_utils.py34 log = logging.getLogger(__name__) variable
580 def symint(self, val): argument
684 def symint(self, name, val) -> None: argument
/aosp_15_r20/external/aws-sdk-java-v2/services-custom/s3-transfer-manager/src/main/java/software/amazon/awssdk/transfer/s3/internal/serialization/
H A DResumableFileUploadSerializer.java41 private static final Logger log = Logger.loggerFor(S3TransferManager.class); field in ResumableFileUploadSerializer
125 Object val = field.getValueOrDefault(request); in marshallPojoField() local
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fFloatStateQueryTests.cpp60 GLint clampToGLint(GLint64 val) in clampToGLint()
94 StateVerifier::StateVerifier(const glw::Functions &gl, tcu::TestLog &log, const char *testNamePostf… in StateVerifier()
125 GetBooleanVerifier::GetBooleanVerifier(const glw::Functions &gl, tcu::TestLog &log) in GetBooleanVerifier()
305 GetIntegerVerifier::GetIntegerVerifier(const glw::Functions &gl, tcu::TestLog &log) in GetIntegerVerifier()
492 GetInteger64Verifier::GetInteger64Verifier(const glw::Functions &gl, tcu::TestLog &log) in GetInteger64Verifier()
679 GetFloatVerifier::GetFloatVerifier(const glw::Functions &gl, tcu::TestLog &log) : StateVerifier(gl,… in GetFloatVerifier()
/aosp_15_r20/external/curl/tests/
H A Dnegtelnetserver.py42 log = logging.getLogger(__name__) variable
252 def from_val(cls, val): argument
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsDrawTest.cpp286 inline static void alignmentSafeAssignment(char *dst, T val) in alignmentSafeAssignment()
367 IterationLogSectionEmitter::IterationLogSectionEmitter(tcu::TestLog &log, size_t testIteration, siz… in IterationLogSectionEmitter()
1199 inline GLValue::Fixed abs(GLValue::Fixed val) in abs()
1205 inline GLValue::Ubyte abs(GLValue::Ubyte val) in abs()
1211 inline GLValue::Byte abs(GLValue::Byte val) in abs()
1217 inline GLValue::Ushort abs(GLValue::Ushort val) in abs()
1223 inline GLValue::Short abs(GLValue::Short val) in abs()
1229 inline GLValue::Float abs(GLValue::Float val) in abs()
1235 inline GLValue::Double abs(GLValue::Double val) in abs()
1241 inline GLValue::Uint abs(GLValue::Uint val) in abs()
[all …]
/aosp_15_r20/external/slf4j/log4j-over-slf4j/compatibility/lib/
HDlog4j-over-slf4j-1.4.2.jar ... Object) String message Object arg1 Object arg2 public void log (java.lang.String, org.apache ...
/aosp_15_r20/external/pytorch/torch/_higher_order_ops/
H A Dtriton_kernel_wrap.py26 log = logging.getLogger("torch._dynamo") variable
786 def get_value(self, val): argument
978 def get_value(self, val): argument
996 def is_graphable(val): argument
/aosp_15_r20/external/rust/android-crates-io/crates/vhost/src/vhost_user/
Dmaster.rs155 let val = node.recv_reply::<VhostUserU64>(&hdr)?; in get_features() localVariable
163 let val = VhostUserU64::new(features); in set_features() localVariable
217 let val = VhostUserU64::new(base); in set_log_base() localVariable
223 let log = VhostUserLog { in set_log_base() localVariable
253 let val = VhostUserVringState::new(queue_index as u32, num.into()); in set_vring_num() localVariable
267 let val = VhostUserVringAddr::from_config_data(queue_index as u32, config_data); in set_vring_addr() localVariable
279 let val = VhostUserVringState::new(queue_index as u32, base.into()); in set_vring_base() localVariable
340 let val = node.recv_reply::<VhostUserU64>(&hdr)?; in get_protocol_features() localVariable
353 let val = VhostUserU64::new(features.bits()); in set_protocol_features() localVariable
367 let val = node.recv_reply::<VhostUserU64>(&hdr)?; in get_queue_num() localVariable
[all …]
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDddmlib.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/external/mesa3d/src/gallium/frontends/clover/core/
H A Ddevice.cpp144 const char* val = getenv("CLOVER_DEVICE_TYPE"); in parse_env_device_type() local
191 …clc_nir = lazy<std::shared_ptr<nir_shader>>([&] () { std::string log; return std::shared_ptr<nir_s… in device() local
/aosp_15_r20/external/pytorch/aten/src/ATen/cpu/vec/vec256/vsx/
H A Dvec256_complex_double_vsx.h42 Vectorized(ComplexDbl val) { in Vectorized()
194 const Vectorized<ComplexDbl>& val) const { in el_madd()
279 Vectorized<ComplexDbl> log() const { in log() function
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryMappingTests.cpp542 bool compareAndLogBuffer(TestLog &log, size_t size, size_t referenceSize, const uint8_t *result, in compareAndLogBuffer()
639 TestLog &log = context.getTestContext().getLog(); in testMemoryMapping() local
847 const uint8_t val = rng.getUint8(); in testMemoryMapping() local
987 const uint8_t val = ((uint8_t *)m_ptr)[pos]; in randomRead() local
1000 const uint8_t val = rng.getUint8(); in randomWrite() local
1014 const uint8_t val = ((uint8_t *)m_ptr)[pos]; in randomModify() local
1181 void removeFirstEqual(vector<T> &vec, const T &val) in removeFirstEqual()
/aosp_15_r20/external/deqp/modules/gles2/accuracy/
H A Des2aVaryingInterpolationTests.cpp133 static bool isValidFloat(glu::Precision precision, float val) in isValidFloat()
160 TestLog &log = m_testCtx.getLog(); in iterate() local
/aosp_15_r20/external/deqp/modules/gles3/accuracy/
H A Des3aVaryingInterpolationTests.cpp135 static bool isValidFloat(glu::Precision precision, float val) in isValidFloat()
162 TestLog &log = m_testCtx.getLog(); in iterate() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawConcurrentTests.cpp126 tcu::TestLog &log = m_context.getTestContext().getLog(); in iterate() local
258 uint32_t val = rnd.getUint32(); in iterate() local
H A DvktDrawIndirectTest.cpp72 for (auto &val : junk) in JunkData() local
655 tcu::TestLog &log = m_context.getTestContext().getLog(); in iterate() local
1078 tcu::TestLog &log = m_context.getTestContext().getLog(); in iterate() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/cmds/uiautomator/library/uiautomator.core/android_common/javac/
Duiautomator.core.jar ... implements java.lang.Runnable { final synthetic int val$keyCode final synthetic int val$metaState final synthetic ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/cmds/uiautomator/library/uiautomator.core/android_common/repackaged-jarjar/javac/
Duiautomator.core.jarcom/android/uiautomator/testrunner/UiAutomatorTestRunner.class UiAutomatorTestRunner.java package com.android. ...

12345678910>>...67