Home
last modified time | relevance | path

Searched refs:connect (Results 1 – 25 of 59) sorted by relevance

123

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DScriptGroupTest.java45 Type connect = new Type.Builder(mRS, Element.U8_4(mRS)).setX(bDimX).setY(bDimY).create(); in testScriptGroupSingleKernel() local
52 a1_copy = Allocation.createTyped(mRS, connect); in testScriptGroupSingleKernel()
53 a2_copy = Allocation.createTyped(mRS, connect); in testScriptGroupSingleKernel()
79 Type connect = new Type.Builder(mRS, Element.U8_4(mRS)).setX(bDimX).setY(bDimY).create(); in testScriptGroupDisconnectedKernel() local
88 a1_copy = Allocation.createTyped(mRS, connect); in testScriptGroupDisconnectedKernel()
89 a2_copy = Allocation.createTyped(mRS, connect); in testScriptGroupDisconnectedKernel()
121 Type connect = new Type.Builder(mRS, Element.U8_4(mRS)).setX(bDimX).setY(bDimY).create(); in testScriptGroupFieldConnection() local
130 a1_copy = Allocation.createTyped(mRS, connect); in testScriptGroupFieldConnection()
131 a2_copy = Allocation.createTyped(mRS, connect); in testScriptGroupFieldConnection()
149 b.addConnection(connect, mColorMatrix.getKernelID(), mConvolve3x3.getFieldID_Input()); in testScriptGroupFieldConnection()
[all …]
/cts/tests/tests/graphics/src/android/graphics/cts/
DColorSpaceTest.java450 ColorSpace.Connector connector = ColorSpace.connect( in testConnect()
458 connector = ColorSpace.connect( in testConnect()
465 connector = ColorSpace.connect(ColorSpace.get(ColorSpace.Named.DCI_P3)); in testConnect()
468 connector = ColorSpace.connect(ColorSpace.get(ColorSpace.Named.SRGB)); in testConnect()
475 ColorSpace.Connector connector = ColorSpace.connect( in testConnector()
493 connector = ColorSpace.connect( in testConnector()
516 ColorSpace.Connector connector = ColorSpace.connect( in testAdaptedConnector()
533 ColorSpace.Connector connector = ColorSpace.connect( in testAdaptedConnectorWithRenderIntent()
546 connector = ColorSpace.connect( in testAdaptedConnectorWithRenderIntent()
561 ColorSpace.Connector connector = ColorSpace.connect( in testIdentityConnector()
[all …]
/cts/common/device-side/bedstead/testapp/src/main/library/java/com/android/bedstead/testapp/
DTestAppInstanceReference.java123 mConnector.connect(); in registerReceiver()
145 mConnector.connect(); in unregisterReceiver()
180 connector().connect(); in keepAlive()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/tech/
DMifareUltralightTagTester.java52 ultralight.connect(); in writeTag()
69 ultralight.connect(); in writeTag()
DNdefTagTester.java111 ndef.connect();
129 ndef.connect();
/cts/tests/tests/media/src/android/media/cts/
DMediaScannerConnectionTest.java77 mMediaScannerConnection.connect(); in testMediaScannerConnection()
84 mMediaScannerConnection.connect(); in testMediaScannerConnection()
DMediaBrowserTest.java128 mMediaBrowser.connect(); in testConnectTwice()
139 mMediaBrowser.connect(); in testConnectionFailed()
154 mMediaBrowser.connect(); in testReconnection()
197 mMediaBrowser.connect(); in testConnectionCallbackNotCalledAfterDisconnect()
627 mMediaBrowser.connect(); in connectMediaBrowserService()
DMediaBrowserServiceTestService.java77 mMediaBrowser.connect(); in testSeriesOfNotifyChildrenChanged_setUp()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBluetoothChatService.java183 public synchronized void connect(BluetoothDevice device, boolean secure) { in connect() method in BluetoothChatService
185 connect(device, secure, 0); in connect()
197 public synchronized void connect(BluetoothDevice device, boolean secure, int psm) { in connect() method in BluetoothChatService
490 mmSocket.connect(); in run()
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DSipDelegateManagerTest.java140 public void connect() throws Exception { in connect() method in SipDelegateManagerTest.TransportInterfaces
170 connect(); in connectAndVerify()
1041 ifaces.connect(); in testCloseActiveDialog()
1086 ifaces.connect(); in testReceivedActiveDialogClose()
1127 ifaces.connect(); in testActiveDialogPendingNewInvite()
1177 ifaces.connect(); in testCloseSessionByePendingCleanup()
1220 ifaces.connect(); in testCloseSessionPendingBye()
1262 ifaces.connect(); in testCloseMultipleSessionsPendingBye()
1309 ifaces.connect(); in testCloseSessionBye()
1352 ifaces.connect(); in testSwitchAppPendingBye()
[all …]
/cts/hostsidetests/cpptools/test-apps/ConnectorNativeProgram/
Dconnector.cpp51 if (connect(fd, (struct sockaddr*)&addr_un, addr_len) == -1) { in main()
/cts/tests/tests/os/assets/minijail/
Disolated-common-not-i386.policy8 connect: 1
/cts/apps/VpnApp/src/com/android/cts/vpnfirewall/
DVpnClient.java49 findViewById(R.id.connect).setOnClickListener(v -> prepareAndStart(REQUEST_CONNECT)); in onCreate()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/offhost/
DSimpleOffhostReaderActivity.java134 nfcb.connect(); in onTagDiscovered()
175 nfca.connect(); in onTagDiscovered()
205 isoDep.connect(); in onTagDiscovered()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
DConnectReqTestCase.java129 mP2pMgr.connect(mChannel, config, actionListener); in connectTest()
205 mP2pMgr.connect(mChannel, config, actionListener); in connectTest()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
DProtocolParamsReaderActivity.java187 nfcA.connect(); in onTagDiscovered()
213 isoDep.connect(); in onTagDiscovered()
/cts/hostsidetests/jvmti/attaching/app/src/android/jvmti/
DJvmtiActivity.java63 ls.connect(new LocalSocketAddress(SOCK_NAME)); in returnResult()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-2482/
Dpoc.cpp60 if (client.connect() != OK) { in fuzzIOMXSetParameterChangeCount()
/cts/suite/audio_quality/lib/src/
DClientSocket.cpp64 if (connect(mSocket, (struct sockaddr *)&serverAddr, sizeof(serverAddr)) < 0) { in init()
/cts/hostsidetests/jdwptunnel/src/android/jdwptunnel/cts/
DJdwpTunnelTest.java33 import com.sun.jdi.connect.AttachingConnector;
34 import com.sun.jdi.connect.Connector;
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/midilib/
DMidiIODevice.java100 mReceivePort.connect(receiver); in openPorts()
/cts/tests/inputmethod/src/android/view/inputmethod/cts/util/
DWindowFocusStealer.java102 public static WindowFocusStealer connect(Context context, long timeout) in connect() method in WindowFocusStealer
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/vpn/
DVpnTestHelper.java193 Os.connect(socket, InetAddress.getByName(host), port); in checkPing()
236 Os.connect(socket, InetAddress.getByName(host), port); in tryPosixConnect()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-3746/
Dpoc.cpp48 if (client.connect() != OK) { in fuzzIOMXQcomVpx()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-3747/
Dpoc.cpp64 if (client.connect() != OK) { in fuzzIOMXQcomEnc()

123