/external/linux-kselftest/tools/testing/selftests/net/forwarding/ |
D | devlink_lib.sh | 63 local resource_name=.[][\"$DEVLINK_DEV\"] 65 resource_name="$resource_name | .[] | select (.name == \"$name\")" 69 resource_name="${resource_name} | .[\"resources\"][] | \ 73 devlink -j resource show "$DEVLINK_DEV" | jq "$resource_name"
|
/external/python/setuptools/pkg_resources/ |
D | __init__.py | 519 def get_resource_filename(manager, resource_name): argument 524 def get_resource_stream(manager, resource_name): argument 529 def get_resource_string(manager, resource_name): argument 534 def has_resource(resource_name): argument 537 def resource_isdir(resource_name): argument 540 def resource_listdir(resource_name): argument 1124 def resource_exists(self, package_or_requirement, resource_name): argument 1126 return get_provider(package_or_requirement).has_resource(resource_name) 1128 def resource_isdir(self, package_or_requirement, resource_name): argument 1131 resource_name [all …]
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/kernels/ |
D | get_serialized_resource_op_test.cc | 52 const string resource_name = "myresource"; in TEST_F() local 55 EXPECT_TRUE(rm->Create(container, resource_name, resource).ok()); in TEST_F() 67 AddInputFromArray<string>(TensorShape({}), {resource_name}); in TEST_F()
|
D | get_serialized_resource_op.cc | 43 const string& resource_name = context->input(1).scalar<string>()(); in Compute() local 48 container, resource_name, &resource)); in Compute()
|
/external/libtextclassifier/utils/ |
D | resources.cc | 63 const StringPiece resource_name) const { in FindResource() 69 resources_->resource_entry()->LookupByKey(resource_name.data()); in FindResource() 71 TC3_LOG(ERROR) << "Resource " << resource_name.ToString() << " not found"; in FindResource() 115 const StringPiece resource_name, in GetResourceContent() argument 117 const ResourceEntry* entry = FindResource(resource_name); in GetResourceContent()
|
D | resources.h | 36 const StringPiece resource_name, 56 const ResourceEntry* FindResource(const StringPiece resource_name) const;
|
/external/skqp/modules/skottie/utils/ |
D | SkottieUtils.cpp | 52 const char resource_name[]) const { in load() 54 full_path = SkOSPath::Join(full_dir.c_str(), resource_name); in load() 59 const char resource_name[]) const { in loadImageAsset() 60 return MultiFrameImageAsset::Make(this->load(resource_path, resource_name)); in loadImageAsset()
|
D | SkottieUtils.h | 48 sk_sp<SkData> load(const char resource_path[], const char resource_name[]) const override;
|
/external/skia/modules/skottie/utils/ |
D | SkottieUtils.cpp | 52 const char resource_name[]) const { in load() 54 full_path = SkOSPath::Join(full_dir.c_str(), resource_name); in load() 59 const char resource_name[]) const { in loadImageAsset() 60 return MultiFrameImageAsset::Make(this->load(resource_path, resource_name)); in loadImageAsset()
|
D | SkottieUtils.h | 48 sk_sp<SkData> load(const char resource_path[], const char resource_name[]) const override;
|
/external/tensorflow/tensorflow/core/framework/ |
D | resource_mgr.cc | 184 const string& resource_name, in DoDelete() argument 193 auto iter = b->find({type_hash_code, resource_name}); in DoDelete() 195 return errors::NotFound("Resource ", container, "/", resource_name, "/", in DoDelete() 207 const string& resource_name) { in DoDelete() argument 208 return DoDelete(container, type.hash_code(), resource_name, type.name()); in DoDelete()
|
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/ |
D | esextcTessellationShaderProgramInterfaces.cpp | 512 const char* resource_name = (n_iteration == 0) ? tc_resource_name : te_resource_name; in iterate() local 514 if (resource_name == DE_NULL) in iterate() 530 glw::GLuint resource_index = gl.getProgramResourceIndex(m_po_id, interface, resource_name); in iterate() 535 m_testCtx.getLog() << tcu::TestLog::Message << "Resource [" << resource_name in iterate()
|
/external/v8/src/profiler/ |
D | profile-generator-inl.h | 14 const char* resource_name, int line_number, in CodeEntry() argument 21 resource_name_(resource_name), in CodeEntry()
|
D | profiler-listener.cc | 233 const char* resource_name = in RecordInliningInfo() local 241 resource_name, CpuProfileNode::kNoLineNumberInfo, in RecordInliningInfo() 304 const char* resource_name, int line_number, int column_number, in NewCodeEntry() argument 306 return new CodeEntry(tag, name, resource_name, line_number, column_number, in NewCodeEntry()
|
D | profile-generator.cc | 237 if (entry_->resource_name()[0] != '\0') in Print() 238 base::OS::Print(" %s:%d", entry_->resource_name(), entry_->line_number()); in Print() 433 if (*entry->resource_name()) { in BuildNodeValue() 434 value->SetString("url", entry->resource_name()); in BuildNodeValue()
|
D | profiler-listener.h | 59 const char* resource_name = CodeEntry::kEmptyResourceName,
|
D | profile-generator.h | 56 const char* resource_name = CodeEntry::kEmptyResourceName, 63 const char* resource_name() const { return resource_name_; } in resource_name() function
|
/external/skqp/src/pdf/ |
D | SkPDFResourceDict.cpp | 45 static const char* resource_name(SkPDFResourceType type) { in resource_name() function 70 dst->insertObject(resource_name(type), std::move(resources)); in add_subdict()
|
/external/skia/src/pdf/ |
D | SkPDFResourceDict.cpp | 45 static const char* resource_name(SkPDFResourceType type) { in resource_name() function 70 dst->insertObject(resource_name(type), std::move(resources)); in add_subdict()
|
/external/skqp/modules/skottie/include/ |
D | Skottie.h | 68 const char resource_name[]) const; 75 const char resource_name[]) const;
|
/external/skia/modules/skottie/include/ |
D | Skottie.h | 68 const char resource_name[]) const; 75 const char resource_name[]) const;
|
/external/libtextclassifier/utils/intents/ |
D | intent-generator.cc | 424 const StringPiece resource_name = ReadString(/*index=*/-1); in LookupModelStringResource() local 426 if (!resources_.GetResourceContent(device_locales_, resource_name, in LookupModelStringResource() 461 ScopedLocalRef<jstring> resource_name = in HandleAndroidStringResources() local 463 if (resource_name == nullptr) { in HandleAndroidStringResources() 470 resource_name.get(), string_.get(), android_.get()); in HandleAndroidStringResources()
|
/external/kernel-headers/original/uapi/linux/ |
D | dlm_netlink.h | 37 char resource_name[DLM_RESNAME_MAXLEN]; member
|
/external/webrtc/webrtc/libjingle/xmpp/ |
D | jid.cc | 56 const std::string& resource_name) in Jid() argument 59 resource_name_(resource_name) { in Jid()
|
D | jid.h | 34 const std::string& resource_name);
|