Searched defs:err (Results 1 - 4 of 4) sorted by relevance

/art/runtime/native/
H A Ddalvik_system_Zygote.cc122 int err = sigaction(SIGCHLD, &sa, NULL); local
123 if (err < 0) {
134 int err = sigaction(SIGCHLD, &sa, NULL); local
135 if (err < 0) {
/art/runtime/jdwp/
H A Djdwp_handler.cc125 JdwpError err = Dbg::InvokeMethod(thread_id, object_id, class_id, method_id, arg_count, argValues.get(), argTypes.get(), options, &resultTag, &resultValue, &exceptObjId); local
126 if (err != ERR_NONE) {
127 return err;
130 if (err == ERR_NONE) {
158 return err;
1370 JdwpError err = state->RegisterEvent(pEvent); local
1371 if (err != ERR_NONE) {
1376 return err;
/art/runtime/
H A Djni_internal_test.cc1916 jint err = vm_->DetachCurrentThread(); local
1917 EXPECT_EQ(JNI_ERR, err);
/art/runtime/hprof/
H A Dhprof.cc235 int err = GuaranteeRecordAppend(1); local
236 if (err != 0) {
237 return err;
261 int err = GuaranteeRecordAppend(numValues); local
262 if (err != 0) {
263 return err;
272 int err = GuaranteeRecordAppend(numValues * 2); local
273 if (err != 0) {
274 return err;
287 int err local
306 int err = GuaranteeRecordAppend(numValues * 8); local
517 int err = current_record_.StartNewRecord(header_fp_, HPROF_TAG_LOAD_CLASS, HPROF_TIME); local
543 int err = current_record_.StartNewRecord(header_fp_, HPROF_TAG_STRING, HPROF_TIME); local
[all...]

Completed in 89 milliseconds