Home
last modified time | relevance | path

Searched refs:rest (Results 1 – 8 of 8) sorted by relevance

/art/tools/
Dmethod-to-descriptor.py38 inner, rest = readDescriptor(s[1:])
39 return "[" + inner, rest
77 class_name, rest = readDescriptor(desc)
78 assert rest[0:2] == "->", desc
79 rest = rest[2:]
80 args_start = rest.index("(")
81 func_name = rest[:args_start]
82 rest = rest[args_start + 1:]
84 while rest[0] != ")":
85 cur_arg, rest = readDescriptor(rest)
[all …]
Dgenerate_operator_out.py154 rest = m.group(2).strip()
158 if rest.startswith('= k'):
162 if rest.endswith(','):
163 rest = rest[:-1]
166 if len(rest):
169 m_exp = re.match('= [^,]+$', rest)
171 sys.stderr.write('%s\n' % (rest))
Ddt_fds_forward.py178 rest = sys.argv[1 + end_idx:]
183 args=(rest[:args.pre_end],
184 rest[args.pre_end:],
/art/test/ti-agent/
Dcommon_load.cc104 char* rest = options; in FindAgentNameAndOptions() local
106 while (*rest != '\0' && *rest != ',') { in FindAgentNameAndOptions()
107 rest++; in FindAgentNameAndOptions()
109 if (*rest == ',') { in FindAgentNameAndOptions()
110 *rest = '\0'; in FindAgentNameAndOptions()
111 rest++; in FindAgentNameAndOptions()
113 *other_options = rest; in FindAgentNameAndOptions()
/art/libartbase/base/
Dvariant_map.h397 void InitializeParameters(const TK& key, const TValue& value, const Rest& ... rest) { in InitializeParameters()
403 InitializeParameters(rest...); in InitializeParameters()
/art/test/543-checker-dce-trycatch/smali/
DTestCase.smali26 # Test a case when one entering TryBoundary is dead but the rest of the try
71 # Test a case when one exiting TryBoundary is dead but the rest of the try
/art/runtime/jni/
Dcheck_jni.cc2204 VarArgs rest(mid, vargs); in NewObjectV() local
2205 JniValueType args[4] = {{.E = env}, {.c = c}, {.m = mid}, {.va = &rest}}; in NewObjectV()
2230 VarArgs rest(mid, vargs); in NewObjectA() local
2231 JniValueType args[4] = {{.E = env}, {.c = c}, {.m = mid}, {.va = &rest}}; in NewObjectA()
3129 VarArgs rest(mid, vargs); in CallMethodA() local
3130 if (CheckCallArgs(soa, sc, env, obj, c, mid, invoke, &rest) && in CallMethodA()
3314 VarArgs rest(mid, vargs); in CallMethodV() local
3315 if (CheckCallArgs(soa, sc, env, obj, c, mid, invoke, &rest) && in CallMethodV()
/art/cmdline/
DREADME.md89 will be in order to provide the type safety and make sure the rest of the argument definition is