OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nametag
(Results
1 - 3
of
3
) sorted by null
/external/srec/srec/Nametag/src/
NametagsImpl.c
137
/* Get the
Nametag
ID */
145
PLogError(L("%s: Cannot find end of
Nametag
id"), ESR_rc2str(rc));
148
/* Delimit end of
nametag
ID */
156
PLogError(L("%s: Cannot find
Nametag
value"), ESR_rc2str(rc));
160
/* We now have both the
Nametag
ID and value */
163
/* Add
Nametag
to collection */
172
psprintf(tokenName, L("
nametag
[%s]"), id);
199
SR_NametagImpl*
nametag
;
local
236
CHKLOG(rc, nametags->getValueAtIndex(nametags, i, (void **)&
nametag
));
238
CHKLOG(rc,
nametag
->Interface.getID(&nametag->Interface, &id))
386
SR_Nametag*
nametag
;
local
[
all
...]
/external/srec/srec/test/SRecTest/src/
SRecTest.c
137
SR_Nametag *
nametag
; /* The
nametag
generated by the last recognition. */
member in struct:ApplicationData_t
138
SR_Nametags *nametags; /* The active
nametag
collection. */
1484
SR_Nametag *
nametag
;
local
[
all
...]
/external/srec/srec/test/SRecTestAudio/src/
SRecTestAudio.c
136
SR_Nametag *
nametag
; /* The
nametag
generated by the last recognition. */
member in struct:ApplicationData_t
137
SR_Nametags *nametags; /* The active
nametag
collection. */
1399
SR_Nametag *
nametag
;
local
[
all
...]
Completed in 5666 milliseconds