/external/mesa3d/src/glsl/glcpp/tests/ |
038-func-arg-with-commas.c | 2 foo(argument (with,embedded , commas) -- tricky)
|
056-macro-argument-with-comma.c | 1 #define bar with,embedded,commas
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
issue4162.go | 7 // Issue 4162. Trailing commas now allowed in conversions.
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
issue4162.go | 7 // Issue 4162. Trailing commas now allowed in conversions.
|
/prebuilts/go/darwin-x86/src/encoding/json/ |
tags.go | 26 // string boundary or commas.
|
/prebuilts/go/darwin-x86/test/ |
initcomma.go | 7 // Test trailing commas. DO NOT gofmt THIS FILE.
|
/prebuilts/go/linux-x86/src/encoding/json/ |
tags.go | 26 // string boundary or commas.
|
/prebuilts/go/linux-x86/test/ |
initcomma.go | 7 // Test trailing commas. DO NOT gofmt THIS FILE.
|
/hardware/ril/reference-ril/ |
reference-ril.c | 1019 int commas; local 1039 int commas; local 1141 int commas; local 1216 int commas; local [all...] |
/frameworks/opt/net/wifi/tests/wifitests/ |
Android.mk | 92 # This appends a * to all classes and replace the space separators with commas.
|
/prebuilts/go/darwin-x86/src/net/http/ |
cookie_test.go | 59 // The "special" cookies have values containing commas or spaces which 236 // for values containing spaces or commas:
|
cookie.go | 304 // We loosen this as spaces and commas are common in cookie values
|
/prebuilts/go/linux-x86/src/net/http/ |
cookie_test.go | 59 // The "special" cookies have values containing commas or spaces which 236 // for values containing spaces or commas:
|
cookie.go | 304 // We loosen this as spaces and commas are common in cookie values
|
/prebuilts/go/darwin-x86/src/strings/ |
strings_test.go | 33 var commas = "1,2,3,4" var 243 {commas, ",", -1, []string{"1", "2", "3", "4"}}, 281 {commas, ",", -1, []string{"1,", "2,", "3,", "4"}}, 833 testStrings := []string{"", abcd, faces, commas} 873 testStrings := []string{"", abcd, faces, commas}
|
/prebuilts/go/linux-x86/src/strings/ |
strings_test.go | 33 var commas = "1,2,3,4" var 243 {commas, ",", -1, []string{"1", "2", "3", "4"}}, 281 {commas, ",", -1, []string{"1,", "2,", "3,", "4"}}, 833 testStrings := []string{"", abcd, faces, commas} 873 testStrings := []string{"", abcd, faces, commas}
|
/external/v8/test/webkit/resources/ |
json2-es5-compat.js | 303 // Join all of the elements together, separated with commas, and wrap them in 342 // Join all of the member texts together, separated with commas,
|
/external/valgrind/exp-sgcheck/tests/ |
bad_percentify.c | 172 #define VG_MSG_COMMA 16 /* Add commas to numbers (for %d, %u) */ 382 /* If ',' or '\'' follows '%', commas will be inserted. */
|
/hardware/bsp/intel/peripheral/libupm/doxy/node/generators/yuidoc/tmpl/assets/css/ |
main.css | 484 .apidocs ul.commas li:after { content: ','; } 485 .apidocs ul.commas li:last-child:after { content: ''; }
|
/external/owasp/sanitizer/empiricism/ |
html-containment.js | 184 // Put the appropriate white-space inside brackets and after commas.
|
/external/v8/test/mjsunit/ |
date.js | 38 // Test that dates may contain commas.
|
/prebuilts/go/darwin-x86/src/encoding/csv/ |
reader.go | 41 // Newlines and commas may be included in a quoted-field
|
/prebuilts/go/linux-x86/src/encoding/csv/ |
reader.go | 41 // Newlines and commas may be included in a quoted-field
|
/prebuilts/go/darwin-x86/src/bytes/ |
bytes_test.go | 41 var commas = "1,2,3,4" var 552 {commas, ",", -1, []string{"1", "2", "3", "4"}}, 597 {commas, ",", -1, []string{"1,", "2,", "3,", "4"}},
|
/prebuilts/go/linux-x86/src/bytes/ |
bytes_test.go | 41 var commas = "1,2,3,4" var 552 {commas, ",", -1, []string{"1", "2", "3", "4"}}, 597 {commas, ",", -1, []string{"1,", "2,", "3,", "4"}},
|