Home
last modified time | relevance | path

Searched defs:checkType (Results 1 – 25 of 244) sorted by relevance

12345678910

/aosp_15_r20/external/xz-java/src/org/tukaani/xz/
H A DXZOutputStream.java147 int checkType) throws IOException { in XZOutputStream()
177 int checkType, ArrayCache arrayCache) in XZOutputStream()
250 int checkType) throws IOException { in XZOutputStream()
277 int checkType, ArrayCache arrayCache) in XZOutputStream()
/aosp_15_r20/external/sdk-platform-java/gapic-generator-java/src/main/java/com/google/api/generator/engine/ast/
H A DInstanceofExpr.java24 public abstract TypeNode checkType(); in checkType() method in InstanceofExpr
44 public abstract Builder setCheckType(TypeNode checkType); in setCheckType()
/aosp_15_r20/tools/metalava/metalava/src/main/java/com/android/tools/metalava/
H A DNullnessMigration.kt89 private fun checkType(old: TypeItem, new: TypeItem) { in checkType() method
/aosp_15_r20/external/xz-java/src/org/tukaani/xz/common/
H A DStreamFlags.java13 public int checkType = -1; field in StreamFlags
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageAtomicSpirvShaders.hpp46 CheckType checkType; member
/aosp_15_r20/external/xz-java/src/org/tukaani/xz/check/
H A DCheck.java34 public static Check getInstance(int checkType) in getInstance()
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/validation/
H A DMultibindsMethodValidator.java79 protected void checkType() { in checkType() method in MultibindsMethodValidator.Validator
H A DDependencyRequestValidator.java148 private void checkType() { in checkType() method in DependencyRequestValidator.Validator
H A DBindingElementValidator.java176 protected void checkType() { in checkType() method in BindingElementValidator.ElementValidator
/aosp_15_r20/external/armnn/src/backends/tosaReference/
H A DTosaRefWorkloadFactory.cpp35 … auto checkType = [](const TensorInfo& tensorInfo) {return tensorInfo.GetDataType() == ArmnnType;}; in IsDataType() local
/aosp_15_r20/external/apache-commons-bcel/src/examples/
H A DTransitiveHull.java117 private void checkType(Type type) { in checkType() method in TransitiveHull
/aosp_15_r20/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/
H A DAttributeProvider.java152 protected static <T> T checkType(String view, String attribute, Object value, Class<T> type) { in checkType() method in AttributeProvider
/aosp_15_r20/libcore/ojluni/src/test/java/security/KeyStore/
H A DTestKeystoreBasic.java268 private void checkType(KeyStore obj, String type) { in checkType() method in TestKeystoreBasic
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryLayeredRenderingTests.cpp732 const std::string checkType = "Depth"; in verifyLayerContent() local
748 const std::string checkType = "Stencil"; in verifyLayerContent() local
766 const std::string checkType = "Color"; in verifyLayerContent() local
/aosp_15_r20/dalvik/dx/src/com/android/dex/
H A DEncodedValueReader.java301 private void checkType(int expected) { in checkType() method in EncodedValueReader
/aosp_15_r20/packages/modules/Uwb/service/java/com/android/server/uwb/secure/provisioning/
DScriptParser.java229 private static boolean checkType(DataItem item, MajorType majorType, String field) { in checkType() method in ScriptParser
/aosp_15_r20/libcore/ojluni/src/test/java/text/Format/NumberFormat/
H A DBigDecimalParse.java692 private void checkType(String orig, String expected, String got) { in checkType() method in BigDecimalParse
/aosp_15_r20/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
H A DFieldGen.java198 private void checkType( final Type atype ) { in checkType() method in FieldGen
/aosp_15_r20/external/cronet/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H A DUtils.java66 public static IRubyObject checkType( in checkType() method in Utils
/aosp_15_r20/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H A DUtils.java66 public static IRubyObject checkType( in checkType() method in Utils
/aosp_15_r20/frameworks/base/media/java/android/media/
H A DMetadata.java559 private void checkType(final int key, final int expectedType) { in checkType() method in Metadata
/aosp_15_r20/packages/modules/RemoteKeyProvisioning/app/src/com/android/rkpdapp/utils/
DCborUtils.java141 private static boolean checkType(DataItem item, MajorType majorType, String field) { in checkType() method in CborUtils
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/profile/
Dproto.go237 func checkType(b *buffer, typ int) error { func
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/utils/
H A DManagedApplicationService.java173 boolean checkType(IInterface service); in checkType() method
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/profile/
Dproto.go248 func checkType(b *buffer, typ int) error { func

12345678910