HomeSort by relevance Sort by last modified time
    Searched full:comma (Results 151 - 175 of 2009) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/strace/
stream.c 781 #define COMMA() \
787 COMMA (); \
819 COMMA ();
822 COMMA ();
826 COMMA ();
833 COMMA ();
840 COMMA ();
847 COMMA ();
863 COMMA ();
882 COMMA ();
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
readme.html 20 'N' builds preceding the current build.</li><li>This can be overriden with the use of the &quot;-current.prefix&quot; parameter where you can specify a comma-separated list of prefixes for build ids to include in the main line graph.<br> <br> </li></ul></li><li>Scenario names
53 -current &lt;current build id&gt; -config &lt;comma-separated list of configs&gt;
56 patterns&gt;] [-fingerprints][-scenarioresults][-current.prefix &lt;comma-separated list of build id prefixes&gt;][-baseline.prefix &lt;comma-separated list of build id prefixes&gt;]</b></LI></OL><br> Parameter descriptions:
60 key in the eclipse.perf.config system property.&gt;<br> -config &lt;a comma-separated
70 description. The value should be quoted if there are spaces in the value.&gt;<BR>of builds which match any prefix in this list. When omitted, a magenta line is draw on the graph which represents the baseline value specified in the -baseline parameter.&gt;<br> -highlight &lt;Comma-separated
  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 185 if (getLexer().isNot(AsmToken::Comma))
216 if (getLexer().isNot(AsmToken::Comma))
363 if (getLexer().is(AsmToken::Comma)) {
369 if (getLexer().isNot(AsmToken::Comma))
388 if (getLexer().isNot(AsmToken::Comma)) {
403 if (getLexer().isNot(AsmToken::Comma))
413 if (getLexer().isNot(AsmToken::Comma))
418 if (getLexer().is(AsmToken::Comma)) {
491 if (getLexer().isNot(AsmToken::Comma))
565 if (getLexer().isNot(AsmToken::Comma))
    [all...]
  /external/chromium_org/chrome/browser/
language_usage_metrics_unittest.cc 66 // Trailing comma.
71 // Leading comma.
language_usage_metrics.h 18 // case-insensitive comma-separated list of languages/locales of either xx,
  /external/chromium_org/chrome/tools/ipclist/
ipclist.cc 129 } else if (std::string("--comma") == *argv) {
141 "[--comma]\n";
  /external/chromium_org/ppapi/cpp/dev/
file_chooser_dev.h 39 /// @param accept_types A comma-separated list of MIME types and file
43 /// MIME types and file extensions. If a string in the comma-separated list
  /external/dropbear/
svr-algo.c 30 /* match the first algorithm in the comma-separated list in buf which is
47 /* get the comma-separated list from the buffer ie "algo1,algo2,algo3" */
  /external/iptables/extensions/
libxt_conntrack.man 5 \fIstatelist\fP is a comma separated list of the connection states to match.
31 \fIstatuslist\fP is a comma separated list of the connection statuses to match.
libxt_set.h 111 "You must spefify (the comma separated list of) 'src' or 'dst'.");
135 "You must spefify (the comma separated list of) 'src' or 'dst'.");
  /external/proguard/src/proguard/util/
ListParser.java 28 * interpreted as comma-separated lists, optionally prefixed with '!' negators.
42 * comma-separated list with the given StringParser.
ListUtil.java 35 * Creates a comma-separated String from the given List of String objects.
61 * Creates a List of String objects from the given comma-separated String.
  /external/qemu/pc-bios/keymaps/
ru 13 comma 0x07 shift altgr
98 comma 0x33
th 69 comma 0x1b shift altgr
119 comma 0x33
  /external/clang/lib/Parse/
ParseTemplate.cpp 276 if (Tok.is(tok::comma)) {
351 // a comma or closing brace.
352 SkipUntil(tok::comma, tok::greater, tok::greatergreater, true, true);
355 // Did we find a comma or the end of the template parameter list?
356 if (Tok.is(tok::comma)) {
366 SkipUntil(tok::comma, tok::greater, tok::greatergreater, true, true);
381 case tok::comma:
398 case tok::comma:
425 case tok::comma:
500 } else if (Tok.is(tok::equal) || Tok.is(tok::comma) ||
    [all...]
  /cts/tools/dasm/src/java_cup/
sym.java 25 static final int COMMA = 14;
  /device/asus/deb/overlay/frameworks/base/core/res/res/values-mcc208-mnc01/
config.xml 33 TETHER_DUN_APN. Value is a comma separated series of strings:
  /device/asus/deb/overlay/frameworks/base/core/res/res/values-mcc214-mnc01/
config.xml 33 TETHER_DUN_APN. Value is a comma separated series of strings:
  /device/asus/deb/overlay/frameworks/base/core/res/res/values-mcc214-mnc03/
config.xml 33 TETHER_DUN_APN. Value is a comma separated series of strings:
  /device/asus/flo/overlay/frameworks/base/core/res/res/values-mcc208-mnc01/
config.xml 33 TETHER_DUN_APN. Value is a comma separated series of strings:
  /device/asus/flo/overlay/frameworks/base/core/res/res/values-mcc214-mnc01/
config.xml 33 TETHER_DUN_APN. Value is a comma separated series of strings:
  /device/asus/flo/overlay/frameworks/base/core/res/res/values-mcc214-mnc03/
config.xml 33 TETHER_DUN_APN. Value is a comma separated series of strings:
  /external/chromium/net/base/
mapped_host_resolver.h 40 // Takes a comma separated list of rules, and assigns them to this resolver.
  /external/chromium_org/chrome/browser/ui/autofill/
data_model_wrapper.cc 40 base::string16 comma = ASCIIToUTF16(", "); local
43 *vertically_compact = GetAddressDisplayText(comma);
80 base::string16 comma = ASCIIToUTF16(", "); local
83 GetInfo(AutofillType(ADDRESS_HOME_CITY)) + comma +
  /external/chromium_org/chrome/browser/ui/webui/
cookies_tree_model_util.h 35 // Gets tree node from |path| under |root|. |path| is comma separated list of

Completed in 2942 milliseconds

1 2 3 4 5 67 8 91011>>