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

  /external/curl/packages/vms/
compare_curl_source.com 194 $ ref_name = f$parse(ref_spec,,,"NAME")
218 $ ref_name_type = ref_name + ref_type
244 $ ref_fname = ref_name + ref_type
319 $ ref_name = f$parse(ref_spec,,,"NAME")
321 $ ref_name_type = ref_name + ref_type
327 $ wrk_spec = wrk_path + ref_name + ref_type
332 $ ref_fname = ref_name + ref_type
  /art/runtime/gc/collector/
concurrent_copying.h 275 // Use `ref_name` to name the reference in messages. Each message is prefixed with `indent`.
276 std::string DumpReferenceInfo(mirror::Object* ref, const char* ref_name, const char* indent = "")
concurrent_copying.cc 2727 oss << indent << "Region containing " << ref_name << ":" << '\\n'; local
    [all...]
  /external/flatbuffers/src/
idl_gen_cpp.cpp 806 std::string ref_name = local
810 if (!ref_name.empty()) {
813 if (*rit == ref_name) {
820 type_refs.push_back(ref_name);
    [all...]
  /external/webrtc/talk/media/webrtc/
webrtcvoiceengine.cc 162 bool IsCodec(const AudioCodec& codec, const char* ref_name) {
163 return (_stricmp(codec.name.c_str(), ref_name) == 0);
166 bool IsCodec(const webrtc::CodecInst& codec, const char* ref_name) {
167 return (_stricmp(codec.plname, ref_name) == 0);
    [all...]

Completed in 203 milliseconds