Home
last modified time | relevance | path

Searched refs:streamName (Results 1 – 8 of 8) sorted by relevance

/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3filestream.c81 input->istream->streamName = input->strFactory->newStr8(input->strFactory, fileName); in antlr3FileStreamNew()
82 input->fileName = input->istream->streamName; in antlr3FileStreamNew()
119 input->istream->streamName = input->strFactory->newStr8(input->strFactory, name); in antlr3StringStreamNew()
120 input->fileName = input->istream->streamName; in antlr3StringStreamNew()
Dantlr3baserecognizer.c341 ex->streamName = ins->fileName; in antlr3RecognitionExceptionNew()
353 ex->streamName = NULL; in antlr3RecognitionExceptionNew()
357 ex->streamName = ((pANTLR3_COMMON_TOKEN)(ex->token))->input->fileName; in antlr3RecognitionExceptionNew()
378 …ex->streamName = ((pANTLR3_BASE_TREE)(ex->token))->strFactory->newStr(((pANTLR3_BASE_TREE)(ex->tok… in antlr3RecognitionExceptionNew()
384 ex->streamName = NULL; in antlr3RecognitionExceptionNew()
388 ex->streamName = tnode->token->input->fileName; in antlr3RecognitionExceptionNew()
1027 if (ex->streamName == NULL) in displayRecognitionError()
1040 ftext = ex->streamName->to8(ex->streamName); in displayRecognitionError()
Dantlr3inputstream.c195 return is->streamName; in antlr38BitGetSourceName()
297 if (input->istream->streamName == NULL) in antlr38BitReuse()
299 …input->istream->streamName = input->strFactory->newStr(input->strFactory, name == NULL ? (pANTLR3_… in antlr38BitReuse()
300 input->fileName = input->istream->streamName; in antlr38BitReuse()
304 …input->istream->streamName->set(input->istream->streamName, (name == NULL ? (const char *)"-memor… in antlr38BitReuse()
Dantlr3lexer.c444 ftext = ex->streamName->to8(ex->streamName); in displayRecognitionError()
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
DStreamService.java358 final String streamName;
360 StreamReader(String streamName, Reader reader) {
361 this.streamName = streamName;
371 trialOutput.log(streamName, line);
/external/antlr/antlr-3.4/runtime/C/include/
Dantlr3exception.h132 pANTLR3_STRING streamName; member
Dantlr3intstream.h104 pANTLR3_STRING streamName; member
/external/lzma/CPP/Windows/
DFileFind.cpp355 UString streamName = fs2us(path + (unsigned)colonPos); in Find() local
358 streamName += L":$DATA"; // change it!!!! in Find()
376 if (si.Name.IsEqualToNoCase(streamName)) in Find()