Home
last modified time | relevance | path

Searched refs:caller_name (Results 1 – 8 of 8) sorted by relevance

/external/autotest/client/common_lib/
Dlogging_manager_test.py273 filename, lineno, caller_name = finder(logging_manager.logger)
275 self.assertEquals('test_find_caller', caller_name)
288 filename, lineno, caller_name = finder(logging_manager.logger)
/external/libchrome/base/metrics/
Dhistogram_delta_serialization.h26 explicit HistogramDeltaSerialization(const std::string& caller_name);
Dhistogram_delta_serialization.cc37 const std::string& caller_name) in HistogramDeltaSerialization() argument
/external/webrtc/modules/audio_coding/acm2/
Daudio_coding_module.cc137 bool HaveValidEncoder(const char* caller_name) const
591 bool AudioCodingModuleImpl::HaveValidEncoder(const char* caller_name) const { in HaveValidEncoder()
593 RTC_LOG(LS_ERROR) << caller_name << " failed: No send codec is registered."; in HaveValidEncoder()
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp1940 bool CoreChecks::ValidateCmdQueueFlags(const CMD_BUFFER_STATE *cb_node, const char *caller_name, Vk… in ValidateCmdQueueFlags() argument
1957 … "Cannot call %s on a command buffer allocated from a pool without %s capabilities..", caller_name, in ValidateCmdQueueFlags()
1991 …:ValidateCmd(const CMD_BUFFER_STATE *cb_state, const CMD_TYPE cmd, const char *caller_name) const { in ValidateCmd()
1998 return ReportInvalidCommandBuffer(cb_state, caller_name); in ValidateCmd()
2005 … "You must call vkBeginCommandBuffer() before this call to %s.", caller_name); in ValidateCmd()
3874 …ctNotInUse(const BASE_NODE *obj_node, const VulkanTypedHandle &obj_struct, const char *caller_name, in ValidateObjectNotInUse() argument
3880 … error_code, "Cannot call %s on %s that is currently in use by a command buffer.", caller_name, in ValidateObjectNotInUse()
5417 …cks::ValidatePushConstantRange(const uint32_t offset, const uint32_t size, const char *caller_name, in ValidatePushConstantRange() argument
5426 if (0 == strcmp(caller_name, "vkCreatePipelineLayout()")) { in ValidatePushConstantRange()
5432 caller_name, index, offset, maxPushConstantsSize); in ValidatePushConstantRange()
[all …]
Dcore_validation.h943 …hConstantRange(const uint32_t offset, const uint32_t size, const char* caller_name, uint32_t index…
1005 bool ValidateImportFence(VkFence fence, const char* caller_name);
1032 bool ValidateImportSemaphore(VkSemaphore semaphore, const char* caller_name);
1084 …ctNotInUse(const BASE_NODE* obj_node, const VulkanTypedHandle& obj_struct, const char* caller_name,
1086 …bool ValidateCmdQueueFlags(const CMD_BUFFER_STATE* cb_node, const char* caller_name, VkQueueFlags …
1096 …bool ValidateCmd(const CMD_BUFFER_STATE* cb_state, const CMD_TYPE cmd, const char* caller_name) co…
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/client/
Dtpu_client.h127 Status CheckDeviceId(int device_id, absl::string_view caller_name);
Dtpu_client.cc154 absl::string_view caller_name) { in CheckDeviceId() argument
157 caller_name, device_id, device_count()); in CheckDeviceId()