/external/lldb/test/expression_command/formatters/ |
D | TestFormatters.py | 84 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/ |
D | traced_value.cc | 27 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()
|
D | traced_value.h | 23 const char* object_name, 28 const char* object_name, 34 const char* object_name,
|
/external/chromium_org/chrome/browser/media_galleries/win/ |
D | mtp_device_object_entry.cc | 13 const base::string16& object_name, in MTPDeviceObjectEntry() argument 18 name(object_name), in MTPDeviceObjectEntry()
|
D | mtp_device_operations_util.cc | 261 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()
|
D | mtp_device_object_entry.h | 20 const base::string16& object_name,
|
D | mtp_device_operations_util.h | 78 const base::string16& object_name);
|
/external/chromium_org/sandbox/win/src/ |
D | file_policy_test.cc | 102 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()
|
D | filesystem_interception.cc | 310 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/ |
D | ClangUserExpression.cpp | 563 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/ |
D | ui_lib.c | 412 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
|
D | ui.h | 189 const char *object_desc, const char *object_name); 313 …OD *method, char *(*prompt_constructor)(UI* ui, const char* object_desc, const char* object_name));
|
D | ui_locl.h | 99 const char *object_name);
|
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/ |
D | requireprovidesorter.py | 231 object_name = tokenutil.Search(token, Type.STRING_TEXT).string 246 tokens_map[object_name] = all_tokens
|
/external/chromium_org/base/process/ |
D | process_metrics_mac.cc | 155 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/ |
D | Module.cpp | 172 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/ |
D | requireprovidesorter.py | 233 object_name = tokenutil.GetStringAfterToken(token) 249 tokens_map[object_name] = all_tokens
|
/external/openssl/include/openssl/ |
D | ui.h | 189 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/ |
D | ObjectContainerBSDArchive.cpp | 155 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/ |
D | gin_java_bridge_object.cc | 30 const std::string& object_name, in InjectNamed() argument 50 global->Set(gin::StringToV8(isolate, object_name), controller.ToV8()); in InjectNamed()
|
D | gin_java_bridge_object.h | 46 const std::string& object_name,
|
/external/kernel-headers/original/uapi/linux/ |
D | ncp_fs.h | 90 void __user * object_name; /* a userspace data, in most cases user name */ member
|
/external/lldb/include/lldb/Core/ |
D | Module.h | 90 const ConstString *object_name = NULL, 823 const ConstString &object_name);
|
/external/protobuf/gtest/scons/ |
D | SConscript | 137 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/ |
D | Symtab.cpp | 88 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()
|