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

<<21222324252627282930>>

  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ANTLR.g 524 : 'import'^ delegateGrammar (COMMA! delegateGrammar)* SEMI!
618 : 'throws'^ id ( COMMA! id )*
891 : id (COMMA! id)*
1031 : rewrite_template_arg (COMMA rewrite_template_arg)*
1096 COMMA : ',';
  /external/openssh/
sshd.0 45 multiple -C options or as a comma-separated list.
290 The options (if present) consist of comma-separated option
333 present in the comma-separated list of patterns. See PATTERNS in
376 certificate authentication as a comma-separated list. At least
417 Hostnames is a comma-separated list of patterns (`*' and `?' act as
    [all...]
sshd_config.0 151 ciphers must be comma-separated. The supported ciphers are
332 algorithms must be comma-separated. The default is
375 data integrity protection. Multiple algorithms must be comma-
390 match patterns may consist of single entries or comma-separated
509 values are `1' and `2'. Multiple versions must be comma-
    [all...]
ssh_config.0 97 preference. Multiple ciphers must be comma-separated. The
404 authentication. Multiple method names must be comma-separated.
412 algorithms must be comma-separated. The default is:
463 must be comma-separated. The default is:
514 versions must be comma-separated. When this option is set to
    [all...]
ssh_config.5 198 Multiple ciphers must be comma-separated.
702 Multiple method names must be comma-separated.
713 Multiple algorithms must be comma-separated.
792 Multiple algorithms must be comma-separated.
864 Multiple versions must be comma-separated.
    [all...]
  /dalvik/vm/
Init.cpp 412 char* comma; local
420 comma = strchr(name, ','); // use name, not value, for safety
421 if (comma != NULL) {
422 if (comma < value) {
423 ALOGE("JDWP opts: found comma before '=' in '%s'", mangle);
426 *comma = '\0';
434 if (comma == NULL) {
438 name = comma+1;
663 * Break comma-separated method signatures and enter them into the hash
    [all...]
  /external/chromium_org/third_party/angle_dx11/src/compiler/
glslang.y 137 %token <lex> COMMA COLON EQUAL SEMICOLON BANG DASH TILDE PLUS STAR SLASH PERCENT
530 | function_call_header_with_parameters COMMA assignment_expression {
    [all...]
  /external/clang/lib/Lex/
ModuleMap.cpp 716 Comma,
878 case tok::comma:
879 Tok.Kind = MMToken::Comma;
    [all...]
PPMacroExpansion.cpp 468 // Assume comma separator is actually braced list separator and change
469 // it back to a comma.
471 I->setKind(tok::comma);
555 assert((Tok.is(tok::l_paren) || Tok.is(tok::comma)) &&
593 } else if (Tok.is(tok::comma) && NumParens == 0 &&
599 // Comma ends this argument if there are more fixed arguments expected.
601 // variadic part, then the comma is just an argument token.
751 // If the macro contains the comma pasting extension, the diagnostic
759 // Remember this occurred, allowing us to elide the comma when used for
    [all...]
  /external/clang/lib/Parse/
ParseTentative.cpp 253 if (Tok.isNot(tok::comma))
255 ConsumeToken(); // the comma.
395 (Tok.is(tok::greater) || Tok.is(tok::comma) ||
510 if (Tok.is(tok::comma)) {
546 if (Tok.isNot(tok::comma))
    [all...]
  /external/chromium_org/third_party/libXNVCtrl/
NVCtrl.h     [all...]
  /external/chromium_org/chrome/browser/translate/
translate_manager_browsertest.cc 278 const char* comma = ""; local
281 "%s\"%s\": \"UnusedFullName\"", comma, languages[i].c_str());
283 comma = ",";
289 comma = "";
291 data += base::StringPrintf("%s\"%s\": 1", comma,
294 comma = ",";
    [all...]
  /build/tools/releasetools/
sign_target_files_apks 60 Comma-separated list of changes to make to the set of tags (in
170 """Given a string containing comma-separated tags, apply the edits
  /external/apache-http/src/org/apache/http/message/
BasicTokenIterator.java 283 * RFC 2616, section 2.1 explicitly requires a comma between
344 * RFC 2616, section 2.1 defines comma as the separator for
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
external_extensions.html 274 (forgetting to separate entries with comma or
275 leaving a trailing comma somewhere) </li>
  /external/chromium_org/third_party/WebKit/Source/testing/data/fonts/
SampleFont.sfont 45 <map charValue="u002C" charName="COMMA" glyphRefID="243"/>
168 <map charValue="u02BB" charName="MODIFIER LETTER TURNED COMMA" glyphRefID="295"/>
  /external/chromium_org/tools/grit/grit/node/
structure.py 59 # should be separated by a comma with no extra whitespace.
136 # Leave empty to run on all platforms, comma-separated
  /external/chromium_org/v8/test/webkit/fast/js/
parser-syntax-check.js 74 // some comma expressions: see reparsing-semicolon-insertion.js
173 debug ("Array and object literal, comma operator");
  /external/eigen/doc/
C01_TutorialMatrixClass.dox 154 \section TutorialMatrixCommaInitializer Comma-initialization
156 %Matrix and vector coefficients can be conveniently set using the so-called \em comma-initializer syntax.
  /external/iptables/extensions/
libxt_time.c 65 "[!] --monthdays value List of days on which to match, separated by comma\n"
67 "[!] --weekdays value List of weekdays on which to match, sep. by comma\n"
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp     [all...]
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 278 case AsmToken::Comma: Out->os() << "Comma"; break;
  /external/oprofile/libpp/
profile_spec.cpp 97 * a comma list or not ? */
203 /// return true if the value from the profile spec may match the comma
  /external/qemu/android/
qemu-setup.c 270 derror( "option -ports must be followed by two comma separated positive integer numbers" );
277 derror( "option -ports must be followed by two comma separated positive integer numbers" );
  /external/tcpdump/
util.c 300 * this is useful for parsing bitfields, the output strings are comma seperated
330 /* yep, set the the trailing zero 2 bytes before to eliminate the last comma & whitespace */

Completed in 1080 milliseconds

<<21222324252627282930>>