Searched defs:object_name (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/chrome/browser/media_galleries/win/
H A Dmtp_device_object_entry.cc13 const base::string16& object_name,
18 name(object_name),
12 MTPDeviceObjectEntry(const base::string16& object_id, const base::string16& object_name, bool is_directory, int64 size, const base::Time& last_modified_time) argument
H A Dmtp_device_operations_util.cc257 // name in |object_name|. Leave |object_name| blank to request all entries. On
261 const base::string16& object_name,
274 const bool get_all_entries = object_name.empty();
289 } else if (entry.name == object_name) {
402 const base::string16& object_name) {
404 if (!GetMTPDeviceObjectEntries(device, parent_id, object_name,
259 GetMTPDeviceObjectEntries(IPortableDevice* device, const base::string16& directory_object_id, const base::string16& object_name, MTPDeviceObjectEntries* object_entries) argument
400 GetObjectIdFromName(IPortableDevice* device, const base::string16& parent_id, const base::string16& object_name) argument
/external/chromium_org/cc/debug/
H A Dtraced_value.cc27 const char* object_name,
29 dict->SetString("id", base::StringPrintf("%s/%p", object_name, id));
35 const char* object_name,
38 MakeDictIntoImplicitSnapshot(dict, object_name, id);
45 const char* object_name,
49 MakeDictIntoImplicitSnapshot(dict, object_name, id);
26 MakeDictIntoImplicitSnapshot(base::debug::TracedValue* dict, const char* object_name, const void* id) argument
32 MakeDictIntoImplicitSnapshotWithCategory( const char* category, base::debug::TracedValue* dict, const char* object_name, const void* id) argument
41 MakeDictIntoImplicitSnapshotWithCategory( const char* category, base::debug::TracedValue* dict, const char* object_base_type_name, const char* object_name, const void* id) argument
/external/chromium_org/content/renderer/java/
H A Dgin_java_bridge_object.cc30 const std::string& object_name,
50 global->Set(gin::StringToV8(isolate, object_name), controller.ToV8());
27 InjectNamed( blink::WebFrame* frame, const base::WeakPtr<GinJavaBridgeDispatcher>& dispatcher, const std::string& object_name, GinJavaBridgeDispatcher::ObjectID object_id) argument
/external/chromium_org/sandbox/win/src/
H A Dfilesystem_interception.cc310 UNICODE_STRING object_name; local
311 InitializeObjectAttributes(&object_attributes, &object_name, 0, NULL, NULL);
318 object_name.Buffer = file_rename_info->FileName;
319 object_name.Length = object_name.MaximumLength =
H A Dfile_policy_test.cc102 UNICODE_STRING object_name; local
103 RtlInitUnicodeString(&object_name, file.c_str());
106 InitializeObjectAttributes(&obj_attributes, &object_name,
137 UNICODE_STRING object_name; local
138 RtlInitUnicodeString(&object_name, file.c_str());
141 InitializeObjectAttributes(&obj_attributes, &object_name,
215 UNICODE_STRING object_name; local
217 RtlInitUnicodeString(&object_name, file.c_str());
220 InitializeObjectAttributes(&obj_attributes, &object_name,
/external/chromium_org/base/process/
H A Dprocess_metrics_mac.cc155 mach_port_t object_name; local
162 &object_name);
174 mach_port_deallocate(mach_task_self(), object_name); local
/external/kernel-headers/original/uapi/linux/
H A Dncp_fs.h90 void __user * object_name; /* a userspace data, in most cases user name */ member in struct:ncp_objectname_ioctl
/external/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp155 ObjectContainerBSDArchive::Archive::FindObject (const ConstString &object_name, const TimeValue &object_mod_time) argument
157 const ObjectNameToIndexMap::Entry *match = m_object_name_to_index_map.FindFirstValueForName (object_name.GetCString());
306 ConstString object_name (module_sp->GetObjectName());
307 if (object_name)
/external/lldb/source/Expression/
H A DClangUserExpression.cpp563 ConstString &object_name,
570 err.SetErrorStringWithFormat("Couldn't load '%s' because the context is incomplete", object_name.AsCString());
577 valobj_sp = frame_sp->GetValueForVariableExpressionPath(object_name.AsCString(),
594 err.SetErrorStringWithFormat("Couldn't load '%s' because its value couldn't be evaluated", object_name.AsCString());
625 ConstString object_name; local
629 object_name.SetCString("this");
633 object_name.SetCString("self");
643 object_ptr = GetObjectPointer(frame, object_name, object_ptr_error);
562 GetObjectPointer(lldb::StackFrameSP frame_sp, ConstString &object_name, Error &err) argument
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachVMMemory.cpp354 mach_port_t object_name; local
356 kern_return_t kr = mach_vm_region(task, &addr, &size, VM_REGION_TOP_INFO, (vm_region_info_t)&info, &count, &object_name);
371 kr = mach_vm_region(task, &b_addr, &b_size, VM_REGION_BASIC_INFO, (vm_region_info_t)&b_info, &count, &object_name);
/external/openssl/crypto/ui/
H A Dui_lib.c412 const char *object_name)
418 object_desc, object_name);
429 if (object_name)
430 len += sizeof(prompt2) - 1 + strlen(object_name);
436 if (object_name)
439 BUF_strlcat(prompt, object_name, len + 1);
696 int UI_method_set_prompt_constructor(UI_METHOD *method, char *(*prompt_constructor)(UI* ui, const char* object_desc, const char* object_name)) argument
411 UI_construct_prompt(UI *ui, const char *object_desc, const char *object_name) argument
/external/lldb/source/Symbol/
H A DSymtab.cpp88 const char * object_name = NULL; local
90 object_name = m_objfile->GetModule()->GetObjectName().GetCString();
95 object_name ? "(" : "",
96 object_name ? object_name : "",
97 object_name ? ")" : "",
/external/lldb/source/Core/
H A DModule.cpp172 const ConstString *object_name,
203 if (object_name)
204 m_object_name = *object_name;
868 Module::SetFileSpecAndObjectName (const FileSpec &file, const ConstString &object_name) argument
874 m_object_name = object_name;
920 const char *object_name = m_object_name.GetCString(); local
921 if (object_name)
922 s->Printf("(%s)", object_name);
1466 const ConstString &object_name = module_ref.GetObjectName(); local
1467 if (object_name)
170 Module(const FileSpec& file_spec, const ArchSpec& arch, const ConstString *object_name, off_t object_offset, const TimeValue *object_mod_time_ptr) argument
[all...]
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp66 ConstString object_name (oso_module->GetObjectName());
186 const ConstString *object_name,
189 Module (file_spec, arch, object_name, object_offset, object_mod_time_ptr),
182 DebugMapModule(const ModuleSP &exe_module_sp, uint32_t cu_idx, const FileSpec& file_spec, const ArchSpec& arch, const ConstString *object_name, off_t object_offset, const TimeValue *object_mod_time_ptr) argument
/external/chromium_org/v8/src/
H A Dbootstrapper.cc482 Handle<String> object_name = factory->Object_string(); local
485 Handle<JSFunction> object_fun = factory->NewFunction(object_name);
899 Handle<String> object_name = factory->Object_string(); local
901 global_object, object_name, isolate->object_function(), DONT_ENUM);
/external/lldb/source/Commands/
H A DCommandObjectTarget.cpp3391 const char *object_name = module->GetObjectName().GetCString(); local
3392 if (object_name)
3393 strm.Printf ("(%s)", object_name);

Completed in 1794 milliseconds