HomeSort by relevance Sort by last modified time
    Searched refs:comma (Results 101 - 125 of 237) sorted by null

1 2 3 45 6 7 8 910

  /external/iputils/
ping_common.c 1013 char *comma = ""; local
1049 comma = ", ";
1052 printf("%spipe %d", comma, pipesize);
1053 comma = ", ";
1058 comma, ipg/1000, ipg%1000, rtt/8000, (rtt/8)%1000);
  /build/core/
config.mk 20 comma := , macro
259 # comma separated lists of the 32 and 64 bit ABIs (in order of
285 # "ro.product.cpu.abilist" is a comma separated list of ABIs (in order
298 TARGET_CPU_ABI_LIST := $(subst $(space),$(comma),$(strip $(TARGET_CPU_ABI_LIST)))
299 TARGET_CPU_ABI_LIST_32_BIT := $(subst $(space),$(comma),$(strip $(TARGET_CPU_ABI_LIST_32_BIT)))
300 TARGET_CPU_ABI_LIST_64_BIT := $(subst $(space),$(comma),$(strip $(TARGET_CPU_ABI_LIST_64_BIT)))
prebuilt_internal.mk 100 $(my_register_name):$(LOCAL_INSTALLED_MODULE):$(subst $(space),$(comma),$(LOCAL_SHARED_LIBRARIES))
definitions.mk     [all...]
  /external/chromium_org/third_party/skia/tests/
PathOpsDebug.cpp 285 void SkDQuad::dumpComma(const char* comma) const {
293 SkDebugf("}}%s\n", comma ? comma : "");
  /external/clang/lib/Lex/
TokenLexer.cpp 131 // In Microsoft-compatibility mode, a comma is removed in the expansion
137 // GCC removes the comma in the expansion of " ... , ## __VA_ARGS__ " if
146 // Is a comma available to be removed?
147 if (ResultToks.empty() || !ResultToks.back().is(tok::comma))
154 // Remove the comma.
157 // If the comma was right after another paste (e.g. "X##,##__VA_ARGS__"),
158 // then removal of the comma should produce a placemarker token (in C99
164 // Never add a space, even if the comma, ##, or arg had a space.
252 // In Microsoft mode, remove the comma before __VA_ARGS__ to ensure there
285 ResultToks.back().is(tok::comma))
    [all...]
PPExpressions.cpp 443 case tok::comma: return 3;
521 // where 'expression' is actually comma-expression.
525 RHSPrec = getPrecedence(tok::comma);
543 case tok::comma: // Comma operands are not subject to UACs.
672 case tok::comma:
673 // Comma is invalid in pp expressions in c89/c++ mode, but is valid in C99
  /external/iproute2/tc/
q_cbq.c 498 int comma=0; local
502 comma=1;
505 if (comma)
  /external/llvm/lib/TableGen/
TGParser.cpp 617 while (Lex.getCode() == tgtok::comma) {
618 Lex.Lex(); // Eat the comma.
949 while (Lex.getCode() == tgtok::comma) {
1023 if (Lex.getCode() != tgtok::comma) {
1033 if (Lex.getCode() != tgtok::comma) {
    [all...]
TGLexer.cpp 105 case ',': return tgtok::comma;
  /external/skia/tests/
PathOpsDebug.cpp 285 void SkDQuad::dumpComma(const char* comma) const {
293 SkDebugf("}}%s\n", comma ? comma : "");
  /external/chromium_org/chrome/browser/translate/
translate_manager_render_view_host_unittest.cc 317 const char* comma = ""; local
320 "%s\"%s\": \"UnusedFullName\"", comma, languages[i].c_str());
322 comma = ",";
328 comma = "";
331 "%s\"%s\": 1", comma, alpha_languages[i].c_str());
333 comma = ",";
    [all...]
  /external/clang/lib/Format/
ContinuationIndenter.cpp 54 return Previous.is(tok::comma) && !Current.isTrailingComment() &&
103 Previous.Previous->isOneOf(tok::l_brace, tok::l_paren, tok::comma))
310 (Previous.is(tok::comma) ||
408 if ((Previous.isOneOf(tok::comma, tok::semi) &&
444 !PreviousNonComment->isOneOf(tok::comma, tok::semi) &&
519 if (Previous.is(tok::comma) && State.Stack.back().VariablePos != 0)
668 // role (comma separated list). That way, the decision whether or not to break
    [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp 701 if (ExpectAndConsume(tok::comma)) {
2834 << tok::comma; member in class:tok
    [all...]
ParseStmtAsm.cpp 682 if (!TryConsumeToken(tok::comma))
757 // Eat the comma and continue parsing if it exists.
758 if (!TryConsumeToken(tok::comma))
  /external/fio/tools/
genfio 56 Separated each disk with a comma
61 Separated each blocksize with a comma
  /external/chromium_org/chrome/third_party/mozilla_security_manager/
nsNSSCertHelper.cpp 770 bool comma; local
809 comma = false;
812 if (comma)
815 comma = true;
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
mock_object.hpp 23 #include <boost/preprocessor/punctuation/comma.hpp>
289 // !! MO_BINARY_OP( BOOST_PP_COMMA(), "Comma operator" )
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/
mathml_store_util.js 132 // When no separator is given MathML uses comma as default.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-969.js 36 // This test uses comma expressions to put assignments in effect contexts,
  /external/clang/lib/ARCMigrate/
Transforms.cpp 445 } while (tok.isNot(tok::comma) && tok.isNot(tok::r_paren));
458 } else if (BeforeTok.is(tok::l_paren) && AfterTok.is(tok::comma)) {
  /external/ipsec-tools/src/racoon/
cftoken.l 117 comma \,
263 <S_CFG>{comma} { YYD; return(COMMA); }
298 <S_SAINFS>{comma} { YYD; return(COMMA); }
308 <S_RMTS>{comma} { YYD; /* XXX ignored, but to be handled. */ ; }
  /ndk/build/core/
setup-app.mk 46 NDK_APP_ABI := $(subst $(comma),$(space),$(strip $(NDK_APP_ABI)))
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi.services_3.3.100.v20130513-1956.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi.services_3.3.100.v20130513-1956.jar 

Completed in 2166 milliseconds

1 2 3 45 6 7 8 910