Home
last modified time | relevance | path

Searched refs:replaceable (Results 1 – 14 of 14) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
Dwpa_passphrase.sgml15 <arg><replaceable>ssid</replaceable></arg>
16 <arg><replaceable>passphrase</replaceable></arg>
Dwpa_gui.sgml17 <arg>-p <replaceable>path to ctrl sockets</replaceable></arg>
18 <arg>-i <replaceable>ifname</replaceable></arg>
Dwpa_cli.sgml17 <arg>-p <replaceable>path to ctrl sockets</replaceable></arg>
18 <arg>-i <replaceable>ifname</replaceable></arg>
20 <arg>-a <replaceable>action file</replaceable></arg>
21 <arg>-P <replaceable>pid file</replaceable></arg>
22 <arg><replaceable>command ...</replaceable></arg>
Dwpa_priv.sgml17 <arg>-c <replaceable>ctrl path</replaceable></arg>
19 <arg>-P <replaceable>pid file</replaceable></arg>
20 <arg>driver:ifname <replaceable>[driver:ifname ...]</replaceable></arg>
Dwpa_supplicant.sgml16 <arg>-i<replaceable>ifname</replaceable></arg>
17 <arg>-c<replaceable>config file</replaceable></arg>
18 <arg>-D<replaceable>driver</replaceable></arg>
19 <arg>-P<replaceable>PID_file</replaceable></arg>
20 <arg>-f<replaceable>output file</replaceable></arg>
/external/icu4c/test/intltest/
Dtransapi.cpp622 UnicodeString replaceable=s; in TestNullTransliterator() local
623 transLimit=nullTrans->transliterate(replaceable, start, limit); in TestNullTransliterator()
627 doTest((UnicodeString)"nulTrans->transliterate", replaceable, s); in TestNullTransliterator()
628 replaceable.remove(); in TestNullTransliterator()
629 replaceable.append(s); in TestNullTransliterator()
635 nullTrans->finishTransliteration(replaceable, index); in TestNullTransliterator()
639 doTest((UnicodeString)"NullTransliterator->handleTransliterate", replaceable, s); in TestNullTransliterator()
/external/icu4c/i18n/
Dutrans.cpp45 ReplaceableGlue(UReplaceable *replaceable,
87 ReplaceableGlue::ReplaceableGlue(UReplaceable *replaceable, in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
91 this->rep = replaceable; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
/external/expat/doc/
Dxmlwf.sgml62 <arg><option>-e <replaceable>encoding</replaceable></option></arg>
65 <arg><option>-d <replaceable>output-dir</replaceable></option></arg>
/external/webkit/Source/WebKit/win/Interfaces/
DDOMPrivate.idl123replaceable by public DOM API, and when that happens Safari will switch to implementations using t…
/external/jpeg/
Dfilelist.doc105 jerror.c Standard error handling routines (application replaceable).
Dlibjpeg.doc2953 handler, all of which are application-replaceable. (cjpeg/djpeg are more
/external/qemu/distrib/jpeg-6b/
Dfilelist.doc105 jerror.c Standard error handling routines (application replaceable).
Dlibjpeg.doc2953 handler, all of which are application-replaceable. (cjpeg/djpeg are more
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1631537 * page/DOMWindow.idl: Rename to performance and make replaceable.