Home
last modified time | relevance | path

Searched full:symbol (Results 1 – 25 of 3061) sorted by relevance

12345678910>>...123

/external/libxml2/doc/
Dsymbols.xml9 <symbol file="debugXML">xmlBoolToText</symbol>
10 <symbol file="debugXML">xmlDebugDumpAttr</symbol>
11 <symbol file="debugXML">xmlDebugDumpAttrList</symbol>
12 <symbol file="debugXML">xmlDebugDumpDTD</symbol>
13 <symbol file="debugXML">xmlDebugDumpDocument</symbol>
14 <symbol file="debugXML">xmlDebugDumpDocumentHead</symbol>
15 <symbol file="debugXML">xmlDebugDumpEntities</symbol>
16 <symbol file="debugXML">xmlDebugDumpNode</symbol>
17 <symbol file="debugXML">xmlDebugDumpNodeList</symbol>
18 <symbol file="debugXML">xmlDebugDumpOneNode</symbol>
[all …]
Dlibxml2-api.xml9 <exports symbol='docbParserInputPtr' type='typedef'/>
10 <exports symbol='docbParserCtxt' type='typedef'/>
11 <exports symbol='docbParserCtxtPtr' type='typedef'/>
12 <exports symbol='docbParserInput' type='typedef'/>
13 <exports symbol='docbDocPtr' type='typedef'/>
14 <exports symbol='docbSAXHandler' type='typedef'/>
15 <exports symbol='docbSAXHandlerPtr' type='typedef'/>
16 <exports symbol='docbFreeParserCtxt' type='function'/>
17 <exports symbol='docbParseDoc' type='function'/>
18 <exports symbol='docbCreateFileParserCtxt' type='function'/>
[all …]
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp76 ArgType PrivateGetDIAValue(IDiaSymbol *Symbol, in PrivateGetDIAValue() argument
79 if (S_OK == (Symbol->*Method)(&Value)) in PrivateGetDIAValue()
86 RetType PrivateGetDIAValue(IDiaSymbol *Symbol, in PrivateGetDIAValue() argument
89 if (S_OK == (Symbol->*Method)(&Value)) in PrivateGetDIAValue()
96 PrivateGetDIAValue(IDiaSymbol *Symbol, in PrivateGetDIAValue() argument
99 if (S_OK != (Symbol->*Method)(&Result16)) in PrivateGetDIAValue()
111 PrivateGetDIAValue(IDiaSymbol *Symbol, in PrivateGetDIAValue() argument
114 if (S_OK != (Symbol->*Method)(&Result)) in PrivateGetDIAValue()
126 IDiaSymbol *Symbol, in DumpDIAValue() argument
129 if (S_OK == (Symbol->*Method)(&Value)) { in DumpDIAValue()
[all …]
/external/tagsoup/definitions/
Dhtml.stml19 <symbol id='EOF'/>
20 <symbol id='S'/>
21 <symbol id='default'/>
57 <tr symbol='default' action='A_SAVE' newstate='S_ANAME'/>
61 <tr symbol='EOF' action='A_ANAME_ADUP_STAGC' newstate='S_DONE'/>
62 <tr symbol='S' action='A_ANAME' newstate='S_EQ'/>
65 <tr symbol='default' action='A_SAVE' newstate='S_APOS'/>
67 <tr symbol='EOF' action='A_AVAL_STAGC' newstate='S_DONE'/>
68 <tr symbol='S' action='A_SP' newstate='S_APOS'/>
71 <tr symbol='default' action='A_SAVE' newstate='S_STAGC'/>
[all …]
/external/libxml2/doc/examples/
Dexamples.xml388 <symbol name='LIBXML_TEST_VERSION'>
395 </symbol>
396 <symbol name='XML_DEFAULT_VERSION'>
398 </symbol>
399 <symbol name='XML_ELEMENT_NODE'>
402 </symbol>
403 <symbol name='XML_NAMESPACE_DECL'>
406 </symbol>
407 <symbol name='XML_PARSE_DTDATTR'>
409 </symbol>
[all …]
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBSymDumper.h1 //===- PDBSymDumper.h - base interface for PDB symbol dumper *- C++ -----*-===//
24 virtual void dump(const PDBSymbolAnnotation &Symbol);
25 virtual void dump(const PDBSymbolBlock &Symbol);
26 virtual void dump(const PDBSymbolCompiland &Symbol);
27 virtual void dump(const PDBSymbolCompilandDetails &Symbol);
28 virtual void dump(const PDBSymbolCompilandEnv &Symbol);
29 virtual void dump(const PDBSymbolCustom &Symbol);
30 virtual void dump(const PDBSymbolData &Symbol);
31 virtual void dump(const PDBSymbolExe &Symbol);
32 virtual void dump(const PDBSymbolFunc &Symbol);
[all …]
/external/bison/src/
Dsymtab.h23 * \brief Manipulating ::symbol.
38 /** Symbol classes. */
52 typedef struct symbol symbol; typedef
56 struct symbol struct
58 /** The key, name of the symbol. */
74 /** Any \c \%destructor declared specifically for this symbol. argument
76 Access this field only through <tt>symbol</tt>'s interface
77 functions. For example, if <tt>symbol::destructor = NULL</tt>, a
83 /** Any \c \%printer declared specifically for this symbol. argument
85 Access this field only through <tt>symbol</tt>'s interface functions.
[all …]
/external/llvm/lib/DebugInfo/PDB/
DPDBSymDumper.cpp24 void PDBSymDumper::dump(const PDBSymbolAnnotation &Symbol) { in dump() argument
28 void PDBSymDumper::dump(const PDBSymbolBlock &Symbol) { in dump() argument
32 void PDBSymDumper::dump(const PDBSymbolCompiland &Symbol) { in dump() argument
36 void PDBSymDumper::dump(const PDBSymbolCompilandDetails &Symbol) { in dump() argument
40 void PDBSymDumper::dump(const PDBSymbolCompilandEnv &Symbol) { in dump() argument
44 void PDBSymDumper::dump(const PDBSymbolCustom &Symbol) { in dump() argument
48 void PDBSymDumper::dump(const PDBSymbolData &Symbol) { in dump() argument
52 void PDBSymDumper::dump(const PDBSymbolExe &Symbol) { in dump() argument
56 void PDBSymDumper::dump(const PDBSymbolFunc &Symbol) { in dump() argument
60 void PDBSymDumper::dump(const PDBSymbolFuncDebugEnd &Symbol) { in dump() argument
[all …]
/external/llvm/tools/llvm-pdbdump/
DFunctionDumper.cpp33 void dumpClassParentWithScopeOperator(const T &Symbol, LinePrinter &Printer, in dumpClassParentWithScopeOperator() argument
35 uint32_t ClassParentId = Symbol.getClassParentId(); in dumpClassParentWithScopeOperator()
37 Symbol.getSession().template getConcreteSymbolById<PDBSymbolTypeUDT>( in dumpClassParentWithScopeOperator()
50 void FunctionDumper::start(const PDBSymbolTypeFunctionSig &Symbol, in start() argument
52 auto ReturnType = Symbol.getReturnType(); in start()
55 uint32_t ClassParentId = Symbol.getClassParentId(); in start()
57 Symbol.getSession().getConcreteSymbolById<PDBSymbolTypeUDT>( in start()
60 PDB_CallingConv CC = Symbol.getCallingConvention(); in start()
95 if (auto ChildEnum = Symbol.getArguments()) { in start()
105 if (Symbol.isConstType()) in start()
[all …]
DCompilandDumper.cpp1 //===- CompilandDumper.cpp - llvm-pdbdump compiland symbol dumper *- C++ *-===//
41 void CompilandDumper::dump(const PDBSymbolCompilandDetails &Symbol) {} in dump() argument
43 void CompilandDumper::dump(const PDBSymbolCompilandEnv &Symbol) {} in dump() argument
45 void CompilandDumper::start(const PDBSymbolCompiland &Symbol, bool Children) { in start() argument
46 std::string FullName = Symbol.getName(); in start()
55 auto ChildrenEnum = Symbol.findAllChildren(); in start()
62 void CompilandDumper::dump(const PDBSymbolData &Symbol) { in dump() argument
63 if (Printer.IsSymbolExcluded(Symbol.getName())) in dump()
68 switch (auto LocType = Symbol.getLocationType()) { in dump()
72 << "[" << format_hex(Symbol.getRelativeVirtualAddress(), 10) << "]"; in dump()
[all …]
/external/v8/test/mjsunit/es6/
Dsymbols.js38 return ["Symbol(66)", "Symbol()"].indexOf(s) >= 0;
44 function indirectSymbol() { return Symbol() }
48 symbols.push(Symbol())
49 symbols.push(Symbol(undefined))
50 symbols.push(Symbol("66"))
51 symbols.push(Symbol(66))
52 symbols.push(Symbol().valueOf())
59 assertThrows(function () { Symbol(Symbol()) }, TypeError)
60 assertThrows(function () { new Symbol(66) }, TypeError)
67 assertEquals("symbol", typeof symbols[i])
[all …]
Darguments-iterator.js13 assertTrue(arguments.hasOwnProperty(Symbol.iterator));
14 assertFalse(arguments.propertyIsEnumerable(Symbol.iterator));
15 var descriptor = Object.getOwnPropertyDescriptor(arguments, Symbol.iterator);
19 assertEquals(descriptor.value, [][Symbol.iterator]);
20 assertEquals(arguments[Symbol.iterator], [][Symbol.iterator]);
27 assertTrue(o.hasOwnProperty(Symbol.iterator));
28 assertFalse(o.propertyIsEnumerable(Symbol.iterator));
29 assertEquals(o[Symbol.iterator], [][Symbol.iterator]);
40 var iterator = arguments[Symbol.iterator]();
51 var iterator = args[Symbol.iterator]();
[all …]
/external/llvm/include/llvm/MC/
DMCExpr.h86 /// @param Layout - The assembler layout object to use for evaluating symbol
117 /// otherwise the section associated with the first defined symbol in the
155 /// MCSymbolRefExpr - Represent a reference to a symbol from inside an
158 /// A symbol reference in an expression may be a use of a label, a use of an
160 /// of the symbol as external.
188 VK_SIZE, // symbol@SIZE
195 VK_ARM_SBREL, // symbol(sbrel)
196 VK_ARM_TLSLDO, // symbol(tlsldo)
197 VK_ARM_TLSCALL, // symbol(tlscall)
198 VK_ARM_TLSDESC, // symbol(tlsdesc)
[all …]
/external/openfst/src/include/fst/
Dsymbol-table.h20 // Classes to provide symbol-to-integer and integer-to-symbol mappings.
45 // WARNING: Reading via symbol table read options should
47 // reading symbol ranges of previously stored symbol sets.
90 // TODO(johans): Add flag to specify whether the symbol
92 int64 AddSymbol(const string& symbol, int64 key);
94 int64 AddSymbol(const string& symbol) { in AddSymbol() argument
95 int64 key = Find(symbol); in AddSymbol()
96 return (key == -1) ? AddSymbol(symbol, available_key_++) : key; in AddSymbol()
124 // Return the key associated with the symbol. If the symbol
126 int64 Find(const string& symbol) const { in Find() argument
[all …]
/external/llvm/test/MC/Mips/
Dmips-expansions.s20 # CHECK: lui $8, %hi(symbol) # encoding: [A,A,0x08,0x3c]
21 … # fixup A - offset: 0, value: symbol@ABS_HI, kind: fixup_Mips_HI16
22 # CHECK: ori $8, $8, %lo(symbol) # encoding: [A,A,0x08,0x35]
23 … # fixup A - offset: 0, value: symbol@ABS_LO, kind: fixup_Mips_LO16
25 # CHECK: lui $8, %highest(symbol) # encoding: [A,A,0x08,0x3c]
26 … # fixup A - offset: 0, value: symbol@HIGHEST, kind: fixup_Mips_HIGHEST
27 # CHECK: ori $8, $8, %higher(symbol) # encoding: [A,A,0x08,0x35]
28 … # fixup A - offset: 0, value: symbol@HIGHER, kind: fixup_Mips_HIGHER
30 # CHECK: ori $8, $8, %hi(symbol) # encoding: [A,A,0x08,0x35]
31 … # fixup A - offset: 0, value: symbol@ABS_HI, kind: fixup_Mips_HI16
[all …]
/external/llvm/tools/obj2yaml/
Dcoff2yaml.cpp134 dumpFunctionDefinition(COFFYAML::Symbol *Sym, in dumpFunctionDefinition()
146 dumpbfAndEfLineInfo(COFFYAML::Symbol *Sym, in dumpbfAndEfLineInfo()
155 static void dumpWeakExternal(COFFYAML::Symbol *Sym, in dumpWeakExternal()
165 dumpSectionDefinition(COFFYAML::Symbol *Sym, in dumpSectionDefinition()
181 dumpCLRTokenDefinition(COFFYAML::Symbol *Sym, in dumpCLRTokenDefinition()
191 std::vector<COFFYAML::Symbol> &Symbols = YAMLObj.Symbols; in dumpSymbols()
193 object::COFFSymbolRef Symbol = Obj.getCOFFSymbol(S); in dumpSymbols() local
194 COFFYAML::Symbol Sym; in dumpSymbols()
195 Obj.getSymbolName(Symbol, Sym.Name); in dumpSymbols()
196 Sym.SimpleType = COFF::SymbolBaseType(Symbol.getBaseType()); in dumpSymbols()
[all …]
/external/v8/src/
Dsymbol.js11 var $Symbol = global.Symbol;
17 throw MakeTypeError('not_constructor', ["Symbol"]);
19 // NOTE: Passing in a Symbol value will throw on ToString().
27 'incompatible_method_receiver', ["Symbol.prototype.toString", this]);
30 return "Symbol(" + (IS_UNDEFINED(description) ? "" : description) + ")";
37 'incompatible_method_receiver', ["Symbol.prototype.valueOf", this]);
56 var symbol = %CreateSymbol(key);
57 registry.for[key] = symbol;
58 registry.keyFor[symbol] = key;
64 function SymbolKeyFor(symbol) { argument
[all …]
/external/libpng/scripts/
Dchecksym.awk19 symbol[1] = "" # defined symbols from png.h
32 # symbol @ordinal
45 print master ": duplicated symbol:", official[o] ":", $0
62 # just be symbol definitions. Lines will be commented out for
67 # symbol @ordinal # two fields, exported symbol
68 # ; symbol @ordinal # three fields, removed symbol
80 NF==3 && $1 == ";" && $3 ~ /^@[1-9][0-9]*$/ { # removed symbol
86 print "png.h: duplicated removed symbol", o ": '" removed[o] "' != '" $2 "'"
91 NF==2 && $2 ~ /^@[1-9][0-9]*$/ { # exported symbol
93 if (symbol[o] == "" || symbol[o] == $1) {
[all …]
/external/toybox/kconfig/
Dsymbol.c15 struct symbol symbol_yes = {
34 struct symbol *sym_defconfig_list;
35 struct symbol *modules_sym;
38 void sym_add_default(struct symbol *sym, const char *def) in sym_add_default()
47 struct symbol *sym; in sym_init()
78 enum symbol_type sym_get_type(struct symbol *sym) in sym_get_type()
112 struct property *sym_get_choice_prop(struct symbol *sym) in sym_get_choice_prop()
121 struct property *sym_get_default_prop(struct symbol *sym) in sym_get_default_prop()
133 struct property *sym_get_range_prop(struct symbol *sym) in sym_get_range_prop()
145 static int sym_get_range_val(struct symbol *sym, int base) in sym_get_range_val()
[all …]
/external/llvm/test/tools/llvm-readobj/
Dimports.test8 X86-NEXT: Symbol: ExitProcess (337)
9 X86-NEXT: Symbol: GetProcAddress (669)
10 X86-NEXT: Symbol: FreeLibrary (414)
11 X86-NEXT: Symbol: GetLastError (592)
12 X86-NEXT: Symbol: RaiseException (1087)
13 X86-NEXT: Symbol: LoadLibraryExA (934)
19 X86-NEXT: Symbol: MessageBoxA (582)
25 X86-NEXT: Symbol: Func1 (0)
26 X86-NEXT: Symbol: Func2 (1)
27 X86-NEXT: Symbol: (3)
[all …]
/external/zlib/src/as400/
Dbndsrc11 EXPORT SYMBOL("adler32")
17 EXPORT SYMBOL("compress")
18 EXPORT SYMBOL("compress2")
24 EXPORT SYMBOL("crc32")
25 EXPORT SYMBOL("get_crc_table")
31 EXPORT SYMBOL("deflate")
32 EXPORT SYMBOL("deflateEnd")
33 EXPORT SYMBOL("deflateSetDictionary")
34 EXPORT SYMBOL("deflateCopy")
35 EXPORT SYMBOL("deflateReset")
[all …]
/external/llvm/lib/MC/
DMCMachOStreamer.cpp72 void EmitLabel(MCSymbol *Symbol) override;
73 void EmitEHSymAttributes(const MCSymbol *Symbol, MCSymbol *EHSymbol) override;
80 bool EmitSymbolAttribute(MCSymbol *Symbol, MCSymbolAttr Attribute) override;
81 void EmitSymbolDesc(MCSymbol *Symbol, unsigned DescValue) override;
82 void EmitCommonSymbol(MCSymbol *Symbol, uint64_t Size,
84 void BeginCOFFSymbolDef(const MCSymbol *Symbol) override { in BeginCOFFSymbolDef() argument
96 void EmitELFSize(MCSymbol *Symbol, const MCExpr *Value) override { in EmitELFSize() argument
99 void EmitLocalCommonSymbol(MCSymbol *Symbol, uint64_t Size,
101 void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = nullptr,
103 void EmitTBSSSymbol(const MCSection *Section, MCSymbol *Symbol, uint64_t Size,
[all …]
DWinCOFFStreamer.cpp80 void MCWinCOFFStreamer::EmitLabel(MCSymbol *Symbol) { in EmitLabel() argument
81 assert(Symbol->isUndefined() && "Cannot define a symbol twice!"); in EmitLabel()
82 MCObjectStreamer::EmitLabel(Symbol); in EmitLabel()
93 bool MCWinCOFFStreamer::EmitSymbolAttribute(MCSymbol *Symbol, in EmitSymbolAttribute() argument
95 assert(Symbol && "Symbol must be non-null!"); in EmitSymbolAttribute()
96 assert((!Symbol->isInSection() || in EmitSymbolAttribute()
97 Symbol->getSection().getVariant() == MCSection::SV_COFF) && in EmitSymbolAttribute()
100 MCSymbolData &SD = getAssembler().getOrCreateSymbolData(*Symbol); in EmitSymbolAttribute()
117 void MCWinCOFFStreamer::EmitSymbolDesc(MCSymbol *Symbol, unsigned DescValue) { in EmitSymbolDesc() argument
121 void MCWinCOFFStreamer::BeginCOFFSymbolDef(MCSymbol const *Symbol) { in BeginCOFFSymbolDef() argument
[all …]
/external/zlib/src/contrib/puff/
Dpuff.c65 * - Catch missing end-of-block symbol error
202 * symbol[] are the symbol values in canonical order, where the number of
208 short *symbol; /* canonically ordered symbols */ member
212 * Decode a code from the stream s using huffman table h. Return the symbol or
241 int index; /* index of first code of length len in symbol table */ in decode()
247 if (code - count < first) /* if length len, return symbol */ in decode()
248 return h->symbol[index + (code - first)]; in decode()
269 int index; /* index of first code of length len in symbol table */ in decode()
284 if (code - count < first) { /* if length len, return symbol */ in decode()
287 return h->symbol[index + (code - first)]; in decode()
[all …]
/external/lldb/source/Symbol/
DSymbol.cpp1 //===-- Symbol.cpp ----------------------------------------------*- C++ -*-===//
10 #include "lldb/Symbol/Symbol.h"
15 #include "lldb/Symbol/ObjectFile.h"
16 #include "lldb/Symbol/Symtab.h"
17 #include "lldb/Symbol/Function.h"
20 #include "lldb/Symbol/SymbolVendor.h"
26 Symbol::Symbol() : in Symbol() function in Symbol
45 Symbol::Symbol in Symbol() function in Symbol
79 Symbol::Symbol in Symbol() function in Symbol
111 Symbol::Symbol(const Symbol& rhs): in Symbol() function in Symbol
[all …]

12345678910>>...123