Searched defs:resource_name (Results 1 - 13 of 13) sorted by relevance

/external/v8/src/profiler/
H A Dprofile-generator-inl.h14 const char* name_prefix, const char* resource_name,
21 resource_name_(resource_name),
13 CodeEntry(CodeEventListener::LogEventsAndTags tag, const char* name, const char* name_prefix, const char* resource_name, int line_number, int column_number, JITLineInfoTable* line_info, Address instruction_start) argument
H A Dprofiler-listener.cc236 CodeEntry::kEmptyNamePrefix, entry->resource_name(),
288 const char* name_prefix, const char* resource_name, int line_number,
291 new CodeEntry(tag, name, name_prefix, resource_name, line_number,
286 NewCodeEntry( CodeEventListener::LogEventsAndTags tag, const char* name, const char* name_prefix, const char* resource_name, int line_number, int column_number, JITLineInfoTable* line_info, Address instruction_start) argument
H A Dprofile-generator.h45 const char* resource_name = CodeEntry::kEmptyResourceName,
55 const char* resource_name() const { return resource_name_; } function in class:v8::internal::CodeEntry
/external/kernel-headers/original/uapi/linux/
H A Ddlm_netlink.h37 char resource_name[DLM_RESNAME_MAXLEN]; member in struct:dlm_lock_data
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderProgramInterfaces.cpp512 const char* resource_name = (n_iteration == 0) ? tc_resource_name : te_resource_name; local
514 if (resource_name == DE_NULL)
530 glw::GLuint resource_index = gl.getProgramResourceIndex(m_po_id, interface, resource_name);
535 m_testCtx.getLog() << tcu::TestLog::Message << "Resource [" << resource_name
/external/tensorflow/tensorflow/core/framework/
H A Dresource_mgr.cc178 const string& resource_name,
187 auto iter = b->find({type_hash_code, resource_name});
189 return errors::NotFound("Resource ", container, "/", resource_name, "/",
201 const string& resource_name) {
202 return DoDelete(container, type.hash_code(), resource_name, type.name());
177 DoDelete(const string& container, uint64 type_hash_code, const string& resource_name, const string& type_name) argument
200 DoDelete(const string& container, TypeIndex type, const string& resource_name) argument
/external/webrtc/webrtc/libjingle/xmpp/
H A Djid.cc56 const std::string& resource_name)
59 resource_name_(resource_name) {
54 Jid(const std::string& node_name, const std::string& domain_name, const std::string& resource_name) argument
/external/ImageMagick/MagickCore/
H A Danimate.c1318 resource_name[MagickPathExtent];
1817 (void) FormatLocaleString(resource_name,MagickPathExtent,"%s.command",
1820 resource_name,"geometry",(char *) NULL);
1847 (void) FormatLocaleString(resource_name,MagickPathExtent,"%s.widget",
1850 resource_name,"geometry",(char *) NULL);
1308 resource_name[MagickPathExtent]; local
H A Dxwindow.c3301 resource_name[MagickPathExtent];
3314 *resource_name='\0';
3325 (void) FormatLocaleString(resource_name,MagickPathExtent,"%s.%s",
3348 status=XrmGetResource(database,resource_name,resource_class,&resource_type,
3703 resource_name[MagickPathExtent];
3713 *resource_name='\0';
3715 (void) FormatLocaleString(resource_name,MagickPathExtent,"%s.%s",client_name,
3717 status=XrmGetResource(database,resource_name,"ImageMagick",&resource_type,
3271 resource_name[MagickPathExtent]; local
3670 resource_name[MagickPathExtent]; local
H A Ddisplay.c14473 resource_name[MagickPathExtent];
14908 (void) FormatLocaleString(resource_name,MagickPathExtent,"%s.command",
14911 resource_name,"geometry",(char *) NULL);
14940 (void) FormatLocaleString(resource_name,MagickPathExtent,"%s.widget",
14943 resource_name,"geometry",(char *) NULL);
14995 (void) FormatLocaleString(resource_name,MagickPathExtent,"%s.magnify",
14998 resource_name,"geometry",(char *) NULL);
15039 (void) FormatLocaleString(resource_name,MagickPathExtent,"%s.pan",
15042 resource_name,"geometry",(char *) NULL);
14432 resource_name[MagickPathExtent]; local
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cShaderSubroutineTests.cpp3072 * @param resource_name Resource name
3078 const glw::GLchar* resource_name, GLint expected) const
3081 GLuint index = gl.getProgramResourceIndex(program_id, program_interface, resource_name);
3097 << "Resource name: " << resource_name << ". "
3184 * @param resource_name Name of resource
3189 const glw::GLchar* resource_name) const
3192 GLuint index = gl.getProgramResourceIndex(program_id, program_interface, resource_name);
3201 << "Resource name: " << resource_name << "." << tcu::TestLog::EndMessage;
3077 checkProgramResourceiv(GLuint program_id, GLenum program_interface, GLenum pname, const glw::GLchar* resource_name, GLint expected) const argument
/external/v8/include/
H A Dv8.h999 Local<Value> resource_name,
1210 Local<Value> resource_name; member in class:v8::ScriptCompiler::Source
9049 ScriptOrigin::ScriptOrigin(Local<Value> resource_name, argument
9057 : resource_name_(resource_name),
9090 resource_name(origin.ResourceName()),
/external/v8/src/
H A Dapi.cc465 Local<String> resource_name = local
468 ScriptOrigin origin(resource_name);
2138 if (!source->resource_name.IsEmpty()) {
2139 name_obj = Utils::OpenHandle(*(source->resource_name));
2368 if (!source->resource_name.IsEmpty()) {
2369 name_obj = Utils::OpenHandle(*(source->resource_name));
9622 node->entry()->resource_name()));
9627 return node->entry()->resource_name();

Completed in 2368 milliseconds