/external/chromium_org/chrome/app/android/ |
chrome_jni_onload.cc | 12 // and not in a static library or the JNI_OnLoad symbol won't be included 13 // because the Android build is compiled with exclude-libs=ALL to reduce symbol
|
/external/chromium_org/third_party/WebKit/Source/build/scripts/templates/ |
MakeQualifiedNames.h.tmpl | 18 extern const WebCore::QualifiedName {{tag|symbol}}Tag; 23 extern const WebCore::QualifiedName {{attr|symbol}}Attr;
|
/external/javassist/src/main/javassist/compiler/ast/ |
Symbol.java | 23 public class Symbol extends ASTree { 26 public Symbol(String sym) {
|
/external/llvm/lib/MC/ |
MCELFStreamer.cpp | 82 void MCELFStreamer::EmitLabel(MCSymbol *Symbol) { 83 assert(Symbol->isUndefined() && "Cannot define a symbol twice!"); 85 MCObjectStreamer::EmitLabel(Symbol); 88 static_cast<const MCSectionELF&>(Symbol->getSection()); 89 MCSymbolData &SD = getAssembler().getSymbolData(*Symbol); 94 void MCELFStreamer::EmitDebugLabel(MCSymbol *Symbol) { 95 EmitLabel(Symbol); 123 void MCELFStreamer::EmitWeakReference(MCSymbol *Alias, const MCSymbol *Symbol) { 124 getAssembler().getOrCreateSymbolData(*Symbol); [all...] |
MachObjectWriter.cpp | 43 if (SD->Symbol->isUndefined()) 92 report_fatal_error("unable to evaluate offset to undefined symbol '" + 95 report_fatal_error("unable to evaluate offset to undefined symbol '" + 306 const MCSymbol &Symbol = Data.getSymbol(); 314 if (Symbol.isUndefined()) 316 else if (Symbol.isAbsolute()) 327 if (Data.isExternal() || Symbol.isUndefined()) 330 // Compute the symbol address. 331 if (Symbol.isDefined()) { 426 // when we see the attribute, but that makes getting the order in the symbol [all...] |
/external/llvm/test/MC/ELF/ |
lcomm.s | 6 // CHECK: Symbol { 15 // CHECK: Symbol {
|
weakref-reloc.s | 4 // symbol index wrong for weakrefs when creating _GLOBAL_OFFSET_TABLE_. 18 // CHECK: Symbol { 27 // CHECK-NEXT: Symbol { 36 // CHECK-NEXT: Symbol {
|
/external/llvm/test/MC/MachO/ |
temp-labels.s | 12 // CHECK: # Symbol 0 20 // CHECK: # Symbol 1
|
/external/oprofile/libpp/ |
symbol_sort.h | 15 #include "symbol.h" 27 symbol, enumerator in enum:sort_options::sort_order
|
/frameworks/compile/mclinker/include/mcld/LD/ |
DiagGOTPLT.inc | 1 DIAG(mips_got_symbol, DiagnosticEngine::Unreachable, "%0 is not a dynamic symbol, do not put it in global got", "%0 is not a dynamic symbol, do not put it in global got")
|
/frameworks/rs/cpu_ref/linkloader/android/ |
librsloader.cpp | 115 ELFSymbol<32> *symbol = symtab->getByName(name); local 117 if (!symbol) { 118 ALOGV("Symbol not found: %s\n", name); 124 return symbol->getAddress(machine, false); 137 ELFSymbol<32> *symbol = symtab->getByName(name); local 139 if (!symbol) { 140 ALOGV("Symbol not found: %s\n", name); 144 return (size_t)symbol->getSize();
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/include/ |
bfdlink.h | 62 bfd_link_hash_new, /* Symbol is new. */ 63 bfd_link_hash_undefined, /* Symbol seen before, but undefined. */ 64 bfd_link_hash_undefweak, /* Symbol is weak and undefined. */ 65 bfd_link_hash_defined, /* Symbol is defined. */ 66 bfd_link_hash_defweak, /* Symbol is weak and defined. */ 67 bfd_link_hash_common, /* Symbol is common. */ 68 bfd_link_hash_indirect, /* Symbol is an indirect link. */ 83 asection *section; /* Symbol section. */ 111 require a traversal. When an undefined or common symbol is 115 doublecheck the symbol type [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/include/ |
bfdlink.h | 62 bfd_link_hash_new, /* Symbol is new. */ 63 bfd_link_hash_undefined, /* Symbol seen before, but undefined. */ 64 bfd_link_hash_undefweak, /* Symbol is weak and undefined. */ 65 bfd_link_hash_defined, /* Symbol is defined. */ 66 bfd_link_hash_defweak, /* Symbol is weak and defined. */ 67 bfd_link_hash_common, /* Symbol is common. */ 68 bfd_link_hash_indirect, /* Symbol is an indirect link. */ 83 asection *section; /* Symbol section. */ 111 require a traversal. When an undefined or common symbol is 115 doublecheck the symbol type [all...] |
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/include/ |
bfdlink.h | 62 bfd_link_hash_new, /* Symbol is new. */ 63 bfd_link_hash_undefined, /* Symbol seen before, but undefined. */ 64 bfd_link_hash_undefweak, /* Symbol is weak and undefined. */ 65 bfd_link_hash_defined, /* Symbol is defined. */ 66 bfd_link_hash_defweak, /* Symbol is weak and defined. */ 67 bfd_link_hash_common, /* Symbol is common. */ 68 bfd_link_hash_indirect, /* Symbol is an indirect link. */ 83 asection *section; /* Symbol section. */ 111 require a traversal. When an undefined or common symbol is 115 doublecheck the symbol type [all...] |
/prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/include/ |
bfdlink.h | 62 bfd_link_hash_new, /* Symbol is new. */ 63 bfd_link_hash_undefined, /* Symbol seen before, but undefined. */ 64 bfd_link_hash_undefweak, /* Symbol is weak and undefined. */ 65 bfd_link_hash_defined, /* Symbol is defined. */ 66 bfd_link_hash_defweak, /* Symbol is weak and defined. */ 67 bfd_link_hash_common, /* Symbol is common. */ 68 bfd_link_hash_indirect, /* Symbol is an indirect link. */ 83 asection *section; /* Symbol section. */ 111 require a traversal. When an undefined or common symbol is 115 doublecheck the symbol type [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/include/ |
bfdlink.h | 62 bfd_link_hash_new, /* Symbol is new. */ 63 bfd_link_hash_undefined, /* Symbol seen before, but undefined. */ 64 bfd_link_hash_undefweak, /* Symbol is weak and undefined. */ 65 bfd_link_hash_defined, /* Symbol is defined. */ 66 bfd_link_hash_defweak, /* Symbol is weak and defined. */ 67 bfd_link_hash_common, /* Symbol is common. */ 68 bfd_link_hash_indirect, /* Symbol is an indirect link. */ 83 asection *section; /* Symbol section. */ 111 require a traversal. When an undefined or common symbol is 115 doublecheck the symbol type [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/include/ |
bfdlink.h | 62 bfd_link_hash_new, /* Symbol is new. */ 63 bfd_link_hash_undefined, /* Symbol seen before, but undefined. */ 64 bfd_link_hash_undefweak, /* Symbol is weak and undefined. */ 65 bfd_link_hash_defined, /* Symbol is defined. */ 66 bfd_link_hash_defweak, /* Symbol is weak and defined. */ 67 bfd_link_hash_common, /* Symbol is common. */ 68 bfd_link_hash_indirect, /* Symbol is an indirect link. */ 83 asection *section; /* Symbol section. */ 111 require a traversal. When an undefined or common symbol is 115 doublecheck the symbol type [all...] |
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.7/include/ |
bfdlink.h | 62 bfd_link_hash_new, /* Symbol is new. */ 63 bfd_link_hash_undefined, /* Symbol seen before, but undefined. */ 64 bfd_link_hash_undefweak, /* Symbol is weak and undefined. */ 65 bfd_link_hash_defined, /* Symbol is defined. */ 66 bfd_link_hash_defweak, /* Symbol is weak and defined. */ 67 bfd_link_hash_common, /* Symbol is common. */ 68 bfd_link_hash_indirect, /* Symbol is an indirect link. */ 83 asection *section; /* Symbol section. */ 111 require a traversal. When an undefined or common symbol is 115 doublecheck the symbol type [all...] |
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/include/ |
bfdlink.h | 62 bfd_link_hash_new, /* Symbol is new. */ 63 bfd_link_hash_undefined, /* Symbol seen before, but undefined. */ 64 bfd_link_hash_undefweak, /* Symbol is weak and undefined. */ 65 bfd_link_hash_defined, /* Symbol is defined. */ 66 bfd_link_hash_defweak, /* Symbol is weak and defined. */ 67 bfd_link_hash_common, /* Symbol is common. */ 68 bfd_link_hash_indirect, /* Symbol is an indirect link. */ 83 asection *section; /* Symbol section. */ 111 require a traversal. When an undefined or common symbol is 115 doublecheck the symbol type [all...] |
/external/bison/src/ |
reader.h | 45 void grammar_start_symbol_set (symbol *sym, location loc); 46 void grammar_current_rule_begin (symbol *lhs, location loc, 50 void grammar_current_rule_prec_set (symbol *precsym, location loc); 53 void grammar_current_rule_symbol_append (symbol *sym, location loc,
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
svg-tooltip.svg | 15 <symbol id="e3"> 19 </symbol> 20 <symbol id="e4"> 24 </symbol>
|
/external/chromium_org/third_party/flot/ |
jquery.flot.symbol.min.js | 6 The symbols are accessed as strings through the standard symbol options: 10 symbol: "square" // or "diamond", "triangle", "cross" 14 */(function(e){function t(e,t,n){var r={square:function(e,t,n,r,i){var s=r*Math.sqrt(Math.PI)/2;e.rect(t-s,n-s,s+s,s+s)},diamond:function(e,t,n,r,i){var s=r*Math.sqrt(Math.PI/2);e.moveTo(t-s,n),e.lineTo(t,n-s),e.lineTo(t+s,n),e.lineTo(t,n+s),e.lineTo(t-s,n)},triangle:function(e,t,n,r,i){var s=r*Math.sqrt(2*Math.PI/Math.sin(Math.PI/3)),o=s*Math.sin(Math.PI/3);e.moveTo(t-s/2,n+o/2),e.lineTo(t+s/2,n+o/2),i||(e.lineTo(t,n-o/2),e.lineTo(t-s/2,n+o/2))},cross:function(e,t,n,r,i){var s=r*Math.sqrt(Math.PI)/2;e.moveTo(t-s,n-s),e.lineTo(t+s,n+s),e.moveTo(t-s,n+s),e.lineTo(t+s,n-s)}},i=t.points.symbol;r[i]&&(t.points.symbol=r[i])}function n(e){e.hooks.processDatapoints.push(t)}e.plot.plugins.push({init:n,name:"symbols",v (…)
|
/external/chromium_org/third_party/mesa/src/src/gallium/targets/dri-vmwgfx/ |
vmw_powf.c | 2 * Powf may leave an unresolved symbol pointing to a libstdc++.so powf.
|
/external/chromium_org/third_party/skia/src/svg/ |
SkSVGSymbol.cpp | 17 DEFINE_SVG_INFO(Symbol)
|
/external/chromium_org/tools/symsrc/ |
README.chromium | 1 These files are related to the symbol and source server.
|