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

<<31323334353637383940>>

  /build/core/
product_config.mk 310 comma := , macro
312 $(subst $(space),$(comma),$(strip $(PRODUCT_AAPT_CONFIG)))
314 $(subst $(space),$(comma),$(strip $(PRODUCT_AAPT_PREF_CONFIG)))
  /cts/tools/dasm/src/java_cup/
parser.cup 164 START, SEMI, COMMA, STAR, DOT, COLON, COLON_COLON_EQUALS, BAR,
370 term_name_list ::= term_name_list COMMA new_term_id | new_term_id;
376 COMMA
  /external/bison/lib/
stdlib.in.h 227 /* Assuming *OPTIONP is a comma separated list of elements of the form
231 - It replaces the comma with a NUL byte, updates *OPTIONP to point past
232 the first option and the comma, sets *VALUEP to the value of the
  /external/bison/src/
getargs.c 93 * \param args comma separated list of effective subarguments to decode.
377 THINGS is a list of comma separated words that can include:\n\
388 FEATURE is a list of comma separated words that can include:\n\
  /external/chromium_org/chrome/common/
chrome_switches.cc 43 // Specifies comma-separated list of extension ids or hosts to grant
47 // Specifies comma-separated list of extension ids or hosts to grant
51 // Specifies comma-separated list of extension ids or hosts to grant
125 // HTTP authentication schemes to enable. This is a comma-separated list of
169 // Comma-separated list of SSL cipher suites to disable.
211 // Comma-separated options to troubleshoot the component updater. Only valid
227 // Comma-separated list of BrowserThreads that cause browser process to crash
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/
README 269 Enable specific comma-separated list of bidirectional iconv
274 Enable specific comma-separated list of \"from\" iconv encodings
279 Enable specific comma-separated list of \"to\" iconv encodings
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
optparser.py 57 a comma-separated list of boolean filter rules. The script reports errors
304 'errors to report. Specify a filter using a comma-'
392 flag_value: A string of comma-separated filter rules, for
  /external/chromium_org/v8/src/
hydrogen-gvn.cc 434 const char* comma = ", "; local
462 separator = comma; \
491 separator = comma; \
json-parser.h 176 // An object literal is a squiggly-braced and comma separated sequence
184 // literal is a square-bracketed and comma separated sequence (possibly empty)
187 // it allow a terminal comma, like a JavaScript array does.
  /external/clang/docs/tools/
clang.pod 352 Pass the comma separated arguments in I<args> to the assembler.
356 Pass the comma separated arguments in I<args> to the linker.
360 Pass the comma separated arguments in I<args> to the preprocessor.
  /external/clang/test/SemaCXX/
expression-traits.cpp 581 // expr.comma: A pair of expressions separated by a comma is
586 // the comma expression.
  /external/dhcpcd/
dhcpcd.8 384 but keep the comma.
530 which is a space or comma separated list of patterns passed to
535 which is a space or comma separated list of patterns passed to
dhcpcd.8.in 370 but keep the comma.
516 which is a space or comma separated list of patterns passed to
521 which is a space or comma separated list of patterns passed to
  /external/e2fsprogs/misc/
mke2fs.8.in 188 Set extended options for the filesystem. Extended options are comma
329 Journal options are comma
611 using a comma separated list.
  /external/llvm/lib/Target/SystemZ/AsmParser/
SystemZAsmParser.cpp 528 if (getLexer().is(AsmToken::Comma))
539 if (getLexer().is(AsmToken::Comma)) {
628 while (getLexer().is(AsmToken::Comma)) {
  /external/proguard/src/proguard/gui/
GUIResources.properties 182 <html>An optional comma-separated list of package names,<br>\
203 <html>An optional comma-separated list of class file attributes.\
433 <html>The comma-separated list of argument types,<br>\
  /external/qemu/
qemu-option.c 67 * delimiter is fixed to be comma which starts a new option. To specify an
68 * option value that contains commas, double each comma.
403 * contains commas, double each comma so it won't be recognized as the end of
  /frameworks/native/cmds/atrace/
atrace.cpp 405 // Verify that the comma separated list of functions are being traced by the
448 // Set the comma separated list of functions that the kernel is to trace.
726 " -a appname enable app-level tracing for a comma "
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/testdata/
mock_attrs.xml 300 must be separated by a comma: 1, 2, 5. Illegal and duplicate
306 must be separated by a comma: 1, 2, 5. Illegal and duplicate
312 must be separated by a comma: 1, 2, 5. Illegal and duplicate
  /sdk/emulator/qtools/
armdis.cpp 293 const char *comma = ""; local
297 sprintf(tmp_reg, "%sr%d", comma, ii);
299 comma = ",";
  /external/chromium_org/gpu/command_buffer/
build_gles2_cmd_buffer.py     [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
pep8.py 267 - Immediately before a comma, semicolon, or colon.
298 JCR: Each comma, semicolon or colon should be followed by whitespace.
483 JCR: This should also be applied around comma etc.
    [all...]
  /external/openssh/
sshd.8 121 options or as a comma-separated list.
512 The options (if present) consist of comma-separated option
564 comma-separated list of patterns.
615 comma-separated list.
667 Hostnames is a comma-separated list of patterns
sshd_config.5 276 Multiple ciphers must be comma-separated.
580 Multiple algorithms must be comma-separated.
654 Multiple algorithms must be comma-separated.
680 The match patterns may consist of single entries or comma-separated
903 Multiple versions must be comma-separated.
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
cp864.py 90 0x00ac: 0x060c, # ARABIC COMMA
223 u',' # 0x002c -> COMMA
351 u'\u060c' # 0x00ac -> ARABIC COMMA
483 0x002c: 0x002c, # COMMA
585 0x060c: 0x00ac, # ARABIC COMMA
    [all...]

Completed in 2358 milliseconds

<<31323334353637383940>>