HomeSort by relevance Sort by last modified time
    Searched refs:symbol (Results 251 - 275 of 2152) sorted by null

<<11121314151617181920>>

  /development/scripts/
stack 23 import symbol
57 symbol.ARCH = value
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
pygram.py 25 Creates an attribute for each grammar symbol (nonterminal),
26 whose value is the symbol's type (an int >= 256).
28 for name, symbol in grammar.symbol2number.iteritems():
29 setattr(self, name, symbol)
  /external/parameter-framework/upstream/utility/posix/
DynamicLibrary.cpp 56 void *DynamicLibrary::osGetSymbol(const std::string &symbol) const
58 void *sym = dlsym(_handle, symbol.c_str());
  /external/python/cpython2/Lib/lib2to3/
pygram.py 25 Creates an attribute for each grammar symbol (nonterminal),
26 whose value is the symbol's type (an int >= 256).
28 for name, symbol in grammar.symbol2number.iteritems():
29 setattr(self, name, symbol)
  /external/skia/src/sksl/ir/
SkSLSymbolTable.h 34 const Symbol* operator[](const String& name);
36 void add(const String& name, std::unique_ptr<Symbol> symbol);
38 void addWithoutOwnership(const String& name, const Symbol* symbol);
40 Symbol* takeOwnership(Symbol* s);
47 static std::vector<const FunctionDeclaration*> GetFunctions(const Symbol& s);
49 std::vector<std::unique_ptr<Symbol>> fOwnedPointers;
51 std::unordered_map<String, const Symbol*> fSymbols
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
BranchIsland.h 115 const LDSymbol* symbol() const { return m_pSymbol; } function in class:mcld::BranchIsland::Key
121 llvm::StringRef sym_name(KEY.symbol()->name());
133 if (KEY1.symbol() == KEY2.symbol()) {
137 if (KEY1.symbol()->hasFragRef() && KEY2.symbol()->hasFragRef()) {
138 const FragmentRef* ref1 = KEY1.symbol()->fragRef();
139 const FragmentRef* ref2 = KEY2.symbol()->fragRef();
  /frameworks/compile/mclinker/include/mcld/Script/
Assignment.h 46 const SymOperand& symbol() const { return m_Symbol; } function in class:mcld::Assignment
47 SymOperand& symbol() { return m_Symbol; } function in class:mcld::Assignment
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/
pygram.py 25 Creates an attribute for each grammar symbol (nonterminal),
26 whose value is the symbol's type (an int >= 256).
28 for name, symbol in grammar.symbol2number.iteritems():
29 setattr(self, name, symbol)
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/
pygram.py 25 Creates an attribute for each grammar symbol (nonterminal),
26 whose value is the symbol's type (an int >= 256).
28 for name, symbol in grammar.symbol2number.iteritems():
29 setattr(self, name, symbol)
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/hlsl/
hlslScanContext.h 57 HlslToken() : string(nullptr), symbol(nullptr) { loc.init(); }
67 glslang::TSymbol* symbol; // if a symbol-table lookup was done already, this is the result member in struct:glslang::HlslToken
72 // semantics, like knowing if an identifier is an existing symbol, or
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
pygram.py 25 Creates an attribute for each grammar symbol (nonterminal),
26 whose value is the symbol's type (an int >= 256).
28 for name, symbol in grammar.symbol2number.iteritems():
29 setattr(self, name, symbol)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
pygram.py 25 Creates an attribute for each grammar symbol (nonterminal),
26 whose value is the symbol's type (an int >= 256).
28 for name, symbol in grammar.symbol2number.iteritems():
29 setattr(self, name, symbol)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
initsid.py 21 from . import symbol
40 class InitialSID(symbol.PolicySymbol):
  /toolchain/binutils/binutils-2.25/bfd/
liboasys.h 24 asymbol symbol; member in struct:_oasys_symbol
30 unsigned int symbol; member in struct:_oasys_reloc
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/
syms.d 2 #name: Multibyte symbol names
11 Symbol table.*
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/
shift32-3.d 4 #name: Shift expression, local but undefined symbol, 32-bit ABI.
shift32-noexp-3.d 4 #name: Shift expression, local but undefined symbol, 32-bit ABI with -no-expand.
shift64-3.d 4 #name: Shift expression, local but undefined symbol, 64-bit ABI.
shift64-noexp-3.d 4 #name: Shift expression, local but undefined symbol, 64-bit ABI with -no-expand.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-aarch64/
emit-relocs-275.d 3 #error: .*\(.text\+0x\d+\): relocation truncated to fit: R_AARCH64_ADR_PREL_PG_HI21 against symbol `tempy'
farcall-b-none-function.d 5 #error: .*\(.text\+0x0\): relocation truncated to fit: R_AARCH64_JUMP26 against symbol `bar'.*
farcall-bl-none-function.d 5 #error: .*\(.text\+0x0\): relocation truncated to fit: R_AARCH64_CALL26 against symbol `bar'.*
farcall-section.d 1 #name: Aarch64 farcall to symbol of type STT_SECTION
tlsle-symbol-offset.d 1 #source: tlsle-symbol-offset.s
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
farcall-section.d 1 #name: ARM-ARM farcall to symbol of type STT_SECTION

Completed in 429 milliseconds

<<11121314151617181920>>