HomeSort by relevance Sort by last modified time
    Searched refs:dial (Results 76 - 100 of 138) sorted by null

1 2 34 5 6

  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
PhoneMock.java 1153 public Connection dial(String dialString, int videoState) throws CallStateException { method in class:PhoneMock
1157 public Connection dial(String dialString, UUSInfo uusInfo, int videoState, Bundle intentExtras) method in class:PhoneMock
    [all...]
  /hardware/interfaces/radio/1.0/
IRadio.hal 155 * @param dialInfo Dial struct
160 oneway dial(int32_t serial, Dial dialInfo);
    [all...]
  /prebuilts/go/darwin-x86/src/net/
iprawsock.go 200 return nil, &OpError{Op: "dial", Net: netProto, Source: laddr.opAddr(), Addr: raddr.opAddr(), Err: err}
ipsock_posix.go 150 if (runtime.GOOS == "windows" || runtime.GOOS == "openbsd" || runtime.GOOS == "nacl") && mode == "dial" && raddr.isWildcard() {
timeout_test.go 26 // Tests that dial timeouts, deadlines in the past work.
67 // This dial never starts to send any TCP SYN
70 c, err := d.Dial("tcp", "127.0.0.1:0")
80 t.Fatalf("#%d: Dial didn't return in an expected time", i)
121 c, err := d.Dial(ln.Addr().Network(), ln.Addr().String())
130 t.Fatalf("#%d: Dial didn't return in an expected time", i)
175 c, err := d.Dial(ln.Addr().Network(), ln.Addr().String())
326 c, err := Dial(ls.Listener.Addr().Network(), ls.Listener.Addr().String())
375 c, err := Dial(ln.Addr().Network(), ln.Addr().String())
514 c, err := Dial(ln.Addr().Network(), ln.Addr().String()
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/trace/
trace_stack_test.go 119 c, err := net.Dial("tcp", ln.Addr().String())
121 t.Fatalf("failed to dial: %v", err)
  /prebuilts/go/linux-x86/src/net/
iprawsock.go 200 return nil, &OpError{Op: "dial", Net: netProto, Source: laddr.opAddr(), Addr: raddr.opAddr(), Err: err}
ipsock_posix.go 150 if (runtime.GOOS == "windows" || runtime.GOOS == "openbsd" || runtime.GOOS == "nacl") && mode == "dial" && raddr.isWildcard() {
timeout_test.go 26 // Tests that dial timeouts, deadlines in the past work.
67 // This dial never starts to send any TCP SYN
70 c, err := d.Dial("tcp", "127.0.0.1:0")
80 t.Fatalf("#%d: Dial didn't return in an expected time", i)
121 c, err := d.Dial(ln.Addr().Network(), ln.Addr().String())
130 t.Fatalf("#%d: Dial didn't return in an expected time", i)
175 c, err := d.Dial(ln.Addr().Network(), ln.Addr().String())
326 c, err := Dial(ls.Listener.Addr().Network(), ls.Listener.Addr().String())
375 c, err := Dial(ln.Addr().Network(), ln.Addr().String())
514 c, err := Dial(ln.Addr().Network(), ln.Addr().String()
    [all...]
  /prebuilts/go/linux-x86/src/runtime/trace/
trace_stack_test.go 119 c, err := net.Dial("tcp", ln.Addr().String())
121 t.Fatalf("failed to dial: %v", err)
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 
  /prebuilts/go/darwin-x86/src/net/rpc/
client.go 244 conn, err := net.Dial(network, address)
261 Op: "dial-http",
268 // Dial connects to an RPC server at the specified network address.
269 func Dial(network, address string) (*Client, error) {
270 conn, err := net.Dial(network, address)
  /prebuilts/go/linux-x86/src/net/rpc/
client.go 244 conn, err := net.Dial(network, address)
261 Op: "dial-http",
268 // Dial connects to an RPC server at the specified network address.
269 func Dial(network, address string) (*Client, error) {
270 conn, err := net.Dial(network, address)
  /prebuilts/go/darwin-x86/src/net/http/
transport_test.go 95 dial := func(n, addr string) (net.Conn, error) {
96 c, err := net.Dial(n, addr)
104 return connSet, dial
170 Dial: testDial,
221 Dial: testDial,
971 // Issue 16997: test transport dial preserves typed errors
975 var errDial = errors.New("some dial error")
981 Dial: func(string, string) (net.Conn, error) {
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
transport_test.go 95 dial := func(n, addr string) (net.Conn, error) {
96 c, err := net.Dial(n, addr)
104 return connSet, dial
170 Dial: testDial,
221 Dial: testDial,
971 // Issue 16997: test transport dial preserves typed errors
975 var errDial = errors.New("some dial error")
981 Dial: func(string, string) (net.Conn, error) {
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
  /frameworks/base/core/java/android/view/textclassifier/
TextClassifierImpl.java 650 return context.getString(com.android.internal.R.string.dial);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCallTracker.java 757 public Connection dial(String dialString, int videoState, Bundle intentExtras) throws method in class:ImsPhoneCallTracker
768 dial(String dialString, int clirMode, int videoState, Bundle intentExtras) method in class:ImsPhoneCallTracker
    [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hfpclient.cpp 587 sBluetoothHfpClientInterface->dial((const bt_bdaddr_t*)addr, number);
589 ALOGE("Failed to dial, status: %d", status);
611 ALOGE("Failed to dial from memory, status: %d", status);
  /hardware/ril/libril/
ril_service.cpp 145 Return<void> dial(int32_t serial, const Dial& dialInfo);
867 Return<void> RadioImpl::dial(int32_t serial, const Dial& dialInfo) { function in class:RadioImpl
869 RLOGD("dial: serial %d", serial);
875 RIL_Dial dial = {}; local
877 int32_t sizeOfDial = sizeof(dial);
879 if (!copyHidlStringToRil(&dial.address, dialInfo.address, pRI)) {
882 dial.clir = (int) dialInfo.clir;
893 memsetAndFreeStrings(1, dial.address)
    [all...]

Completed in 1153 milliseconds

1 2 34 5 6