Home
last modified time | relevance | path

Searched +defs:is +defs:obj (Results 1 – 25 of 1231) sorted by relevance

12345678910>>...50

/aosp_15_r20/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
H A DObjectInputStreamTest.java163 Object obj = ois.readObject(); in test_ClassDescriptor() local
595 public ObjectInputStreamWithReadDesc(InputStream is, Class returnClass) in ObjectInputStreamWithReadDesc()
1046 public ObjectInputStreamWithReadDesc1(InputStream is) in ObjectInputStreamWithReadDesc1()
1105 protected Object resolveObject(Object obj) throws IOException { in resolveObject()
1152 Object obj = ois.readClassDescriptor(); in test_readClassDescriptor() local
1245 public ObjectIutputStreamWithReadDesc2(InputStream is, Class returnClass) in ObjectIutputStreamWithReadDesc2()
1408 FieldReplacementTestClass obj = new FieldReplacementTestClass(1234); in test_readObject_replacedClassField() local
/aosp_15_r20/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/
H A DRange.java120 public static <T extends Comparable<? super T>> Range<T> is(final T element) { in is() method in Range
138 public static <T> Range<T> is(final T element, final Comparator<T> comparator) { in is() method in Range
301 public boolean equals(final Object obj) { in equals()
H A DCharRange.java91 public static CharRange is(final char ch) { in is() method in CharRange
215 public boolean equals(final Object obj) { in equals()
/aosp_15_r20/libcore/ojluni/src/test/java/util/BitSet/
H A DStickySize.java91 static byte[] serializedForm(Object obj) { in serializedForm()
99 InputStream is = new ByteArrayInputStream(bytes); in readObject() local
102 static <T> T serialClone(T obj) { in serialClone()
/aosp_15_r20/external/skia/tests/
H A DUtilsTest.cpp43 RefClass obj(0); in test_autounref() local
257 I is[10]; in DEF_TEST() local
270 std::unique_ptr<int> is[10]; in DEF_TEST() local
288 std::unique_ptr<int> is[10]; in DEF_TEST() local
/aosp_15_r20/libcore/ojluni/src/test/java/util/Collections/
H A DReverseOrder2.java123 static byte[] serializedForm(Object obj) { in serializedForm()
131 InputStream is = new ByteArrayInputStream(bytes); in readObject() local
134 static <T> T reincarnate(T obj) { in reincarnate()
/aosp_15_r20/libcore/ojluni/src/test/java/security/KeyStore/
H A DTestKeystoreBasic.java158 try (InputStream is = new BufferedInputStream( in runTest()
268 private void checkType(KeyStore obj, String type) { in checkType()
275 private void checkAlias(KeyStore obj, int range) throws KeyStoreException { in checkAlias()
/aosp_15_r20/out/soong/.intermediates/external/ksoap2/ksoap2/android_common_apex30/javac/
Dksoap2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ksoap2/ org/ ...
/aosp_15_r20/external/snakeyaml/src/main/java/org/yaml/snakeyaml/events/
H A DEvent.java64 public boolean is(Event.ID id) { in is() method in Event
79 public boolean equals(Object obj) { in equals()
/aosp_15_r20/art/tools/jvmti-agents/field-counts/
H A Dfieldcount.cc46 std::istringstream is(field_id); in SplitField() local
135 ScopedLocalRef<jobject> obj(env, env->GetObjectField(cur_thiz.get(), field)); in DataDumpRequestCb() local
161 ScopedLocalRef<jobject> obj(env, ref_list[i]); in DataDumpRequestCb() local
/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/
Dtypeparam.go25 obj *TypeName // corresponding type name member
154 func (t *TypeParam) is(f func(*term) bool) bool { func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/
Dtypeparam.go22 obj *TypeName // corresponding type name member
151 func (t *TypeParam) is(f func(*term) bool) bool { func
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/jar/
H A DJarVerifier.java445 private InputStream is; field in JarVerifier.VerifierStream
452 InputStream is, in VerifierStream()
644 public boolean equals(Object obj) { in equals()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/22/libcore/ojluni/src/main/java/java/util/jar/
DJarVerifier.java445 private InputStream is; field in JarVerifier.VerifierStream
452 InputStream is, in VerifierStream()
644 public boolean equals(Object obj) { in equals()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/jar/
DJarVerifier.java445 private InputStream is; field in JarVerifier.VerifierStream
452 InputStream is, in VerifierStream()
644 public boolean equals(Object obj) { in equals()
/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/
H A Dpromoted_prim_ops.cpp37 void is(Stack& stack) { in is() function
38 IValue self, obj; in is() local
48 IValue self, obj; in isNot() local
/aosp_15_r20/external/javassist/src/test/javassist/
H A DJvstTest.java96 InputStream is = cp.openClassfile("com.test.Test"); in testJarClassPath() local
146 Object obj = make(cc.getName()); in testFieldInit() local
167 Object obj = make(cc.getName()); in testFieldInit2() local
210 Object obj = make(cc.getName()); in testCalleeBefore() local
228 Object obj = make(cc.getName()); in testCalleeAfter() local
256 Object obj = make(cc.getName()); in testCalleeAfter2() local
271 Object obj = make(cc.getName()); in testCalleeAfter3() local
283 Object obj = make(cc.getName()); in testCalleeCatch() local
311 Object obj = make(cc.getName()); in testProceed() local
355 Object obj = make(cc.getName()); in testProceed2() local
[all …]
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/security/auth/x500/
H A DX500PrincipalTest.java81 ByteArrayInputStream is = new ByteArrayInputStream(ba); in test_X500Principal_02() local
266 ByteArrayInputStream is = new ByteArrayInputStream(array); in getByteArray() local
350 InputStream is = Support_Resources in testStreamPosition() local
371 InputStream is = Support_Resources in testStreamPosition_0() local
399 ByteArrayInputStream is = new ByteArrayInputStream(mess); in testStreamPosition_1() local
415 ByteArrayInputStream is = new ByteArrayInputStream(mess); in testStreamPosition_2() local
430 InputStream is = Support_Resources in testEncodingFromFile() local
762 ByteArrayInputStream is = new ByteArrayInputStream(mess); in testStreamGetName_RFC1779() local
793 ByteArrayInputStream is = new ByteArrayInputStream(mess); in testStreamGetName_RFC2253() local
824 ByteArrayInputStream is = new ByteArrayInputStream(mess); in testStreamGetName_CANONICAL() local
[all …]
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/external/jakarta/activation/jakarta.activation-api/1.2.1/
HDjakarta.activation-api-1.2.1.jar ... .OutputStream) throws java.io.IOException Object obj String mimeType java.io.OutputStream os } javax ...
/aosp_15_r20/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
H A DPictureParameterSet.java86 public static PictureParameterSet read(InputStream is) throws IOException { in read()
318 public boolean equals(Object obj) { in equals()
/aosp_15_r20/development/apps/OBJViewer/com/android/objviewer/
H A DOBJViewer.java177 Object3D obj = OBJViewer.getObject(); in onDraw() local
284 private int readInt16(InputStream is) throws Exception { in readInt16()
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
H A DZipEntryTest.java472 Object obj = zentry.clone(); in test_clone() local
497 InputStream is = Support_Resources.getStream("hyts_ZipFile.zip"); in setUp() local
/aosp_15_r20/frameworks/base/rs/java/android/renderscript/
H A DFileA3D.java119 BaseObj obj = internalCreate(mRS, this); in getObject() local
297 InputStream is = null; in createFromResource() local
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/external/com/sun/activation/javax.activation/1.2.0/
HDjavax.activation-1.2.0.jar ... .Object, java.lang.String) Object obj String mimeType public void <init> (java. ...
/aosp_15_r20/libcore/ojluni/src/test/java/util/Map/
H A DBasicSerialization.java159 static byte[] serializedForm(Object obj) { in serializedForm()
171 InputStream is = new ByteArrayInputStream(bytes); in readObject() local
176 static <T> T serialClone(T obj) { in serialClone()

12345678910>>...50