/frameworks/base/core/java/android/database/sqlite/ |
D | SQLiteProgram.java | 133 bind(index, null); in bindNull() 144 bind(index, value); in bindLong() 155 bind(index, value); in bindDouble() 169 bind(index, value); in bindString() 183 bind(index, value); in bindBlob() 213 private void bind(int index, Object value) { in bind() method in SQLiteProgram
|
/frameworks/native/libs/ui/ |
D | ColorSpace.cpp | 59 return std::bind(rcpResponse, _1, parameters); in toOETF() 61 return std::bind(rcpFullResponse, _1, parameters); in toOETF() 66 return std::bind(response, _1, parameters); in toEOTF() 68 return std::bind(fullResponse, _1, parameters); in toEOTF() 75 return std::bind(safePow, _1, 1.0f / gamma); in toOETF() 82 return std::bind(safePow, _1, gamma); in toEOTF() 255 std::bind(absRcpResponse, _1, 2.4f, 1 / 1.055f, 0.055f / 1.055f, 1 / 12.92f, 0.04045f), in extendedSRGB() 256 std::bind(absResponse, _1, 2.4f, 1 / 1.055f, 0.055f / 1.055f, 1 / 12.92f, 0.04045f), in extendedSRGB() 257 std::bind(clamp<float>, _1, -0.799f, 2.399f) in extendedSRGB() 267 std::bind(clamp<float>, _1, -0.5f, 7.499f) in linearExtendedSRGB() [all …]
|
/frameworks/base/libs/hwui/utils/ |
D | HostColorSpace.cpp | 60 return std::bind(rcpResponse, _1, parameters); in toOETF() 62 return std::bind(rcpFullResponse, _1, parameters); in toOETF() 67 return std::bind(response, _1, parameters); in toEOTF() 69 return std::bind(fullResponse, _1, parameters); in toEOTF() 76 return std::bind(safePow, _1, 1.0f / gamma); in toOETF() 83 return std::bind(safePow, _1, gamma); in toEOTF() 256 std::bind(absRcpResponse, _1, 2.4f, 1 / 1.055f, 0.055f / 1.055f, 1 / 12.92f, 0.04045f), in extendedSRGB() 257 std::bind(absResponse, _1, 2.4f, 1 / 1.055f, 0.055f / 1.055f, 1 / 12.92f, 0.04045f), in extendedSRGB() 258 std::bind(clamp<float>, _1, -0.799f, 2.399f) in extendedSRGB() 268 std::bind(clamp<float>, _1, -0.5f, 7.499f) in linearExtendedSRGB() [all …]
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/ |
D | ImsResolverTest.java | 216 verify(controller).bind(features); in testCarrierPackageBind() 267 verify(deviceController).bind(featuresDevice); in testDeviceCarrierPackageBindMultipleServices() 269 verify(carrierController1).bind(featuresMmTel); in testDeviceCarrierPackageBindMultipleServices() 271 verify(carrierController2).bind(featuresRcs); in testDeviceCarrierPackageBindMultipleServices() 319 verify(deviceController, never()).bind(any()); in testCarrierPackageBindOneConfigTwoSupport() 321 verify(carrierController1).bind(featuresMmTel); in testCarrierPackageBindOneConfigTwoSupport() 323 verify(carrierController2).bind(featuresRcs); in testCarrierPackageBindOneConfigTwoSupport() 351 verify(controller).bind(features); in testCarrierPackageBindWithEmergencyCalling() 380 verify(controller).bind(features); in testCarrierPackageBindWithEmergencyButNotMmtel() 404 verify(controller).bind(features); in testCarrierPackageChangeEmergencyCalling() [all …]
|
/frameworks/ml/nn/runtime/test/fuzzing/operation_signatures/ |
D | FullyConnected.cpp | 57 .constructor = std::bind(fullyConnectedConstructor, _1, _2, TestHalVersion::V1_0, _3)}; in DEFINE_OPERATION_SIGNATURE() 68 .constructor = std::bind(fullyConnectedConstructor, _1, _2, TestHalVersion::V1_2, _3)}; in DEFINE_OPERATION_SIGNATURE() 78 .constructor = std::bind(fullyConnectedConstructor, _1, _2, TestHalVersion::V1_3, _3)}; in DEFINE_OPERATION_SIGNATURE()
|
D | Convolutions.cpp | 150 .constructor = std::bind(conv2DExplicitConstructor, _1, _2, TestHalVersion::ver, _3)}; \ 167 .constructor = std::bind(conv2DImplicitConstructor, _1, _2, TestHalVersion::ver, _3)}; 196 .constructor = std::bind(conv2DExplicitConstructor, _1, _2, TestHalVersion::ver, _3)}; \ 214 .constructor = std::bind(conv2DImplicitConstructor, _1, _2, TestHalVersion::ver, _3)}; \ 237 .constructor = std::bind(conv2DExplicitConstructor, _1, _2, TestHalVersion::ver, _3)}; \ 257 .constructor = std::bind(conv2DImplicitConstructor, _1, _2, TestHalVersion::ver, _3)}; 392 .constructor = std::bind(depthwiseConv2DExplicitConstructor, _1, _2, \ 411 .constructor = std::bind(depthwiseConv2DImplicitConstructor, _1, _2, \ 442 .constructor = std::bind(depthwiseConv2DExplicitConstructor, _1, _2, \ 462 .constructor = std::bind(depthwiseConv2DImplicitConstructor, _1, _2, \ [all …]
|
/frameworks/native/libs/renderengine/gl/ |
D | GLVertexBuffer.cpp | 40 bind(); in allocateBuffers() 45 void GLVertexBuffer::bind() const { in bind() function in android::renderengine::gl::GLVertexBuffer
|
D | GLFramebuffer.cpp | 85 bind(); in allocateBuffers() 96 void GLFramebuffer::bind() const { in bind() function in android::renderengine::gl::GLFramebuffer
|
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/car/volume/ |
D | CarVolumeItem.java | 45 void bind(CarVolumeItemViewHolder viewHolder) { in bind() method in CarVolumeItem 46 viewHolder.bind(/* carVolumeItem= */ this); in bind() 114 void bind(CarVolumeItem carVolumeItem) { in bind() method in CarVolumeItem.CarVolumeItemViewHolder
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/ |
D | MediaControlPanelTest.kt | 213 player.bind(state, PACKAGE) in bindWhenUnattached() 222 player.bind(state, PACKAGE) in bindText() 233 player.bind(state, PACKAGE) in bindBackgroundColor() 244 player.bind(state, PACKAGE) in bindDevice() 256 player.bind(state, PACKAGE) in bindDisabledDevice() 268 player.bind(state, PACKAGE) in bindNullDevice() 280 player.bind(state, PACKAGE) in bindDeviceResumptionPlayer() 337 player.bind(state, mediaKey) in dismissButtonClick() 355 player.bind(state, mediaKey) in dismissButtonDisabled()
|
/frameworks/base/core/jni/android/opengl/ |
D | util.cpp | 276 void bind() { in bind() function in android::ArrayHelper 322 positions.bind(); in util_computeBoundingSphere() 323 sphere.bind(); in util_computeBoundingSphere() 485 mvp.bind(); in util_frustumCullSpheres() 486 spheres.bind(); in util_frustumCullSpheres() 487 results.bind(); in util_frustumCullSpheres() 535 ws.bind(); in util_visibilityTest() 536 positions.bind(); in util_visibilityTest() 537 indices.bind(); in util_visibilityTest() 585 resultMat.bind(); in util_multiplyMM() [all …]
|
/frameworks/native/libs/renderengine/gl/filters/ |
D | BlurFilter.cpp | 105 mCompositionFbo.bind(); in setAsDrawTarget() 114 mMeshBuffer.bind(); in drawMesh() 148 mPingFbo.bind(); in prepare() 157 draw->bind(); in prepare()
|
/frameworks/base/core/java/android/os/ |
D | UpdateEngine.java | 258 public boolean bind(final UpdateEngineCallback callback, final Handler handler) { in bind() method in UpdateEngine 291 return mUpdateEngine.bind(mUpdateEngineCallback); in bind() 301 public boolean bind(final UpdateEngineCallback callback) { in bind() method in UpdateEngine 302 return bind(callback, null); in bind()
|
/frameworks/base/services/core/java/com/android/server/tv/ |
D | TvRemoteProviderProxy.java | 83 bind(); in start() 101 bind(); in rebindIfDisconnected() 105 private void bind() { in bind() method in TvRemoteProviderProxy
|
/frameworks/ml/nn/common/operations/ |
D | Activation.cpp | 620 NN_REGISTER_OPERATION(RELU, "RELU", std::bind(activation::validate, OperationType::RELU, _1), 621 std::bind(activation::prepare, OperationType::RELU, _1), 623 NN_REGISTER_OPERATION(RELU1, "RELU1", std::bind(activation::validate, OperationType::RELU1, _1), 624 std::bind(activation::prepare, OperationType::RELU1, _1), 626 NN_REGISTER_OPERATION(RELU6, "RELU6", std::bind(activation::validate, OperationType::RELU6, _1), 627 std::bind(activation::prepare, OperationType::RELU6, _1), 630 std::bind(activation::validate, OperationType::LOGISTIC, _1), 631 std::bind(activation::prepare, OperationType::LOGISTIC, _1), 633 NN_REGISTER_OPERATION(TANH, "TANH", std::bind(activation::validate, OperationType::TANH, _1), 634 std::bind(activation::prepare, OperationType::TANH, _1), [all …]
|
D | ResizeImageOps.cpp | 317 std::bind(resize_image::validate, OperationType::RESIZE_BILINEAR, _1), 318 std::bind(resize_image::prepare, OperationType::RESIZE_BILINEAR, _1), 319 std::bind(resize_image::execute, OperationType::RESIZE_BILINEAR, _1), 323 std::bind(resize_image::validate, OperationType::RESIZE_NEAREST_NEIGHBOR, _1), 324 std::bind(resize_image::prepare, OperationType::RESIZE_NEAREST_NEIGHBOR, _1), 325 std::bind(resize_image::execute, OperationType::RESIZE_NEAREST_NEIGHBOR, _1),
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | HybridConversationNotificationView.java | 79 public void bind(@Nullable CharSequence title, @Nullable CharSequence text, in bind() method in HybridConversationNotificationView 82 super.bind(title, text, contentView); in bind() 128 super.bind(conversationTitle, conversationText, conversationLayout); in bind()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/ |
D | StructureAdapter.kt | 40 holder.bind(models[index].model) in getItemCount() 55 fun bind(model: ControlsModel) { in bind() method in com.android.systemui.controls.management.StructureAdapter
|
/frameworks/opt/net/voip/src/jni/rtp/ |
D | RtpStream.cpp | 50 if (socket == -1 || bind(socket, (sockaddr *)&ss, sizeof(ss)) != 0 || in create() 77 if (bind(socket, (sockaddr *)&ss, sizeof(ss)) == 0) { in create()
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/ |
D | PersistentConnectionTest.java | 138 conn.bind(); in testAll() 178 conn.bind(); in testAll() 307 conn.bind(); in testAll() 335 conn.bind(); in testReconnectFiresAfterUnbind() 384 conn.bind(); in testResetBackoff()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/controller/ |
D | ControlsProviderLifecycleManager.kt | 90 private fun bindService(bind: Boolean) { in bindService() 92 requiresBound = bind in bindService() 93 if (bind) { in bindService()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/ |
D | Behavior.kt | 37 fun bind(cws: ControlWithState, colorOffset: Int = 0) method
|
D | DefaultBehavior.kt | 26 override fun bind(cws: ControlWithState, colorOffset: Int) { in bind() method in com.android.systemui.controls.ui.DefaultBehavior
|
/frameworks/base/tools/aapt2/xml/ |
D | XmlActionExecutor.cpp | 34 actions_.emplace_back(std::bind( in Action() 39 actions_.emplace_back(std::bind( in Action()
|
/frameworks/base/core/java/android/net/ |
D | LocalSocket.java | 161 public void bind(LocalSocketAddress bindpoint) throws IOException { in bind() method in LocalSocket 170 impl.bind(localAddress); in bind()
|