HomeSort by relevance Sort by last modified time
    Searched refs:open_paren (Results 1 - 8 of 8) sorted by null

  /packages/services/Car/tools/bootio/
bootio_collector.cpp 95 char buf[MAX_LINE], *open_paren, *close_paren; local
103 open_paren = strchr(buf, '(');
105 if (!open_paren || !close_paren) return 1;
107 *open_paren = *close_paren = '\0';
109 app->set_tname(open_paren + 1, close_paren - open_paren - 1);
116 char buf[MAX_LINE], *open_paren, *close_paren; local
124 open_paren = strchr(buf, '(');
126 if (!open_paren || !close_paren) return 1;
  /external/toybox/toys/pending/
lsof.c 404 char *open_paren = strchr(toybuf, '('); local
407 if (open_paren && close_paren) {
409 snprintf(pi.cmd, sizeof(pi.cmd), "%s", open_paren + 1);
  /toolchain/binutils/binutils-2.25/gold/
dynobj.cc 59 std::string::size_type open_paren = this->name().find('('); local
61 if (open_paren != std::string::npos
65 open_paren += 1;
66 this->soname_ = this->name().substr(open_paren,
67 close_paren - open_paren);
    [all...]
  /external/smali/smalidea/src/main/antlr/
smalideaParser.g 424 : open_paren param_list close_paren type_descriptor
431 open_paren
432 : OPEN_PAREN;
513 : open_paren param_list_reference close_paren type_descriptor;
    [all...]
  /external/google-breakpad/src/testing/scripts/generator/cpp/
ast.py 879 def _GetMatchingChar(self, open_paren, close_paren, GetNextToken=None):
882 # Assumes the current token is open_paren and we will consume
888 if token.name == open_paren:
    [all...]
  /external/googletest/googlemock/scripts/generator/cpp/
ast.py 880 def _GetMatchingChar(self, open_paren, close_paren, GetNextToken=None):
883 # Assumes the current token is open_paren and we will consume
889 if token.name == open_paren:
    [all...]
  /external/v8/testing/gmock/scripts/generator/cpp/
ast.py 880 def _GetMatchingChar(self, open_paren, close_paren, GetNextToken=None):
883 # Assumes the current token is open_paren and we will consume
889 if token.name == open_paren:
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
target.def 37 (open_paren,
    [all...]

Completed in 1177 milliseconds