HomeSort by relevance Sort by last modified time
    Searched refs:comma (Results 126 - 150 of 199) sorted by null

1 2 3 4 56 7 8

  /external/mesa3d/src/glsl/
ast_function.cpp 84 const char *comma = ""; local
88 ralloc_asprintf_append(&str, "%s%s", comma, param->type->name);
89 comma = ", ";
    [all...]
  /external/v8/tools/gcmole/
gcmole.cc 385 bool comma = false; local
392 if (comma) std::cout << ", ";
394 comma = true;
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Collections.pas 140 /// The separator is a comma followed by a space i.e. ", ".
152 /// The separator is a comma followed by a space i.e. ", ".
  /external/clang/lib/Parse/
Parser.cpp 150 return Tok.is(tok::colon) || Tok.is(tok::comma); // : or , for ;
806 Tok.is(tok::comma) || // int X(), -> not a function def
    [all...]
  /external/clang/test/CodeGenCXX/
const-init-cxx11.cpp 263 constexpr const int &comma = (1, (2, ConstDerived{}).b); member in namespace:LiteralReference
  /external/chromium_org/chrome/browser/resources/chromeos/
drive_internals.js 6 * Converts a number in bytes to a string in megabytes split by comma into
  /external/chromium_org/third_party/jinja2/
parser.py 281 self.stream.expect('comma')
295 if parse_context() or self.stream.current.type != 'comma':
301 self.stream.skip_if('comma')
310 self.stream.expect('comma')
352 self.stream.expect('comma')
581 delimited by a comma a :class:`~jinja2.nodes.Tuple` node is created.
589 Because tuples do not require delimiters and may end in a bogus comma
609 self.stream.expect('comma')
613 if self.stream.current.type == 'comma':
638 self.stream.expect('comma')
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
glX_proto_send.py 374 comma = ',' if i < len(names) - 1 else ''
375 print ' { "%s", (_glapi_proc) gl%s }%s' % (names[i], procs[names[i]], comma)
    [all...]
  /external/mesa3d/src/mapi/glapi/gen/
glX_proto_send.py 374 comma = ',' if i < len(names) - 1 else ''
375 print ' { "%s", (_glapi_proc) gl%s }%s' % (names[i], procs[names[i]], comma)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib2.py     [all...]
optparse.py 343 """Return a comma-separated list of option strings & metavariables."""
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib2.py     [all...]
optparse.py 343 """Return a comma-separated list of option strings & metavariables."""
    [all...]
  /prebuilts/devtools/tools/lib/
osgi-4.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 
  /external/clang/utils/TableGen/
NeonEmitter.cpp 2457 std::string comma; local
    [all...]
  /external/qemu/telephony/
android_modem.c 1463 const char* comma = "+COPS: "; local
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
TextUtilsTest.java 155 final String comma = ", "; local
156 Spanned strResult = (Spanned) TextUtils.concat(string1, comma, string2);
157 assertEquals(string1.toString() + comma + string2.toString(), strResult.toString());
166 assertEquals(string1.length() + comma.length(), strResult.getSpanStart(bgColorSpan));
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.expressions_3.4.200.v20100505.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.expressions_3.4.200.v20100505.jar 
  /external/chromium_org/v8/test/mjsunit/
date-parse.js 93 // Allow comma instead of space after day, month and year.
  /external/robolectric/lib/main/
json-20080701.jar 
  /external/v8/test/mjsunit/
date-parse.js 93 // Allow comma instead of space after day, month and year.
  /frameworks/base/tools/aapt/
ResourceTable.cpp 613 * Returns true if needle is one of the elements in the comma-separated list
2609 const char* comma; local
    [all...]

Completed in 1259 milliseconds

1 2 3 4 56 7 8