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

  /system/core/toolbox/
top.c 327 char buf[MAX_LINE], *open_paren, *close_paren; local
335 open_paren = strchr(buf, '(');
337 if (!open_paren || !close_paren) return 1;
339 *open_paren = *close_paren = '\0';
340 strncpy(proc->tname, open_paren + 1, THREAD_NAME_LEN);
  /external/toybox/toys/pending/
lsof.c 399 char *open_paren = strchr(toybuf, '('); local
402 if (open_paren && close_paren) {
404 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...]
  /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 225 milliseconds