/external/libnfc-nci/src/nfa/rw/ |
nfa_rw_act.c | [all...] |
/packages/apps/Nfc/nci/jni/ |
NfcTag.cpp | 750 uint8_t data [2]= {activationData.params.i93.afi, activationData.params.i93.dsfid}; [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/is.heap/ |
is_heap_until.pass.cpp | 172 int i93[] = {1, 0, 0, 1, 0, 0}; local 235 assert(std::is_heap_until(i93, i93+6) == i93+3);
|
is_heap.pass.cpp | 172 int i93[] = {1, 0, 0, 1, 0, 0}; local 235 assert(std::is_heap(i93, i93+6) == (std::is_heap_until(i93, i93+6) == i93+6));
|
is_heap_until_comp.pass.cpp | 173 int i93[] = {1, 0, 0, 1, 0, 0}; local 236 assert(std::is_heap_until(i93, i93+6, std::greater<int>()) == i93+1);
|
is_heap_comp.pass.cpp | 173 int i93[] = {1, 0, 0, 1, 0, 0}; local 236 assert(std::is_heap(i93, i93+6, std::greater<int>()) == (std::is_heap_until(i93, i93+6, std::greater<int>()) == i93+6)); [all...] |
/external/libnfc-nci/src/nfa/include/ |
nfa_api.h | 312 tNFA_I93_PARAMS i93; /* System Information of ISO 15693 */ member in union:__anon20531 [all...] |
/external/libnfc-nci/src/nfc/int/ |
rw_int.h | 553 tRW_I93_CB i93; member in union:__anon20928 [all...] |
/art/test/083-compiler-regressions/src/ |
Main.java | 436 int i93 = 93; local [all...] |