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

  /art/runtime/
plugin.h 47 return library_;
64 : library_(other.library_),
70 explicit Plugin(const std::string& library) : library_(library), dlopen_handle_(nullptr) { }
72 std::string library_; member in class:art::Plugin
plugin.cc 30 Plugin::Plugin(const Plugin& other) : library_(other.library_), dlopen_handle_(nullptr) {
36 void* res = dlopen(library_.c_str(), RTLD_LAZY);
82 return os << "Plugin { library=\"" << m.library_ << "\", handle=" << m.dlopen_handle_ << " }";
  /toolchain/binutils/binutils-2.27/gold/
readsyms.cc 618 if (this->library_ != NULL && !this->library_->is_reported())
622 unsigned int lib_serial = this->library_->arg_serial();
623 unsigned int lib_index = this->library_->input_file_index();
625 incremental_inputs->report_archive_begin(this->library_,
632 this->library_, script_info);
readsyms.h 146 input_argument_(input_argument), object_(object), library_(library),
173 Incremental_library* library_; member in class:gold::Add_symbols
  /external/tensorflow/tensorflow/compiler/tf2xla/
functionalize_control_flow.cc 622 : library_(library), graph_(graph), dump_graphs_(dump_graphs) {}
685 FunctionLibraryDefinition* library_; member in class:tensorflow::FunctionalizeCond
    [all...]
  /external/tensorflow/tensorflow/core/graph/
graph_constructor.cc 148 library_(library),
233 const FunctionDefLibrary* library_; member in class:tensorflow::__anon39617::GraphConstructor
    [all...]

Completed in 138 milliseconds