HomeSort by relevance Sort by last modified time
    Searched refs:Symbol (Results 1 - 22 of 22) sorted by null

  /external/skia/src/svg/
SkSVGSymbol.h 24 DECLARE_SVG_INFO(Symbol);
SkSVGSymbol.cpp 25 DEFINE_SVG_INFO(Symbol)
SkSVGParser.cpp 382 CASE_NEW(Symbol);
430 {"symbol", SkSVGType_Symbol},
  /external/srec/srec/Semproc/include/
SR_SymbolTable.h 39 * Entries in the Symbol table are symbols i.e. key-value pairs.
52 Symbol;
55 * The Symbol Table
67 Symbol Symbols[MAX_SYMBOLS];
70 * Pointer to the next available symbol slot for storing a symbol in the array
72 Symbol *next;
77 Symbol SpecialSymbols[MAX_SPECIAL_SYMBOLS];
88 * The "undefined" symbol value
100 * @param self pointer to the symbol tabl
    [all...]
  /external/srec/portable/include/
PortExport.h 25 /* (1) Platform specific macro which handles symbol exports & imports.*/
68 #error Symbol import/export pair not defined.
  /external/protobuf/src/google/protobuf/
descriptor.cc 220 struct Symbol {
235 inline Symbol() : type(NULL_SYMBOL) { descriptor = NULL; }
246 inline explicit Symbol(const TYPE* value) { \
275 const Symbol kNullSymbol;
277 typedef hash_map<const char*, Symbol,
280 typedef hash_map<PointerStringPair, Symbol,
341 // Find symbols. This returns a null Symbol (symbol.IsNull() is true)
343 inline Symbol FindSymbol(const string& key) const;
347 // declaring Symbol in descriptor.h, which would drag all kinds of othe
3883 Symbol symbol = builder_->FindSymbolNotEnforcingDeps( local
3918 Symbol symbol = builder_->LookupSymbol(name_part, local
4266 Symbol symbol = local
    [all...]
  /build/core/
dynamic_binary.mk 75 $(error Symbol compression not yet supported.)
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
relabel.h 90 // new labels mappings are specified using an input Symbol set.
95 // \param new_symbols symbol set indicating new mapping
113 new_isymbols->Find(syms_iter.Symbol())));
123 new_osymbols->Find(syms_iter.Symbol())));
141 // Relabels an FST from one symbol set to another. Relabeling
211 input_map_[syms_iter.Value()] = new_isymbols->Find(syms_iter.Symbol());
222 new_osymbols->Find(syms_iter.Symbol());
symbol-table.h 0 // symbol-table.h
17 // Classes to provide symbol-to-integer and integer-to-symbol mappings.
48 int64 AddSymbol(const string& symbol, int64 key);
50 int64 AddSymbol(const string& symbol) {
51 int64 key = Find(symbol);
52 return (key == -1) ? AddSymbol(symbol, available_key_++) : key;
82 // Return the key associated with the symbol. If the symbol
84 int64 Find(const string& symbol) const
    [all...]
  /external/srec/srec/Semproc/src/
SymbolTable.c 71 /* delete the symbol table */
81 Symbol* symbol; local
95 CHKLOG(rc, ST_getSymbolSlot(self, &symbol));
99 LSTRCPY(symbol->key, key);
102 CHKLOG(rc, HashMapPut(self->hashmap, symbol->key, symbol->value));
105 buf = symbol->value;
196 ESR_ReturnCode ST_getSymbolSlot(SymbolTable* ptr, Symbol** slot)
291 PLogError(L("Semproc: Symbol table has too many special symbols"))
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/gtk/
fonts.conf 225 <string>Symbol</string>
  /external/webkit/WebKitTools/DumpRenderTree/qt/
fonts.conf 225 <string>Symbol</string>
  /external/libvpx/examples/includes/geshi/geshi/
ruby.php 103 'StringScanner', 'StringScanner::Error', 'Struct', 'Symbol',
rails.php 96 'StringScanner', 'StringScanner::Error', 'Struct', 'Symbol',
  /external/srec/tools/make_cfst/
make_cfst.cpp 252 const char* key = syms_iter.Symbol();
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /external/srec/tools/grxmlcompile/
grxmlcompile.cpp 336 cerr << "FstReader: Symbol \"" << s
338 << ", symbol table = " << syms->Name();
520 // assumes slots are at the top of the symbol table
524 const char* sym = iter.Symbol();
660 const char* phrase = iter.Symbol();
    [all...]
  /external/v8/tools/
logreader.js 120 * Expands an alias symbol, if applicable.
122 * @param {string} symbol Symbol to expand.
123 * @return {string} Expanded symbol, or the input symbol itself.
125 devtools.profiler.LogReader.prototype.expandAlias = function(symbol) {
126 return symbol in this.aliases_ ? this.aliases_[symbol] : symbol;
281 * @param {string} symbol Short name
    [all...]
  /external/v8/src/
platform-win32.cc 1026 OUT PIMAGEHLP_SYMBOL64 Symbol);
1252 IMAGEHLP_SYMBOL64* symbol = NULL; local
    [all...]
objects.h 215 // symbol) or a STRING_TYPE (if it is not a symbol).
302 symbol, \
303 Symbol) \
388 // Bit 6 indicates that the object is a symbol (if set) or not (if cleared).
413 // symbol. It's not common to have non-flat symbols, so we do not
    [all...]
  /external/dropbear/libtommath/
bn.tex 159 ``tommath\_superclass.h''. By default, the symbol ``LTM\_ALL'' shall be defined which simply
176 This is to help resolve as many dependencies as possible. In the last pass the symbol LTM\_LAST will be defined.
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 354 milliseconds