Home
last modified time | relevance | path

Searched defs:resource_name (Results 1 – 23 of 23) sorted by relevance

/external/python/setuptools/pkg_resources/
D__init__.py519 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
1128 def resource_isdir(self, package_or_requirement, resource_name): argument
1134 def resource_filename(self, package_or_requirement, resource_name): argument
1140 def resource_stream(self, package_or_requirement, resource_name): argument
[all …]
/external/tensorflow/tensorflow/compiler/tf2tensorrt/kernels/
Dget_serialized_resource_op.cc43 const string& resource_name = context->input(1).scalar<string>()(); in Compute() local
Dget_serialized_resource_op_test.cc52 const string resource_name = "myresource"; in TEST_F() local
/external/v8/src/profiler/
Dprofile-generator-inl.h14 const char* resource_name, int line_number, in CodeEntry()
Dprofiler-listener.cc233 const char* resource_name = in RecordInliningInfo() local
304 const char* resource_name, int line_number, int column_number, in NewCodeEntry()
Dprofile-generator.h63 const char* resource_name() const { return resource_name_; } in resource_name() function
/external/skqp/src/pdf/
DSkPDFResourceDict.cpp45 static const char* resource_name(SkPDFResourceType type) { in resource_name() function
/external/skia/src/pdf/
DSkPDFResourceDict.cpp45 static const char* resource_name(SkPDFResourceType type) { in resource_name() function
/external/tensorflow/tensorflow/core/framework/
Dresource_mgr.cc184 const string& resource_name, in DoDelete()
207 const string& resource_name) { in DoDelete()
/external/kernel-headers/original/uapi/linux/
Ddlm_netlink.h37 char resource_name[DLM_RESNAME_MAXLEN]; member
/external/libtextclassifier/utils/
Dresources.cc115 const StringPiece resource_name, in GetResourceContent()
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderProgramInterfaces.cpp512 const char* resource_name = (n_iteration == 0) ? tc_resource_name : te_resource_name; in iterate() local
/external/libtextclassifier/utils/intents/
Dintent-generator.cc424 const StringPiece resource_name = ReadString(/*index=*/-1); in LookupModelStringResource() local
461 ScopedLocalRef<jstring> resource_name = in HandleAndroidStringResources() local
/external/webrtc/webrtc/libjingle/xmpp/
Djid.cc56 const std::string& resource_name) in Jid()
/external/v8/src/snapshot/
Dmksnapshot.cc291 v8::Local<v8::String> resource_name = in RunExtraCode() local
/external/ImageMagick/MagickCore/
Danimate.c1316 resource_name[MagickPathExtent]; in XAnimateImages() local
Dxwindow.c3265 resource_name[MagickPathExtent]; in XGetResourceClass() local
3658 resource_name[MagickPathExtent]; in XGetResourceInstance() local
Ddisplay.c14438 resource_name[MagickPathExtent]; in XDisplayImage() local
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DCppAssetManager2.java1227 public int GetResourceId(final String resource_name, in GetResourceId()
/external/python/cpython2/Lib/test/support/
D__init__.py1145 def transient_internet(resource_name, timeout=30.0, errnos=()): argument
/external/python/cpython3/Lib/test/support/
D__init__.py1413 def transient_internet(resource_name, *, timeout=30.0, errnos=()): argument
/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderSubroutineTests.cpp3078 const glw::GLchar* resource_name, GLint expected) const in checkProgramResourceiv() argument
/external/v8/src/
Dapi.cc2331 i::Isolate* isolate, Local<Value> resource_name, in GetScriptDetails()