HomeSort by relevance Sort by last modified time
    Searched refs:object_name (Results 26 - 43 of 43) sorted by null

12

  /external/chromium_org/base/process/
process_metrics_mac.cc 155 mach_port_t object_name; local
162 &object_name);
174 mach_port_deallocate(mach_task_self(), object_name); local
  /external/chromium_org/chrome/browser/media_galleries/win/
mtp_device_operations_util.cc 258 // name in |object_name|. Leave |object_name| blank to request all entries. On
262 const base::string16& object_name,
275 const bool get_all_entries = object_name.empty();
290 } else if (entry.name == object_name) {
404 const base::string16& object_name) {
406 if (!GetMTPDeviceObjectEntries(device, parent_id, object_name,
  /external/chromium_org/third_party/openssl/openssl/crypto/ui/
ui_lib.c 412 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))
  /external/openssl/crypto/ui/
ui_lib.c 412 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))
  /external/lldb/source/Plugins/ObjectContainer/BSD-Archive/
ObjectContainerBSDArchive.cpp 155 ObjectContainerBSDArchive::Archive::FindObject (const ConstString &object_name, const TimeValue &object_mod_time)
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)
ObjectContainerBSDArchive.h 174 FindObject (const lldb_private::ConstString &object_name,
  /external/lldb/source/Core/
Module.cpp 172 const ConstString *object_name,
203 if (object_name)
204 m_object_name = *object_name;
868 Module::SetFileSpecAndObjectName (const FileSpec &file, const ConstString &object_name)
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
    [all...]
  /external/chromium_org/content/renderer/java/
gin_java_bridge_object.cc 30 const std::string& object_name,
50 global->Set(gin::StringToV8(isolate, object_name), controller.ToV8());
  /external/lldb/include/lldb/Core/
Module.h 78 /// @param[in] object_name
90 const ConstString *object_name = NULL,
823 const ConstString &object_name);
    [all...]
  /external/lldb/source/Expression/
ClangUserExpression.cpp 563 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);
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
framebuffer_manager.h 37 virtual GLuint object_name() const = 0;
framebuffer_manager.cc 71 virtual GLuint object_name() const OVERRIDE {
181 virtual GLuint object_name() const OVERRIDE {
gles2_cmd_decoder.cc     [all...]
  /external/lldb/source/Symbol/
Symtab.cpp 88 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 ? ")" : "",
    [all...]
  /external/lldb/tools/debugserver/source/MacOSX/
MachVMMemory.cpp 354 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/lldb/source/Plugins/SymbolFile/DWARF/
SymbolFileDWARFDebugMap.cpp 66 ConstString object_name (oso_module->GetObjectName());
186 const ConstString *object_name,
189 Module (file_spec, arch, object_name, object_offset, object_mod_time_ptr),
    [all...]
  /external/chromium_org/v8/src/
bootstrapper.cc 476 Handle<String> object_name = factory->Object_string(); local
479 Handle<JSFunction> object_fun = factory->NewFunction(object_name);
891 Handle<String> object_name = factory->Object_string(); local
    [all...]
  /external/lldb/source/Commands/
CommandObjectTarget.cpp 3391 const char *object_name = module->GetObjectName().GetCString(); local
    [all...]

Completed in 505 milliseconds

12