Home
last modified time | relevance | path

Searched refs:object_name (Results 1 – 25 of 33) sorted by relevance

12

/external/lldb/test/expression_command/formatters/
DTestFormatters.py84 object_name = self.res.GetOutput()
85 object_name = object_name[7:]
86 object_name = object_name[0:object_name.find(' =')]
91 self.expect("expression $" + object_name,
97 self.expect("expression --show-types -- $" + object_name,
109 self.expect("expression $" + object_name + '.a',
112 self.expect("expression *$" + object_name + '.b.i_ptr',
115 self.expect("expression $" + object_name,
121 self.expect("expression --show-types -- $" + object_name,
129 self.expect("expression $" + object_name,
[all …]
/external/chromium_org/cc/debug/
Dtraced_value.cc27 const char* object_name, in MakeDictIntoImplicitSnapshot() argument
29 dict->SetString("id", base::StringPrintf("%s/%p", object_name, id)); in MakeDictIntoImplicitSnapshot()
35 const char* object_name, in MakeDictIntoImplicitSnapshotWithCategory() argument
38 MakeDictIntoImplicitSnapshot(dict, object_name, id); in MakeDictIntoImplicitSnapshotWithCategory()
45 const char* object_name, in MakeDictIntoImplicitSnapshotWithCategory() argument
49 MakeDictIntoImplicitSnapshot(dict, object_name, id); in MakeDictIntoImplicitSnapshotWithCategory()
Dtraced_value.h23 const char* object_name,
28 const char* object_name,
34 const char* object_name,
/external/chromium_org/chrome/browser/media_galleries/win/
Dmtp_device_object_entry.cc13 const base::string16& object_name, in MTPDeviceObjectEntry() argument
18 name(object_name), in MTPDeviceObjectEntry()
Dmtp_device_operations_util.cc261 const base::string16& object_name, in GetMTPDeviceObjectEntries() argument
274 const bool get_all_entries = object_name.empty(); in GetMTPDeviceObjectEntries()
289 } else if (entry.name == object_name) { in GetMTPDeviceObjectEntries()
402 const base::string16& object_name) { in GetObjectIdFromName() argument
404 if (!GetMTPDeviceObjectEntries(device, parent_id, object_name, in GetObjectIdFromName()
Dmtp_device_object_entry.h20 const base::string16& object_name,
Dmtp_device_operations_util.h78 const base::string16& object_name);
/external/chromium_org/sandbox/win/src/
Dfile_policy_test.cc102 UNICODE_STRING object_name; in File_CreateSys32() local
103 RtlInitUnicodeString(&object_name, file.c_str()); in File_CreateSys32()
106 InitializeObjectAttributes(&obj_attributes, &object_name, in File_CreateSys32()
137 UNICODE_STRING object_name; in File_OpenSys32() local
138 RtlInitUnicodeString(&object_name, file.c_str()); in File_OpenSys32()
141 InitializeObjectAttributes(&obj_attributes, &object_name, in File_OpenSys32()
215 UNICODE_STRING object_name; in File_QueryAttributes() local
217 RtlInitUnicodeString(&object_name, file.c_str()); in File_QueryAttributes()
220 InitializeObjectAttributes(&obj_attributes, &object_name, in File_QueryAttributes()
Dfilesystem_interception.cc310 UNICODE_STRING object_name; in TargetNtSetInformationFile() local
311 InitializeObjectAttributes(&object_attributes, &object_name, 0, NULL, NULL); in TargetNtSetInformationFile()
318 object_name.Buffer = file_rename_info->FileName; in TargetNtSetInformationFile()
319 object_name.Length = object_name.MaximumLength = in TargetNtSetInformationFile()
/external/lldb/source/Expression/
DClangUserExpression.cpp563 ConstString &object_name, in GetObjectPointer() argument
570 …rStringWithFormat("Couldn't load '%s' because the context is incomplete", object_name.AsCString()); in GetObjectPointer()
577 valobj_sp = frame_sp->GetValueForVariableExpressionPath(object_name.AsCString(), in GetObjectPointer()
594 …gWithFormat("Couldn't load '%s' because its value couldn't be evaluated", object_name.AsCString()); in GetObjectPointer()
625 ConstString object_name; in PrepareToExecuteJITExpression() local
629 object_name.SetCString("this"); in PrepareToExecuteJITExpression()
633 object_name.SetCString("self"); in PrepareToExecuteJITExpression()
643 object_ptr = GetObjectPointer(frame, object_name, object_ptr_error); in PrepareToExecuteJITExpression()
/external/openssl/crypto/ui/
Dui_lib.c412 const char *object_name) in UI_construct_prompt() argument
418 object_desc, object_name); in UI_construct_prompt()
429 if (object_name) in UI_construct_prompt()
430 len += sizeof(prompt2) - 1 + strlen(object_name); in UI_construct_prompt()
436 if (object_name) in UI_construct_prompt()
439 BUF_strlcat(prompt, object_name, len + 1); in UI_construct_prompt()
696 …HOD *method, char *(*prompt_constructor)(UI* ui, const char* object_desc, const char* object_name)) in UI_method_set_prompt_constructor() argument
Dui.h189 const char *object_desc, const char *object_name);
313 …OD *method, char *(*prompt_constructor)(UI* ui, const char* object_desc, const char* object_name));
Dui_locl.h99 const char *object_name);
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
Drequireprovidesorter.py231 object_name = tokenutil.Search(token, Type.STRING_TEXT).string
246 tokens_map[object_name] = all_tokens
/external/chromium_org/base/process/
Dprocess_metrics_mac.cc155 mach_port_t object_name; in GetMemoryBytes() local
162 &object_name); in GetMemoryBytes()
174 mach_port_deallocate(mach_task_self(), object_name); in GetMemoryBytes()
/external/lldb/source/Core/
DModule.cpp172 const ConstString *object_name, in Module() argument
203 if (object_name) in Module()
204 m_object_name = *object_name; in Module()
868 Module::SetFileSpecAndObjectName (const FileSpec &file, const ConstString &object_name) in SetFileSpecAndObjectName() argument
874 m_object_name = object_name; in SetFileSpecAndObjectName()
920 const char *object_name = m_object_name.GetCString(); in GetDescription() local
921 if (object_name) in GetDescription()
922 s->Printf("(%s)", object_name); in GetDescription()
1466 const ConstString &object_name = module_ref.GetObjectName(); in MatchesModuleSpec() local
1467 if (object_name) in MatchesModuleSpec()
[all …]
/external/chromium_org/third_party/closure_linter/closure_linter/
Drequireprovidesorter.py233 object_name = tokenutil.GetStringAfterToken(token)
249 tokens_map[object_name] = all_tokens
/external/openssl/include/openssl/
Dui.h189 const char *object_desc, const char *object_name);
313 …OD *method, char *(*prompt_constructor)(UI* ui, const char* object_desc, const char* object_name));
/external/lldb/source/Plugins/ObjectContainer/BSD-Archive/
DObjectContainerBSDArchive.cpp155 ObjectContainerBSDArchive::Archive::FindObject (const ConstString &object_name, const TimeValue &ob… in FindObject() argument
157 …dexMap::Entry *match = m_object_name_to_index_map.FindFirstValueForName (object_name.GetCString()); in FindObject()
306 ConstString object_name (module_sp->GetObjectName()); in CreateInstance() local
307 if (object_name) in CreateInstance()
/external/chromium_org/content/renderer/java/
Dgin_java_bridge_object.cc30 const std::string& object_name, in InjectNamed() argument
50 global->Set(gin::StringToV8(isolate, object_name), controller.ToV8()); in InjectNamed()
Dgin_java_bridge_object.h46 const std::string& object_name,
/external/kernel-headers/original/uapi/linux/
Dncp_fs.h90 void __user * object_name; /* a userspace data, in most cases user name */ member
/external/lldb/include/lldb/Core/
DModule.h90 const ConstString *object_name = NULL,
823 const ConstString &object_name);
/external/protobuf/gtest/scons/
DSConscript137 object_name = os.path.basename(source).rstrip('.cc') + build_env['OBJ_SUFFIX']
138 if object_name not in _all_objects:
139 _all_objects[object_name] = build_env.Object(target=object_name,
141 return _all_objects[object_name]
/external/lldb/source/Symbol/
DSymtab.cpp88 const char * object_name = NULL; in Dump() local
90 object_name = m_objfile->GetModule()->GetObjectName().GetCString(); in Dump()
95 object_name ? "(" : "", in Dump()
96 object_name ? object_name : "", in Dump()
97 object_name ? ")" : "", in Dump()

12