OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:streamName
(Results
1 - 4
of
4
) sorted by null
/frameworks/wilhelm/src/itf/
IStreamInformation.c
178
char
streamName
[16]; // large enough for the fixed format in next line
179
snprintf(
streamName
, sizeof(
streamName
), "stream%u", streamIndex);
180
size_t actualNameLength = strlen(
streamName
);
187
memcpy(pName,
streamName
, availableNameLength);
190
memcpy(pName,
streamName
, availableNameLength);
193
memcpy(pName,
streamName
, actualNameLength + 1);
/external/antlr/antlr-3.4/runtime/C/include/
antlr3intstream.h
104
pANTLR3_STRING
streamName
;
antlr3exception.h
132
pANTLR3_STRING
streamName
;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar
Completed in 485 milliseconds