Searched defs:return_code (Results 1 - 2 of 2) sorted by relevance

/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
H A Dstochastic_linear_ranker.cpp104 int return_code; local
106 return_code = 1;
119 return_code = -1;
122 return_code = 2;
124 return_code = 1;
129 return return_code;
/frameworks/native/cmds/installd/
H A Dcommands.cpp1153 int return_code = wait_child(pid); local
1157 if (!WIFEXITED(return_code)) {
1158 LOG(WARNING) << "profman failed for package " << pkgname << ": " << return_code; local
1160 return_code = WEXITSTATUS(return_code);
1161 switch (return_code) {
1189 << ": " << return_code; local
1307 int return_code = wait_child(pid); local
1308 if (!WIFEXITED(return_code)) {
1310 << return_code; local
[all...]

Completed in 121 milliseconds