Home
last modified time | relevance | path

Searched refs:_text (Results 1 – 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
DAToken.h160 ANTLRChar *_text; // MR9 RJV variable
164 { setType(t); _line = 0; _text = NULL; setText(s); } in ANTLRCommonNoRefCountToken()
166 { setType((ANTLRTokenType)0); _line = 0; _text = NULL; setText(""); } in ANTLRCommonNoRefCountToken()
168 …~ANTLRCommonNoRefCountToken() { if (_text) delete [] _text; } // MR9 RJV: Added Destructor to rem… in ~ANTLRCommonNoRefCountToken()
174 ANTLRChar *getText() const { return _text; } in getText()
180 { if (s != _text) { in setText()
181 if (_text) delete [] _text; in setText()
183 _text = new ANTLRChar[strlen(s)+1]; in setText()
184 if (_text == NULL) panic("ANTLRCommonNoRefCountToken::setText new failed"); in setText()
185 strcpy(_text,s); in setText()
[all …]
DAToken_traditional.h157 ANTLRChar _text[ANTLRCommonTokenTEXTSIZE+1]; variable
169 ANTLRChar *getText() { return _text; } in getText()
171 { strncpy((char *)_text, (char *)s, ANTLRCommonTokenTEXTSIZE); } in setText()
186 ANTLRChar _text[ANTLRCommonTokenTEXTSIZE+1]; variable
199 ANTLRChar *getText() { return _text; } in getText()
201 { strncpy((char *)_text, (char *)s, ANTLRCommonTokenTEXTSIZE); } in setText()
Dantlr.h302 Attrib zzconstr_attr(int _tok, char *_text) \
303 {Attrib a; zzcr_attr((&a),_tok,_text); return a;} \
312 Attrib zzconstr_attr(_tok, _text) int _tok; char *_text; \
313 {Attrib a; zzcr_attr((&a),_tok,_text); return a;} \
326 Attrib zzconstr_attr(int _tok, char *_text) \
327 {Attrib a; zzcr_attr((&a),_tok,_text); return a;} \
336 Attrib zzconstr_attr(_tok, _text) int _tok; char *_text; \
337 {Attrib a; zzcr_attr((&a),_tok,_text); return a;} \
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
DAToken.h180 ANTLRChar *_text; // MR9 RJV variable
184 { setType(t); _line = 0; _text = NULL; setText(s); } in ANTLRCommonNoRefCountToken()
186 { setType((ANTLRTokenType)0); _line = 0; _text = NULL; setText(""); } in ANTLRCommonNoRefCountToken()
188 …~ANTLRCommonNoRefCountToken() { if (_text) delete [] _text; } // MR9 RJV: Added Destructor to rem… in ~ANTLRCommonNoRefCountToken()
194 ANTLRChar *getText() const { return _text; } in getText()
200 { if (s != _text) { in setText()
201 if (_text) delete [] _text; in setText()
203 _text = new ANTLRChar[strlen(s)+1]; in setText()
204 if (_text == NULL) panic("ANTLRCommonNoRefCountToken::setText new failed"); in setText()
205 strcpy(_text,s); in setText()
[all …]
Dantlr.h314 Attrib zzconstr_attr(int _tok, char *_text) \
315 {Attrib a; zzcr_attr((&a),_tok,_text); return a;} \
324 Attrib zzconstr_attr(_tok, _text) int _tok; char *_text; \
325 {Attrib a; zzcr_attr((&a),_tok,_text); return a;} \
338 Attrib zzconstr_attr(int _tok, char *_text) \
339 {Attrib a; zzcr_attr((&a),_tok,_text); return a;} \
348 Attrib zzconstr_attr(_tok, _text) int _tok; char *_text; \
349 {Attrib a; zzcr_attr((&a),_tok,_text); return a;} \
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/xml/
Drss2html.py45 self._text = ""
58 self._text = ""
63 self._out.write(top % (self._text, self._text))
65 self._out.write("<p>%s</p>\n" % self._text)
69 self._title = self._text
71 self._link = self._text
73 self._descr = self._text
90 self._text = self._text + content
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/mime/
Dtext.py17 def __init__(self, _text, _subtype='plain', _charset='us-ascii'): argument
30 self.set_payload(_text, _charset)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/
Dtest_email_renamed.py1571 self._text = fp.read()
Dtest_email.py1658 self._text = fp.read()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/
DCHANGES_FROM_133_before_mr13.txt721 ANTLRChar * getText() {return _text; }
733 ANTLRChar * getText() const {return _text; }
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/
DCHANGES_FROM_133_BEFORE_MR13.txt721 ANTLRChar * getText() {return _text; }
733 ANTLRChar * getText() const {return _text; }