HomeSort by relevance Sort by last modified time
    Searched refs:caller_name (Results 1 - 9 of 9) sorted by null

  /external/libchrome/base/metrics/
histogram_delta_serialization.h 25 // |caller_name| is string used in histograms for counting inconsistencies.
26 explicit HistogramDeltaSerialization(const std::string& caller_name);
histogram_delta_serialization.cc 37 const std::string& caller_name)
  /external/autotest/client/common_lib/
logging_manager_test.py 267 filename, lineno, caller_name = finder(logging_manager.logger)
269 self.assertEquals('test_find_caller', caller_name)
282 filename, lineno, caller_name = finder(logging_manager.logger)
  /external/webrtc/webrtc/modules/audio_coding/acm2/
audio_coding_module_impl.h 221 bool HaveValidEncoder(const char* caller_name) const
audio_coding_module_impl.cc 792 bool AudioCodingModuleImpl::HaveValidEncoder(const char* caller_name) const {
795 "%s failed: No send codec is registered.", caller_name);
  /external/vulkan-validation-layers/layers/
core_validation.cpp     [all...]
core_validation.h 394 bool ValidateImportFence(layer_data* device_data, VkFence fence, const char* caller_name);
425 bool ValidateImportSemaphore(layer_data* device_data, VkSemaphore semaphore, const char* caller_name);
    [all...]
  /art/runtime/gc/allocator/
rosalloc.h 462 size_t AddToFreeListShared(void* ptr, SlotFreeList<true>* free_list, const char* caller_name);
    [all...]
rosalloc.cc     [all...]

Completed in 520 milliseconds