OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:separator_index
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/compiler/xla/service/
name_uniquer.cc
75
size_t
separator_index
= root.rfind(separator_);
local
76
if (
separator_index
!= string::npos && (
separator_index
> 0) &&
77
(
separator_index
< root.size() - 1)) {
78
string after_suffix = root.substr(
separator_index
+ 1);
82
root = root.substr(0,
separator_index
);
/external/autotest/server/control_segments/
get_network_stats
28
separator_index
= lines.index('SEPARATOR')
29
route_lines = lines[:
separator_index
]
30
proc_lines = lines[
separator_index
+1:]
Completed in 2826 milliseconds