Searched refs:select (Results 1 - 3 of 3) sorted by relevance

/art/test/044-proxy/src/
H A DReturnsAndArgPassing.java47 Object selectArg(int select, int a, long b, float c, double d, Object x); argument
79 int select = (Integer)args[0];
80 return args[select];
/art/runtime/jdwp/
H A Djdwp_adb.cc335 LOG(INFO) << "NOTE: entering select w/o wakepipe";
347 * and accept(), but not select()).
352 * re-issue the select. We're currently using #2, as it's more
355 selCount = select(maxfd + 1, &readfds, nullptr, nullptr, nullptr);
360 PLOG(ERROR) << "select failed";
365 VLOG(jdwp) << "Got wake-up signal, bailing out of select";
H A Djdwp_socket.cc386 LOG(INFO) << "NOTE: entering select w/o wakepipe";
398 * and accept(), but not select()).
403 * re-issue the select. We're currently using #2, as it's more
406 selCount = select(maxfd + 1, &readfds, nullptr, nullptr, nullptr);
411 PLOG(ERROR) << "select failed";
419 VLOG(jdwp) << "Got wake-up signal, bailing out of select";

Completed in 93 milliseconds