Searched refs:rest (Results 1 – 8 of 8) sorted by relevance
/art/test/ti-agent/ |
D | common_load.cc | 103 char* rest = options; in FindAgentNameAndOptions() local 105 while (*rest != '\0' && *rest != ',') { in FindAgentNameAndOptions() 106 rest++; in FindAgentNameAndOptions() 108 if (*rest == ',') { in FindAgentNameAndOptions() 109 *rest = '\0'; in FindAgentNameAndOptions() 110 rest++; in FindAgentNameAndOptions() 112 *other_options = rest; in FindAgentNameAndOptions()
|
/art/tools/ |
D | generate_operator_out.py | 154 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))
|
D | dt_fds_forward.py | 175 rest = sys.argv[1 + end_idx:] 180 args=(rest[:args.pre_end], 181 rest[args.pre_end:],
|
/art/libartbase/base/ |
D | variant_map.h | 389 void InitializeParameters(const TK& key, const TValue& value, const Rest& ... rest) { in InitializeParameters() 396 InitializeParameters(rest...); in InitializeParameters()
|
/art/test/543-checker-dce-trycatch/smali/ |
D | TestCase.smali | 26 # 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/ |
D | check_jni.cc | 2154 VarArgs rest(mid, vargs); in NewObjectV() local 2155 JniValueType args[4] = {{.E = env}, {.c = c}, {.m = mid}, {.va = &rest}}; in NewObjectV() 2180 VarArgs rest(mid, vargs); in NewObjectA() local 2181 JniValueType args[4] = {{.E = env}, {.c = c}, {.m = mid}, {.va = &rest}}; in NewObjectA() 3079 VarArgs rest(mid, vargs); in CallMethodA() local 3080 if (CheckCallArgs(soa, sc, env, obj, c, mid, invoke, &rest) && in CallMethodA() 3264 VarArgs rest(mid, vargs); in CallMethodV() local 3265 if (CheckCallArgs(soa, sc, env, obj, c, mid, invoke, &rest) && in CallMethodV()
|
/art/cmdline/ |
D | README.md | 89 will be in order to provide the type safety and make sure the rest of the argument definition is
|
/art/runtime/ |
D | class_linker.cc | 7427 const Types& ... rest) in FindSameNameAndSignature() 7434 return FindSameNameAndSignature(cmp, rest...); in FindSameNameAndSignature()
|