Home
last modified time | relevance | path

Searched defs:writeType (Results 1 – 25 of 264) sorted by relevance

1234567891011

/aosp_15_r20/build/soong/cmd/sbox/
H A Dsbox.go510 type writeType bool type
521 func copyFiles(copies []*sbox_proto.Copy, fromDir, toDir string, exists existsType, write writeType
539 write writeType) error {
704 func moveFiles(copies []*sbox_proto.Copy, fromDir, toDir string, write writeType) error {
735 func clearOutputDirectory(copies []*sbox_proto.Copy, outputDir string, write writeType) error {
/aosp_15_r20/tools/metalava/metalava/src/main/java/com/android/tools/metalava/
H A DSignatureWriter.kt311 private fun writeType(type: TypeItem?) { in <lambda>() method in com.android.tools.metalava.SignatureWriter
/aosp_15_r20/external/google-smali/dexlib2/src/test/java/com/android/tools/smali/dexlib2/formatter/
H A DDexFormatterTest.java174 @Override public void writeType(CharSequence type) throws IOException { in getWriter() method in DexFormatterTest.TestDexFormatter
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/formatter/
H A DDexFormattedWriter.java182 public void writeType(CharSequence type) throws IOException { in writeType() method in DexFormattedWriter
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/writer/
H A DEncodedValueWriter.java155 public void writeType(@Nonnull TypeKey value) throws IOException { in writeType() method in EncodedValueWriter
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowBluetoothGatt.java277 BluetoothGattCharacteristic characteristic, byte[] value, int writeType) { in writeCharacteristic()
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/api/
Dmain_test.go754 func (w *Walker) writeType(buf *bytes.Buffer, typ types.Type) { func
/aosp_15_r20/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattCharacteristic.java408 public void setWriteType(@WriteType int writeType) { in setWriteType()
DBluetoothGatt.java1580 @WriteType int writeType) { in writeCharacteristic()
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java324 int connId, int handle, int writeType, int authReq, byte[] value); in gattClientWriteCharacteristicNative()
521 int connId, int handle, int writeType, int authReq, byte[] value) { in gattClientWriteCharacteristic()
DGattService.java664 int writeType, in writeCharacteristic()
2528 int writeType, in writeCharacteristic()
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/reflectdata/
Dreflect.go917 func writeType(t *types.Type) *obj.LSym { func
/aosp_15_r20/external/skia/src/sksl/codegen/
H A DSkSLPipelineStageCodeGenerator.cpp583 void PipelineStageCodeGenerator::writeType(const Type& type) { in writeType() function in SkSL::PipelineStage::PipelineStageCodeGenerator
H A DSkSLGLSLCodeGenerator.cpp409 void GLSLCodeGenerator::writeType(const Type& type) { in writeType() function in SkSL::GLSLCodeGenerator
H A DSkSLMetalCodeGenerator.cpp482 void MetalCodeGenerator::writeType(const Type& type) { in writeType() function in SkSL::MetalCodeGenerator
/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceTest.java432 int writeType = 3; in writeCharacteristic() local
DGattServiceBinderTest.java334 int writeType = 3; in writeCharacteristic() local
/aosp_15_r20/external/angle/src/compiler/translator/glsl/
H A DOutputGLSLBase.cpp531 bool writeType = size > 1; in writeConstantUnion() local
/aosp_15_r20/external/angle/src/compiler/translator/wgsl/
H A DTranslatorWGSL.cpp396 bool writeType = size > 1; in emitConstantUnion() local
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsBufferTestUtil.cpp298 BufferWriter::BufferWriter(glu::RenderContext &renderCtx, tcu::TestLog &log, WriteType writeType) :… in BufferWriter()
/aosp_15_r20/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothGatt.aidl128in int writeType, in int authReq, in byte[] value, in AttributionSource attributionSource); in writeCharacteristic()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/compute/
H A DvktComputeWorkgroupMemoryExplicitLayoutTests.cpp285 std::string writeType; member
/aosp_15_r20/hardware/google/gfxstream/host/vulkan/
DVkDecoderInternalStructs.h371 DescriptorWriteType writeType = DescriptorWriteType::Empty; member
/aosp_15_r20/external/angle/src/compiler/translator/msl/
H A DEmitMetal.cpp1674 bool writeType = size > 1; in emitConstantUnion() local
/aosp_15_r20/external/angle/src/compiler/translator/hlsl/
H A DOutputHLSL.cpp3562 bool writeType = size > 1; in writeConstantUnion() local

1234567891011