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

  /external/libbrillo/brillo/
syslog_logging.cc 29 static std::string s_ident; variable
105 s_ident = ident;
106 openlog(s_ident.c_str(), log_pid ? LOG_PID : 0, LOG_USER);
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_re.py 642 def s_ident(scanner, token): return token function in function:ReTests.test_scanner
648 (r"[a-zA-Z_]\w*", s_ident),
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_re.py 642 def s_ident(scanner, token): return token function in function:ReTests.test_scanner
648 (r"[a-zA-Z_]\w*", s_ident),
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_re.py 642 def s_ident(scanner, token): return token function in function:ReTests.test_scanner
648 (r"[a-zA-Z_]\w*", s_ident),
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_re.py 642 def s_ident(scanner, token): return token function in function:ReTests.test_scanner
648 (r"[a-zA-Z_]\w*", s_ident),
    [all...]

Completed in 342 milliseconds