/external/oprofile/pp/ |
opannotate_options.cpp | 62 "directories to look for source files", "comma-separated paths"), 64 "source file prefixes to strip", "comma-separated paths"), 66 "include these comma separated filename", "filenames"), 68 "exclude these comma separated filename", "filenames"), 70 "include these comma separated symbols", "symbols"), 72 "exclude these comma separated symbols", "symbols"), 78 "comma separated list", "cpu,tid,tgid,unitmask,all"),
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/ |
test_fail.py | 12 '["extra comma",]', 14 '["double extra comma",,]', 18 '["Comma after the close"],', 22 '{"Extra comma": true,}', 46 '{"Comma instead of colon", null}', 48 '["Colon instead of comma": false]', 68 '{"Comma instead if closing brace": true,',
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/ |
test_fail.py | 12 '["extra comma",]', 14 '["double extra comma",,]', 18 '["Comma after the close"],', 22 '{"Extra comma": true,}', 46 '{"Comma instead of colon", null}', 48 '["Colon instead of comma": false]', 68 '{"Comma instead if closing brace": true,',
|
/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 | 53 // cursor point to the comma before "second" 105 String text = "end with comma,"; 108 text = "end without comma"; 109 // ends with both comma and space 112 text = "end without comma!"; 113 // ends with both comma and space
|
/packages/inputmethods/LatinIME/java/res/values-hy-rAM/ |
donottranslate.xml | 21 <!-- Same list as in English, but add armenian period and comma: --> 22 <!-- U+055D: "?" ARMENIAN COMMA --> 26 <!-- Symbols that separate words. Adding armenian period and comma. -->
|
/external/chromium_org/chrome/common/ |
attrition_experiments.h | 21 // A comma-separated list of brand codes that are associated with Skype.
|
/external/chromium_org/native_client_sdk/src/examples/tutorial/testing/ |
example.js | 65 var comma = argList.indexOf(','); 66 if (comma === -1) { 75 arg = argList.substr(0, comma); 76 argList = argList.substr(comma + 1);
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io_test/ |
example.js | 65 var comma = argList.indexOf(','); 66 if (comma === -1) { 75 arg = argList.substr(0, comma); 76 argList = argList.substr(comma + 1);
|
/external/chromium_org/tools/traceline/svgui/ |
README | 6 JSON files can be listed (comma separated), allowing you to compare multiple
|
/external/clang/test/Preprocessor/ |
expr_invalid_tok.c | 13 // PR2284 - The constant-expr production does not including comma.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_print.py | 21 from ..fixer_util import Name, Call, Comma, String, is_tuple 55 if args and args[-1] == Comma(): 61 args = args[3:] # Strip a possible comma after the file expression 85 l_nodes.append(Comma())
|
fix_isinstance.py | 37 if idx < len(args) - 1 and args[idx + 1].type == token.COMMA: 44 if new_args and new_args[-1].type == token.COMMA:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_print.py | 21 from ..fixer_util import Name, Call, Comma, String, is_tuple 55 if args and args[-1] == Comma(): 61 args = args[3:] # Strip a possible comma after the file expression 85 l_nodes.append(Comma())
|
fix_isinstance.py | 37 if idx < len(args) - 1 and args[idx + 1].type == token.COMMA: 44 if new_args and new_args[-1].type == token.COMMA:
|
/external/smali/smali/src/main/antlr3/ |
smaliParser.g | 65 COMMA; 695 : OPEN_BRACE (literal (COMMA literal)* | ) CLOSE_BRACE 743 : REGISTER (COMMA REGISTER)* -> ^(I_REGISTER_LIST[$start, "I_REGISTER_LIST"] REGISTER*) 790 : LOCAL_DIRECTIVE REGISTER COMMA simple_name COLON nonvoid_type_descriptor (COMMA STRING_LITERAL)? 901 INSTRUCTION_FORMAT11n REGISTER COMMA integral_literal {$size = Format.Format11n.size;} 911 instruction_format12x REGISTER COMMA REGISTER {$size = Format.Format12x.size;} 916 INSTRUCTION_FORMAT20bc VERIFICATION_ERROR_TYPE COMMA verification_error_reference {$size += Format.Format20bc.size;} [all...] |
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/ |
KeySpecParserSplitTests.java | 160 assertTextArray("Escaped comma", "\\,", "\\,"); 161 assertTextArray("Escaped comma escape", "a\\,\\", "a\\,\\"); 169 assertTextArray("Escaped label with comma", "a\\,c", "a\\,c"); 170 assertTextArray("Escaped surrogate with comma", 172 assertTextArray("Escaped label with comma at beginning", "\\,bc", "\\,bc"); 173 assertTextArray("Escaped surrogate with comma at beginning", 175 assertTextArray("Escaped label with comma at end", "ab\\,", "ab\\,"); 176 assertTextArray("Escaped surrogate with comma at end", 208 assertTextArray("Multiple chars with comma", "a,\\,,c", "a", "\\,", "c"); 209 assertTextArray("Multiple chars with comma surrounded by spaces", " a , \\, , c " [all...] |
/cts/libs/json/src/com/android/json/stream/ |
JsonScope.java | 31 * A array with at least one value requires a comma and newline before 49 * An object with at least one name/value pair requires a comma and
|
/frameworks/base/core/java/android/util/ |
JsonScope.java | 31 * A array with at least one value requires a comma and newline before 49 * An object with at least one name/value pair requires a comma and
|
/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/clang/test/Index/ |
complete-macros.c | 31 // CHECK-CC1: macro definition:{TypedText FOO}{LeftParen (}{Placeholder Arg1}{Comma , }{Placeholder Arg2}{RightParen )} 43 // CHECK-VARIADIC: macro definition:{TypedText variadic4}{LeftParen (}{Placeholder first}{Comma , }{Placeholder second}{Comma , }{Placeholder args, ...}{RightParen )} (70) 44 // CHECK-VARIADIC: macro definition:{TypedText variadic5}{LeftParen (}{Placeholder first}{Comma , }{Placeholder second}{Comma , }{Placeholder args...}{RightParen )} (70)
|
/external/iptables/extensions/ |
libxt_state.c | 51 const char *comma; local 53 while ((comma = strchr(arg, ',')) != NULL) { 54 if (comma == arg || !state_parse_state(arg, comma-arg, sinfo)) 56 arg = comma+1;
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
CodesArrayParser.java | 27 * A key label may consist of multiple code points separated by comma. 29 * marker. An output text may consist of multiple code points separated by comma. 38 private static final char COMMA = ','; 89 if (codeSpec.indexOf(COMMA) < 0) { 97 if (codeSpec.indexOf(COMMA) < 0) {
|
/external/chromium_org/third_party/JSON/JSON-2.59/t/ |
18_json_checker.t | 64 {"Comma instead of colon", null} 66 ["Colon instead of comma": false] 90 {"Comma instead if closing brace": true, 94 ["extra comma",] 96 ["double extra comma",,] 100 ["Comma after the close"], 104 {"Extra comma": true,}
|
/external/eigen/Eigen/src/Core/ |
CommaInitializer.h | 19 * \brief Helper class used by the comma initializer operator 21 * This class is internally used to implement the comma initializer feature. It is 55 && "Too many rows passed to comma initializer (operator<<)"); 58 && "Too many coefficients passed to comma initializer (operator<<)"); 74 && "Too many rows passed to comma initializer (operator<<)"); 77 && "Too many coefficients passed to comma initializer (operator<<)"); 93 && "Too few coefficients passed to comma initializer (operator<<)");
|