Searched defs:append (Results 101 - 125 of 352) sorted by last modified time

1234567891011>>

/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFCompileUnit.cpp415 const bool append = true; local
416 const size_t num_ranges = line_table->GetContiguousFileAddressRanges (file_ranges, append);
H A DSymbolFileDWARF.cpp2923 // only append the context if we aren't looking for inline call sites
2930 // only append the context if we aren't looking for inline call sites
3084 SymbolFileDWARF::FindGlobalVariables (const ConstString &name, const lldb_private::ClangNamespaceDecl *namespace_decl, bool append, uint32_t max_matches, VariableList& variables) argument
3091 "SymbolFileDWARF::FindGlobalVariables (name=\"%s\", namespace_decl=%p, append=%u, max_matches=%u, variables)",
3094 append,
3106 if (!append)
3196 "SymbolFileDWARF::FindGlobalVariables (name=\"%s\", namespace_decl=%p, append=%u, max_matches=%u, variables) => %u",
3199 append,
3207 SymbolFileDWARF::FindGlobalVariables(const RegularExpression& regex, bool append, uint32_t max_matches, VariableList& variables) argument
3214 "SymbolFileDWARF::FindGlobalVariables (regex=\"%s\", append
3526 FindFunctions(const ConstString &name, const lldb_private::ClangNamespaceDecl *namespace_decl, uint32_t name_type_mask, bool include_inlines, bool append, SymbolContextList& sc_list) argument
3847 FindFunctions(const RegularExpression& regex, bool include_inlines, bool append, SymbolContextList& sc_list) argument
3893 FindTypes(const SymbolContext& sc, const ConstString &name, const lldb_private::ClangNamespaceDecl *namespace_decl, bool append, uint32_t max_matches, TypeList& types) argument
[all...]
H A DSymbolFileDWARFDebugMap.cpp895 SymbolFileDWARFDebugMap::FindGlobalVariables (const ConstString &name, const ClangNamespaceDecl *namespace_decl, bool append, uint32_t max_matches, VariableList& variables) argument
899 if (!append)
938 SymbolFileDWARFDebugMap::FindGlobalVariables (const RegularExpression& regex, bool append, uint32_t max_matches, VariableList& variables) argument
941 if (!append)
1085 SymbolFileDWARFDebugMap::FindFunctions(const ConstString &name, const ClangNamespaceDecl *namespace_decl, uint32_t name_type_mask, bool include_inlines, bool append, SymbolContextList& sc_list) argument
1092 if (append)
1113 SymbolFileDWARFDebugMap::FindFunctions (const RegularExpression& regex, bool include_inlines, bool append, SymbolContextList& sc_list) argument
1120 if (append)
1234 bool append,
1239 if (!append)
1229 FindTypes( const SymbolContext& sc, const ConstString &name, const ClangNamespaceDecl *namespace_decl, bool append, uint32_t max_matches, TypeList& types ) argument
[all...]
/external/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.cpp330 SymbolFileSymtab::FindGlobalVariables(const ConstString &name, const ClangNamespaceDecl *namespace_decl, bool append, uint32_t max_matches, VariableList& variables) argument
336 SymbolFileSymtab::FindGlobalVariables(const RegularExpression& regex, bool append, uint32_t max_matches, VariableList& variables) argument
342 SymbolFileSymtab::FindFunctions(const ConstString &name, const ClangNamespaceDecl *namespace_decl, uint32_t name_type_mask, bool include_inlines, bool append, SymbolContextList& sc_list) argument
356 SymbolFileSymtab::FindFunctions(const RegularExpression& regex, bool include_inlines, bool append, SymbolContextList& sc_list) argument
387 bool append,
384 FindTypes(const lldb_private::SymbolContext& sc, const lldb_private::ConstString &name, const ClangNamespaceDecl *namespace_decl, bool append, uint32_t max_matches, lldb_private::TypeList& types) argument
/external/lldb/source/Symbol/
H A DLineTable.cpp112 // the address of the last item in our entry collection, just append.
396 bool append,
400 if (!append)
459 LineTable::GetContiguousFileAddressRanges (FileAddressRanges &file_ranges, bool append) argument
461 if (!append)
395 FineLineEntriesForFileIndex(uint32_t file_idx, bool append, SymbolContextList &sc_list) argument
H A DSymbolVendor.cpp281 SymbolVendor::FindGlobalVariables (const ConstString &name, const ClangNamespaceDecl *namespace_decl, bool append, size_t max_matches, VariableList& variables) argument
288 return m_sym_file_ap->FindGlobalVariables(name, namespace_decl, append, max_matches, variables);
294 SymbolVendor::FindGlobalVariables (const RegularExpression& regex, bool append, size_t max_matches, VariableList& variables) argument
301 return m_sym_file_ap->FindGlobalVariables(regex, append, max_matches, variables);
307 SymbolVendor::FindFunctions(const ConstString &name, const ClangNamespaceDecl *namespace_decl, uint32_t name_type_mask, bool include_inlines, bool append, SymbolContextList& sc_list) argument
314 return m_sym_file_ap->FindFunctions(name, namespace_decl, name_type_mask, include_inlines, append, sc_list);
320 SymbolVendor::FindFunctions(const RegularExpression& regex, bool include_inlines, bool append, SymbolContextList& sc_list) argument
327 return m_sym_file_ap->FindFunctions(regex, include_inlines, append, sc_list);
334 SymbolVendor::FindTypes (const SymbolContext& sc, const ConstString &name, const ClangNamespaceDecl *namespace_decl, bool append, size_t max_matches, TypeList& types) argument
341 return m_sym_file_ap->FindTypes(sc, name, namespace_decl, append, max_matche
[all...]
/external/lldb/source/Target/
H A DObjCLanguageRuntime.cpp386 ObjCLanguageRuntime::MethodName::GetFullNames (std::vector<ConstString> &names, bool append) argument
388 if (!append)
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A DStartupConfig.cpp44 mBuffer.append ((uint8_string::size_type) 1, (uint8_string::value_type) 0);
61 mBuffer.append ((uint8_string::size_type) 1, (uint8_string::value_type) 0);
83 ** Function: append
93 bool StartupConfig::append (const UINT8* newContent, UINT8 newContentLen) function in class:StartupConfig
95 static const char fn [] = "StartupConfig::append";
102 ALOGD ("%s: try append %u bytes", fn, (uint8_string::size_type) (newContentLen));
103 //append new payload into private buffer
104 mBuffer.append (newContent+1, (uint8_string::size_type) (newContentLen-1));
152 found0xC2 = append (tlv, 5);
/external/kernel-headers/original/uapi/linux/
H A Dsom.h72 unsigned int append :1; /* Must be merged by the linker */ member in struct:aux_id
/external/jsoncpp/chromium-overrides/src/lib_json/
H A Djson_value.cpp1238 Value::append( const Value &value ) function in class:Json::Value
/external/jsoncpp/src/lib_json/
H A Djson_value.cpp1234 Value::append( const Value &value ) function in class:Json::Value
/external/jsilver/src/com/google/clearsilver/jsilver/template/
H A DHtmlWhiteSpaceStripper.java111 public Appendable append(CharSequence csq) throws IOException { method in class:HtmlWhiteSpaceStripper
112 return append(csq, 0, csq.length());
116 public Appendable append(CharSequence csq, int start, int end) throws IOException { method in class:HtmlWhiteSpaceStripper
118 append(csq.charAt(i));
124 public Appendable append(char c) throws IOException { method in class:HtmlWhiteSpaceStripper
139 tagName.append(c);
145 tagName.append(c);
166 out.append(c);
183 out.append(c);
191 out.append(
[all...]
/external/jmdns/src/javax/jmdns/impl/
H A DDNSIncoming.java105 buffer.append((char) ch);
128 buffer.append(label);
130 previousLabel.append(label);
141 buffer.append(compressedLabel);
143 previousLabel.append(compressedLabel);
335 buf.append(_messageInputStream.readUTF(len));
444 buf.append(this.print());
448 buf.append(this.print(data));
456 buf.append(isQuery() ? "dns[query," : "dns[response,");
458 buf.append(_packe
533 void append(DNSIncoming that) { method in class:DNSIncoming
[all...]
/external/javassist/src/main/javassist/bytecode/
H A DCodeIterator.java666 public int append(byte[] code) { method in class:CodeIterator
710 public void append(ExceptionTable et, int offset) { method in class:CodeIterator
H A DInnerClassesAttribute.java44 * @see #append(String, String, String, int)
166 public void append(String inner, String outer, String name, int flags) { method in class:InnerClassesAttribute
170 append(i, o, n, flags);
181 public void append(int inner, int outer, int name, int flags) { method in class:InnerClassesAttribute
/external/javassist/src/main/javassist/compiler/
H A DKeywordTable.java29 public void append(String name, int t) { method in class:KeywordTable
H A DSymbolTable.java41 public void append(String name, Declarator value) { method in class:SymbolTable
/external/javassist/src/main/javassist/compiler/ast/
H A DASTList.java74 sbuf.append("(<");
75 sbuf.append(getTag());
76 sbuf.append('>');
79 sbuf.append(' ');
81 sbuf.append(a == null ? "<null>" : a.toString());
85 sbuf.append(')');
140 public static ASTList append(ASTList a, ASTree b) { method in class:ASTList
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/icu/icu4c/source/tools/gennorm2/
H A Dn2builder.cpp505 decomposed->append(*cNorm.mapping);
521 decomposed->append(buffer, hangulLength);
523 decomposed->append(m, prev, i-prev);
556 void append(UChar32 c, uint8_t cc) { function in class:BuilderReorderingBuffer
581 dest.append(charAt(i));
612 buffer.append(c, getCC(c));
731 dataString.append(rm0);
735 dataString.append(rm);
736 dataString.append((UChar)rmLength);
743 dataString.append((UCha
[all...]
/external/icu/icu4c/source/i18n/
H A Dcollationiterator.h45 inline void append(int64_t ce, UErrorCode &errorCode) { function in class:CollationIterator::CEBuffer
H A Dmsgfmt.cpp172 * Convert an integer value to a string and append the result to
178 appendTo.append(temp, -1);
189 void append(const UnicodeString& s) { function in class:AppendableWrapper
193 void append(const UChar* s, const int32_t sLength) { function in class:AppendableWrapper
197 void append(const UnicodeString& s, int32_t start, int32_t length) { function in class:AppendableWrapper
198 append(s.tempSubString(start, length));
204 append(s);
211 append(argString);
528 return appendTo.append(msgPattern.getPatternString());
1019 appendTo.append(msgStrin
[all...]
/external/icu/icu4c/source/layout/
H A DLEInsertionList.h166 * to be first on the list, we need to append the
171 le_bool append; member in class:LEInsertionList
/external/icu/icu4c/source/layoutex/
H A DParagraphLayout.cpp1132 line->append(fStyleRunInfo[run].font, direction, glyphCount, glyphs, positions, glyphToCharMap);
1221 void ParagraphLayout::Line::append(const LEFontInstance *font, UBiDiDirection direction, le_int32 glyphCount, function in class:ParagraphLayout::Line

Completed in 335 milliseconds

1234567891011>>