HomeSort by relevance Sort by last modified time
    Searched defs:SYM (Results 1 - 21 of 21) sorted by null

  /bionic/tests/
cfi_test.cpp 46 #define SYM(type, name) auto name = reinterpret_cast<type>(dlsym(handle, #name))
47 SYM(size_t (*)(), get_count);
48 SYM(uint64_t(*)(), get_last_type_id);
49 SYM(void* (*)(), get_last_address);
50 SYM(void* (*)(), get_last_diag);
51 SYM(void* (*)(), get_global_address);
52 SYM(void (*)(uint64_t, void*, void*), __cfi_check);
53 SYM(char*, bss);
54 #undef SYM
  /external/ltp/pan/
symbol.h 44 struct sym { struct
45 struct sym *next;
55 struct sym *sym; member in struct:symh
56 struct sym *cursor;
60 * The "SYM" typedef is the only external data type.
62 typedef struct symh *SYM;
78 SYM sym_open(int flags, int mode, int openinfo );
79 int sym_put (SYM sym, char *key, void *data, int flags )
    [all...]
  /external/ltp/testcases/kernel/syscalls/nftw/
nftw.h 63 #define SYM 2
nftw64.h 62 #define SYM 2
  /frameworks/base/core/java/android/text/method/
MetaKeyKeyListener.java 29 * meta keys such as SHIFT, ALT and SYM as well as the pseudo-meta state of selecting text.
85 * Flag that indicates that the SYM key is on.
99 * Flag that indicates that the SYM key is locked.
135 private static final Object SYM = new NoCopySpan.Concrete();
147 text.removeSpan(SYM);
162 getActive(text, SYM, META_SYM_ON, META_SYM_LOCKED) |
208 return getActive(text, SYM, PRESSED_RETURN_VALUE, LOCKED_RETURN_VALUE);
275 adjust(content, SYM);
283 return what == CAP || what == ALT || what == SYM ||
311 resetLock(content, SYM);
    [all...]
  /external/cblas/testing/
c_cblat2.f     [all...]
c_cblat3.f     [all...]
c_dblat2.f     [all...]
c_dblat3.f     [all...]
c_sblat2.f     [all...]
c_sblat3.f     [all...]
c_zblat2.f     [all...]
c_zblat3.f     [all...]
  /external/eigen/blas/testing/
cblat2.f     [all...]
cblat3.f     [all...]
dblat2.f     [all...]
dblat3.f     [all...]
sblat2.f     [all...]
sblat3.f     [all...]
zblat2.f     [all...]
zblat3.f     [all...]

Completed in 915 milliseconds