HomeSort by relevance Sort by last modified time
    Searched full:open3 (Results 1 - 6 of 6) sorted by null

  /external/webkit/Tools/Scripts/
run-api-tests 36 use IPC::Open3;
149 $pid = open3($childIn, $childOut, $childErr, "arch", "-" . architecture(), $apiTesterPath, $test, @ARGV) or die "Failed to run test: $test.";
151 $pid = open3($childIn, $childOut, $childErr, $apiTesterPath, $test, @ARGV) or die "Failed to run test: $test.";
202 $pid = open3($childIn, $childOut, $childErr, "arch", "-" . architecture(), $apiTesterPath, "--dump-tests") or die "Failed to build list of tests!";
204 $pid = open3($childIn, $childOut, $childErr, $apiTesterPath, "--dump-tests") or die "Failed to build list of tests!";
265 my $buildProcess = open3($childIn, $childOut, $childErr, "Tools/Scripts/$buildTestTool", @args) or die "Failed to run " . $buildTestTool;
old-run-webkit-tests 67 use IPC::Open3;
    [all...]
  /frameworks/base/voip/java/android/net/sip/
ISipService.aidl 29 void open3(in SipProfile localProfile,
SipManager.java 224 mSipService.open3(localProfile, incomingCallPendingIntent,
  /frameworks/base/voip/java/com/android/server/sip/
SipService.java 156 public synchronized void open3(SipProfile localProfile, method in class:SipService
167 if (DEBUG) Log.d(TAG, "open3: " + localProfile.getUriString() + ": "
    [all...]
  /ndk/sources/host-tools/make-3.81/doc/
make.info-2     [all...]

Completed in 83 milliseconds