OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:foundCard
(Results
1 - 2
of
2
) sorted by null
/hardware/bsp/intel/peripheral/libupm/examples/c++/
pn532-writeurl.cxx
67
bool
foundCard
= false;
68
while (!
foundCard
)
82
foundCard
= true;
/hardware/bsp/intel/peripheral/libupm/examples/python/
pn532-writeurl.py
72
foundCard
= False
74
while (not
foundCard
):
88
foundCard
= True
Completed in 150 milliseconds