Home
last modified time | relevance | path

Searched +defs:has +defs:value (Results 1 – 25 of 41) sorted by relevance

12

/external/TestParameterInjector/src/main/java/com/google/testing/junit/testparameterinjector/
DTestParameterValidator.java34 boolean has(Class<? extends Annotation> testParameter, Object value); in has() method
40 <T extends Enum<T>, U extends Enum<U>> boolean has(T value1, U value2); in has() method
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/introspect/
DAnnotationCollector.java93 Class<?> type, Annotation value) { in OneCollector()
196 public boolean has(Class<?> cls) { in has() method in AnnotationCollector.NoAnnotations
219 public OneAnnotation(Class<?> type, Annotation value) { in OneAnnotation()
234 public boolean has(Class<?> cls) { in has() method in AnnotationCollector.OneAnnotation
283 public boolean has(Class<?> cls) { in has() method in AnnotationCollector.TwoAnnotations
DAnnotationMap.java20 public static AnnotationMap of(Class<?> type, Annotation value) { in of()
47 public boolean has(Class<?> cls) in has() method in AnnotationMap
/external/gson/gson/src/main/java/com/google/gson/
DJsonObject.java68 public void add(String property, JsonElement value) { in add()
91 public void addProperty(String property, String value) { in addProperty()
102 public void addProperty(String property, Number value) { in addProperty()
113 public void addProperty(String property, Boolean value) { in addProperty()
124 public void addProperty(String property, Character value) { in addProperty()
164 public boolean has(String memberName) { in has() method in JsonObject
/external/skia/src/core/
DSkTMultiMap.h48 void insert(const Key& key, T* value) { in insert()
66 void remove(const Key& key, const T* value) { in remove()
121 T* value = list->fValue; in findAndRemove() local
143 bool has(const T* value, const Key& key) const { in has() function
/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyFieldDescriptor.java216 public IRubyObject has(ThreadContext context, IRubyObject message) { in has() method in RubyFieldDescriptor
229 public IRubyObject setValue(ThreadContext context, IRubyObject message, IRubyObject value) { in setValue()
/external/cronet/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyFieldDescriptor.java212 public IRubyObject has(ThreadContext context, IRubyObject message) { in has() method in RubyFieldDescriptor
225 public IRubyObject setValue(ThreadContext context, IRubyObject message, IRubyObject value) { in setValue()
/external/cronet/third_party/protobuf/js/
Dmap.js351 jspb.Map.prototype.set = function(key, value) { argument
407 jspb.Map.prototype.has = function(key) { method in jspb.Map
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
DMutationObserver.js19 set: function(key, value) { argument
22 value: [ key, value ], property
37 has: function(key) { method in WeakMap
DMutationObserver.min.js11value:[t,r],writable:!0}),this},get:function(e){var t;return(t=e[this.name])&&t[0]===e?t[1]:void 0… method in r
DCustomElements.js19 set: function(key, value) { argument
22 value: [ key, value ], property
37 has: function(key) { method in WeakMap
803 prototype.setAttribute = function(name, value) { argument
812 function changeAttribute(name, value, operation) { argument
DHTMLImports.js19 set: function(key, value) { argument
22 value: [ key, value ], property
37 has: function(key) { method in WeakMap
1088 value: url property
DCustomElements.min.js11value:[t,n],writable:!0}),this},get:function(e){var t;return(t=e[this.name])&&t[0]===e?t[1]:void 0… method in n
DHTMLImports.min.js11value:[t,n],writable:!0}),this},get:function(e){var t;return(t=e[this.name])&&t[0]===e?t[1]:void 0… method in n
/external/clang/test/SemaCXX/
Dcxx0x-nontrivial-union.cpp70 bool has; member
71 union { T value; }; member
/external/clang/test/CXX/temp/temp.decls/temp.friend/
Dp1.cpp66 template <typename T> bool has(const A &x) { in has() function
100 bool value; // expected-note 2 {{declared private here}} member in test3::Bool
109 template <class T> T transform(Bool b, T value) { in transform()
/external/autotest/client/common_lib/
Dbase_job.py356 def set(self, namespace, name, value): argument
370 def has(self, namespace, name): member in job_state
431 def setter(job, value): argument
808 def _set_use_sequence_number(self, value): argument
937 def set_state(self, name, value): argument
/external/jsoncpp/src/lib_json/
Djson_value.cpp93 static inline double integerToDouble(Json::UInt64 value) { in integerToDouble()
98 template <typename T> static inline double integerToDouble(T value) { in integerToDouble()
115 static inline char* duplicateStringValue(const char* value, size_t length) { in duplicateStringValue()
133 static inline char* duplicateAndPrefixStringValue(const char* value, in duplicateAndPrefixStringValue()
154 unsigned* length, char const** value) { in decodePrefixedString()
167 static inline void releasePrefixedStringValue(char* value) { in releasePrefixedStringValue()
175 static inline void releaseStringValue(char* value, unsigned length) { in releaseStringValue()
182 static inline void releasePrefixedStringValue(char* value) { free(value); } in releasePrefixedStringValue()
183 static inline void releaseStringValue(char* value, unsigned) { free(value); } in releaseStringValue()
376 Value::Value(Int value) { in Value()
[all …]
/external/harfbuzz_ng/src/
Dhb-map.hh72 V value; member
253 bool has (K key, VV **vp = nullptr) const in has() function
/external/angle/src/libANGLE/renderer/
Drenderer_utils.cpp248 void ExpandMatrix(T *target, const GLfloat *value) in ExpandMatrix()
278 const GLfloat *value, in SetFloatUniformMatrix()
302 const GLfloat *value, in SetFloatUniformMatrixFast()
522 bool FastCopyFunctionMap::has(angle::FormatID formatID) const in has() function in rx::FastCopyFunctionMap
876 const GLfloat *value, in Run()
901 const GLfloat *value, in Run()
923 const GLfloat *value, in Run()
948 const GLfloat *value, in Run()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/jquery/
Djquery-3.5.1.js906 function cache( key, value ) { argument
2120 "has": markFunction( function( selector ) { property
2344 value: matched, property
2358 value: matched, property
2652 .concat( { value: tokens[ i - 2 ].type === " " ? "*" : "" } ) property
3250 has: function( target ) { method
3579 has: function( fn ) { method
3655 function adoptValue( value, resolve, reject, noValue ) { argument
4005 return function( value ) { argument
4143 var access = function( elems, fn, key, value, chainable, emptyGet, raw ) { argument
[all …]
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/jquery/external/jquery/
Djquery.js906 function cache( key, value ) { argument
2120 "has": markFunction( function( selector ) { property
2344 value: matched, property
2358 value: matched, property
2652 .concat( { value: tokens[ i - 2 ].type === " " ? "*" : "" } ) property
3250 has: function( target ) { method
3579 has: function( fn ) { method
3655 function adoptValue( value, resolve, reject, noValue ) { argument
4005 return function( value ) { argument
4143 var access = function( elems, fn, key, value, chainable, emptyGet, raw ) { argument
[all …]
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/jquery/
Djquery-3.5.1.js906 function cache( key, value ) { argument
2120 "has": markFunction( function( selector ) { property
2344 value: matched, property
2358 value: matched, property
2652 .concat( { value: tokens[ i - 2 ].type === " " ? "*" : "" } ) property
3250 has: function( target ) { method
3579 has: function( fn ) { method
3655 function adoptValue( value, resolve, reject, noValue ) { argument
4005 return function( value ) { argument
4143 var access = function( elems, fn, key, value, chainable, emptyGet, raw ) { argument
[all …]
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/jquery/external/jquery/
Djquery.js906 function cache( key, value ) { argument
2120 "has": markFunction( function( selector ) { property
2344 value: matched, property
2358 value: matched, property
2652 .concat( { value: tokens[ i - 2 ].type === " " ? "*" : "" } ) property
3250 has: function( target ) { method
3579 has: function( fn ) { method
3655 function adoptValue( value, resolve, reject, noValue ) { argument
4005 return function( value ) { argument
4143 var access = function( elems, fn, key, value, chainable, emptyGet, raw ) { argument
[all …]
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
Djquery-1.7.1.js1118 has: function( fn ) { method
1297 return function( value ) { argument
1305 return function( value ) { argument
1865 data: function( key, value ) { argument
2166 attr: function( name, value ) { argument
2176 prop: function( name, value ) { argument
2191 addClass: function( value ) { argument
2228 removeClass: function( value ) { argument
2261 toggleClass: function( value, stateVal ) { argument
2311 val: function( value ) { argument
[all …]

12