Home
last modified time | relevance | path

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

/art/tools/
Dgenerate_operator_out.py139 rest = m.group(2).strip()
140 m_literal = re.compile(r'= (0x[0-9a-f]+|-?[0-9]+|\'.\')').search(rest)
142 rest = rest[(len(m_literal.group(0))):]
146 if rest.startswith('= k'):
150 if rest.startswith(','):
151 rest = rest[1:]
152 rest = rest.strip()
155 if len(rest):
156 sys.stderr.write('%s\n' % (rest))
Ddt_fds_forward.py175 rest = sys.argv[1 + end_idx:]
180 args=(rest[:args.pre_end],
181 rest[args.pre_end:],
/art/test/ti-agent/
Dcommon_load.cc102 char* rest = options; in FindAgentNameAndOptions() local
104 while (*rest != '\0' && *rest != ',') { in FindAgentNameAndOptions()
105 rest++; in FindAgentNameAndOptions()
107 if (*rest == ',') { in FindAgentNameAndOptions()
108 *rest = '\0'; in FindAgentNameAndOptions()
109 rest++; in FindAgentNameAndOptions()
111 *other_options = rest; in FindAgentNameAndOptions()
/art/tools/cpp-define-generator/
Doffset_thread.def35 // TODO: The rest of the offsets
Doffsets_all.def39 // TODO: rest of THREAD_ offsets (depends on __SIZEOF__POINTER__).
/art/libartbase/base/
Dvariant_map.h389 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/
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/
Dcheck_jni.cc2149 VarArgs rest(mid, vargs); in NewObjectV() local
2150 JniValueType args[4] = {{.E = env}, {.c = c}, {.m = mid}, {.va = &rest}}; in NewObjectV()
2175 VarArgs rest(mid, vargs); in NewObjectA() local
2176 JniValueType args[4] = {{.E = env}, {.c = c}, {.m = mid}, {.va = &rest}}; in NewObjectA()
3074 VarArgs rest(mid, vargs); in CallMethodA() local
3075 if (CheckCallArgs(soa, sc, env, obj, c, mid, invoke, &rest) && in CallMethodA()
3259 VarArgs rest(mid, vargs); in CallMethodV() local
3260 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