/external/bluetooth/glib/docs/reference/gobject/ |
glib-genmarshal.xml | 111 <replaceable>RTYPE</replaceable>:<replaceable>PTYPE</replaceable> 112 <replaceable>RTYPE</replaceable>:<replaceable>PTYPE</replaceable>,<replaceable>PTYPE</replaceable> [all...] |
glib-mkenums.xml | 41 <term><option>--fhead</option> <replaceable>text</replaceable></term> 43 Put out <replaceable>text</replaceable> prior to processing input files. 48 <term><option>--fprod</option> <replaceable>text</replaceable></term> 50 Put out <replaceable>text</replaceable> everytime a new input file 56 <term><option>--ftail</option> <replaceable>text</replaceable></term [all...] |
gobject-query.xml | 57 <term><option>-r</option> <replaceable>type</replaceable></term> 71 <term><option>-b</option> <replaceable>string</replaceable></term> 78 <term><option>-i</option> <replaceable>string</replaceable></term> 86 <term><option>-s</option> <replaceable>number</replaceable></term>
|
/external/bluetooth/glib/docs/reference/glib/ |
gtester.xml | 70 <term><option>-m=<replaceable>MODE</replaceable></option></term> 72 run test cases in <replaceable>MODE</replaceable>, which can be perf, slow, thorough or quick. The default mode is quick. 77 <term><option>-p=<replaceable>TESTPATH</replaceable></option></term> 79 only run test cases matching <replaceable>TESTPATH</replaceable> 84 <term><option>--seed=<replaceable>SEEDSTRING</replaceable></option></term [all...] |
/external/valgrind/main/cachegrind/docs/ |
cg_annotate-manpage.xml | 23 <arg><replaceable>options</replaceable></arg> 24 <arg choice="plain"><replaceable>cachegrind-out-file</replaceable></arg> 25 <arg choice="opt" rep="repeat"><replaceable>source-files</replaceable></arg>
|
/external/icu4c/test/intltest/ |
reptest.h | 7 * This test program is intended for testing Replaceable class. 27 * @summary Testing the Replaceable class 33 /*Tests the Replaceable class according to the API documentation. */
|
reptest.cpp | 7 * This test program is intended for testing Replaceable class. 39 class TestReplaceable : public Replaceable { 72 virtual Replaceable *clone() const { 176 * Dummy Replaceable implementation for better API/code coverage. 178 class NoopReplaceable : public Replaceable { 244 Replaceable *p; 246 errln("Replaceable::clone() does not return NULL"); 251 errln("Replaceable::hasMetaData() does not return TRUE"); 255 // UMemory/UObject/Replaceable assignment operators 259 errln("noop2.Replaceable::clone() does not return NULL") [all...] |
/external/valgrind/main/callgrind/docs/ |
callgrind_annotate-manpage.xml | 23 <arg choice="opt"><replaceable>options</replaceable></arg> 25 <arg choice="opt"><replaceable>callgrind-out-file</replaceable> 26 <arg choice="opt" rep="repeat"><replaceable>source-files</replaceable></arg></arg>
|
callgrind_control-manpage.xml | 22 <arg choice="opt"><replaceable>options</replaceable></arg> 23 <arg choice="opt" rep="repeat"><replaceable>pid|program-name</replaceable></arg>
|
/external/valgrind/main/massif/docs/ |
ms_print-manpage.xml | 24 <arg><replaceable>options</replaceable></arg> 25 <arg choice="plain"><replaceable>massif-out-file</replaceable></arg>
|
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/ |
wpa_passphrase.sgml | 15 <arg><replaceable>ssid</replaceable></arg> 16 <arg><replaceable>passphrase</replaceable></arg>
|
wpa_gui.sgml | 17 <arg>-p <replaceable>path to ctrl sockets</replaceable></arg> 18 <arg>-i <replaceable>ifname</replaceable></arg>
|
wpa_priv.sgml | 17 <arg>-c <replaceable>ctrl path</replaceable></arg> 19 <arg>-P <replaceable>pid file</replaceable></arg> 20 <arg>driver:ifname <replaceable>[driver:ifname ...]</replaceable></arg>
|
wpa_cli.sgml | 17 <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 [all...] |
/external/icu4c/common/unicode/ |
rep.h | 21 * \brief C++ API: Replaceable String 29 * <code>Replaceable</code> is an abstract base class representing a 37 * <p>An implicit aspect of the <code>Replaceable</code> API is that 43 * <p><code>Replaceable</code> specifies ranges using a start 48 * <p><code>Replaceable</code> also includes API to access characters 61 * <li>If there is no following character (i.e. the replaceable was 71 class U_COMMON_API Replaceable : public UObject { 78 virtual ~Replaceable(); 176 * Replaceable object has metadata, calls to the Replaceable AP [all...] |
/external/dbus/cmake/tools/ |
dbus-send.xml | 23 <arg choice='opt'>--dest=<replaceable>NAME</replaceable></arg> 25 <arg choice='opt'>--type=<replaceable>TYPE</replaceable></arg> 26 <arg choice='plain'><replaceable><destination</replaceable></arg> 27 <arg choice='plain'><replaceable>object</replaceable></arg> 28 <arg choice='plain'><replaceable>path></replaceable></arg [all...] |
dbus-monitor.xml | 22 <group choice='opt'><arg choice='plain'>--system </arg><arg choice='plain'>--session </arg><arg choice='plain'>--address <replaceable>ADDRESS</replaceable></arg></group> 24 <arg choice='opt'><arg choice='plain'><replaceable>watch</replaceable></arg><arg choice='plain'><replaceable>expressions</replaceable></arg></arg>
|
/external/icu4c/samples/translit/answers/ |
unaccent.h | 29 virtual void handleTransliterate(Replaceable& text,
|
unaccent.cpp | 41 void UnaccentTransliterator::handleTransliterate(Replaceable& text,
|
/external/icu4c/i18n/ |
nultrans.cpp | 29 void NullTransliterator::handleTransliterate(Replaceable& /*text*/, UTransPosition& offsets,
|
casetrn.cpp | 29 /* case context iterator using a Replaceable */ 36 Replaceable *rep=(Replaceable *)csc->p; 52 // automatically adjust start and limit if the Replaceable disagrees 133 void CaseMapTransliterator::handleTransliterate(Replaceable& text,
|
casetrn.h | 81 virtual void handleTransliterate(Replaceable& text, 98 /** case context iterator using a Replaceable. This must be a C function because it is a callback. */
|
/external/icu4c/i18n/unicode/ |
unirepl.h | 22 class Replaceable; 28 * replace a range of characters in a Replaceable string with output 29 * text. The replacement is done via the Replaceable API so as to 64 virtual int32_t replace(Replaceable& text,
|
/external/webkit/Source/WebCore/page/ |
DOMWindow.idl | 47 attribute [Replaceable] Screen screen; 49 attribute [Replaceable] BarInfo locationbar; 50 attribute [Replaceable] BarInfo menubar; 51 attribute [Replaceable] BarInfo personalbar; 52 attribute [Replaceable] BarInfo scrollbars; 53 attribute [Replaceable] BarInfo statusbar; 54 attribute [Replaceable] BarInfo toolbar; 55 attribute [Replaceable] Navigator navigator; 56 attribute [Replaceable] Navigator clientInformation; 60 attribute [Replaceable, CustomGetter, V8CustomSetter] Event event [all...] |
/external/icu4c/samples/translit/ |
unaccent.cpp | 43 void UnaccentTransliterator::handleTransliterate(Replaceable& text,
|