Searched defs:can_create (Results 1 - 25 of 31) sorted by relevance

12

/external/lldb/source/Host/macosx/cfcpp/
H A DCFCMutableSet.cpp81 CFCMutableSet::AddValue(const void *value, bool can_create) argument
86 if (can_create == false)
H A DCFCMutableArray.cpp108 CFCMutableArray::AppendValue(const void *value, bool can_create) argument
113 if (can_create == false)
128 CFCMutableArray::AppendCStringAsCFString (const char *s, CFStringEncoding encoding, bool can_create) argument
133 if (can_create == false)
148 CFCMutableArray::AppendFileSystemRepresentationAsCFString (const char *s, bool can_create) argument
153 if (can_create == false)
H A DCFCMutableDictionary.cpp106 CFCMutableDictionary::Dictionary(bool can_create) argument
109 if (can_create && dict == NULL)
118 CFCMutableDictionary::AddValue(CFStringRef key, const void *value, bool can_create) argument
120 CFMutableDictionaryRef dict = Dictionary(can_create);
131 CFCMutableDictionary::SetValue(CFStringRef key, const void *value, bool can_create) argument
133 CFMutableDictionaryRef dict = Dictionary(can_create);
144 CFCMutableDictionary::AddValueSInt8(CFStringRef key, int8_t value, bool can_create) argument
146 CFMutableDictionaryRef dict = Dictionary(can_create);
161 CFCMutableDictionary::SetValueSInt8(CFStringRef key, int8_t value, bool can_create) argument
163 CFMutableDictionaryRef dict = Dictionary(can_create);
178 AddValueSInt16(CFStringRef key, int16_t value, bool can_create) argument
195 SetValueSInt16(CFStringRef key, int16_t value, bool can_create) argument
212 AddValueSInt32(CFStringRef key, int32_t value, bool can_create) argument
229 SetValueSInt32(CFStringRef key, int32_t value, bool can_create) argument
246 AddValueSInt64(CFStringRef key, int64_t value, bool can_create) argument
263 SetValueSInt64(CFStringRef key, int64_t value, bool can_create) argument
280 AddValueUInt8(CFStringRef key, uint8_t value, bool can_create) argument
299 SetValueUInt8(CFStringRef key, uint8_t value, bool can_create) argument
319 AddValueUInt16(CFStringRef key, uint16_t value, bool can_create) argument
338 SetValueUInt16(CFStringRef key, uint16_t value, bool can_create) argument
357 AddValueUInt32(CFStringRef key, uint32_t value, bool can_create) argument
376 SetValueUInt32(CFStringRef key, uint32_t value, bool can_create) argument
396 AddValueUInt64(CFStringRef key, uint64_t value, bool can_create) argument
416 SetValueUInt64(CFStringRef key, uint64_t value, bool can_create) argument
435 AddValueDouble(CFStringRef key, double value, bool can_create) argument
454 SetValueDouble(CFStringRef key, double value, bool can_create) argument
473 AddValueCString(CFStringRef key, const char *cstr, bool can_create) argument
490 SetValueCString(CFStringRef key, const char *cstr, bool can_create) argument
[all...]
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_security_helper.cc22 CanCreate can_create,
52 return (policy->*can_create)(child_id, file);
20 CanOpenFileWithPepperFlags(CanRead can_read, CanWrite can_write, CanCreate can_create, CanCreateReadWrite can_create_read_write, int pp_open_flags, int child_id, const FileID& file) argument
/external/lldb/source/Utility/
H A DKQueue.cpp21 KQueue::GetFD (bool can_create) argument
23 if (!IsValid () && can_create)
/external/lldb/source/Core/
H A DValueObjectConstResultChild.cpp57 ValueObjectConstResultChild::GetSyntheticChildAtOffset(uint32_t offset, const ClangASTType& type, bool can_create) argument
59 return m_impl.GetSyntheticChildAtOffset(offset, type, can_create);
H A DValueObjectConstResultImpl.cpp149 ValueObjectConstResultImpl::GetSyntheticChildAtOffset (uint32_t offset, const ClangASTType& type, bool can_create) argument
155 return m_impl_backend->ValueObject::GetSyntheticChildAtOffset(offset, type, can_create);
160 return DerefOnTarget()->GetSyntheticChildAtOffset(offset, type, can_create);
162 return m_impl_backend->ValueObject::GetSyntheticChildAtOffset(offset, type, can_create);
H A DValueObjectSyntheticFilter.cpp195 ValueObjectSynthetic::GetChildAtIndex (size_t idx, bool can_create) argument
203 if (can_create && m_synth_filter_ap.get() != NULL)
219 ValueObjectSynthetic::GetChildMemberWithName (const ConstString &name, bool can_create) argument
228 return GetChildAtIndex(index, can_create);
H A DValueObjectConstResult.cpp303 ValueObjectConstResult::GetSyntheticChildAtOffset(uint32_t offset, const ClangASTType& type, bool can_create) argument
305 return m_impl.GetSyntheticChildAtOffset(offset, type, can_create);
H A DValueObjectRegister.cpp226 ValueObjectRegisterSet::GetChildMemberWithName (const ConstString &name, bool can_create) argument
H A DAddress.cpp698 bool can_create = true; local
702 sc.block->AppendVariables (can_create,
H A DPluginManager.cpp1877 bool can_create)
1885 if (!plugin_properties_sp && can_create)
1897 if (!plugin_type_properties_sp && can_create)
1918 bool can_create)
1925 if (!plugin_properties_sp && can_create)
1937 if (!plugin_type_properties_sp && can_create)
1874 GetDebuggerPropertyForPlugins(Debugger &debugger, const ConstString &plugin_type_name, const ConstString &plugin_type_desc, bool can_create) argument
1915 GetDebuggerPropertyForPluginsOldStyle(Debugger &debugger, const ConstString &plugin_type_name, const ConstString &plugin_type_desc, bool can_create) argument
H A DModule.cpp851 Module::GetSymbolVendor (bool can_create, lldb_private::Stream *feedback_strm) argument
854 if (m_did_load_symbol_vendor == false && can_create)
/external/libpcap/
H A Dpcap-can-linux.c95 can_create(const char *device, char *ebuf, int *is_ours) function
/external/chromium_org/chrome/common/extensions/api/file_browser_handlers/
H A Dfile_browser_handler.cc87 bool can_create = (file_access_permission_flags_ & kCreatePermission) != 0U; local
90 if (is_invalid || (can_create && can_read_or_write)) {
/external/lldb/source/API/
H A DSBBlock.cpp121 SBBlock::AppendVariables (bool can_create, bool get_parent_variables, lldb_private::VariableList *var_list) argument
126 m_opaque_ptr->AppendVariables (can_create, get_parent_variables, show_inline, var_list);
H A DSBFrame.cpp766 const bool can_create = true; local
770 if (sc.block->AppendVariables (can_create,
859 const bool can_create = true; local
863 if (sc.block && sc.block->AppendVariables (can_create,
H A DSBValue.cpp854 const bool can_create = true; local
855 child_sp = value_sp->GetChildAtIndex (idx, can_create);
860 child_sp = value_sp->GetSyntheticArrayMemberFromPointer(idx, can_create);
864 child_sp = value_sp->GetSyntheticArrayMemberFromArray(idx, can_create);
/external/lldb/source/Symbol/
H A DCompileUnit.cpp268 CompileUnit::GetVariableList(bool can_create) argument
270 if (m_variables.get() == NULL && can_create)
H A DFunction.cpp302 Function::GetBlock (bool can_create) argument
304 if (!m_block.BlockInfoHasBeenParsed() && can_create)
H A DBlock.cpp471 Block::GetBlockVariableList (bool can_create) argument
475 if (m_variable_list_sp.get() == NULL && can_create)
488 Block::AppendBlockVariables (bool can_create, argument
494 VariableList *block_var_list = GetBlockVariableList (can_create).get();
510 num_variables_added += child_block->AppendBlockVariables (can_create,
523 bool can_create,
530 VariableListSP variable_list_sp(GetBlockVariableList(can_create));
546 num_variables_added += parent_block->AppendVariables (can_create, get_parent_variables, stop_if_block_is_inlined_function, variable_list);
521 AppendVariables( bool can_create, bool get_parent_variables, bool stop_if_block_is_inlined_function, VariableList *variable_list ) argument
/external/lldb/source/DataFormatters/
H A DFormatManager.cpp263 bool can_create)
271 if (!can_create)
262 GetCategory(const ConstString& category_name, bool can_create) argument
/external/lldb/source/Target/
H A DStackFrameList.cpp463 StackFrameList::GetNumFrames (bool can_create) argument
467 if (can_create)
H A DStackFrame.cpp489 const bool can_create = true; local
492 frame_block->AppendBlockVariables(can_create, get_child_variables, stop_if_child_block_is_inlined_function, m_variable_list_sp.get());
525 const bool can_create = true; local
528 m_sc.block->AppendVariables (can_create,
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOSXDYLD.cpp343 DynamicLoaderMacOSXDYLD::FindTargetModuleForDYLDImageInfo (DYLDImageInfo &image_info, bool can_create, bool *did_create_ptr) argument
364 if (can_create)
1335 const bool can_create = true; local
1336 ModuleSP exe_module_sp (FindTargetModuleForDYLDImageInfo (image_infos[exe_idx], can_create, NULL));

Completed in 9768 milliseconds

12