OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SEED_FILE
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/test/
iLBC_testLib.c
28
#define
SEED_FILE
"randseed.txt"
113
if ( (seedfile = fopen(
SEED_FILE
, "a+t") ) == NULL ) {
114
fprintf(stderr, "Error: Could not open file %s\n",
SEED_FILE
);
188
if ( (seedfile = fopen(
SEED_FILE
, "a+t") ) == NULL ) {
189
fprintf(stderr, "Error: Could not open file %s\n",
SEED_FILE
);
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/test/
kenny.cc
24
#define
SEED_FILE
"randseed.txt" /* Used when running decoder on garbage data */
441
if ( (seedfile = fopen(
SEED_FILE
, "a+t") ) == NULL ) {
442
printf("Error: Could not open file %s\n",
SEED_FILE
);
787
if ( (seedfile = fopen(
SEED_FILE
, "a+t") ) == NULL ) {
788
printf( "Error: Could not open file %s\n",
SEED_FILE
);
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/
ReleaseTest-API.cc
26
#define
SEED_FILE
"randseed.txt" /* Used when running decoder on garbage data */
977
// if( (seedfile = fopen(
SEED_FILE
, "a+t") ) == NULL )
979
// fprintf(stderr, "Error: Could not open file %s\n",
SEED_FILE
);
[
all
...]
Completed in 218 milliseconds