Home
last modified time | relevance | path

Searched refs:args_str (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/gamesdk/third_party/cube/app/src/main/cpp/common/
Dandroid_util.cpp48 std::string args_str; in get_args() local
51 args_str = extra_utf; in get_args()
61 std::stringstream ss(args_str); in get_args()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/DevTools/
Dpddm.py242 args_str = match.group('args').strip()
244 if args_str:
245 for part in args_str.split(','):
293 args_str = macro_ref_match.group('args').strip()
295 if args_str or len(macro.args):
296 args = [x.strip() for x in args_str.split(',')]