Home
last modified time | relevance | path

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

/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/
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()
DCharRange.java91 public static CharRange is(final char ch) { in is() method in CharRange
215 public boolean equals(final Object obj) { in equals()
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/events/
DEvent.java56 public abstract boolean is(Event.ID id); in is() method in Event
62 public boolean equals(Object obj) { in equals()
/external/skia/tests/
DUtilsTest.cpp42 RefClass obj(0); in test_autounref() local
256 I is[10]; in DEF_TEST() local
269 std::unique_ptr<int> is[10]; in DEF_TEST() local
287 std::unique_ptr<int> is[10]; in DEF_TEST() local
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
DPictureParameterSet.java86 public static PictureParameterSet read(InputStream is) throws IOException { in read()
318 public boolean equals(Object obj) { in equals()
/external/javassist/src/test/javassist/
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 …]
/external/python/pybind11/include/pybind11/
Dpytypes.h115 bool is(object_api const& other) const { return derived().ptr() == other.derived().ptr(); } in is() function
384 bool isinstance(handle obj) { return T::check_(obj); } in isinstance()
387 bool isinstance(handle obj) { return detail::isinstance_generic(obj, typeid(T)); } in isinstance()
394 inline bool isinstance(handle obj, handle type) { in isinstance()
403 inline bool hasattr(handle obj, handle name) { in hasattr()
407 inline bool hasattr(handle obj, const char *name) { in hasattr()
411 inline void delattr(handle obj, handle name) { in delattr()
415 inline void delattr(handle obj, const char *name) { in delattr()
419 inline object getattr(handle obj, handle name) { in getattr()
425 inline object getattr(handle obj, const char *name) { in getattr()
[all …]
/external/protobuf/php/ext/google/protobuf/
Dmessage.c101 static void Message_dtor(zend_object* obj) { in Message_dtor()
284 static int Message_has_property(PROTO_VAL *obj, PROTO_STR *member, in Message_has_property()
319 static void Message_unset_property(PROTO_VAL *obj, PROTO_STR *member, in Message_unset_property()
356 static zval *Message_read_property(PROTO_VAL *obj, PROTO_STR *member, in Message_read_property()
388 PROTO_VAL *obj, PROTO_STR *member, zval *val, void **cache_slot) { in Message_write_property()
1192 zend_object *obj = Message_create(desc->class_entry); in PHP_METHOD() local
1249 PHP_METHOD(google_protobuf_Any, is) { in PHP_METHOD() argument
/external/cronet/third_party/protobuf/php/ext/google/protobuf/
Dmessage.c101 static void Message_dtor(zend_object* obj) { in Message_dtor()
284 static int Message_has_property(PROTO_VAL *obj, PROTO_STR *member, in Message_has_property()
319 static void Message_unset_property(PROTO_VAL *obj, PROTO_STR *member, in Message_unset_property()
356 static zval *Message_read_property(PROTO_VAL *obj, PROTO_STR *member, in Message_read_property()
388 PROTO_VAL *obj, PROTO_STR *member, zval *val, void **cache_slot) { in Message_write_property()
1193 zend_object *obj = Message_create(desc->class_entry); in PHP_METHOD() local
1250 PHP_METHOD(google_protobuf_Any, is) { in PHP_METHOD() argument
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/icu/
DLDMLComparator.java257 … OutputStreamWriter is = new OutputStreamWriter(new FileOutputStream(idxFileName), "utf-8"); in processArgs() local
374 Object obj = requested.get(name); in printTableHeader() local
897 Object obj = compareMap.get(id); in addElement() local
1511 Object obj = iter.next(); in walkCompareMap() local
1606 Object obj = iter.next(); in printAccumulatedResultsToHTML() local
1664 Object obj = iter.next(); in printLocaleSummaryToHTML() local
/external/guava/guava/src/com/google/common/net/
DMediaType.java933 public boolean is(MediaType mediaTypeRange) { in is() method in MediaType
1132 public boolean equals(@CheckForNull Object obj) { in equals()
/external/guava/android/guava/src/com/google/common/net/
DMediaType.java933 public boolean is(MediaType mediaTypeRange) { in is() method in MediaType
1132 public boolean equals(@CheckForNull Object obj) { in equals()
/external/oj-libjdwp/src/share/back/
Dutil.c69 saveGlobalRef(JNIEnv *env, jobject obj, jobject *pobj) in saveGlobalRef()
96 jobject obj; in tossGlobalRef() local
1676 jboolean is; in isArray() local
2855 objectReferrers(jobject obj, ObjectBatch *referrers, int maxObjects) in objectReferrers()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/jquery/
Djquery-3.5.1.js77 var isFunction = function isFunction( obj ) { argument
87 var isWindow = function isWindow( obj ) { argument
133 function toType( obj ) { argument
339 isPlainObject: function( obj ) { argument
360 isEmptyObject: function( obj ) { argument
375 each: function( obj, callback ) { argument
503 function isArrayLike( obj ) { argument
3106 is: function( selector ) { method
3913 promise: function( obj ) { argument
4661 promise: function( type, obj ) { argument
[all …]
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/jquery/external/jquery/
Djquery.js77 var isFunction = function isFunction( obj ) { argument
87 var isWindow = function isWindow( obj ) { argument
133 function toType( obj ) { argument
339 isPlainObject: function( obj ) { argument
360 isEmptyObject: function( obj ) { argument
375 each: function( obj, callback ) { argument
503 function isArrayLike( obj ) { argument
3106 is: function( selector ) { method
3913 promise: function( obj ) { argument
4661 promise: function( type, obj ) { argument
[all …]
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/jquery/
Djquery-3.5.1.js77 var isFunction = function isFunction( obj ) { argument
87 var isWindow = function isWindow( obj ) { argument
133 function toType( obj ) { argument
339 isPlainObject: function( obj ) { argument
360 isEmptyObject: function( obj ) { argument
375 each: function( obj, callback ) { argument
503 function isArrayLike( obj ) { argument
3106 is: function( selector ) { method
3913 promise: function( obj ) { argument
4661 promise: function( type, obj ) { argument
[all …]
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/jquery/external/jquery/
Djquery.js77 var isFunction = function isFunction( obj ) { argument
87 var isWindow = function isWindow( obj ) { argument
133 function toType( obj ) { argument
339 isPlainObject: function( obj ) { argument
360 isEmptyObject: function( obj ) { argument
375 each: function( obj, callback ) { argument
503 function isArrayLike( obj ) { argument
3106 is: function( selector ) { method
3913 promise: function( obj ) { argument
4661 promise: function( type, obj ) { argument
[all …]