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

1 2 3 4 5 6 7 8 91011>>

  /external/libvpx/libvpx/examples/includes/geshi/docs/
phpdoc.ini 33 ;; add any custom @tags separated by commas here
34 ;; legal values: any legal tagname separated by commas.
58 ;; legal values: package names separated by commas
62 ;; legal values: paths separated by commas
66 ;; legal values: directory paths separated by commas
75 ;; legal values: any wildcard strings separated by commas
  /external/clang/test/Parser/
cxx0x-decl.cpp 3 // Make sure we know these are legitimate commas and not typos for ';'.
4 namespace Commas {
cxx-decl.cpp 49 enum { fooenum = 1, }; // expected-warning {{commas at the end of enumerator lists are a C++11 extension}}
71 // Make sure we know these are legitimate commas and not typos for ';'.
72 namespace Commas {
  /external/jdiff/src/jdiff/
ConstructorAPI.java 19 * separated by commas.
25 * separated by commas. "no exceptions" if no exceptions are thrown.
MethodAPI.java 33 * separated by commas. "no exceptions" if no exceptions are thrown.
  /external/clang/test/Sema/
altivec-init.c 27 // FIXME: test that c++ overloaded commas still work -faltivec
  /external/jsr305/ri/src/main/java/javax/annotation/
Syntax.java 38 * separated by commas. For example, "SQL:dialect=Oracle,version=2.3". Tools
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
concept_check.h 63 // the commas in the template argument list. We can't use an inner pair of
64 // parenthesis to hide the commas, because "boost::(Temp<Foo,Bar>)" isn't
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
concept_check.h 63 // the commas in the template argument list. We can't use an inner pair of
64 // parenthesis to hide the commas, because "boost::(Temp<Foo,Bar>)" isn't
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
concept_check.h 63 // the commas in the template argument list. We can't use an inner pair of
64 // parenthesis to hide the commas, because "boost::(Temp<Foo,Bar>)" isn't
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
concept_check.h 63 // the commas in the template argument list. We can't use an inner pair of
64 // parenthesis to hide the commas, because "boost::(Temp<Foo,Bar>)" isn't
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
concept_check.h 63 // the commas in the template argument list. We can't use an inner pair of
64 // parenthesis to hide the commas, because "boost::(Temp<Foo,Bar>)" isn't
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
concept_check.h 63 // the commas in the template argument list. We can't use an inner pair of
64 // parenthesis to hide the commas, because "boost::(Temp<Foo,Bar>)" isn't
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
concept_check.h 63 // the commas in the template argument list. We can't use an inner pair of
64 // parenthesis to hide the commas, because "boost::(Temp<Foo,Bar>)" isn't
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
concept_check.h 63 // the commas in the template argument list. We can't use an inner pair of
64 // parenthesis to hide the commas, because "boost::(Temp<Foo,Bar>)" isn't
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
concept_check.h 63 // the commas in the template argument list. We can't use an inner pair of
64 // parenthesis to hide the commas, because "boost::(Temp<Foo,Bar>)" isn't
  /external/chromium/base/json/
json_reader.h 114 // If |allow_trailing_comma| is true, we will ignore trailing commas in
144 // If |allow_trailing_comma| is true, we will ignore trailing commas in
208 // A parser flag that allows trailing commas in objects and arrays.
  /external/clang/test/SemaCXX/
cxx98-compat-pedantic.cpp 17 Enum_value, // expected-warning {{commas at the end of enumerator lists are incompatible with C++98}}
  /external/webkit/Source/WebCore/svg/
SVGPointList.cpp 39 builder.append(" "); // FIXME: Shouldn't we use commas to seperate?
  /frameworks/ex/common/java/com/android/common/
Rfc822InputFilter.java 26 * of letters and symbols, including one+ dots and zero commas, should insert an extra
  /external/bison/build-aux/
update-copyright 99 # commas or dashes. Whitespace may appear after commas.
202 # Put spaces after commas.
  /external/chromium/net/proxy/
proxy_config_service_win_unittest.cc 176 // Bypass "foo.com" and "google.com", using commas as delimiter.
  /external/easymock/src/org/easymock/
AbstractMatcher.java 119 * of the arguments separated by commas.
  /external/iproute2/man/man8/
ss.8 86 List of socket tables to dump, separated by commas. The following identifiers
  /packages/apps/Mms/src/com/android/mms/ui/
RecipientsEditor.java 264 // The fix for this particular problem is very easy. All recipients have commas.
357 // Need to fix this case because it breaks auto-complete contacts with commas in the name.
439 // This lets them have a mixture of commas and semicolons in their list.
466 // commas or semis, we'll skip over the whole name to the next

Completed in 1220 milliseconds

1 2 3 4 5 6 7 8 91011>>