HomeSort by relevance Sort by last modified time
    Searched refs:_text (Results 26 - 50 of 69) sorted by null

12 3

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
antlr.h 302 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;} \
    [all...]
  /external/syslinux/gpxe/src/include/
nic.h 181 static const char _name ## _text[]; \
183 .name = _name ## _text, \
203 static const char _name ## _text[] = _name_text; \
  /external/jmdns/src/javax/jmdns/impl/
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/syslinux/gpxe/src/util/
symcheck.pl 59 __text _text __data _data _textdata_load_offset
  /external/ImageMagick/Magick++/lib/
STL.cpp 67 : _text( text_ ),
77 : _text( text_ ),
89 : _text( text_ ),
99 : _text( text_ ),
107 image_.annotate( _text, _geometry, _gravity, _degrees );
    [all...]
Drawable.cpp     [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
Drawable.h 2028 std::string _text; member in class:Magick::DrawableText
    [all...]
STL.h 131 const std::string _text; member in class:Magick::annotateImage
    [all...]
  /external/v8/tools/release/
common_includes.py 406 self._text = text
443 print ">>> Step %d: %s" % (self._number, self._text)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
commdlg.h 275 #define CommDlg_OpenSave_SetControlText(_hdlg,_id,_text) (void)SNDMSG(_hdlg,CDM_SETCONTROLTEXT,(WPARAM)_id,(LPARAM)(LPSTR)_text)
  /prebuilts/go/darwin-x86/src/cmd/internal/objfile/
disasm.go 63 case "runtime.text", "text", "_text", "runtime.etext", "etext", "_etext":
  /prebuilts/go/linux-x86/src/cmd/internal/objfile/
disasm.go 63 case "runtime.text", "text", "_text", "runtime.etext", "etext", "_etext":
  /frameworks/rs/
rsHidlAdaptation.cpp 922 hidl_vec<uint8_t> _text; local
    [all...]
  /external/icu/icu4c/source/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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/
test_email.py     [all...]
test_email_renamed.py     [all...]
  /external/python/cpython2/Lib/email/test/
test_email.py     [all...]
test_email_renamed.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/test/
test_email.py     [all...]
test_email_renamed.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/email/test/
test_email.py     [all...]
test_email_renamed.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/
test_email.py     [all...]
test_email_renamed.py     [all...]

Completed in 2350 milliseconds

12 3