HomeSort by relevance Sort by last modified time
    Searched full:comma (Results 1 - 25 of 664) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clearsilver/cs/
test_comma.cs.gold 3 Comma tests, evalute both but pass right most as expression result
test_comma.cs 2 Comma tests, evalute both but pass right most as expression result
  /external/emma/ant/ant14/com/vladium/emma/instr/
FilterCfg.java 54 appendValue (spec, COMMA);
58 appendValue (IInclExclFilter.INCLUSION_PREFIX + spec, COMMA); // default to inclusion
68 appendValue ("@".concat (file.getAbsolutePath ()), COMMA); // actual file I/O delayed until getFilterSpecs()
81 appendValue (spec, COMMA);
86 appendValue (IInclExclFilter.INCLUSION_PREFIX + spec.substring (1), COMMA); // override
88 appendValue (IInclExclFilter.INCLUSION_PREFIX + spec, COMMA);
103 appendValue (spec, COMMA);
108 appendValue (IInclExclFilter.EXCLUSION_PREFIX + spec.substring (1), COMMA); // override
110 appendValue (IInclExclFilter.EXCLUSION_PREFIX + spec, COMMA);
131 createFilter ().appendValue (filter, COMMA);
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
MultiAutoCompleteTextView_CommaTokenizerTest.java 70 // cursor point to the comma before "second"
135 " 2. javadoc says ends with a token terminator (for example a space or comma)," +
136 " but actually ends with both comma and space")
138 String text = "end with comma,";
141 text = "end without comma";
142 // ends with both comma and space
145 text = "end without comma!";
146 // ends with both comma and space
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/
expression-001.js 13 case of a comma expression as the center expression.
41 "comma expression in a conditional statement "+
  /external/dnsmasq/src/
option.c 508 /* find next comma, split string with zero and eliminate spaces.
509 return start of string following comma */
513 char *comma, *p; local
515 if (!s || !(comma = strchr(s, c)))
518 p = comma;
519 *comma = ' ';
521 for (; isspace((int)*comma); comma++);
526 return comma;
671 char *comma = NULL, *problem = NULL local
981 char *comma, *problem = NULL;; local
    [all...]
  /external/iptables/extensions/
libip6t_state.c 52 const char *comma; local
54 while ((comma = strchr(arg, ',')) != NULL) {
55 if (comma == arg || !parse_state(arg, comma-arg, sinfo))
57 arg = comma+1;
libipt_state.c 52 const char *comma; local
54 while ((comma = strchr(arg, ',')) != NULL) {
55 if (comma == arg || !parse_state(arg, comma-arg, sinfo))
57 arg = comma+1;
libipt_dccp.man 7 Match when the DCCP packet type is one of 'mask'. 'mask' is a comma-separated
libipt_state.man 5 Where state is a comma separated list of the connection states to
libipt_addrtype.c 68 const char *comma; local
70 while ((comma = strchr(arg, ',')) != NULL) {
71 if (comma == arg || !parse_type(arg, comma-arg, mask))
74 arg = comma + 1;
libip6t_tcp.man 23 flags which we should examine, written as a comma-separated list, and
24 the second argument is a comma-separated list of flags which must be
libipt_tcp.man 23 flags which we should examine, written as a comma-separated list, and
24 the second argument is a comma-separated list of flags which must be
  /frameworks/base/common/java/com/android/common/
Rfc822InputFilter.java 27 * comma (followed by the space).
42 // follow backwards and see if we find a comma, dot, or @
57 // we have found a comma-insert case. now just do it
  /external/icu4c/tools/genrb/
read.h 33 TOK_COMMA, /* A comma */
  /packages/inputmethods/LatinIME/java/res/values/
keycodes.xml 22 <!-- Keycode for F1 (function) key. This one switches between language switch & comma/.com -->
  /external/qemu/
gen-charmap.py 46 specials = { 'COMMA': 'Comma',
185 comma = "" variable in class:KMap
187 print "%s&_%s_charmap" % (comma, kmap.name),
188 comma = ", "
  /external/emma/ant/ant14/com/vladium/emma/ant/
FilterTask.java 64 protected static final String COMMA = ",";
65 protected static final String COMMA_DELIMITERS = COMMA + Strings.WHITE_SPACE;
66 protected static final String PATH_DELIMITERS = COMMA.concat (File.pathSeparator);
  /external/emma/core/java12/com/vladium/emma/report/
IReportProperties.java 54 String COLUMNS = "columns"; // comma-separated list
63 String SORT = "sort"; // comma-separated list of ('+'/'-'-prefixed column names)
68 String METRICS = "metrics"; // comma-separated list of (column name:metric) pairs
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.14-1.js 24 ECMA Section: 11.14 Comma operator (,)
49 writeHeaderToLog( SECTION + " Comma operator (,)");
  /sdk/emulator/keymaps/
qwerty2.kcm 12 # - cap-COMMA and cap-PERIOD return '<' and '>', instead
46 COMMA ',' ',' ',' '<' ',' ','
  /external/strace/
stream.c 677 #define COMMA() \
683 COMMA (); \
715 COMMA ();
718 COMMA ();
722 COMMA ();
729 COMMA ();
736 COMMA ();
743 COMMA ();
759 COMMA ();
778 COMMA ();
    [all...]
  /build/target/board/emulator/
tuttle2.kl 62 key 51 COMMA
  /build/target/board/generic/
tuttle2.kl 62 key 51 COMMA
  /build/tools/bin2asm/
data 20 * comma on the .section line, but the rest of the world thinks\n\

Completed in 142 milliseconds

1 2 3 4 5 6 7 8 91011>>