Home
last modified time | relevance | path

Searched defs:last_space (Results 1 – 4 of 4) sorted by relevance

/external/eigen/scripts/
Deigen_gen_credits.cpp85 size_t last_space = line.find_last_of(' '); in contributors_map_from_churn_output() local
112 size_t last_space = name.find_last_of(' '); in lastname() local
/external/minijail/
Dlibminijailpreload.c37 char *last_space = strrchr(env_value, ' '); in truncate_preload_env() local
/external/v4l-utils/utils/keytable/bpf_protocols/
Dgrundig.c22 unsigned int last_space; member
/external/yapf/yapf/yapflib/
Dformat_decision_state.py1241 def __init__(self, indent, last_space): argument