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

<<21222324252627282930>>

  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/common/inc/
extra_data_handler.h 74 OMX_U32 e_u(OMX_U32 symbol, OMX_U32 num_bits);
75 OMX_U32 e_ue(OMX_U32 symbol);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
Archive.h 168 class Symbol {
174 bool operator ==(const Symbol &other) const {
178 Symbol(const Archive *p, uint32_t symi, uint32_t stri)
184 Symbol getNext() const;
188 Symbol symbol; member in class:llvm::object::Archive::symbol_iterator
190 symbol_iterator(const Symbol &s) : symbol(s) {}
191 const Symbol *operator->() const { return &symbol; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
Archive.h 168 class Symbol {
174 bool operator ==(const Symbol &other) const {
178 Symbol(const Archive *p, uint32_t symi, uint32_t stri)
184 Symbol getNext() const;
188 Symbol symbol; member in class:llvm::object::Archive::symbol_iterator
190 symbol_iterator(const Symbol &s) : symbol(s) {}
191 const Symbol *operator->() const { return &symbol; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
Archive.h 168 class Symbol {
174 bool operator ==(const Symbol &other) const {
178 Symbol(const Archive *p, uint32_t symi, uint32_t stri)
184 Symbol getNext() const;
188 Symbol symbol; member in class:llvm::object::Archive::symbol_iterator
190 symbol_iterator(const Symbol &s) : symbol(s) {}
191 const Symbol *operator->() const { return &symbol; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
Archive.h 168 class Symbol {
174 bool operator ==(const Symbol &other) const {
178 Symbol(const Archive *p, uint32_t symi, uint32_t stri)
184 Symbol getNext() const;
188 Symbol symbol; member in class:llvm::object::Archive::symbol_iterator
190 symbol_iterator(const Symbol &s) : symbol(s) {}
191 const Symbol *operator->() const { return &symbol; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
Archive.h 168 class Symbol {
174 bool operator ==(const Symbol &other) const {
178 Symbol(const Archive *p, uint32_t symi, uint32_t stri)
184 Symbol getNext() const;
188 Symbol symbol; member in class:llvm::object::Archive::symbol_iterator
190 symbol_iterator(const Symbol &s) : symbol(s) {}
191 const Symbol *operator->() const { return &symbol; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
Archive.h 168 class Symbol {
174 bool operator ==(const Symbol &other) const {
178 Symbol(const Archive *p, uint32_t symi, uint32_t stri)
184 Symbol getNext() const;
188 Symbol symbol; member in class:llvm::object::Archive::symbol_iterator
190 symbol_iterator(const Symbol &s) : symbol(s) {}
191 const Symbol *operator->() const { return &symbol; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
Archive.h 168 class Symbol {
174 bool operator ==(const Symbol &other) const {
178 Symbol(const Archive *p, uint32_t symi, uint32_t stri)
184 Symbol getNext() const;
188 Symbol symbol; member in class:llvm::object::Archive::symbol_iterator
190 symbol_iterator(const Symbol &s) : symbol(s) {}
191 const Symbol *operator->() const { return &symbol; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
Archive.h 168 class Symbol {
174 bool operator ==(const Symbol &other) const {
178 Symbol(const Archive *p, uint32_t symi, uint32_t stri)
184 Symbol getNext() const;
188 Symbol symbol; member in class:llvm::object::Archive::symbol_iterator
190 symbol_iterator(const Symbol &s) : symbol(s) {}
191 const Symbol *operator->() const { return &symbol; }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
ipa-ref-inline.h 57 return &ref->referring->symbol.ref_list;
65 return &ref->referred->symbol.ref_list;
  /prebuilts/go/darwin-x86/src/runtime/
cgo_ppc64x.go 10 // Go runtime expects and so the symbol it calls needs to be exported
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug479.go 8 // for equality, leading to an undefined symbol at link time.
issue11610.go 7 // Test an internal compiler error on ? symbol in declaration
issue4734.go 7 // Caused gccgo to emit multiple definitions of the same symbol.
issue5089.go 7 // issue 5089: gc allows methods on non-locals if symbol already exists
  /prebuilts/go/linux-x86/src/runtime/
cgo_ppc64x.go 10 // Go runtime expects and so the symbol it calls needs to be exported
  /prebuilts/go/linux-x86/test/fixedbugs/
bug479.go 8 // for equality, leading to an undefined symbol at link time.
issue11610.go 7 // Test an internal compiler error on ? symbol in declaration
issue4734.go 7 // Caused gccgo to emit multiple definitions of the same symbol.
issue5089.go 7 // issue 5089: gc allows methods on non-locals if symbol already exists
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/src/
facets_byname.cpp 517 case 0: // Parentheses surround the quantity and currency symbol
518 case 1: // The sign string precedes the quantity and currency symbol
521 // 1 if currency symbol precedes a positive value
522 pos_format.field[1] = (char) money_base::symbol;
524 // a space separates currency symbol from a positive value.
528 // a space not separates currency symbol from a positive value.
533 // 0 if currency symbol succeeds a positive value
536 // a space separates currency symbol from a positive value.
538 pos_format.field[3] = (char) money_base::symbol;
540 // a space not separates currency symbol from a positive value
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/src/
facets_byname.cpp 517 case 0: // Parentheses surround the quantity and currency symbol
518 case 1: // The sign string precedes the quantity and currency symbol
521 // 1 if currency symbol precedes a positive value
522 pos_format.field[1] = (char) money_base::symbol;
524 // a space separates currency symbol from a positive value.
528 // a space not separates currency symbol from a positive value.
533 // 0 if currency symbol succeeds a positive value
536 // a space separates currency symbol from a positive value.
538 pos_format.field[3] = (char) money_base::symbol;
540 // a space not separates currency symbol from a positive value
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
context.py 21 from . import symbol
37 class Context(symbol.PolicySymbol):
role.py 21 from . import symbol
40 class BaseRole(symbol.PolicySymbol):
rule.py 20 from . import symbol
24 class PolicyRule(symbol.PolicySymbol):

Completed in 1173 milliseconds

<<21222324252627282930>>