HomeSort by relevance Sort by last modified time
    Searched refs:_text (Results 1 - 12 of 12) sorted by null

  /external/kernel-headers/original/asm-generic/
sections.h 6 extern char _text[], _stext[], _etext[];
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
CommonToken.as 43 protected var _text:String;
56 this._text = text;
90 if ( _text!=null ) {
91 return _text;
96 _text = _input.substring(_start, _stop);
97 return _text;
106 _text = text;
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
tokens.py 187 self._text = oldToken._text
206 self._text = text
217 if self._text is not None:
218 return self._text
236 self._text = text
  /external/jmdns/src/javax/jmdns/impl/
DNSRecord.java 538 private final byte[] _text; field in class:DNSRecord.Text
542 this._text = (text != null && text.length > 0 ? text : EMPTY_TXT);
549 return this._text;
554 out.writeBytes(_text, 0, _text.length);
563 if ((_text == null) && (txt._text != null)) {
566 if (txt._text.length != _text.length) {
569 for (int i = _text.length; i-- > 0;)
    [all...]
ServiceInfoImpl.java 54 private byte _text[]; field in class:ServiceInfoImpl
133 this._text = out.toByteArray();
179 this._text = out.toByteArray();
197 this._text = text;
222 this._text = info.getTextBytes();
594 return (this._text != null && this._text.length > 0 ? this._text : DNSRecord.EMPTY_TXT);
907 _text = txt.getText();
    [all...]
  /external/webkit/Source/WebCore/bindings/objc/
DOMPrivate.h 43 - (NSString *)_text;
DOM.mm 499 - (NSString *)_text
  /external/webkit/Source/WebCore/inspector/front-end/
CallStackSidebarPane.js 69 placard._text = WebInspector.UIString("%s() at %s", placard.title, placard.subtitle);
151 text += this.placards[i]._text;
CSSStyleModel.js 589 this._text = payload.text;
607 return this._text;
  /external/icu4c/test/cintltst/
usrchtst.c     [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
Python.stg 174 self._state._text = None
    [all...]
  /external/jdiff/
xerces.jar 

Completed in 408 milliseconds