HomeSort by relevance Sort by last modified time
    Searched refs:comma (Results 151 - 175 of 344) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pdb.py 353 # parse arguments; comma has lowest precedence
358 comma = arg.find(',')
359 if comma > 0:
360 # parse stuff after comma: "condition"
361 cond = arg[comma+1:].lstrip()
362 arg = arg[:comma].rstrip()
363 # parse stuff before comma: [filename:]lineno | function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pdb.py 353 # parse arguments; comma has lowest precedence
358 comma = arg.find(',')
359 if comma > 0:
360 # parse stuff after comma: "condition"
361 cond = arg[comma+1:].lstrip()
362 arg = arg[:comma].rstrip()
363 # parse stuff before comma: [filename:]lineno | function
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
m32c-dis.c 214 char* comma = "";
224 comma = ",";
236 (*info->fprintf_func) (info->stream, "%s%s", comma,
238 comma = ",";
213 char* comma = ""; local
    [all...]
  /build/core/
config.mk 20 comma := , macro
299 # comma separated lists of the 32 and 64 bit ABIs (in order of
325 # "ro.product.cpu.abilist" is a comma separated list of ABIs (in order
338 TARGET_CPU_ABI_LIST := $(subst $(space),$(comma),$(strip $(TARGET_CPU_ABI_LIST)))
339 TARGET_CPU_ABI_LIST_32_BIT := $(subst $(space),$(comma),$(strip $(TARGET_CPU_ABI_LIST_32_BIT)))
340 TARGET_CPU_ABI_LIST_64_BIT := $(subst $(space),$(comma),$(strip $(TARGET_CPU_ABI_LIST_64_BIT)))
    [all...]
prebuilt_internal.mk 138 $(my_register_name):$(LOCAL_INSTALLED_MODULE):$(subst $(space),$(comma),$(my_shared_libraries))
product_config.mk 298 $(subst $(space),$(comma),$(strip $(PRODUCT_AAPT_CONFIG)))
definitions.mk     [all...]
  /external/google-breakpad/src/processor/
minidump_processor.cc 444 const char* comma = ""; local
447 cpu_info->append(comma);
449 comma = ",";
    [all...]
  /external/mesa3d/src/mapi/glapi/gen/
gl_XML.py 755 comma = ""
758 p_string = p_string + comma + p.name
759 comma = ", "
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...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-i860.c 462 int comma = 0; local
481 comma = 1;
511 if (comma)
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
options.cc 97 bool comma = false; local
109 comma = true;
115 if (comma)
    [all...]
  /external/clang/lib/Parse/
ParseExprCXX.cpp 749 After.is(tok::comma))) ||
797 (NextToken().is(tok::comma) || NextToken().is(tok::r_square))) {
809 if (Tok.isNot(tok::comma)) {
    [all...]
Parser.cpp 126 return Tok.is(tok::colon) || Tok.is(tok::comma); // : or , for ;
820 Tok.is(tok::comma) || // int X(), -> not a function def
    [all...]
ParseStmtAsm.cpp 741 if (!TryConsumeToken(tok::comma))
816 // Eat the comma and continue parsing if it exists.
817 if (!TryConsumeToken(tok::comma))
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi.services_3.2.100.v20100503.jar 
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
rubycontainer.swg 567 bool comma = false;
569 for ( ; i != e; ++i, comma = true )
571 if (comma) str = rb_str_cat2( str, "," );
  /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 384 bool comma = false; local
391 if (comma) std::cout << ", ";
393 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/autotest/site_utils/
perf_compare.py 428 help='Comma-separated list of perf keys to '
439 'perf key, specify a comma-separated list '
  /external/clang/test/CodeGenCXX/
const-init-cxx11.cpp 263 constexpr const int &comma = (1, (2, ConstDerived{}).b); member in namespace:LiteralReference
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/
test-gen.c 176 /* Use these to output a comma followed by an optional space, a single
179 #define comma literal_q (", ", ", ?") macro
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearchdomain/
layer1.py 364 comma-separated list. By default, a search response includes all
376 a comma-separated list. You must specify the sort direction ( `asc`
  /external/curl/packages/vms/
setup_gnv_curl_build.com 37 $! Allow arguments to be grouped together with comma or separated by spaces

Completed in 825 milliseconds

1 2 3 4 5 67 8 91011>>